Thomas DeWeese: > This is an invalid CSS value (CSS doesn't allow scientific notation). > I'm guessing the problem is that the SMIL engine doesn't 'restrict' it's > self when animating CSS values.
Indeed. > I'm guessing that Cameron will want to look at > batik.svggen.SVGGeneratorContext and it's use of DecimalFormat to avoid > use of scientific notation when stringitizing floats. Seems a bit silly, but looks like I had to use a format string like: "0.0###########################################################" Anyway, fixed in SVN. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
