updated CeTZ to v0.4.0

This commit is contained in:
2025-07-16 15:10:13 +02:00
parent 08f7eea0e4
commit d51a08830d
18 changed files with 33 additions and 44 deletions

View File

@ -45,18 +45,14 @@
(x0, y0),
(x1, y1)
)
draw.merge-path(
draw.line(
(x0, y0),
(x0 + w, y0),
(x0 + w, y0 - h / 2),
(x0 + w - 5, y0 - h),
(x0, y0 - h),
fill: COL-GRP-NAME,
close: true,
{
draw.line(
(x0, y0),
(x0 + w, y0),
(x0 + w, y0 - h / 2),
(x0 + w - 5, y0 - h),
(x0, y0 - h)
)
}
close: true
)
draw.content(
(x0, y0),