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:43 +0100
commit708a937a2bcd7ab70e55466ab263b9b94b5cd638 (patch)
tree94e997780e0175008026f9978dc37f1e17fb7d8b /svgio
parent4c0e53e6530c5590f7123f506a1a58bcbd04e13d (diff)
#120616# Corrected SVG gradient primitive and it's decomposition
Signed-off-by: Petr Mladek <pmladek@suse.cz> Conflicts: drawinglayer/source/primitive2d/svggradientprimitive2d.cxx Change-Id: I04c148303e7153a5376eae79803c540f6eba0b00 Signed-off-by: Petr Mladek <pmladek@suse.cz>
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 07845df8c931..025f9d5612fd 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -407,6 +407,7 @@ namespace svgio
aSvgGradientEntryVector,
aStart,
aEnd,
+ userSpaceOnUse != rFillGradient.getGradientUnits(),
rFillGradient.getSpreadMethod()));
}
else
@@ -467,6 +468,7 @@ namespace svgio
aSvgGradientEntryVector,
aStart,
fRadius,
+ userSpaceOnUse != rFillGradient.getGradientUnits(),
rFillGradient.getSpreadMethod(),
bFocal ? &aFocal : 0));
}