Skip to content

Clean up SVG figures #494

@maxim-belkin

Description

@maxim-belkin

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:

  1. are minimal in size (don't have unnecessary information)
  2. 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>
  1. don't use extra fonts
  2. 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

No one assigned

    Labels

    good first issueGood issue for first-time contributorshelp wantedLooking for Contributors

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions