changed AND design (circle arc instead of bezier)
This commit is contained in:
parent
a856b7f634
commit
6a6ae96a96
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
BIN
manual.pdf
BIN
manual.pdf
Binary file not shown.
@ -5,8 +5,8 @@
|
||||
let (x, y) = bl
|
||||
let (width, height) = (tr.at(0) - x, tr.at(1) - y)
|
||||
|
||||
let t = (x + width / 4, y + height)
|
||||
let b = (x + width / 4, y)
|
||||
let t = (x + width / 2, y + height)
|
||||
let b = (x + width / 2, y)
|
||||
|
||||
let f = draw.group(name: id, {
|
||||
draw.merge-path(
|
||||
@ -16,7 +16,7 @@
|
||||
name: id + "-path",
|
||||
close: true, {
|
||||
draw.line(bl, tl, t)
|
||||
draw.bezier((), b, tr, br)
|
||||
draw.arc-through((), (tr , 50%, br), b)
|
||||
draw.line((), b)
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user