tmr232 / Ink2Impress

Create Impress.js presentations with Inkscape!
10 stars 4 forks source link

Use existing SVG libraries #6

Open tmr232 opened 12 years ago

tmr232 commented 12 years ago

It might be a good idea to use some exsiting SVG parsing & generation libraries. Two candidates are:

  1. Inkscape Extensions API - might be helpful as it is Inkscape we're using...
  2. pySVG - from a first glance - seems to be a decent SVG manipulation library.