Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SVGs to remove extraneous paths #9

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

t8rn8r
Copy link
Contributor

@t8rn8r t8rn8r commented Jul 31, 2024

  • Update all SVG to only include the strokes/paths actually on the canvas
  • Fix 0048, 0049, 0057, 0059, 0222 by separating independent strokes, especially when those strokes were joined to extraneous strokes
  • Format SVG code for easier reading

- Update all SVG to only include the strokes/paths actually on the canvas
- Fix 0048, 0049, 0057, 0059, 0222 by separating independent strokes, especially when those strokes were joined to extraneous strokes
@t8rn8r
Copy link
Contributor Author

t8rn8r commented Jul 31, 2024

This will partially fix issue #8, though it won't fix the underlying code to generate the SVGs because I didn't look at that code at all. I just fixed the SVGs themselves.

@anna328p anna328p merged commit 4c58b27 into anna328p:main Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants