Hi! During the last weeks (it may be months ;) ) i have been developing a native PHP converter for SVGs. Those of you who are working with PHP and SVG are maybe as frustrated as i have been as there is no real solution to convert SVGs to some other format in the PHP world. At some point i have started to develop my own solution to this problem.
I started with writing a php extension to cairo (http://www.cairographics.org - the library used by firefox as well) to have some low level support for vector graphics and then i tried to do the rest in PHP ;). Now i've put a (probably very unstable version) online which converts my SVGs appropriately. This version is NOT (!) really compatible to the W3C Spec but as i said it works for me and maybe it will work for others too. So i just opened the klecks project (no files yet but the basic project is in the CVS): http://sourceforge.net/projects/klecks So far it supports (all of these are limited to MY use...so they are most likely not complete): - most (maybe all?) of the basic shapes - paths - text - flowtext - gradients Hopefully there is somebody out there who thinks this project may help him/her...Even better would somebody who would help me doing the stuff which is missing ;) Btw: this project has been developed in and for php 5.1 (and i am NOT changing this requirement)... Kind regards, Andreas Streichardt ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

