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

Getting trouble in serialization and deserialization for Image(s) in a group in fabric-js #2

Closed
talkshekhar opened this issue Nov 19, 2012 · 1 comment

Comments

@talkshekhar
Copy link

I am using fabric-js in my application. Whenever I try to serialize my canvas, when it contains only images everything works fine, but when my canvas has image(s) included in a group, at that time when I try to serialize, it shows null for the image(s).

I tried to reproduce some similar scenario on jsfiddle, you can go and view my code to get a better idea of my problem :- http://jsfiddle.net/yKKVW/2/

And I found somewhat similar problem over here :- fabricjs/fabric.js#260

Help will be appreciated.

Link for the same question on stackoverflow.com :- http://stackoverflow.com/questions/12545186/getting-trouble-in-serialization-and-deserialization-for-images-in-a-group-in

@kangax
Copy link
Member

kangax commented Nov 19, 2012

The jsfiddle seems to work well for me. I see a group with image and cirlce loaded on canvas, and correct serialization. Please open issues in fabric.js repo instead :) This one is only for fabricjs.com website.

@kangax kangax closed this as completed Nov 19, 2012
kangax pushed a commit that referenced this issue Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants