persistent graphic (NSBezierPath) objects
persistent graphic (NSBezierPath) objects
- Subject: persistent graphic (NSBezierPath) objects
- From: Christopher Corbell <email@hidden>
- Date: Tue, 5 Aug 2003 17:57:34 -0700
I'm working on a feature that allows custom graphic "atoms" to
be saved and applied as tools. I'm using NSBezierPath to implement
these atoms; I'd like to store them in simple files, preferably xml.
Should I use standard NSObject coding facilities for this, or are there
graphic-specific alternatives? I'm thinking mainly of SVG - extending
NSBezierPath with "initWithSVGData" and "saveAsSVGData" methods.
Has someone already done something along these lines?
Thanks in advance,
Christopher
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.