One problem in getAbsoluteBBox method(canvas.js)

Hi, I find a problem in canvas,js.
In this method, if the element’s type is “bpmn:SequenceFlow”, it can’t return right x and y .
it return the (0,0)'s xy in the browser.
Canvas.prototype.getAbsoluteBBox = function(element){}

Am I right?
thanks !!

You are right. Canvas#getAbsoluteBBox works for shapes only.

Thanks for your response !