My use case is generating SVG with Luxor.jl and use them within PowerPoint.
Yet, in order to be able to work with objects on PowerPoint I need to ungroup the SVG.
The issue it breaks all elements into too small items.
For instance, it breaks arrows into lines and the tip.
Is there a way to control what's an object, or at least an hierarchy of the objects?
The motivation is to be able to create animations in PowerPoint.
I guess the same will work for Apple Keynote and similar.
My use case is generating SVG with
Luxor.jland use them within PowerPoint.Yet, in order to be able to work with objects on PowerPoint I need to
ungroupthe SVG.The issue it breaks all elements into too small items.
For instance, it breaks arrows into lines and the tip.
Is there a way to control what's an object, or at least an hierarchy of the objects?
The motivation is to be able to create animations in PowerPoint.
I guess the same will work for Apple Keynote and similar.