summaryrefslogtreecommitdiffstats
path: root/share/attributes
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 /share/attributes
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 'share/attributes')
-rwxr-xr-xshare/attributes/genMapDataSVG.pl1
-rw-r--r--share/attributes/svgprops2
2 files changed, 3 insertions, 0 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl
index d64b1c01d..24e760980 100755
--- a/share/attributes/genMapDataSVG.pl
+++ b/share/attributes/genMapDataSVG.pl
@@ -83,6 +83,7 @@ push @{$attributes{ "id" }->{elements}}, "flowRoot","flowPara","flowSpan","fl
push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
push @{$attributes{ "xml:space" }->{elements}}, "flowRoot","flowPara","flowSpan";
push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan";
+push @{$attributes{ "fr" }->{elements}}, "radialGradient";
# Mesh gradients
push @{$attributes{ "id" }->{elements}}, "mesh","meshrow","meshpatch";
diff --git a/share/attributes/svgprops b/share/attributes/svgprops
index a34b79202..5df86d68b 100644
--- a/share/attributes/svgprops
+++ b/share/attributes/svgprops
@@ -90,6 +90,8 @@
"format" - "altGlyph","glyphRef"
+"fr" - "radialGradient"
+
"from" - "animate","animateColor","animateMotion","animateTransform"
"fx" - "radialGradient"