top | item 1635473

Web based Vector editing

54 points| rvanrooy | 15 years ago |code.google.com | reply

9 comments

order
[+] urssur|15 years ago|reply
this is pretty cool , like inkscape in the browser .
[+] xulescu|15 years ago|reply
It is cool, but it's pretty useless as it's missing important features to subtract, add, intersect, etc. shapes, and other very important functionality required to do something useful beyond the typical "finger painting" :).
[+] gnosis|15 years ago|reply
The demo doesn't work in Opera 10.61 on Linux. I can see and interact with the interface, but nothing is drawn on the canvas when using any of the tools.
[+] eli_s|15 years ago|reply
wow! great find.

I wrote my own svg image editor, but this is really slick - and the code is a lot cleaner than mine :)

One of the contributors also wrote canvg: http://code.google.com/p/canvg/

which implements the svg spec in canvas allowing SVG->Canvas->JPG/PNG