> SM> I know this might seem an odd SVG but the parser shouldn't barf on > SM> floating point values I think. (It works fine in Adobe's SVG > SM> viewer.) > > If you read the CSS 2 specification floating point values are > not allowed to use exponential notation: > > 4.3 Values > 4.3.1 Integers and real numbers Some value types may have integer > values (denoted by <integer>) or real number values (denoted > by <number>). Real numbers and integers are specified in > decimal notation only. An <integer> consists of one or more > digits "0" to "9". A <number> can either be an <integer>, or > it can be zero or more digits followed by a dot (.) followed > by one or more digits. Both integers and real numbers may be > preceded by a "-" or "+" to indicate the sign. Note that many > properties that allow an integer or real number as a value > actually restrict the value to some range, often to a > non-negative value.
Ah. Interesting. It does actually seem to work now (see other mail) but it looks like I need to scale my vectors to make this work "properly". ;-) Since the other tools do understand exponential notation I think it better to retain your support, although mark it in the source and possibly log a warning somewhere... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
