oddbhatch and xor-ed polygons
oddbhatch and xor-ed polygons
hi,
i have some polygons which may overlap. they are defined by their vertives coordinates.
overlap should be resolved by xor operation. for example, two circles with the same center and different radius should by like an "o" letter.
now, i need to create oddbhatch from the polygons, with xor operation.
can the library help me in this matter?
best regards,
michał Śliwka
yes, just create hatch

append your loops using oddbhatch::appendloop().
use oddbhatch::sethatchstyle(oddbhatch::knormal).
sincerely yours,
george udov
thanks, i didn't notice that i didn't add loops to the same hatch, i added loops to different hatches...
regards,
michał Śliwka