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
You have to embed the svg into the HTML and use this in CSS:
.filter {
filter:url( "#deuteranopia" );
}
The text was updated successfully, but these errors were encountered:
alex-page
changed the title
SVG feColorMatrix doesn't work in Safari when pulled in with a file
Safari feColorMatrix doesn't work in Safari with external a files
Apr 11, 2018
alex-page
changed the title
Safari feColorMatrix doesn't work in Safari with external a files
Safari feColorMatrix doesn't work with external a files
Apr 11, 2018
This issue was found in Safari 11.1 and Mac OS Sierra 10.2.6
This example shows a red box three times:
When using a file (
filters.svg
) with the ID's of the filters you cannot do this CSS in safari:You have to embed the svg into the HTML and use this in CSS:
The text was updated successfully, but these errors were encountered: