Rectangle collide force (bottom right) has a weird drift.
The simpler, non quadtree collide force (bottom left) doesn't have the this problem.
xxxxxxxxxx
<meta charset='utf-8'>
<style>
body{
margin: 0px;
}
.land {
fill: #222;
}
.county-boundary {
fill: none;
stroke: #fff;
stroke-width: .5px;
}
.state-boundary {
fill: none;
stroke: #fff;
}
.county{
stroke: #fff;
}
</style>
<body></body>
<script src='d3v4+jetpack.js'></script>
<script src='topojson.js'></script>
<script src='d3-force.js'></script>
<script src='script.js'></script>