Skip to content

Commit

Permalink
favicon modified
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Apr 8, 2021
1 parent 0a2095d commit 50dc239
Show file tree
Hide file tree
Showing 11 changed files with 1,174 additions and 1,152 deletions.
Binary file modified favicon.ico
Binary file not shown.
Binary file removed res/logo/logo.pdf
Binary file not shown.
Binary file removed res/logo/logo.png
Binary file not shown.
2,304 changes: 1,152 additions & 1,152 deletions res/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/logo/logo.synctex.gz
Binary file not shown.
Binary file added res/logo/logoicon (0-00-00-01).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/logo/logoicon.aep
Binary file not shown.
Binary file added res/logo/logoicon.pdf
Binary file not shown.
Binary file added res/logo/logoicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions res/logo/logoicon.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
% made with PGFPlotsEdt
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{colorbrewer}
\usepgfplotslibrary{colormaps}
\begin{document}
\begin{tikzpicture}
\begin{axis}[width={5cm},
height={5cm},
axis x line={none},
axis y line={none},
view={45}{0},
axis z line={none},
colormap/Greens]
\addplot3 [domain=0:2*pi,color=green!25!black!50!white,mesh,line width=1.8pt,samples=100,samples y=0,opacity=0] ({1.18*cos(deg(x))},{1.18*cos(deg(x))},{0.7*sin(deg(x))-0.15});
\addplot3 [domain=-1.5:1.5,surf,shader=flat] {exp(-x^2/2-y^2/2)-0.7};
\end{axis}
\end{tikzpicture}
\end{document}
2 changes: 2 additions & 0 deletions res/logo/render.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pdflatex -output-format=dvi logo.tex
dvisvgm --zoom=-1 --exact --font-format=woff logo.dvi
pdflatex -output-format=dvi logoicon.tex
dvisvgm --zoom=-1 --exact --font-format=woff logoicon.dvi
Remove-Item *.aux, *.dvi, *.log

0 comments on commit 50dc239

Please sign in to comment.