mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 08:51:37 +02:00
✨ Add utilities to calculate boolean shapes
This commit is contained in:
parent
57245dd77e
commit
5031700af6
8 changed files with 532 additions and 103 deletions
|
@ -210,7 +210,7 @@
|
|||
(case (:command cmd)
|
||||
:line-to [index (upg/split-line-to start cmd value)]
|
||||
:curve-to [index (upg/split-curve-to start cmd value)]
|
||||
:close-path [index [(upc/make-line-to (gpt/line-val start end value)) cmd]]
|
||||
:close-path [index [(upc/make-line-to (gpt/lerp start end value)) cmd]]
|
||||
nil))
|
||||
|
||||
cmd-changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue