You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The used color space is a property of CanvasRenderingContext2D, but HTMLCanvasElement provides methods for exporting the canvas contents as an image (toBlob(), toDataURL()). Is the color space preserved during these operations? (again this also applies to wide gamut)
The text was updated successfully, but these errors were encountered:
Based on previous discussions, the intent is for toDataURL() and toBlob() to produce resources that best match the fidelity of the underlying canvas (subject to the limitations of the implementation and the requested format).
From w3ctag/design-reviews#917 (comment)
The used color space is a property of CanvasRenderingContext2D, but HTMLCanvasElement provides methods for exporting the canvas contents as an image (toBlob(), toDataURL()). Is the color space preserved during these operations? (again this also applies to wide gamut)
The text was updated successfully, but these errors were encountered: