Module: Gsk::LineJoin

Defined in:
(unknown)

Constant Summary collapse

MITER =

Use a sharp angled corner

0 or :miter
ROUND =

Use a round join, the center of the circle is the join point

1 or :round
BEVEL =

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

2 or :bevel