summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-02-21 17:51:40 +0100
committerPetr Mladek <pmladek@suse.cz>2013-02-22 16:49:00 +0100
commit99501a839f6d777c24bc9210787fd14dc3aad67d (patch)
tree2b44b5998e34447631f2740a2708897b51e6b78b /svgio
parent03a381eaa58d77cf26dfa8d916d1ecda865c1937 (diff)
#120616# Corrected SVG gradient primitive and it's decomposition
Conflicts: drawinglayer/source/primitive2d/svggradientprimitive2d.cxx Change-Id: I04c148303e7153a5376eae79803c540f6eba0b00
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index b85b27a85540..317648e210b5 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -404,6 +404,7 @@ namespace svgio
aSvgGradientEntryVector,
aStart,
aEnd,
+ userSpaceOnUse != rFillGradient.getGradientUnits(),
rFillGradient.getSpreadMethod()));
}
else
@@ -464,6 +465,7 @@ namespace svgio
aSvgGradientEntryVector,
aStart,
fRadius,
+ userSpaceOnUse != rFillGradient.getGradientUnits(),
rFillGradient.getSpreadMethod(),
bFocal ? &aFocal : 0));
}