Page 2 of 2

Re: SVG Loader/Native Format

Posted: Mon Oct 19, 2009 9:18 pm
by cpk
There is some Apache Java code that uses callbacks (user implements a protocol) to create graphic objects.
The code is in the Apache class PathParser.java. I ported this over to Objective C. I implemented the protocol
(interface in java terms) to create line segments from everything. This only fails when the bezier's get complicated.

Eventually I will put this in the public domain.

Best Regards,
Charles