Package: gsk
Function gsk:path-builder-close
Lambda Listgsk:path-builder-close (builder) ArgumentsDetails
Ends the current contour with a line back to the start point. Note that this is different from calling the gsk:path-builder-line-to
function with the start point in that the contour will be closed. A closed
contour behaves differently from an open one. When stroking, its start and
end point are considered connected, so they will be joined via the line join,
and not ended with line caps. Since 4.14 | See also |
#2024-11-14