-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add properties to include into toJSON() #10425
Comments
saw this yesterday, for some reason |
I think docs have been updated. TJSON is a delegate from javascript and has its own signature. ![]() There is a customProperties static field now that you can use to carry over things in json automatically |
@asturur for example here the docstring's example: fabric.js/src/canvas/StaticCanvas.ts Line 845 in 798ecdb
|
yes is definetely wrong. i think only the object one has been correctly corrected |
Please add propertiesToInclude into toJSON parameters since it is calling toObject which include this param
The text was updated successfully, but these errors were encountered: