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
Fabric.js 1.5.0 renders the cursor and selection for the below IText object incorrectly, ignoring the transformation that is applied to the text. Version 1.4.13 renders both correctly (the bounding box is off in both versions due to issue #1520)
we are working on transformMatrix general support.
Transform Matrix is not supported with interactivity. Almost every function other than SVG break down if you apply a general transformMatrix on an object outside a pathgroup.
Is still a missing feature. The fact that from 1.5.0 to 1.4.13 they look differnt is because the cursor and selection have been moved to uppercanvas for performance reason.
Fabric.js 1.5.0 renders the cursor and selection for the below IText object incorrectly, ignoring the transformation that is applied to the text. Version 1.4.13 renders both correctly (the bounding box is off in both versions due to issue #1520)
The text was updated successfully, but these errors were encountered: