Lines Matching refs:done
13 it('supports.equals()', function(done) { argument
14 LoadPathKit.then(catchException(done, () => {
31 done();
35 it('has a copy constructor', function(done) { argument
36 LoadPathKit.then(catchException(done, () => {
45 done();
49 it('has a copy method', function(done) { argument
50 LoadPathKit.then(catchException(done, () => {
59 done();
63 it('can create a copy with MakePath', function(done) { argument
64 LoadPathKit.then(catchException(done, () => {
73 done();
96 it('dynamically updates getBounds()', function(done){ argument
97 LoadPathKit.then(catchException(done, () => {
108 done();
112 it('has getBounds() and computeTightBounds()', function(done){ argument
113 LoadPathKit.then(catchException(done, () => {
125 done();
146 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
147 LoadPathKit.then(catchException(done, () => {
165 done();