mapnik/tests/data/broken_maps/stroke_dasharray_broken.xml
2011-08-30 16:58:36 +00:00

8 lines
239 B
XML

<!DOCTYPE Map>
<Map background-color="red" minimum-version="0.7.2">
<Style name="some_style">
<Rule name="some_rule">
<LineSymbolizer stroke="red" stroke-dasharray="1.0, 4.0, foo, 6.0"/>
</Rule>
</Style>
</Map>