AliasIO / Raphael.FreeTransform

Free transform tool for Raphaël elements.
http://elbertf.com
362 stars 107 forks source link

fixes viewBoxRatio undefined error introduced in d05e474 #113

Closed nkabrich closed 10 years ago

nkabrich commented 10 years ago

The last commit to master introduces an undefined error bug when viewBoxRatio is never used. Example here: http://jsfiddle.net/A2J3N/ This fix either creates a default object or checks if the object exists.

AliasIO commented 10 years ago

Thank you!