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
The version 2.3.0 not fix #5016 will make the path whole disappear.
I update to 2.3.2 will make the path partial disappear when i custom a path class like this:
` const Path = fabric.util.createClass(fabric.Path, {
_setPositionDimensions: function(options) {
const calcDim = this._parseDimensions();
Yes the fix for 2.3.2 conver this case too, and this is definitely how you should handle it. If you are adding an object to a group, you should declare it as dirty.
Version
2.3.1
Test Case
https://jsfiddle.net/msxr0wku/
Steps to reproduce
Expected Behavior
Actual Behavior
The version 2.3.0 not fix #5016 will make the path whole disappear.
I update to 2.3.2 will make the path partial disappear when i custom a path class like this:
` const Path = fabric.util.createClass(fabric.Path, {
_setPositionDimensions: function(options) {
const calcDim = this._parseDimensions();
`
The pathOffset was modified from this.width /2 + calcDim.let
The text was updated successfully, but these errors were encountered: