You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of ExplorerCanvas, an implementation of the canvas tag for IE.
|
|
|
fillText not supported
|
| |
Hello @all!
I want to place text in a canvas element. Normal things like placing
an image or drawing rectangles work. "fillText" on the other hand
leads to an error. The Internet Explorer Debugger gets started and
tells that the object doesn't support this function.
Is there a way to workaround?... more »
|
|
bluff+excanvas cut canvas in half on IE8
|
| |
Hi,
I'm using bluff ([link]) with excanvas and css
blueprint to render a pie chart here: [link]
In IE8 it appears cut at half. When I look at the code generated by
the js I see:
<div class="span-6">
<canvas style="MARGIN-TOP: -30px; WIDTH: 230px; HEIGHT: 230px"... more »
|
|
excanvas stopped working after applying KB2480217 on Windows XP
|
| |
After a recent rollout of some MS security patches, multiple plotting
libraries that use excanvas as their IE fallback ceased working. The
failure is that any of the graphic rendering does not happen. This
happens on XP in both IE 7 and 8. It does not happen with Windows 7
IE8. I have not tested any IE version on Vista.... more »
|
|
excanvas - IE8 - how to make it work
|
| |
Hello,
I try to use excanvas to make pop-ups working in IE8.
I downloaded the zip-file and extracted it.
I added <!--[if IE]><script type="text/javascript" src="excanvas.js"></
script><![endif]--> in my page.tpl.php file but I still don't see any
pop-up in IE8.
I totally with php and making websites.... more »
|
|
drawImage placement problem
|
| |
I am working on a game which uses the canvas element to, among other
things, move images around. Everything is fine on other browsers, but
excanvas seems to systematically misplace images. Specifically, it
appears to multiply the x and y coordinates by about 1.1 on all
images. If a transformation has been applied, however, it places the... more »
|
|
Weird display issues with IE
|
| |
Hi, I'm currently writing a browser based game and i'm coming across
a
weird error with excanvas and this.
Strangely enough with some fiddling I've managed to spot a pattern
however it's pretty odd.
Basically if I view my site on different sites with IE using a
hostname I get some random errors with some images being... more »
|
|
Pattern no-repeat support
|
| |
Hi,
here is a patch against the HEAD to support no-repeat for patterns.
It works with translations and scaling, but not with rotations,
because the only way I've found to make it work is rotate the shape
itself, while current implementation does not rotate shapes but
transform its path.
I should have already signed the CLA... more »
|
|
patch to fix broken IE6/7 support
|
| |
Change 71 appears to have broken IE6/7 support; at least, the IE6 and IE7 VMs that I maintain aren t working with the latest trunk revision. The following patch appears to fix it: ------------------------------ -- Index: excanvas.js ============================== ============================== =======... more »
|
|
|