Greetings,
I am trying to implement my own symbol palette component and trying to figure out how to map each shape and connector model to an SVG to render in the palette as the items preview. So far I found that calling ej.datavisualization.Diagram.FlowShape(options) and ej.datavisualization.Diagram.ArrowShape(options) adds pathData property which I can use in the SVG's path element's d property, and this works for some of the Flow and Arrow shapes, but not all, and it doesn't work for basic, swimlane and connectors. Is there a function or a set of functions that returns an SVG for a model that could work for all the shapes?
Thanks.