Open ColCh opened 5 years ago
it's possible to define x, y among with other attributes on filter element: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter#Specific_attributes
x, y
filter
SVGO removes x and y attrs with removeUnknownsAndDefaults option
x
y
removeUnknownsAndDefaults
This seems to work fine in version 3.3.2.
it's possible to define
x, y
among with other attributes onfilter
element: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter#Specific_attributesSVGO removes
x
andy
attrs withremoveUnknownsAndDefaults
option