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
It seems that since the v1.7.10 the SVG loading function is broken.
http://jsfiddle.net/526wC/93/
There is an error on the cache : TypeError: this.group.isCaching is not a function
TypeError: this.group.isCaching is not a function
The text was updated successfully, but these errors were encountered:
i did not create isCaching for pathGroup. can you do:
fabric.PathGroup.prototype.isCaching = fabric.Group.prototype.isCaching;
Sorry, something went wrong.
I added the code snippet you mention, but the SVG is not correctly rendered. It seems a part of the shape is not displayed.
For the moment, i have disabled the cache to continue to test.
Successfully merging a pull request may close this issue.
It seems that since the v1.7.10 the SVG loading function is broken.
http://jsfiddle.net/526wC/93/
There is an error on the cache :
TypeError: this.group.isCaching is not a function
The text was updated successfully, but these errors were encountered: