JonazMartinez / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

toDataURL() work not properly #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. the function seem don't work in my computer
2.
3.

Original issue reported on code.google.com by szinsp...@gmail.com on 9 Mar 2009 at 7:17

GoogleCodeExporter commented 9 years ago
And it won't work on any other Internet Explorer as long as it is made with VML 
:(
I looked around for a solution, but there are no ways to do that. There are 
maybe
possibilities to do that, but surely not with Flash.

Original comment by phenxdesign on 9 Mar 2009 at 8:32

GoogleCodeExporter commented 9 years ago
Ha, and I forgot: IE doesn't support Data URLs, so there are 2 reasons for it 
not to
work.

Original comment by phenxdesign on 9 Mar 2009 at 8:33

GoogleCodeExporter commented 9 years ago
ahaaa, thanks for the reply, how about using canvas.innerHTML for something?

Original comment by szinsp...@gmail.com on 10 Mar 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Hmm, what for ?

Original comment by phenxdesign on 10 Mar 2009 at 5:50

GoogleCodeExporter commented 9 years ago
This is just not doable with the VML version.

Original comment by erik.arv...@gmail.com on 11 Mar 2009 at 2:53

GoogleCodeExporter commented 9 years ago
in IE, canvase.innerHTML will return the VML string contain in canvas, but 
firefox
will return a blank string. is anyway convert this info into something for use? 
just
like "http://raphaeljs.com/" do...

Original comment by szinsp...@gmail.com on 11 Mar 2009 at 4:44

GoogleCodeExporter commented 9 years ago
The only way you could do that would to use a server side script that takes a 
VML
code and makes an bitmap image. The website you are showing us only aims to 
give a
simple API to draw vectorial images using VML in IE and SVG in the modern 
browsers.
You can never do normal things with IE, keep it in mind ! So you can NOT take a
bitmap from a canvas.

Original comment by phenxdesign on 11 Mar 2009 at 8:33