iconsssss
All checks were successful
/ test_checkout (push) Successful in 1m57s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-27 19:34:14 +01:00
parent ee60237550
commit d63b6a6f53
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 424 additions and 228 deletions

View file

@ -93,10 +93,19 @@
start = end
end = pt
}
/*
let r = 10pt
place(
bottom + left,
bottom + left,
dx: start.at(0) - r,
dy: start.at(1) + r,
circle(radius: r, fill: blue)
)
*/
place(
bottom + left,
line(
start: start,
start: start,
end: end,
stroke: strk
)