Skip to content

Commit 5733fc8

Browse files
Compress logo svg
1 parent 964f7b1 commit 5733fc8

File tree

2 files changed

+3
-63
lines changed

2 files changed

+3
-63
lines changed

Logo/logo.svg

Lines changed: 1 addition & 62 deletions
Loading

Logo/logo.wl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ SetDirectory[NotebookDirectory[]];
55

66
rk = Rk[{{"", "", ""}, {"t", "", ""}, {"g", "r", ""}}, {"e", "a", "t"}, {"I", "n", "e"}];
77
g = Graphics[Style[Text[rk], FontSize -> Scaled[0.19]], ImageSize -> Small]
8-
Export["logo.svg", g];
8+
file = Export["logo.svg", g];
9+
RunProcess[{"svgo", file}]

0 commit comments

Comments
 (0)