This commit is contained in:
parent
ee60237550
commit
d63b6a6f53
6 changed files with 424 additions and 228 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue