On Tue, Jun 28, 2011 at 12:37 AM, David Chisnall <[email protected]> wrote: > Implementing the Tiny subset of SVG (which is all that most people use, and > more than you need for icons and the like) in GNUstep would be trivial, since > it's basically an XML serialisation of a subset of PostScript, for people who > thought PDF was insufficiently bloated. The only nontrivial bit (by which I > mean the only bit where you'd need more than a couple of lines of code to > render an XML node) is the Animation Module, which is not going to be > supported by something that just generates an NSImageRep anyway (I presume, > anyway - what happens if you load an animated GIF or PNG into an NSImage? > I've never tried)
I was thinking that some small additions for frame selection of an image based on time or frame could be useful for small cases. something like setExtent:[0-1] of total animation frames and may be a frame count for frame based animation and may be posting notifications on extent changes. -- /* Join Bluna Ratimonkey (漫画家) and build the real future for GNUstep ! */ [@"http://mus3.sourceforge.net" setNeedsYourHelps:YES!!]; _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
