--- In svg-developers@yahoogroups.com, John Delacour <[EMAIL PROTECTED]> wrote:
>
> I've been developing a drawing initially using Gran Paradiso (Firefox 
> latest build) until I discovered how far superior the latest Opera is 
> for SVG and continued viewing the file (generated by a Perl script) 
> in Opera.
> 
> I now discover that neither Firefox nor Safari accept negative 
> coordinates and deal with these as zeros.  For example the rectagle 
> below is shown 12 units higher (I use a matrix to convert to 
> Cartesian coordinates) than I intend.  Only Opera behaves as I want.
> 
> <rect x="42" y="-12 " width="5.75" height="112" fill="burlywood" />
> 

The problem with this example is the space rather than the fact that
it is negative. No whitespace is allowed in coordinates according to
the SVG specification.

I'm sure firefox would report an error in this case.

Best regards

Robert



------------------------------------

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to