Scaling SVG (Raphael.js) like an SWF

后端 未结 5 766
[愿得一人]
[愿得一人] 2020-12-12 16:43

I started using Raphael.js a few days ago and I\'m really enjoying it. The only thing I haven\'t been able to figure out is how to get the \"paper\" or svg/vml tag to fill t

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 17:10

    You could loop over all paths and scale() them acording to the new scale of the paper after resizing it.

提交回复
热议问题