3.5.3 and 3.6.0
Chrome, Windows

Previous strokes shouldn't change its position when drawing some more ones.
Same issue on Linux: Chrome and Firefox.
May be a bug / regression from fabric.js
I have found this similar issue: https://github.com/fabricjs/fabric.js/issues/5705
But it should be fixed now on frabric.js ....
I am facing same issue in angular 8 version,
i have installed fabric "fabric": "^3.3.0-browser",
How can I fix it?
I checked this issue very briefly, I think fabric.js and ImageEditor's canvas dimension is not synchronized. Fabric.js re-render already rendered free drawing lines when new line has to first render. Already rendered free drawing line's position was slightly mismatched.
I'll dig down this issue and find out what's the exact reason of free drawing line jumping.
Hey, is there a fix for this bug ? Thank you.
Hey, is there a fix for this bug ? Thank you.
Or can anyone tell us what the latest compatible versions that don't have bugs are?
Hey, is there a fix for this bug ? Thank you.
Or can anyone tell us what the latest compatible versions that don't have bugs are?
Using the 1.6.7 version of fabric.js seems to prevent this bug.
https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.6.7/fabric.min.js
Hey, is there a fix for this bug ? Thank you.
Or can anyone tell us what the latest compatible versions that don't have bugs are?
Using the 1.6.7 version of fabric.js seems to prevent this bug.
https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.6.7/fabric.min.js
Be aware with this 1.6.7 fabric version several of the filters (Greytone, Sepia, Vintage, etc.) don't seem to work the same (invalid parameter exceptions get thrown) as current fabric version.
Hey, is there a fix for this bug ? Thank you.
Or can anyone tell us what the latest compatible versions that don't have bugs are?
Using the 1.6.7 version of fabric.js seems to prevent this bug.
https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.6.7/fabric.min.jsBe aware with this 1.6.7 fabric version several of the filters (Greytone, Sepia, Vintage, etc.) don't seem to work the same (invalid parameter exceptions get thrown) as current fabric version.
For some reason the drawing on mobile isn't working properly there either. Touch coordinates seem to "lag behind" i.e. touch coordinate starts at the correct position but starts to be incorrect when moving your finger around. Don't think it's getting scaled to the correct position properly when the canvas is larger than the screen size. Probably fixed in a later version but alas...
I think it was caused by originX and originY being incorrectly set
in graphics.js
_onPathCreated(obj) {
var SELECTION_STYLE = Object.assign({},consts.fObjectOptions.SELECTION_STYLE)
SELECTION_STYLE.originX = 'left'
SELECTION_STYLE.originY = 'top'
obj.path.set(SELECTION_STYLE);
const params = this.createObjectProperties(obj.path);
this.fire(events.ADD_OBJECT, params);
}
this is right
Is there a plan to fix this bug?
Is there any fix?
Any fix to this?
resolved at 3.7.1
Most helpful comment
resolved at 3.7.1