RazrFalcon / svgcleaner

svgcleaner could help you to clean up your SVG files from the unnecessary data.
GNU General Public License v2.0
1.63k stars 94 forks source link

Remove the deprecated attribute enable-background #217

Open StoyanDimitrov opened 4 years ago

StoyanDimitrov commented 4 years ago

Remove the enable-background attributes as they are deprecated and even before that it was implemented only in IEs.

RazrFalcon commented 4 years ago

This should be optional, since there are applications that do support it.

Also, this is not the only deprecated feature in SVG 2.

dehghani-mehdi commented 3 years ago

This should be optional, since there are applications that do support it.

Is there any option to remove it? I could not find any

RazrFalcon commented 3 years ago

Not yet.