Skip to content

Instantly share code, notes, and snippets.

@erikhazzard
Created September 9, 2015 02:33
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 erikhazzard/af5f22a8a442d8aae5e9 to your computer and use it in GitHub Desktop.
Save erikhazzard/af5f22a8a442d8aae5e9 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>
<style>
svg {
background: #336699;
}
</style>
</head>
<body>
<svg width=960 height=500>
<rect
width=200
height=100
x=30
y=60
/>
<rect
width=200
height=20
x=300
y=100
/>
<rect
width=500
height=20
x=100
y=250
/>
<rect
width=20
height=50
x=580
y=200
/>
</svg>
<script>
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment