Raphael js - gettotalLength()和getBBox.width

时间:2012-03-16 10:24:27

标签: javascript path raphael bounding-box

任何人都可以告诉我,为什么从点(0,100)到(100,100)的水平路径的totalLength为200且BBox宽度为100?

以下是代码:

var p  = paper.path('M0 100 L100 100Z')
console.log(p.getTotalLength(), p.getBBox().width)
// Result 200, 100

0 个答案:

没有答案