My goal is to insert a vector drawing using a Google Slide extension. My files are in SVG, but we can assume that I am able to convert them in any vector format that would be required.
Using either the standard or advanced Slides API, it seems that I need to insert a Shape
. When I look at the shape types, I see a CUSTOM
option. However, I do not know how to pass the data for this custom shape (what is the expected data structure and where to pass it)
Ideally, I would like to insert a vector drawing by importing one of the supported vector drawing file types, like emf
.