diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-04-24 09:56:39 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-04-24 09:56:39 +0000 |
| commit | 9aa6b66cae11fa0d1b732a78a89fb387372144df (patch) | |
| tree | 240e8a2a7a95e4aa3ea7cb65896681ee6ebcb0e7 /share/attributes/genMapDataCSS.pl | |
| parent | Update macOS build pipeline (diff) | |
| download | inkscape-9aa6b66cae11fa0d1b732a78a89fb387372144df.tar.gz inkscape-9aa6b66cae11fa0d1b732a78a89fb387372144df.zip | |
Add 'text-align' to properties not removed in cleaning for <flowPara> and <flowSpan>.
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 0b7f7adc2..54266f53f 100755 --- a/share/attributes/genMapDataCSS.pl +++ b/share/attributes/genMapDataCSS.pl @@ -179,7 +179,7 @@ $properties{ "line-height" }->{inherit} = "no"; # Inkscape uses CSS property 'text-align' for flowed text. It is not an SVG 1.1 property # but is found in SVG 1.2 Tiny. -push @{$properties{ "text-align" }->{elements}}, "flowRoot"; +push @{$properties{ "text-align" }->{elements}}, "flowRoot", "flowPara", "flowSpan"; $properties{ "text-align" }->{default} = "start"; $properties{ "text-align" }->{inherit} = "yes"; |
