I have an svg with a single path with fill-rule="even-odd". I have to convert it into a font and doing so would require me to use an svg without fill-rule="even-odd". So I was wondering if theres a way to get rid of that programatically.
Here is my svg (https://pastebin.com/raw/bcKncqUZ)
Thanks


