1
0
Fork 0

🚧 Changes to pattern examples

This commit is contained in:
Joost De Cock 2019-05-30 21:19:41 +02:00
parent 7d9e41ec6f
commit 1bc2272c90
92 changed files with 579 additions and 506 deletions

View file

@ -27,6 +27,59 @@ const Snippets = props => {
{...fill}
/>
</g>,
<radialGradient
id="snap-male-grad"
cx="50%"
cy="50%"
r="50%"
fx="50%"
fy="50%"
>
<stop
offset="30%"
style={{ stopColor: "rgb(235,235,235)", stopOpacity: 1 }}
/>
<stop
offset="80%"
style={{ stopColor: "rgb(100,100,100)", stopOpacity: 1 }}
/>
</radialGradient>,
<g id="snap-male">
<circle
cx="0"
cy="0"
r="3.4"
style={{ stroke: "#666", fill: "#dddddd", strokeWidth: 0.3 }}
/>
<circle
cx="0"
cy="0"
r="1.8"
style={{ stroke: "none", fill: "url(#snap-male-grad)" }}
/>
<path
style={{ fill: "none", stroke: "#666", strokeWidth: 0.2 }}
d="M -2,0 L -3,0 M 2,0 L 3,0 M 0,2 L 0,3 M 0,-2 L 0,-3 M 1.5,1.5 L 2.1,2.1 M -1.5,1.5 L -2.1,2.1 M -1.5,-1.5 L -2.1,-2.1 M 1.5,-1.5 L 2.1,-2.1"
/>
</g>,
<g id="snap-female">
<circle
cx="0"
cy="0"
r="3.4"
style={{ stroke: "#666", fill: "#bbbbbb", strokeWidth: 0.3 }}
/>
<circle
cx="0"
cy="0"
r="2"
style={{ stroke: "#666", fill: "#dddddd", strokeWidth: 0.4 }}
/>
<path
style={{ fill: "none", stroke: "#666", strokeWidth: 0.5 }}
d="M -1.7,-1 L -1.7,1 M 1.7,-1 L 1.7,1"
/>
</g>,
<g
id="logo"
className="snippet logo"