Skip to content

Instantly share code, notes, and snippets.

@rphv
rphv / index.html
Last active April 27, 2016 10:11
Draggable Circle Packing - D3.js
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Draggable Circle Packing</title>
<style>
svg circle {
cursor: move;
stroke: #000;
stroke-width: 1.5px;