Comment 0 for bug 171243

Revision history for this message
Rwst (rwst) wrote : implement cliprule:evenodd

this was posted to the bug tracker but moved here:

I got a warning opening svg file with inkscape 0.43 on
linux:

** (inkscape:6127): WARNING **: Unimplemented style
property SP_PROP_CLIP_RULE: value: evenodd

The svg file is attached. The svg header, containing
the property is the following:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW -->
<svg xmlns="http://www.w3.org/2000/svg"
xml:space="preserve" width="210mm" height="297mm"
style="shape-rendering:geometricPrecision;
text-rendering:geometricPrecision;
image-rendering:optimizeQuality; fill-rule:evenodd;
clip-rule:evenodd"
viewBox="0 0 210 297"
xmlns:xlink="http://www.w3.org/1999/xlink">

Best regards,
Grigory Rubtsov