excanvas

Does anyone could make Excanvas work in IE 8 with jQuery?

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 'cause it needs Excanvas to make IE draw the vectors, images etc. I've tried to download the newer version of Excanvas but it's not workint at all... thanks ...

Is there a way to tile a background image over a canvas path?

For example, I have a canvas in a page with some kind of a path. It is created by javascript this way: var context = $('#some_canvas').getContext('2d'); context.beginPath(); context.lineWidth = 5; context.strokeStyle = '#000000'; context.moveTo(0, 0); context.lineTo(100, 100); context.stroke(); Is there a way to make the path that app...

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?? ...

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 with document.createElement) ...

Excanvas does not work in IE8 at all

I simply cannot get excanvas to work at all. I have tried everything I can think of. I am even uploading the examples that come with excanvas to my website and testing them and they do not even work. I don't know if it has something to do with my server or what, but I haven't seen a working excanvas image yet. for instance... I this exa...

setTimeout in javascript not giving browser 'breathing room'

Alright, I thought I had this whole setTimeout thing perfect but I seem to be horribly mistaken. I'm using excanvas and javascript to draw a map of my home state, however the drawing procedure chokes the browser. Right now I'm forced to pander to IE6 because I'm in a big organisation, which is probably a large part of the slowness. So ...

jQuery plugin to wrap text around images + support IE6

This is a tall order, but is there a jQuery or Mootools (or other framework) plugin to wrap text around images and support IE6? I've tried the jQSlickWrap, but unless the browser supports HTML 5, you're out of luck. What's strange is that IE 6 supports the jQuery Background Canvas plugin, which uses the CANVAS object (via excanvas.js) ju...

Javascript file (excanvas) not working when I load it at the bottom of the page

This works: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <script src="/js/msgv/widgets/excanvas2.js" type="text/javascript"></script> <script type="text/javascript" charset="utf-8"> ...

'G_vmlCanvasManager' is undefined

Hi there, I am using the highcharts charting library, i am including excanvas if the browser is ie using <!--[if IE]> <script type="text/javascript" src="<script type="text/javascript" src="excanvas.compiled.js"></script> <![endif]--> yet i still get 'G_vmlCanvasManager' is undefined ...

excanvas + Dojo: getContext is undefined

When I execute the code below in IE7/WinXP32, then the output in the console is "undefined". The output changes to the expected "getContext()", when I make either of two modifications: I remove the image tag. I use: <body onload="draw()"> Any idea what is going on here? What may be a workaround? <!DOCTYPE HTML PUBLIC "-//W3C//DTD...

Text is not displaying properly with canvas on IE8

I am new to play with canvas ... and I want to display the text on canvas and I am using the excanvas script . In my application the text on canvas displaying properly on FF but not on IE8 . My code looks like ( view source ) <html> <body> <DIV style="DISPLAY: block; TOP: -9px; LEFT: -9px" id=caption_drag class="text_drag drag uiObjec...

Does anyone know how to use excanvas with Mootools chart?

I'm using the mootools bubble chart here http://moochart.coneri.se/ and want to make sure it compiles in all browsers (including IE7 and IE8). The creator says that I can try using Excanvas, but does anyone know how to actually implement this? Thanks! ...

Strange extra characters in rendered html on IE 8

I have an ASP.Net MVC site that I want to render some custom HTML 5 canvasses in. I am getting a strange issue with the server serving up extra characters that are not in the source code. In order to use an HTML 5 canvas in IE 8 you have to add the following tag in the html head: <!--[if IE]><script src="../../Scripts/excanvas.js"></sc...