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
fill-opacity does require that we clip out the shape from the created drop shadow / outer glow. This is not really happening yet.
SVG filters do not provide clipping or masking yet. Simulating is difficult, since the alpha channel of the filtered shape doesn't seem to influence the drop shadow for instance. The area that is patched by the source graphic counts. Just like box-shadow in CSS I assume.
The text was updated successfully, but these errors were encountered:
fill-opacity does require that we clip out the shape from the created drop shadow / outer glow. This is not really happening yet.
SVG filters do not provide clipping or masking yet. Simulating is difficult, since the alpha channel of the filtered shape doesn't seem to influence the drop shadow for instance. The area that is patched by the source graphic counts. Just like box-shadow in CSS I assume.
The text was updated successfully, but these errors were encountered: