Hello!
I am developing an extension on C++ using UNO API.
And I want to create some custom shapes for my extension. For example, let it be filled circle inside another cricle. I want this shape to behave like a standalone basic shape - it is being drawn via cursor, not just spawned, you can adjust its size and e.t.c. How should I do that?
I found some guides about gallery themes and .fodg formats, but some info looks like outdated.
So, what`s the best way to create a template of a complex custom shape (group of basic shapes) and place it via extension button as any basic LO shape?