Kaydet (Commit) 8778b5b3 authored tarafından László Németh's avatar László Németh

fdo#79078 restore transparency in SVG export

Change-Id: I5bdf6c3b313a73126cb692e5101836f424a2fc08
üst 6d06aa8b
...@@ -353,8 +353,8 @@ SVGExport::SVGExport( ...@@ -353,8 +353,8 @@ SVGExport::SVGExport(
// Native Decoration // Native Decoration
mbIsUseNativeTextDecoration = mbIsUseTinyProfile ? sal_False : aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_NATIVEDECORATION, sal_False); mbIsUseNativeTextDecoration = mbIsUseTinyProfile ? sal_False : aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_NATIVEDECORATION, sal_False);
// Tiny Opacity // Tiny Opacity (supported from SVG Tiny 1.2)
mbIsUseOpacity = mbIsUseTinyProfile ? sal_False : aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_OPACITY, sal_True); mbIsUseOpacity = aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_OPACITY, sal_True);
// Positioned Characters (Seems to be experimental, as it was always initialized with false) // Positioned Characters (Seems to be experimental, as it was always initialized with false)
mbIsUsePositionedCharacters = aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_POSITIONED_CHARACTERS, sal_False); mbIsUsePositionedCharacters = aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_POSITIONED_CHARACTERS, sal_False);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment