Apparently this idea is being implemented in various forms elsewhere.
http://hyper-metrix.com/#Burst
http://webdev.stephband.info/canvas/convert.html
http://likethought.com/opacity/
Search found 3 matches
- Sun Sep 27, 2009 1:08 pm
- Forum: Inkscape Ideas
- Topic: Import / Export to HTML5 <canvas> tag
- Replies: 1
- Views: 8935
- Tue Aug 04, 2009 5:36 am
- Forum: General Discussions
- Topic: AI support
- Replies: 21
- Views: 12152
Re: AI support
O brother...
ai is nothing but a pdf file with a different file extension.
Just rename the PDF file to have an ai extension (or vice versa) and you're done.
The only real difference is that ai files retain more info so that they can be edited easier.
ai is nothing but a pdf file with a different file extension.
Just rename the PDF file to have an ai extension (or vice versa) and you're done.
The only real difference is that ai files retain more info so that they can be edited easier.
- Mon Jul 20, 2009 8:36 am
- Forum: Inkscape Ideas
- Topic: Import / Export to HTML5 <canvas> tag
- Replies: 1
- Views: 8935
Import / Export to HTML5 <canvas> tag
Title pretty much says it all. The canvas tag is great when what is being drawn on a page is dependent on user interaction or conditional statements. Unfortunately there is no easy way (that I'm aware of) to generate the javascript needed for drawing inside the canvas tag. Simple shapes are easy to ...