Enum member cairo_line_join_t.CAIRO_LINE_JOIN_BEVEL

use a cut-off join, the join is cut off at half the line width from the joint point

Declaration

enum cairo_line_join_t
{
  // ...
  CAIRO_LINE_JOIN_BEVEL = 2,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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