-
Short question: is it possible to get the path of the bounding box of a path? It seems like Longer question (since I might be approaching this the wrong way): I have a bunch of shapes, mostly
Sadly, I can't seem to find a function |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Start with |
Beta Was this translation helpful? Give feedback.
Start with
pointslist_bounds()
, then make a rectangle path using the minimums and maximums.