LibreOffice
LibreOffice 24.2 SDK API Reference
|
Determines which shape to use when joining path segments. More...
Variables | |
const byte | NONE =0 |
Do not join the path segments at all. More... | |
const byte | MITER =1 |
Join the path segment by extending the outer border until they intersect. More... | |
const byte | ROUND =2 |
Join the path segment with a pie-like patch, such that the outer line of the meeting point is round. More... | |
const byte | BEVEL =3 |
Join the path segment by connecting the outer ends of the abutting segments with a straight line. More... | |
Determines which shape to use when joining path segments.
The joins between different paths segments can be formed out of several different shapes (which are of course only visible for strokes wider than one device pixel).
const byte BEVEL =3 |
Join the path segment by connecting the outer ends of the abutting segments with a straight line.
const byte MITER =1 |
Join the path segment by extending the outer border until they intersect.
const byte NONE =0 |
Do not join the path segments at all.
This join type might lead, depending on the angle between the segments, to visible cracks at the meeting points.
const byte ROUND =2 |
Join the path segment with a pie-like patch, such that the outer line of the meeting point is round.