国内很多学校的校徽都是圆形的图章的,下面我们介绍如何用tikz制作图章样式的logo。 效果图:

cgLXT
cgLXT

【演示代码】
需要tikzrputornament包来支持,大家下载相关包即可。

\documentclass[11pt]{scrartcl}
\usepackage{tikz,pgfornament,tikzrput} % altermundus.com/pages/tkz/tikzrput/
\usetikzlibrary{decorations,decorations.text} % altermundus.com/pages/tkz/ornament/
\begin{document}
\begin{tikzpicture}
\draw[ultra thick] circle[radius=6cm] circle[radius=7cm] ;
\draw[line width=2mm] circle[radius=7.4cm] ;
\path
[rotate=210,postaction={decoration={text along path,text format delimiters={|}{|}, text={|\Huge| AD ASTRA {\pgfornament[scale=.4,ydelta=-9pt]{15}} COPENHAGEN SUBORBITALS {\pgfornament[scale=.4,ydelta=-9pt]{15}} NON LUCROR {\pgfornament[scale=.4,ydelta=-9pt]{15}} EXPOSITA SCIENTIA {\pgfornament[scale=.4,ydelta=-9pt]{15}}},
text align=fit to path,reverse path}, decorate}]
circle[radius=6.2cm] ;
\rput{-20}(1.5,5.2){\pgfornament[scale=.2]{87}}
\rput{20}(-1.5,5.2){\pgfornament[scale=.2]{87}}
\rput(0,0){\pgfornament[scale=.8]{75}}
\rput{-90}(2,0){\pgfornament[scale=.8]{72}}
\rput{90}(-2,0){\pgfornament[scale=.8,symmetry=v]{72}}
\node[font=\huge] at (0,-5){MMVIII} ;
\end{tikzpicture}
\end{document}

选自:http://tex.stackexchange.com/questions/47898/calligraphic-logo-in-tikz

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部