Skip to content

Instantly share code, notes, and snippets.

@amccartney
Last active September 9, 2015 03:13
Show Gist options
  • Save amccartney/d998a43250c8a794b8a9 to your computer and use it in GitHub Desktop.
Save amccartney/d998a43250c8a794b8a9 to your computer and use it in GitHub Desktop.
fresh block

hello markdown

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<svg style="background-color: aliceblue;" width=960 height=300>
<circle
cx=50
cy=50
r=500
fill=cyan
opacity=0.5
></circle>
<rect
fill="aquamarine"
x=0
y=25
width=960
height=25
stroke="aqua" stroke-width=10 stroke-opacity=0.5
stroke-dasharray="50 5 50 5"></rect>
<script>
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment