Enum member cairo_status_t.CAIRO_STATUS_INVALID_POP_GROUP

no saved group to pop, i.e. cairo_pop_group() without matching cairo_push_group()

Declaration

enum cairo_status_t
{
  // ...
  CAIRO_STATUS_INVALID_POP_GROUP = 3,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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