MaddTheSane / SVGKit

A Cocoa framework for rendering SVG files as Core Animation layers
http://mattrajca.com
Other
47 stars 19 forks source link

Not rendering Flag correctly #17

Open flemingm opened 9 years ago

flemingm commented 9 years ago

is uses reference to object and offsets

ie.

<use xlink:href="#quarter" x="350"/> <use xlink:href="#quarter" y="250"/> <use xlink:href="#quarter" x="350" y="250"/>

Download from: http://upload.wikimedia.org/wikipedia/commons/5/5f/Flag_of_Quebec.svg flag_of_quebec svg

Attached is the correctly SVG file rendered.

flemingm commented 7 years ago

fixed in main project via issue #384 https://github.com/SVGKit/SVGKit/issues/384