summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataCSS.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-06-10 18:10:18 +0000
committertavmjong-free <tavmjong@free.fr>2016-06-10 18:10:18 +0000
commit9f192127563535946ef58cc1b3cfef248bb1af5d (patch)
tree417bc8f65e3b7c4d909afcf80c8014197a0acb8d /share/attributes/genMapDataCSS.pl
parentRm unused WITH_GTEST pseudo-option (diff)
downloadinkscape-9f192127563535946ef58cc1b3cfef248bb1af5d.tar.gz
inkscape-9f192127563535946ef58cc1b3cfef248bb1af5d.zip
Add 'transform' to list of allowed properties for <flowRoot>.
(bzr r14972)
Diffstat (limited to 'share/attributes/genMapDataCSS.pl')
-rwxr-xr-xshare/attributes/genMapDataCSS.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/attributes/genMapDataCSS.pl b/share/attributes/genMapDataCSS.pl
index f5f14e1e6..c025a68ec 100755
--- a/share/attributes/genMapDataCSS.pl
+++ b/share/attributes/genMapDataCSS.pl
@@ -19,7 +19,7 @@ use HTML::TokeParser;
# Note "flowRoot, flowPara, flowSpan, flowRegion, and flowRect are Inkscape
# specific (failed SVG1.2 items)
my @container_elements = ("a", "defs", "glyph", "g", "marker", "mask", "missing-glyph", "pattern", "svg", "switch", "symbol", "use");
-my @graphics_elements = ("circle", "ellipse", "image", "line", "path", "polygon", "polyline", "rect", "text", "use");
+my @graphics_elements = ("circle", "ellipse", "image", "line", "path", "polygon", "polyline", "rect", "text", "flowRoot", "use");
my @filter_primitives = ("feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix",
"feDiffuseLighting", "feDisplacementMap", "feFlood", "feGaussianBlur", "feImage",
"feMerge", "feMorphology", "feOffset", "feSpecularLighting", "feTile", "feTurbulence" );