Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tape halfsies artwork #21

Open
ryanve opened this issue Aug 22, 2018 · 1 comment
Open

tape halfsies artwork #21

ryanve opened this issue Aug 22, 2018 · 1 comment

Comments

@ryanve
Copy link
Member

ryanve commented Aug 22, 2018

@ryanve
Copy link
Member Author

ryanve commented Aug 22, 2018

svg fill via var

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape rave</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-pink)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-blue)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape thrill</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-pink)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-yellow)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape chill</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-green)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-blue)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape woke</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-green)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-yellow)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape flow</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-blue)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-yellow)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 2400 2400">
  <title>tape shred</title>
  <rect x="0" y="0" width="1200" height="2400" fill="var(--tape-pink)" />
  <rect x="1200" y="0" width="1200" height="2400" fill="var(--tape-green)" />
  <circle cx="1800" cy="1700" r="200" fill="var(--tape-black)" />
  <circle cx="600" cy="1700" r="200" fill="var(--tape-black)" />
</svg>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant