I have a drawn an image using Raphael framework. It is an SVG image. I want to resize it.
How is it possible?
Help me please
Thanks,
I have a drawn an image using Raphael framework. It is an SVG image. I want to resize it.
How is it possible?
Help me please
Thanks,
Use setViewBox to set the coordinate system, then set the canvas size with setSize.
It seems that zooming an SVG image is not supported directly in Raphael. There are ways to extend that, as this question's answers show. One of the guys shares a link to a plugin that does that.