Enum member cairo_line_join_t.CAIRO_LINE_JOIN_ROUND

use a rounded join, the center of the circle is the joint point

Declaration

enum cairo_line_join_t
{
  // ...
  CAIRO_LINE_JOIN_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