Hi
How do I add A class name to new shape on the page so I can change its CSS thru the HTML element?
I want to control the shape with the class name “test” - where do I insert the class name to that shape?
<style type="text/css">
.test {
background-color: yellow ;
border-radius: 10px ;
}
</style>
TIA