diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-01-05 11:46:49 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-01-05 11:46:49 +0000 |
| commit | f32078bcebd4ac0c5d95765b321d853445cf983c (patch) | |
| tree | e1f9c380b009fe98e3a187adf8346a2e1df04c80 /share/attributes/genMapDataCSS.pl | |
| parent | Fixing mirror on split (diff) | |
| parent | antialiasing options on export (diff) | |
| download | inkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.tar.gz inkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.zip | |
Update to trunk
(bzr r15295.1.52)
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 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"; |
