Okay I need a little help trying to access the width of a Raphael Object. Here is a link to a fiddle I did.
It keeps returning undefined but the object is defined. Kind of confused on why I can’t just access it the way I am trying to.
Thanks in advance!
If you do
console.log(circle);you will see that their is nowidthproperty on the circle so this is why itsundefined, Another thing, I don’t really thinks you can get a width of a circle, what you can is to get the radius, try using: