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.20
The bug/feature "excludeFromExport" in overlayImage and backgroundImage in version 1.7.17
Fix: avoid exporting bgImage and overlayImage if excludeFromExport = true #4119
But is failing again, ignoring this property and the overlayImage is exported to svg https://jsfiddle.net/vkLt8938/1/
The text was updated successfully, but these errors were encountered:
The exclude from export is supposed to work for toObject for serialize / deserialize purpose. It does not involve toSVG process nor toDataURL.
Sorry, something went wrong.
I close the issue since there is nothing to fix, the topic is open if you want to talk about something else.
in the docs says that includes also SVG serialization:
http://fabricjs.com/docs/fabric.Object.html#excludeFromExport
When true, object is not exported in SVG or OBJECT/JSON since 1.6.3
true
So, or is wrong the docs, or is a bug.
It makes sense that it works this way, affecting both.
well hard call then. I think that png and svg export should be same.
updated docs
No branches or pull requests
Version
1.20
Description
The bug/feature "excludeFromExport" in overlayImage and backgroundImage in version 1.7.17
But is failing again, ignoring this property and the overlayImage is exported to svg
https://jsfiddle.net/vkLt8938/1/
The text was updated successfully, but these errors were encountered: