Rather than twittering these and missing a sizable chunk of people who might be interested, I thought I’d post a couple quick links to very cool news in the SVG world: Read the rest of this entry …
I recently tried to compile Daniel Holbert’s SMIL patches in mozilla-central. While doing this, I observed the “configure” was core dumping. The folks in the #developers channel over on irc.mozilla.org were able to help me out and trace it down to the fact that Ubuntu’s dash was crashing. I worked around this by changing Mozilla’s configure script to use #!/bin/bash instead of #!/bin/sh.
Apparently this crash has been fixed on Ubuntu 8.10 because Daniel himself hasn’t witnessed this crash?
I took 20 minutes and added a feature request to my SVG Web Stats web application tonight: Now you can switch the timeline graph from Traffic mode to Distribution mode, which shows the share of each browser on my site as a percentage of the total. Read the rest of this entry …
Very cool stuff from roc. An interesting alternative to all the CSS properties being added to WebKit. Meanwhile, Microsoft is still plodding away on bog-standard CSS 2 – expect an update from them in August, if you’re still interested (if you are maybe you want to try a new plugin for IE?)
Chris Double was kind enough to update the SMIL patch on Bug 21642 for Mozilla and then do some builds for me so I wouldn’t have to muddle through the build and patch process. I’m ashamed to admit that so far this has been enough of a deterrant that I haven’t bothered to try it out, so I’m really glad Chris did this. The best part is that, in doing this, Chris found Firefox crashing on several tests and was able to update the patch to fix these problems.
Anyway, with the patch, a Mozilla trunk nightly gains about 4.5% to their overall SVG score. Put another way, they score 25/116 on the SVG+SMIL animation tests in the Full test suite. While this isn’t in the league of current WebKit nightlies (and neither of these platforms are in the league of Opera 9+), it does show that progress could be made on this were it applied to the trunk (once Firefox 3 ships, of course). Does anyone know if this patch means that a Firefox build would pass those SVG+SMIL tests in Acid 3?
[Update: Chris has made the Firefox builds available for download here]
[Update 2008-04-20: Chris' latest build now makes the SMIL score 38/125, though some tests have now regressed.]