... is still described by my ... Thanks, I will have a play with the conditional comment thing. ... Erm ... this is exactly what I am asking about. Neither of...
... In both of these blogs, it is somewhat a conscious choice that things don't look as good in IE as they do in other modern browsers. In some small way it...
... Have you considered creating an interface to ASV [1] and manipulate things from .NET afterwards? Although ASV is somehow outdated, this may be what you are...
Hi developers I need a workaround for an appendChild problem in Opera 9.5 and IE7 (ASV6 installed), in Firefox 3 it works fine. In my small example ...
... Why would you want to force using "embed" for Internet Explorer? There's some information [1] on how to accomplish it using "object". This may avoid the...
Hi, Thank you all for the tips you gave me last time. I'm still at the initial phase of learning SVG, so it helped me a lot. But I've just stumbled into a new...
... Seems to be an(other) ASV issue! :-D Notice that if you click in the active element, therefore bringing focus to it, it will behave as expected afterwards...
Everything is basically the same except that you cannot use filters (if its v1.1) and transparency is not supported. Added to that, javascript support is not...
I use the following code to embed SVGs in HTML. The conditional comments make Internet Explorer only parse the second part and all other Browsers parse the...
... for ... Viewing the source of your files I found that the first conditional comment has en-dashes (U+2013) instead of hyphen-minuses (U+002D) and thus is...
... Setting "type" attribute is a good practice, and forgetting it can lead to weird behavior (for example, displaying SVG contents as XML text when Visual...
I found a workaround for the problem. I just copied the geometry attributes of the active rectangle to a new rectangle on top of the SVG group and applied...
Hi All, I have taken the code for selectionlist for svg from this site. http://www.carto.net/papers/svg/gui/selectionlist/ . Can someone please help me to...
... Thanks, Frank; rewriting that works. I think I cut and pasted the syntax from the web. In now have two ways to produce a single file which will display...
Hello Olaf, It's always useful if such bugreports go directly to the Opera bugtracker (as early as possible), http://bugs.opera.com/wizard. I've logged this...
Thanks Erik, you are right, but often I am not sure if it is a bug or not. So I think it might be better first ask the developers and then fill a bug report. ...
Should Opera do this?: http://www.gateho.nildram.co.uk/temp/graphics/SVG/svg_circle_object_onload_debug.html Surely the colour should change before the final...
Ruud, I finally got a chance to look at what you've done here. Quite cool! It's a very compelling statement for the value of <foreignObject> and very cleverly...
ddailey
ddailey@...
Jul 6, 2008 2:35 pm
60783
Hi, Ruud's foreignObject posting reminded me to announce this here, my new CutyCapt utility http://cutycapt.sourceforge.net/ converts HTML+CSS (and more) to...
... I wanted to look at this, but you are using many alert calls. I'm afraid browsers tend to behave in all sorts of strange ways when alert is used, it would...