mapnik/tests/data/broken_maps/line_join_style_broken.xml
2010-10-06 18:59:59 +00:00

9 lines
229 B
XML

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