summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataCSS.pl
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-01-05 11:46:49 +0000
committerjabiertxof <info@marker.es>2017-01-05 11:46:49 +0000
commitf32078bcebd4ac0c5d95765b321d853445cf983c (patch)
treee1f9c380b009fe98e3a187adf8346a2e1df04c80 /share/attributes/genMapDataCSS.pl
parentFixing mirror on split (diff)
parentantialiasing options on export (diff)
downloadinkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.tar.gz
inkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.zip
Update to trunk
(bzr r15295.1.52)
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";