-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Issue:
I am using React 19 and react-photo-editor.
In Chrome, all filters (contrast, brightness, saturate) work correctly for both preview and saved image via Canvas (canvasRef.toBlob).
In Safari, the filters do not work on the Canvas. Specifically:
<img src={imageSrc} style={{ filter: ... }} /> (CSS preview) displays the filters correctly.
The Canvas (canvasRef) does not apply the filters — saved images come out without any effects.
Details:
Preview using imageSrc and CSS filters works fine in Safari, but this only affects visual display in the DOM.
musama619
Metadata
Metadata
Assignees
Labels
No labels