ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

Removes trailing space on SVG namespace #24

Closed mrcook closed 8 years ago

mrcook commented 8 years ago

This was causing my end-to-end tests to fail, and adding a space in my test data is inconsistent due to being automatically removed by the IDE.

ajstarks commented 8 years ago

fixed