Skip to content

Commit

Permalink
refactor: generate all svgs from one template (#61)
Browse files Browse the repository at this point in the history
* template: generate all svgs from one template

this also extracts the svg data out into an editable format for ease of maintenance

* fix(svgs): not-allowed having an invalid colour

Since the opacity on this element was .2 users would just see this cursor as *slightly* darker.
  • Loading branch information
Covkie authored Dec 23, 2024
1 parent 190cc3c commit 14605ef
Show file tree
Hide file tree
Showing 70 changed files with 309 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pngs/
releases/
result
hl/
svgs/
/svgs/
36 changes: 7 additions & 29 deletions src/templates/alias.tera → src/svgs/alias.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 2 additions & 21 deletions src/templates/all-scroll.tera → src/svgs/all-scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 14605ef

Please sign in to comment.