You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed while using svg.js that getBBox was returning different measurements in node or browser (I already opened an issue about it). I suspected the issue came from svgdom and in fact it does.
Hello,
I noticed while using
svg.js
thatgetBBox
was returning different measurements in node or browser (I already opened an issue about it). I suspected the issue came from svgdom and in fact it does.Here is the value I get in node:
Whereas, in the browser, I get a different value:
The text was updated successfully, but these errors were encountered: