I’ve created a ‘placeholder’ item so an editor can manually control the vertical/horizontal placement starting items in the flowchart diagram (rather than allowing the dynamic calculation of where ‘centre’ is etc. which can depend on the visibility of objects in the canvas space).
Is it possible to set such objects to not render on the canvas when makeImage is called?
At the moment the only solution I can see is to iterate through all objects, record and remove the placeholders, execute makeImage, add back the removed items to the JSON object and re-render the canvas? … I’m sure there’s something simpler I’ve just not seen?
Thanks
Dylan