Dennis Wissel

Results 10 comments of Dennis Wissel

I don't use the `minifyStyles` plugin and it still doesn't work. If you add the `shorthex: false` parameter to the docs live preview (https://svgo.dev/docs/plugins/convert-colors/), it still outputs three digit hex...

> If you use the original options it works fine It sometimes converts the color name to the 3 digit hex code even with `shorthex: false`: ![image](https://github.com/svg/svgo/assets/1321192/ba1c645f-aa28-4af3-9541-7faea6f676b4)

This would be a great feature because currently there is no way to keep a aspect ratio of i.e. 16:9 or a fixed viewport size of 1920x1080. If the dropdown...

Is there a workaround to make this plugin work with Vue.js?

If there was an option for the production build like `injectSVGOnDev`, we could just use ``

A workaround seems to be adding the following option to the Vue.js plugin in `vite.config.js`: ```js plugins: [ vue({ template: { transformAssetUrls: {use: []} } }) ... ] ``` Anyway...

Seems I need to use `createElementNS` with the correct SVG namespace if there is no other way provided by the plugin.

With the JavaScript SDK it won't work with `Filter: {}` or leaving the property out completely (malformed XML error), but `Filter: {Prefix: ''}` seems to work. This way it shows...

I have this problem, too: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'C:\repositories\\node_modules\@dimforge\rapier2d\' imported from C:\repositories\\.js ``` I'm on Windows 10 if that matters.