summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataCSS.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-01-03 15:24:42 +0000
committertavmjong-free <tavmjong@free.fr>2017-01-03 15:24:42 +0000
commita902aa0054815571438197e99e9f512900d3929c (patch)
tree35336f7573324ced39d25ab914db8362f410c8ba /share/attributes/genMapDataCSS.pl
parentFix logic error (non-scaling stroke on text). (diff)
downloadinkscape-a902aa0054815571438197e99e9f512900d3929c.tar.gz
inkscape-a902aa0054815571438197e99e9f512900d3929c.zip
Add 'line-height' to allowed properties of tspans.
(bzr r15387)
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 46b0dd120..a6f432a47 100755
--- a/share/attributes/genMapDataCSS.pl
+++ b/share/attributes/genMapDataCSS.pl
@@ -173,7 +173,7 @@ $properties{ "marker-mid" }->{inherit} = $properties{ "marker-start" }->{inherit
# Inkscape uses CSS property 'line-height' even though this is not part of SVG spec.
-push @{$properties{ "line-height" }->{elements}}, "text", "flowRoot", "flowPara";
+push @{$properties{ "line-height" }->{elements}}, "text", "tspan", "flowRoot", "flowPara";
$properties{ "line-height" }->{default} = "NO DEFAULT";
$properties{ "line-height" }->{inherit} = "no";