mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Use https when possible and fix an inactive domain (#1374)
This commit is contained in:
@ -9,7 +9,7 @@ exports.description = 'remove or cleanup enable-background attribute when possib
|
||||
/**
|
||||
* Remove or cleanup enable-background attr which coincides with a width/height box.
|
||||
*
|
||||
* @see http://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty
|
||||
* @see https://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty
|
||||
*
|
||||
* @example
|
||||
* <svg width="100" height="50" enable-background="new 0 0 100 50">
|
||||
|
Reference in New Issue
Block a user