- From: T Rowley <tor@cs.brown.edu>
- Date: Mon, 02 Apr 2007 17:36:37 -0500
- To: jhon <hmu.svg@gmail.com>
- Cc: www-svg@w3.org
On 4/2/07 12:57 PM, jhon wrote:
> http://www.xml.com/2002/09/11/examples/TextWrap.svg
>
> This SVG file is not work in mozilla, firefox and opera.
There's a few problems. To start with is the xlink one you've already
fixed. Next is that setProperty() takes three arguments, the last being
a priority or empty string.
Depending on arbitrary information ('line-interval' - not a real css
property) to be stored in the style system doesn't work in Firefox.
Even with these fixed, this example won't work properly on Firefox
1.5/2.0 because it uses "em" units which we don't implement in SVG yet.
Received on Monday, 2 April 2007 22:36:21 UTC