Enum member cairo_fill_rule_t.CAIRO_FILL_RULE_EVEN_ODD

Counts the total number of intersections, without regard to the orientation of the contour. If the total number of intersections is odd, the point will be filled.

Declaration

enum cairo_fill_rule_t
{
  // ...
  CAIRO_FILL_RULE_EVEN_ODD = 1,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1