Hi,

Are there "combine" operations for SVG elements?

In the following example:
<svg width="210mm" height="297mm">
        <rect x="15mm" y="15mm" width="120mm" height="120mm" style="fill:red;"/>
        <circle cx="75mm" cy="75mm" r="50mm" style="fill:blue;"/>
</svg>

I would like to create a "mask" by cutting the circle out of the
rectangle. In Inkscape I would
do a boolean "Intersect" operation. Can I do something similar in
Batik or javascript/svg ?

Kind Regards,

Pieter
http://pitr.net/

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

Reply via email to