Merge pull request #319 from mojodna/text-face-name-escaping
[bug] text-face-names containing &s aren't escaped properly
This commit is contained in:
commit
87f57bdb38
4
test/rendering-mss/text-face-name-escaping.mss
Normal file
4
test/rendering-mss/text-face-name-escaping.mss
Normal file
@ -0,0 +1,4 @@
|
||||
#layer {
|
||||
text-name: [name];
|
||||
text-face-name: "El&Font Bubble Regular";
|
||||
}
|
5
test/rendering-mss/text-face-name-escaping.xml
Normal file
5
test/rendering-mss/text-face-name-escaping.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<Style name="style" filter-mode="first">
|
||||
<Rule>
|
||||
<TextSymbolizer face-name="El&Font Bubble Regular" ><![CDATA[[name]]]></TextSymbolizer>
|
||||
</Rule>
|
||||
</Style>
|
Loading…
Reference in New Issue
Block a user