Enum member cairo_line_cap_t.CAIRO_LINE_CAP_ROUND

use a round ending, the center of the circle is the end point

Declaration

enum cairo_line_cap_t
{
  // ...
  CAIRO_LINE_CAP_ROUND = 1,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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