-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
7.11.0.Final
Now the shape uuid and its children uuids are being encoded on the UserData property as String using `ShapeViewUserDataEncoder`. This is used by the SVG generation process that needs to set the UUIDs to be used on the Lienzo Core side.
The better solution instead of encoding on a String is to use the class `WiresUtils.UserData` adding more parameters as necessary, or think on a better way to handle this.