toolness / tiny-turtle

Minimalist canvas-based turtle graphics in 50 lines of JS.
http://toolness.github.io/tiny-turtle/
14 stars 8 forks source link

On Firefox, dragging the image to one's desktop creates a web shortcut, not a PNG file #1

Open toolness opened 11 years ago

toolness commented 11 years ago

Might want to look at the MDN page on recommended drag types for images for help.

It might be useful to use a Data URL instead of an Object URL and put it in a text/uri-list.