tags:

views:

32

answers:

0

Hi I have an example of a path with its data. I would like to use this path as a template and be able to draw a larger path. I have noticed that the width or height of the path always returns NaN. Even though the actual size returns the width and height it has just a getter and no setter is available. Another example of what i am trying to say is if you take a square or a rectangle, if you know the center and specify the radius or width/height we can draw a new square or rect. Just like this i am wondering if it is possible to draw a larger path from a given path when we know the center and specify a width and height. Any help is appreciated. Thanks N