Drawing component

Hello,

I have a perhaps trivial question but I can't find the information. The “Drawing” component appears in exchange projects.

How to add such a component? I don't see it in Perspective Components. In addition, it has properties I don't understand and a configuration.

Is there a manual for this?

Best regards,
Michał

This is the component that is used when an SVG is dropped onto a view and embedded.

2 Likes

The props.elements tree is what Ignition extracts from the SVG for the parts of the SVG that Perspective supports. You can supply this, or parts of it, dynamically.

2 Likes

Thank you!