mapnik/tests/data/broken_maps/line_join_style_broken.xml

10 lines
220 B
XML
Raw Normal View History

<?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>