summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-01-09 09:52:04 +0000
committertavmjong-free <tavmjong@free.fr>2016-01-09 09:52:04 +0000
commit70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7 (patch)
treeaba347cd7a6a0f81329d473900242db8fb3d6a77 /src/attributes.cpp
parentUpdating libvisio (MS-Visio importer) version. Please use with devlibs>=r58. (diff)
downloadinkscape-70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7.tar.gz
inkscape-70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7.zip
Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.
(bzr r14569)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index e32f4ece4..646c2ab0c 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -294,6 +294,7 @@ static SPStyleProp const props[] = {
/* SPRadialGradient */
{SP_ATTR_FX, "fx"},
{SP_ATTR_FY, "fy"},
+ {SP_ATTR_FR, "fr"},
/* SPMeshPatch */
{SP_ATTR_TENSOR, "tensor"},
//{SP_ATTR_TYPE, "type"},