For people struggling with why small optimized SVGs are FUBAR... 馃憞
// Change this to 2 or 3!
options.coordinatePrecision = 1;
hostscript.jsx#L11
I tried setting floatPrecision: 3 from .svgo.yml but that was not the way to go.
You have to then repackage and sign the extension with ZXPSignCmd (it lets you generate a self-signed cert). com.dehats.svgnow is the folder.
ZXPSignCmd -sign com.dehats.svgnow SVGNOW.zxp cert.p12 password
For people struggling with why small optimized SVGs are FUBAR... 馃憞
hostscript.jsx#L11
I tried setting
floatPrecision: 3from .svgo.yml but that was not the way to go.You have to then repackage and sign the extension with ZXPSignCmd (it lets you generate a self-signed cert).
com.dehats.svgnowis the folder.