filter/source/svg/svgexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 10a2c2e9026b587a47532865901ea6d5ae9c536a
Author: László Németh <nem...@numbertext.org>
Date:   Fri May 23 01:11:07 2014 +0200

    fdo#79078 restore transparency in SVG export
    
    Change-Id: I5bdf6c3b313a73126cb692e5101836f424a2fc08
    Reviewed-on: https://gerrit.libreoffice.org/9442
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 065310f..59b8ae4 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -349,8 +349,8 @@ SVGExport::SVGExport(
     // Native Decoration
     mbIsUseNativeTextDecoration = mbIsUseTinyProfile ? sal_False : 
aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_NATIVEDECORATION, 
sal_False);
 
-    // Tiny Opacity
-    mbIsUseOpacity = mbIsUseTinyProfile ? sal_False : 
aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_OPACITY, sal_True);
+    // Tiny Opacity (supported from SVG Tiny 1.2)
+    mbIsUseOpacity = 
aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_OPACITY, sal_True);
 
     // Positioned Characters    (Seems to be experimental, as it was always 
initialized with false)
     mbIsUsePositionedCharacters = 
aFilterDataHashMap.getUnpackedValueOrDefault(SVG_PROP_POSITIONED_CHARACTERS, 
sal_False);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to