Commit f4a184d1 authored by Alper Akgun's avatar Alper Akgun

Merge branch 'docs-aa-minimize-svg' into 'master'

Docs update for minimizing SVG illustrations

See merge request gitlab-org/gitlab!59735
parents b05478a4 c50950c9
......@@ -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