We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964f7b1 commit 5733fc8Copy full SHA for 5733fc8
Logo/logo.svg
Logo/logo.wl
@@ -5,4 +5,5 @@ SetDirectory[NotebookDirectory[]];
5
6
rk = Rk[{{"", "", ""}, {"t", "", ""}, {"g", "r", ""}}, {"e", "a", "t"}, {"I", "n", "e"}];
7
g = Graphics[Style[Text[rk], FontSize -> Scaled[0.19]], ImageSize -> Small]
8
-Export["logo.svg", g];
+file = Export["logo.svg", g];
9
+RunProcess[{"svgo", file}]
0 commit comments