How is the getBBox() SVGRect calculated?

后端 未结 7 1632
再見小時候
再見小時候 2020-12-04 15:29

I have a g element that contains one or more path elements. As I mentioned in another question, I scale and translate the g element by

相关标签:
7条回答
  • 2020-12-04 16:29

    Apparently getBBox() doesn't take the transformations into consideration.

    I can point you here, unfortunately I wasn't able to make it working: http://tech.groups.yahoo.com/group/svg-developers/message/22891

    0 讨论(0)
提交回复
热议问题