Lines Matching refs:done
29 it('supports.equals()', function(done) { argument
30 LoadPathKit.then(catchException(done, () => {
47 done();
51 it('has a copy constructor', function(done) { argument
52 LoadPathKit.then(catchException(done, () => {
61 done();
65 it('has a copy method', function(done) { argument
66 LoadPathKit.then(catchException(done, () => {
75 done();
79 it('can create a copy with MakePath', function(done) { argument
80 LoadPathKit.then(catchException(done, () => {
89 done();
112 it('dynamically updates getBounds()', function(done){ argument
113 LoadPathKit.then(catchException(done, () => {
124 done();
128 it('has getBounds() and computeTightBounds()', function(done){ argument
129 LoadPathKit.then(catchException(done, () => {
141 done();
162 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
163 LoadPathKit.then(catchException(done, () => {
181 done();