Hi,

On Sun, Feb 24, 2008 at 9:26 PM, Morkulth <[EMAIL PROTECTED]> wrote:
>  I am a recent user of Batik , and while enjoying it , i encounter severeal
>  dificulties.
>
>  I want to get from a image in SVG the outlines of VISIBLE shapes.
>  Example:
>
>  I have a huge yellow filled square stroked with black, wich totaly contains
>  a yellow smaller square stroked and filled in yellow ( not visible).
>
>  Is there an easy way of getting only the black outline of the big square
>  ignoring other information ( inclusive the yellow color and the outer
>  smaller square element) ?

If you only want a rectangle outline, you could get it from bbox()
from that particular element. However if you trying to get the outline
shape (can be any shape), you might need to go deep into GVT layer,
from GVT node you can call getOutline() which return the shape.

Cheers
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to