]> Something Witty Goes Here

codedread

Archive for the ‘QuickLinks’ Category

Sam Ruby: Inline SVG in IE

Friday, May 4th, 2007

Thanks, Sam for kicking this off - I knew it was just a matter of time before someone would do a proof-of-concept, but the week of MIX07 was earlier than I expected! :)

One suggestion: If you’re going to use simple IE detection, then why not use IE conditional comments rather than forcing other SVG-capable browsers to load and parse and run the JavaScript? Something like:

<!--[if IE]>
  <script type="text/javascript" src="SVG2SL.js"></script>
<![endif]-->

SVG 1.1 Test Suite Released

Thursday, December 14th, 2006

Chris Lilley just announced that the SVG specification now has an updated Test Suite.

I’ll probably spend some time going through the test suite in cool web browsers like Opera, Firefox and even Konqueror (now that I have a box running OpenSUSE) to see how compliant each browser is. It will be interesting to see what has changed between Firefox 2 and the Firefox 3 nightly builds.


codedread codedread