File: stroke_dasharray_broken.xml

package info (click to toggle)
mapnik 0.5.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,136 kB
  • ctags: 14,550
  • sloc: cpp: 68,887; python: 24,895; xml: 1,534; makefile: 503; sh: 79
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map  >
<Map bgcolor="red">
    <Style name="some_style">
      <Rule name="some_rule">
        <LineSymbolizer>
          <CssParameter name="stroke">red</CssParameter>
          <CssParameter name="stroke-dasharray">1.0, 4.0, foo, 6.0</CssParameter>
        </LineSymbolizer>
      </Rule>
    </Style>
</Map>