Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c50950c9
Commit
c50950c9
authored
Apr 21, 2021
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs update for minimizing SVG illustrations
parent
371d4f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/development/fe_guide/icons.md
doc/development/fe_guide/icons.md
+7
-0
No files found.
doc/development/fe_guide/icons.md
View file @
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment