Enable creation and editing of freeform shapes from apps. Ideally one could create a freeform shape directly from an SVG path.
Enable creation and editing of freeform shapes (or any shape) from apps. Ideally one could create a freeform shape directly from an SVG path.


Thank you for reaching out. Could you elaborate a bit more? Are you referring to adding a new feature to word/ppt to allow users to create a shape from SVG?
1 comment
-
Chris Martin commented
I have used VBA to create Shapes (circles, rectangles, freeform, etc.) on a worksheet.
Set myShape = ActiveSheet.Shapes.BuildFreeform(msoEditingCorner, blah blah blah)
I have not found an equivalent capability in Apps for Office.