We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.0 1.7.1
function run() { fabric.Object.prototype.objectCaching = false; var canvas = new fabric.Canvas('c', {width: 800, height: 600, stateful: true}); var circle = new fabric.Circle({ radius: 50, fill: '#eef', left: 100, top: 100 }); var text = new fabric.Text('hello world', { fontSize: 30, left: 150, top: 100 }); canvas.add(circle); canvas.add(text); }
Create a stateful canvas, add 2 objects, select them an try to move the selection
The selection moves
Gives "TypeError: destination is undefined" The exception is thrown in function extend while executing function saveProps.
The text was updated successfully, but these errors were encountered:
would you give me a fiddle please? so i can investigate better.
Sorry, something went wrong.
Try https://jsfiddle.net/b8ctv990/
Successfully merging a pull request may close this issue.
Version
1.7.0
1.7.1
Test Case
Steps to reproduce
Create a stateful canvas, add 2 objects, select them an try to move the selection
Expected Behavior
The selection moves
Actual Behavior
Gives "TypeError: destination is undefined"
The exception is thrown in function extend while executing function saveProps.
The text was updated successfully, but these errors were encountered: