Questions tagged [excanvas]

Excanvas is a JavaScript library for bringing the HTML5 Canvas 2D API to versions of Internet Explorer prior to version 9.

Excanvas is a JavaScript library for bringing the HTML5 Canvas 2D API to versions of Internet Explorer prior to version 9 written by Emil Eklund and maintained by Google.

Excanvas implements the canvas API using VML to render the scene. It was written by Emil Eklund and is currently maintained by Google.

Project page: http://excanvas.sourceforge.net/

Original post by Emil: http://me.eae.net/archive/2005/12/29/canvas-in-ie/

68 questions
18
votes
7 answers

Possible to get Excanvas to work in IE 8?

I used to work on a jQuery plugin named 'BeautyTips' and it was working just fine. But, since I've installed IE 8, this plugin stop working because it needs Excanvas to make IE draw the vectors, images etc. I've tried to download the newer version…
André Miranda
  • 6,420
  • 20
  • 70
  • 94
7
votes
1 answer

SVG rect vs div vs canvas

Just imagine building Google Maps for a large building floor plan with 3000 rooms. I need to display up to 3000 rectangles (the best would be to also be able to render random polygons, but at this point, this is not the biggest issue). Each of them…
Nicolas M.
  • 789
  • 1
  • 13
  • 23
6
votes
3 answers

Excanvas for dynamically created canvas elements

Excanvas "for enternet Explorer" is working fine for predefined canvas elements. But when it comes to creating canvas elements dynamically during the script, it will not work... Any ideas??
user192318
  • 493
  • 2
  • 6
  • 6
4
votes
2 answers

Printing excanvas

I can't get IE to print my canvas (generated using excanvas)... I'm using the most recent version of excanvas. http://dl.dropbox.com/u/997831/canvas.html (Note: I already tried having the canvas element already on the page instead of creating it…
33aa3234
  • 41
  • 2
4
votes
1 answer

Paper.js with excanvas

I've grown to like paper.js a lot but after realizing that it does not support IE8, I was wondering if it was possible to have paper.js working together with excanvas? Has anyone tested this and are there examples available? Thank you.
Mike
  • 291
  • 1
  • 3
  • 9
3
votes
2 answers

Loading excanvas polyfill via Modernizr.load fails

I'm attempting to load the excanvas polyfill in the page-specific js file for my page. This script file is inserted after the body tag on my page. The odd bit is that if I use