Closed thomas-mcdonald closed 6 years ago
this enables better performance by the optimiser - if an alpha value is present SVGO will not attempt to minimise it.
in the best case, this enables rgba(255,255,255,1) -> #fff
rgba(255,255,255,1)
#fff
fixes #9
Great thanks!!!
this enables better performance by the optimiser - if an alpha value is present SVGO will not attempt to minimise it.
in the best case, this enables
rgba(255,255,255,1)
->#fff
fixes #9