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
4.0.0
http://jsfiddle.net/9cehdr0s/
Clip using a group with the stateful option enabled
Clips the object
This will produce the following error: "RangeError: Maximum call stack size exceeded"
This seems to be a problem in the extend function, which loops somewhere in the clipPath object. (When the stateProperties are saved)
Is there some kind of workaround for now?
The text was updated successfully, but these errors were encountered:
no one else?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
4.0.0
Test Case
http://jsfiddle.net/9cehdr0s/
Steps to reproduce
Clip using a group with the stateful option enabled
Expected Behavior
Clips the object
Actual Behavior
This will produce the following error:
"RangeError: Maximum call stack size exceeded"
This seems to be a problem in the extend function, which loops somewhere in the clipPath object. (When the stateProperties are saved)
Is there some kind of workaround for now?
The text was updated successfully, but these errors were encountered: