openfl / svg

Provides SVG parsing and rendering for OpenFL and Haxe
MIT License
68 stars 30 forks source link

Support dash lines #29

Open ngrebenshikov opened 8 years ago

ngrebenshikov commented 8 years ago

The first step would be to support stroke-dasharray and stroke-dashoffset attributes.

ashes999 commented 8 years ago

Do you have an SVG you can share that demonstrates the problem?

ngrebenshikov commented 8 years ago

The example SVG: `

`

The correct view can be found at https://developer.mozilla.org/en/docs/Web/SVG/Attribute/stroke-dasharray

ashes999 commented 8 years ago

Thanks!