Hello, There is a rather strange and annoying bug with Path2d. The bug will be generated but not solved (the bug is not from my code, it is from the instance).
It is generated as follows:
Create or clone a path2d, if you toggle the visible property or it already starts to false, the bug will be generated. The bug causes the path2d to be invisible, so if I manually set Visible to true and change the ZIndex it will now appear (if you do it with code it doesn’t work).
As a note, if the bug is already fixed by toggling the ZIndex while it is visible, if I add a child the bug is generated again