diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-06-10 18:10:18 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-06-10 18:10:18 +0000 |
| commit | 9f192127563535946ef58cc1b3cfef248bb1af5d (patch) | |
| tree | 417bc8f65e3b7c4d909afcf80c8014197a0acb8d /share/attributes/genMapDataCSS.pl | |
| parent | Rm unused WITH_GTEST pseudo-option (diff) | |
| download | inkscape-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-x | share/attributes/genMapDataCSS.pl | 2 |
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" ); |
