Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created May 29, 2014 18:06
Show Gist options
  • Save rightfold/fb7ea4f259ece9e50e94 to your computer and use it in GitHub Desktop.
Save rightfold/fb7ea4f259ece9e50e94 to your computer and use it in GitHub Desktop.
<svg ng-attr-height="{{ body.radius * 2 + 2 }}"
ng-repeat="body in bodies"
ng-attr-width="{{ body.radius * 2 + 2 }}">
<circle ng-attr-cx="{{ body.radius + 1 }}"
ng-attr-cy="{{ body.radius + 1 }}"
fill="white"
ng-attr-r="{{ body.radius }}"
stroke="gray"
stroke-width="2"></circle>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment