Skip to content

Commit

Permalink
feat: add white background for panda face
Browse files Browse the repository at this point in the history
  • Loading branch information
Heartfirey committed Dec 14, 2023
1 parent 8ebefa0 commit 67c8707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion acs_horizon_logo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
\usepackage{fontspec}

\setsansfont{Sinter-Bold}
\setmainfont{Sinter-Regular}
\setCJKmainfont{Sinter-Regular}

\definecolor{ACSGreen}{RGB}{157,226,0}
Expand All @@ -17,10 +18,11 @@
\input{acs_origin_logo.tex}
% Text - below
% \node[font=\fontsize{50}{50}\selectfont] (nametext) at (0, -10) {\sffamily \textcolor{ACSGreen}{A}ssociation of \textcolor{ACSGreen}{Computer S}cience};
% Text - right
\draw[line width=6pt, color=black] (18, -2.5) -- (72, -2.5);
\draw[line width=6pt, color=black] (18, -2) -- (72, -2);
\node[font=\fontsize{101}{225}\selectfont] (chname) at (45, 10.5) {江西师范大学\ 计算机信息工程学院};
\node[font=\fontsize{225}{225}\selectfont] (chname) at (45, 3.5) {计算机科学协会};
\node[font=\fontsize{100}{100}\selectfont] (nametext) at (45, -6) {\sffamily \textcolor{ACSGreen}{A}ssociation of \textcolor{ACSGreen}{Computer S}cience};
\node[font=\fontsize{100}{100}\selectfont] (nametext) at (45, -6) {\textcolor{ACSGreen}{A}ssociation of \textcolor{ACSGreen}{Computer S}cience};
\end{tikzpicture}
\end{document}
2 changes: 2 additions & 0 deletions acs_origin_logo.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
% Panda face white
\filldraw[color=white] (-6.6, 3.8) .. controls (-7.4,6) and (-4.9,9.5) .. (-1.5,10.73) .. controls (-1.41, 10.78) .. (-1.38, 10.9) .. controls (-1.03, 11.6) and (-1.07, 11.8) .. (-0.65, 11.2) .. controls (-0.5, 11) and (-0.45, 11.2) .. (-0.5, 11.2) .. controls (-0.7, 12.6) and (-0.7, 11.4) .. (1.4,10.7) .. controls (4.9,9.5) and (7.4,6) .. (6.6, 3.6) .. controls (0, -1) .. (-6.6, 3.8);
% Panda head - eyes
\filldraw[color=ACSBlack, rotate=60, opacity=1] (4, 5.9) ellipse (3 and 2.2);
\filldraw[color=ACSBlack, rotate=120, opacity=1] (4 , -5.9) ellipse (3 and 2.2);
Expand Down
7 changes: 4 additions & 3 deletions acs_std_logo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
\usetikzlibrary{chains,scopes,positioning,backgrounds,shapes,fit,shadows,calc,arrows.meta}
\usepackage{fontspec}

\setsansfont{Sinter}
\setsansfont{Sinter-Bold}
\setmainfont{Sinter-Regular}

\definecolor{ACSGreen}{RGB}{157,226,0}
\definecolor{ACSBlack}{RGB}{47,47,47}

\begin{document}
\begin{tikzpicture}
\filldraw[color=white, opacity=0] (-15, 15) -- (15, 15) -- (15, -15) -- (-15, -15);
\filldraw[color=white, opacity=1] (-15, 15) -- (15, 15) -- (15, -15) -- (-15, -15);
\input{acs_origin_logo.tex}
% Text - below
\node[font=\fontsize{50}{50}\selectfont] (nametext) at (0, -10) {\sffamily \textcolor{ACSGreen}{A}ssociation of \textcolor{ACSGreen}{Computer S}cience};
\node[font=\fontsize{50}{50}\selectfont] (nametext) at (0, -10) {\textcolor{ACSGreen}{A}ssociation of \textcolor{ACSGreen}{Computer S}cience};
\end{tikzpicture}
\end{document}

0 comments on commit 67c8707

Please sign in to comment.