mapnik/tests/data/broken_maps/line_join_style_broken.xml

9 lines
220 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map >
<Map bgcolor="red">
<Style name="some_style">
<Rule name="some_rule">
<LineSymbolizer stroke-linejoin="meta" />
</Rule>
</Style>
</Map>