-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fabric 2.4.0 - toDataURL with clipPath makes objects invisible #5271
Comments
@maxim-torba when using the online converter you have to remove 'data:image/png;base64,'. If using browser address bar you include full string with the 'data:,,,' part. Or you can try your fiddle with the following changes: |
@rikkarv yes, i've tried to open it from address bar too (like i said it generating just transparent image), this is what i see in updated fiddle: I've just try it on Ubuntu and Windows and everything is fine, but on macBook it's not working |
Oh! I'm on windows and perhaps that is why i'm not having problems. |
Do you have any ideas how it can be related? |
I have no idea |
@rikkarv thanks, anyway |
Same issue here. Noticed on mac. |
@yannickguillemot It was fixed in 2.4.1 |
Version
2.4.0
Test Case
https://jsfiddle.net/maxim_torba/3Lrob45u/24/
Information about environment
chrome, firefox - Ubuntu, Windows - working
chrome, firefox - macOs - not working
Steps to reproduce
If clipPath applied to whole canvas - calling toDataURL makes objects invisible,
if clipPath using for specific object everything is fine.
The text was updated successfully, but these errors were encountered: