Skip to content

Instantly share code, notes, and snippets.

@jm3
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jm3/9793697 to your computer and use it in GitHub Desktop.
Save jm3/9793697 to your computer and use it in GitHub Desktop.
CMYK
CMYK simple SVG block
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<!-- Bl.ock: http://bl.ocks.org/jm3/9793337 -->
</head>
<body>
<svg width="300" height="300" viewbox="0 0 200 200">
<circle cx="0" cy="100" r="100" fill="rgba(0, 255, 255, 1.0)"></circle>
<circle cx="150" cy="150" r="100" fill="rgba(255, 0, 255, 0.75)"></circle>
<circle cx="25" cy="25" r="100" fill="rgba(255, 255, 0, 0.5)"></circle>
</svg>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment