Open
Description
I would like to be able to assign specific behaviour to shapes. For example making specific shapes editbale. I know there's an editable
field in shapes[]
but that is a bit clunky (the user has to select the shape and then move it which doesn't always work very well).
I would like to be able assign a class name to shapes such that I can set specific css properties per shape. Is there a reason why a class
/id
can't be assigned to shapes? Could this be something that could be added?