jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.3k stars 455 forks source link

Fixes Omissions in TypeScript Types #637

Closed jonobr1 closed 2 years ago

jonobr1 commented 2 years ago

Addresses:

  1. Two.Path.closed
  2. Two.Path.curved
  3. Two.Path.dashed
  4. Two.Shape.scale
  5. Two.Path.fill, Two.Text.fill, Two.Group.fill
  6. Two.Path.stroke, Two.Text.stroke, Two.Group.stroke
  7. Two.Points.center, Two.Points.noFill, Two.Points.noStroke, Two.Points.corner

As outlined here: https://github.com/jonobr1/two.js/issues/634