Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
website
Commits
989744a0
Commit
989744a0
authored
Oct 17, 2018
by
Houtan Bastani
Browse files
logo: fix problem with shadows
parent
a9f392da
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/images/logo/dlogo.tex
View file @
989744a0
...
...
@@ -156,7 +156,7 @@
\begin{document}
\begin{tikzpicture}
\tikzset
{
shadowed/.style=
{
preaction=
{
transform canvas=
{
shift=
{
(-.
5
pt,-.
5
pt)
}}
,draw=black!25,thin
}}
,
shadowed/.style=
{
preaction=
{
transform canvas=
{
shift=
{
(-.
4
pt,-.
4
pt)
}}
,draw=black!25,thin
}}
,
}
% Shadow Text
...
...
@@ -167,6 +167,7 @@
\node
[text=dynare,font=
\Huge
] at (1,0)
{
Dynare
}
;
\draw
[thin, dynareirf,shadowed] plot [smooth] coordinates
{
(-.32,-.28) (-.215,-.07)
}
;
\draw
[thin, dynareirf] plot [smooth] coordinates
{
(-.328,-.3) (-.32,-.28)
}
;
% cover shadow with red
\path
[draw=transparent!1, thin, shade path=
{
left color=dynareirf!100, right color=dynareirf!0
}
, shadowed]
(.85,-.33)
...
...
@@ -175,6 +176,7 @@
sin (1.8,-.31) cos (1.88,-.33) sin (1.95,-.35) cos (2.04,-.33)
sin (2.17,-.32) cos (2.36,-.33) ;
\draw
[thin, dynareirf] plot [smooth] coordinates
{
(.84,-.35) (.85,-.33)
}
;
% cover shadow with red
\end{tikzpicture}
\end{document}
assets/images/logo/dlogo_hover.tex
View file @
989744a0
...
...
@@ -156,7 +156,7 @@
\begin{document}
\begin{tikzpicture}
\tikzset
{
shadowed/.style=
{
preaction=
{
transform canvas=
{
shift=
{
(-.
5
pt,-.
5
pt)
}}
,draw=black!25,thin
}}
,
shadowed/.style=
{
preaction=
{
transform canvas=
{
shift=
{
(-.
4
pt,-.
4
pt)
}}
,draw=black!25,thin
}}
,
}
% Shadow Text
...
...
@@ -167,6 +167,7 @@
\node
[text=dynare,font=
\Huge
] at (1,0)
{
Dynare
}
;
\draw
[thin, dynareirf,shadowed] plot [smooth] coordinates
{
(-.32,-.28) (-.215,-.07)
}
;
\draw
[thin, dynareirf] plot [smooth] coordinates
{
(-.328,-.3) (-.32,-.28)
}
;
% cover shadow with red
\path
[draw=transparent!1, thin, shade path=
{
left color=dynareirf!100, right color=dynareirf!100
}
, shadowed]
(.85,-.33)
...
...
@@ -175,6 +176,7 @@
sin (1.8,-.31) cos (1.88,-.33) sin (1.95,-.35) cos (2.04,-.33)
sin (2.17,-.32) cos (2.36,-.33) ;
\draw
[thin, dynareirf] plot [smooth] coordinates
{
(.84,-.35) (.85,-.33)
}
;
% cover shadow with red
\end{tikzpicture}
\end{document}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment