Hi. I had the same problem. Problem was (in my case) in ART constructor. http://jsfiddle.net/slik/twZqK/2/ - it doesn't show anything in IE. http://jsfiddle.net/slik/twZqK/3/ - it works fine.
Difference - added canvas size to the ART constructor (see line with "new ART()") On Tue, Mar 8, 2011 at 10:20 AM, Barry van Oudtshoorn <[email protected]> wrote: > Hmm, a couple of weeks down the track, and still no luck on my end. > > Aaron -- which version of ART are you using? I wouldn't mind doing a diff to > see what's changed, and what could be causing the problems I'm running into. > Given that commits to github seem to have stalled of late, I think that this > is probably my best bet for getting this sorted. :) I would dive straight in > and get debugging from the top, but time constraints are, well, > constraining; I'd like to keep that as my very last resort. > > On 16/02/11 00:23, Aaron Newton wrote: > > I'm using ART in IE8 and it works fine. I'm not completely up to date w/ > Sebastian (calyptus) so that might account for it, but I've been using it on > IE8 for quite a while now. > > On Tue, Feb 15, 2011 at 7:33 AM, Arian Stolwijk <[email protected]> wrote: >> >> ART uses SVG and VML for IE lte 8, since IE9 has SVG it should work... >> Unfortunately github issues at calyptus/art are disabled, but maybe you >> can send him a message... I'll try to test it as well. >> >> On Tue, Feb 15, 2011 at 2:49 PM, André Fiedler >> <[email protected]> wrote: >>> >>> Maybe ART doesn´t support Browsers that havn´t canvas implemented? You >>> can take a look at: http://excanvas.sourceforge.net/ >>> >>> 2011/2/15 Barry van Oudtshoorn <[email protected]> >>>> >>>> Hi all, >>>> >>>> I've been playing with ART recently, and the time has now come for me to >>>> make sure that things work in IE. I understand that ART is meant to >>>> abstract >>>> out the implementation details: whether the browser uses SVG or VML >>>> shouldn't really matter. >>>> >>>> Unfortunately, though, I've run into a bit of a snag. If you take a look >>>> at http://jsfiddle.net/k7Qa3/ in an SVG-supporting browser (eg. Firefox, >>>> IE9), everything's great. In IE < 9, though, I get nothing displayed. There >>>> aren't any errors being thrown, and I can't seem to spot what I've done >>>> wrong. Do I have to do anything special to get things going in IE, or have >>>> I >>>> just made a stupid mistake? (The two JS files that are mine are >>>> ART.Shapes.Extras and uiGraph). >>>> >>>> Any help would be much appreciated -- I'd really be able to make use of >>>> this in the project I'm working on. >>>> >>>> -- >>>> Barry van Oudtshoorn >>>> www.barryvan.com.au >>>> >>>> Not sent from my Apple πPhone. >>>> >>> >> > > > > -- > Barry van Oudtshoorn > www.barryvan.com.au > > Not sent from my Apple πPhone.
