Hi,
I've basic knowledge of SVG drawing, but I don't understand the drawing of SVG of that example. My question is not directly related to node red, but I cannot just continue to work.
Can anyone explain how to draw SVG for new page as described in above example? It's something like overlay drawing. I've attached node red file (json) as well.
Unfortunately (and @BartButenaers will correct me if necessary) the author of the built in editor removed the layer manager feature so your options are...
Pay for his "expert profile" to get access to layer manager
Create layers by hand or by using another SVG node instance then copy/paste the SVG generated into one SVG node in <g> tags
Look in the SVG tab - you will see page 2 is a g (group) element and is hidden by default <g id="page2" display="none">
Look at the "event" TAB and you will see how the main page is hidden and page 2 is shown
Use an external SVG editor & paste SVG into the SVG tab
use the same layout of groups (defaulted to hidden) for your additional pages