Skip to content
New issue

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

Error when using a group as clipPath with the stateful option enabled #6340

Closed
SoenkeHu opened this issue May 15, 2020 · 1 comment · Fixed by #6416
Closed

Error when using a group as clipPath with the stateful option enabled #6340

SoenkeHu opened this issue May 15, 2020 · 1 comment · Fixed by #6416
Labels

Comments

@SoenkeHu
Copy link

SoenkeHu commented May 15, 2020

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?

@dekok
Copy link

dekok commented May 20, 2020

no one else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants