Enum member cairo_line_cap_t.CAIRO_LINE_CAP_BUTT

start(stop) the line exactly at the start(end) point

Declaration

enum cairo_line_cap_t
{
  // ...
  CAIRO_LINE_CAP_BUTT = 0,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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