mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
introduce simplex/threema social icon - at least as tikz icon (#222)
* introduce simplex social icon - at least as tikz icon * complete CHANGELOG entry * introduce threema social icon - at least as tikz icon * addendum: new compiled user guide --------- Co-authored-by: Mark E Fuller <mark.e.fuller@gmx.de>
This commit is contained in:
parent
baa0c5920d
commit
51a3e9c3d7
7 changed files with 63 additions and 3 deletions
|
|
@ -459,6 +459,53 @@
|
|||
~}
|
||||
}{}\par
|
||||
|
||||
\ifdefempty{\simplexsocialsymbol} {
|
||||
\renewcommand*{\simplexsocialsymbol} {
|
||||
\protect\raisebox{-0.12em}{
|
||||
\protect\begin{tikzpicture}[y=0.8pt, x=0.8pt, yscale=-1.0, xscale=1.0, inner sep=0pt, outer sep=0pt]
|
||||
\protect\begin{scope}[shift={(507,387)}, rotate=45]
|
||||
\protect\path[fill=default-socialicon-color!80, scale=0.065]
|
||||
(0,0) rectangle +(100,20)
|
||||
(40,-60) rectangle +(20,120);
|
||||
|
||||
\protect\path[fill=default-socialicon-color, scale=0.065]
|
||||
(0,-60) rectangle +(160,20)
|
||||
(40,-100) rectangle +(20,60)
|
||||
(100,-100) rectangle +(20,160)
|
||||
(100,0) rectangle +(60,20);
|
||||
\protect\end{scope}
|
||||
\protect\end{tikzpicture}}
|
||||
~}
|
||||
}{}\par
|
||||
|
||||
\ifdefempty{\threemasocialsymbol} {
|
||||
\renewcommand*{\threemasocialsymbol} {
|
||||
\protect\raisebox{-0.12em}{
|
||||
\protect\begin{tikzpicture}[y=0.8pt, x=0.8pt, yscale=-1.0, xscale=1.0, inner sep=0pt, outer sep=0pt]
|
||||
\protect\begin{scope}[shift={(507,387)}]
|
||||
\protect\path[fill=default-socialicon-color, scale=0.015]
|
||||
% speech bubble
|
||||
(137,25) ellipse (400 and 350)
|
||||
% lock shackle
|
||||
(244.5,-51) arc [start angle=0, end angle=-180, radius=107]
|
||||
(199.5,-51) arc [start angle=0, end angle=-180, radius=62]
|
||||
(199.5,-51) rectangle +(45,52)
|
||||
(30.5,-51) rectangle +(45,52)
|
||||
% lock body
|
||||
(0, 0) rectangle +(274, 196);
|
||||
% triangle
|
||||
\protect\path[fill=default-socialicon-color, scale=0.015]
|
||||
(-200,213) -- +(-41,168) -- +(157,120) -- cycle;
|
||||
% three dots
|
||||
\protect\path[fill=default-socialicon-color, scale=0.015]
|
||||
(-94,553) circle (68)
|
||||
(144,553) circle (68)
|
||||
(390,553) circle (68);
|
||||
\protect\end{scope}
|
||||
\protect\end{tikzpicture}}
|
||||
~}
|
||||
}{}\par
|
||||
|
||||
\endinput
|
||||
|
||||
%% end of file `moderncviconstikz.sty'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue