Ivan Ignatov
Results
1
comments of
Ivan Ignatov
A workaround I found in the meantime is to _also_ explicitly disable `removeViewBox`: ```javascript plugins: [ { name: 'removeViewBox', active: false, }, 'removeDimensions', ], ``` I'm not sure if it's...