Is it possible to use this library (or any other that you know of) that can convert a shape like rect, circle, path with stroke properties to a new path that includes the stroke within the path without having stroke properties on the element?
For example, if the original shape is a 2x2 square with a stroke width of 1 the new path would draw a 3x3 square.
Is it possible to use this library (or any other that you know of) that can convert a shape like
rect
,circle
,path
with stroke properties to a newpath
that includes the stroke within the path without having stroke properties on the element?For example, if the original shape is a 2x2 square with a stroke width of 1 the new path would draw a 3x3 square.