Skip to content

filters not working on Safari #329

@Makarov1406

Description

@Makarov1406

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions