Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
hazem
Posted - Apr 04 2022 : 03:13:42 Hi,
When saving as SVG, Is it possible to add the option to include (or not to include) the Layer Name as ID in each layer tag i.e <image id="Layer1.Name" x=.... > <polyline id="Layer2.Name" points=.... > and so on.. Also it would be nice to have the possibility to include a <g id="GroupIndex"> tag to group the layers with he same GroupIndex
Thanks Hazem
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Apr 04 2022 : 20:02:15 Hi Hazem
I will add "id" support to the next update.
Unfortunately groups cannot be added easily to SVG because ImageEn allows non-contigious layers to be grouped. So to support grouping the order of the layers would need to be altered (which would then affect arrangement/z-order).