vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
154 B

  1. /**
  2. * Created by Alex on 3/18/2015.
  3. */
  4. class Ellipse {
  5. constructor () {
  6. }
  7. resize(ctx) {
  8. }
  9. draw(ctx) {
  10. }
  11. distanceToBorder() {
  12. }
  13. }