-
-
Notifications
You must be signed in to change notification settings - Fork 791
Open
Labels
good first issueGood issue for first-time contributorsGood issue for first-time contributorshelp wantedLooking for ContributorsLooking for Contributors
Milestone
Description
We have quite a few figures in our repository and they have to be easy to maintain. Therefore, we need to clean them up so that they:
- are minimal in size (don't have unnecessary information)
- are well formatted (using 2- or 4-space indentation)
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="30">
<text x="10" y="20" stroke="none" fill="red">
print("SWC SVG FTW")
</text>
</svg>
- don't use extra fonts
- don't use jargon
Please feel free to submit PRs and reference this issue.
Each such PR should modify one figure only (not all at once).
Metadata
Metadata
Assignees
Labels
good first issueGood issue for first-time contributorsGood issue for first-time contributorshelp wantedLooking for ContributorsLooking for Contributors