diff options
Diffstat (limited to 'share/attributes/genMapDataSVG.pl')
| -rwxr-xr-x | share/attributes/genMapDataSVG.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl index 1dd9327e3..8cd18128e 100755 --- a/share/attributes/genMapDataSVG.pl +++ b/share/attributes/genMapDataSVG.pl @@ -82,7 +82,7 @@ push @{$attributes{ "class" }->{elements}}, "flowRoot","flowPara","flowSpan","fl push @{$attributes{ "id" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion"; push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion"; push @{$attributes{ "xml:space" }->{elements}}, "flowRoot","flowPara","flowSpan"; - +push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan"; # Output |
