gregberge/svgr

svgr --native transformed `<path d="... 0 0 0 206..."> ` to `<path d="... 0 00206.."> ` that cause CGpath fomat invalid

minmingsheng opened this issue · 1 comments

Screen Shot 2019-08-22 at 12 40 00 PM

the first one is the result got from `svgr --native`

any way to prevent this by using .svgo.yml?

- convertPathData: false

in .svgo.yml
solved this issue btw