- From: Shane Steinert-Threlkeld <ssshanest@gmail.com>
- Date: Fri, 26 Jun 2009 14:13:57 -0400
- To: www-svg@w3.org
- Message-ID: <6969c7950906261113o2bf46b5aid7d157ae3a36192a@mail.gmail.com>
Wow! I was just thinking about writing something like this and then received this e-mail in my inbox. Another reason it is useful: I am programming interactive mathematical and 3d rendering demos in javascript. I switched from using SVG to canvas because of the huge speed increases gained by avoiding the DOM. But I am much more attracted to SVG as an actual graphics format. With your tool, besides allowing students using my demos to save the canvas as PNG, I can now allow them to export as SVG. On Fri, Jun 26, 2009 at 1:27 PM, Robin Berjon <robin@berjon.com> wrote: > Hi all, > > for various reasons explained on the page below I thought it fun to make a > wrapper for canvas that could output SVG (not entirely unlike the IE > emulators). It can be used either to turn some of the cool pics that people > make with canvas into SVG that can be edited, pasted elsehwere, etc., and it > can also produce a live SVG mirror for canvas. > > It's not finished but usable, get it from: > > http://berjon.com/hacks/canvas-getsvg/ > > It's certainly not an option, but it *might* be a data point in the canvas > and accessibility discussion. > > -- > Robin Berjon - http://berjon.com/ > Feel like hiring me? Go to http://robineko.com/ > > > > > > >
Received on Monday, 29 June 2009 11:47:17 UTC