cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.

Home Page:http://aprt.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full SVG support

electronicwhisper opened this issue · comments

Once #49 is merged in, these features remain to do for full svg support:

  • Add support for images. (I didn't know how to do this with the imageCache stuff.)
  • Support css filter stuff if that's possible / important.
  • Have bounds (xMin, xMax, etc in Editor.exportSvgString) populated in the same way that the hypothetical "artboard" feature populates the web export bounds.
  • Add an export button to the UI. Also allow customization of the dpi. (Perhaps dpi is also related to web export concerns?)