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
Just upgraded to 1.5 and found an immediately problem.
Im generating a group with the following circle and text:
The circle is generated easily with:
circle = new fabric.Circle radius: 12, fill: 'rgb(255,255,255)' stroke: '#dddddd' strokeWidth: 1 originX: 'center' originY: 'center'
But when I JSON.stringify(canvas) the canvas the fill for the circle is stored as
JSON.stringify(canvas)
rgb(0,0,0)
Thanks,
Josh
The text was updated successfully, but these errors were encountered:
Thank your for teaching! I made the PR #2101 for fix this problem, and your post makes me think more about consistency with previous version.
Sorry, something went wrong.
regarding this issue, @noctivityinc you say the value is not stored correctly. The PR #2101 is about loading back json, not storing it.
Could you be more precise if this is about storing or loading back? Can you paste here your JSON string?
thanks.
asturur
Successfully merging a pull request may close this issue.
Just upgraded to 1.5 and found an immediately problem.
Im generating a group with the following circle and text:
The circle is generated easily with:
But when I
JSON.stringify(canvas)
the canvas the fill for the circle is stored asThanks,
Josh
The text was updated successfully, but these errors were encountered: