Commit c50950c9 authored by Alper Akgun's avatar Alper Akgun

Docs update for minimizing SVG illustrations

parent 371d4f7e
......@@ -198,3 +198,10 @@ export default {
<img :src="svgIllustrationPath" />
</template>
```
### Minimize SVGs
When you develop or export a new SVG illustration, minimize it with an [SVGO](https://github.com/svg/svgo) powered tool, like
[SVGOMG](https://jakearchibald.github.io/svgomg/), to save space. Illustrations
added to [GitLab SVG](https://gitlab.com/gitlab-org/gitlab-svgs) are automatically
minimized, so no manual action is needed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment