hungtcs / mxgraph-type-definitions

mxgraph type definitions
https://www.npmjs.com/package/mxgraph-type-definitions
Apache License 2.0
20 stars 8 forks source link

Update util/canvas2d types #20

Closed tbouffard closed 4 years ago

tbouffard commented 4 years ago

Notice that the TSDoc of common methods are currently documented in mxXmlCanvas2D as in the JavaScript mxGraph documentation. This should be moved to mxAbstractCanvas2D and removed from subclasses. This will provide a better documentation (inherited in subclasses). Unfortunately, I don't have time to manage this for now

closes #18

tbouffard commented 4 years ago

Thanks for the merge