You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's also arcTo,cubicBezTo and quadBezTo. It seems like it would be possible to convert an SVG path definition to this path definition (if a width/height was passed along too). This is just enough to get a shape displayed but is missing definitions for shape handles etc.
a:off and a:ext can be minimised (cx and cy for a:ext set to 1, and x/y set to 0 for a:off) but that means that the point positions need to be absolute, and the bounding box on selection of the object is off (which is an ok artefact to have I think).
The text was updated successfully, but these errors were encountered:
To generate a custom polygon shape, it looks like a minimal XML chunk would look a bit like this:
There's also
arcTo
,cubicBezTo
andquadBezTo
. It seems like it would be possible to convert an SVG path definition to this path definition (if a width/height was passed along too). This is just enough to get a shape displayed but is missing definitions for shape handles etc.a:off
anda:ext
can be minimised (cx
andcy
fora:ext
set to 1, andx
/y
set to 0 fora:off
) but that means that the point positions need to be absolute, and the bounding box on selection of the object is off (which is an ok artefact to have I think).The text was updated successfully, but these errors were encountered: