Dieter:
> yep...I meant flipped vertically or rotated 180 and flipped horizontally ;)
> 
> Do you have a link where it is described that "SVG coordinates are
> upside down wrt cartesian" and the reasons why this was done?

Also note that inside <glyph>s, the coordinate system has (0,0) at the
bottom left of the glyph cell, whereas in normal SVG content, (0,0) is
at the top left.  So if you are copying path data out of <glyph d="">
you will need to apply a scale(1,-1) transform to it to flip it.

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to