svgo
Here are 64 public repositories matching this topic...
-
Updated
May 8, 2020 - JavaScript
It would be really handy if you could add a setting panel to be able to choose the number of decimal places that each point could round to so the output could be fully optimized.
在跑vue-cli 3.0 的test:unit 时 报了这个错,选的时jest
[Vue warn]: Unknown custom element: < svg-icon > - did you register the component correctly? For recursive components, make sure to provide the "name" option
-
Updated
May 25, 2020 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
Jun 16, 2020 - PHP
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
Currently there's only some (to me) rather confusing instructions for how to use this on a Mac. Would it be possible to maybe add some instructions for how to use this via npm/npx/git directly?
…via --config CLI option, similar to how Jekyll behaves. This issue is step one toward configuring SVGO with a config file (see #27).
-
Updated
Jun 12, 2020 - CSS
-
Updated
May 25, 2019 - Go
-
Updated
May 20, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<defs>
<ellipse id="a" cx="100" cy="110" rx="100" ry="110"/>
</defs>
<use xlink:href="#a"/>
</svg>-
Updated
Mar 14, 2020 - TypeScript
-
Updated
May 6, 2020 - JavaScript
-
Updated
Dec 2, 2019
-
Updated
Mar 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the svgo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the svgo topic, visit your repo's landing page and select "manage topics."
In the section Usage > CLI, the following command:
This command appears no longer works. I thought it was a Windows issue as I was getting a "no such file" error as it was the first command I tried with the module!