You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear for me how to insert props attributies if I want to update an element through Utils.updateElement function. I have tried with several ways for example: Utils.updateElement (element, {"stroke": 'red', "stroke-width": 10), but failed, any idea how to do it?
The text was updated successfully, but these errors were encountered:
It is not clear for me how to insert props attributies if I want to update an element through Utils.updateElement function. I have tried with several ways for example: Utils.updateElement (element, {"stroke": 'red', "stroke-width": 10), but failed, any idea how to do it?
The text was updated successfully, but these errors were encountered: