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
@lonekorean Slow burn on this but: do you have a code example for this? If it’s the bug I think it is, I may have a fix, and then we can document that here.
(Basically, applying an SVG filter to HTML content in Safari sometimes requires you to also add a null transform like transform: translate(0, 0) to get Safari to fix up the coordinate system, otherwise the filter is applied to the SVG coordinates, sometimes causing the element to disappear or the effect to not show up)
Adding a CSS
filter
property onto an element makes the element disappear. A workaround is to move the CSSfilter
to a wrapping element.The text was updated successfully, but these errors were encountered: