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
/// Cleans up `enable-background`, unless document uses `<filter>` elements.////// Only cleans up attribute values/// TODO: Clean up inline-styles////// This job will:/// - Drop `enable-background` on `<svg>` node, if it matches the node's width and height/// - Set `enable-background` to `"new"` on `<mask>` or `<pattern>` nodes, if it matches the/// node's width and height
We have context to provide styles now, and this would be preferrable to the current approach using regex
The text was updated successfully, but these errors were encountered:
See the todo in cleanupEnableBackground
We have
context
to provide styles now, and this would be preferrable to the current approach using regexThe text was updated successfully, but these errors were encountered: