imagemin / imagemin-svgo

SVGO plugin for imagemin
MIT License
125 stars 28 forks source link

Remove entity-escaping of ampersands #22

Closed strarsis closed 7 years ago

strarsis commented 7 years ago

Remove entity-escaping of ampersand ('&') characters which results in incorrect svgo input + output.

strarsis commented 7 years ago

Tests also passed, so I don't think there is really now a purpose in replacing those ampersands.

shinnn commented 7 years ago

I don't know the true intention of ampersand replacement added in https://github.com/imagemin/imagemin-svgo/commit/857cc4119c2f242aefd355847ad0a9551797989a.

@kevva, Can we revert it by this PR?

johan-lejdung commented 7 years ago

This really should be merged to master.