Enum member cairo_line_cap_t.CAIRO_LINE_CAP_SQUARE

use squared ending, the center of the square is the end point

Declaration

enum cairo_line_cap_t
{
  // ...
  CAIRO_LINE_CAP_SQUARE = 2,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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