Lines Matching refs:done
2 it('can create a path from an SVG string', function(done) { argument
3 LoadPathKit.then(catchException(done, () => {
20 done();
24 it('can create an SVG string from a path', function(done) { argument
25 LoadPathKit.then(catchException(done, () => {
38 done();
42 it('can create an SVG string from hex values', function(done) { argument
43 LoadPathKit.then(catchException(done, () => {
55 done();
59 it('should have input and the output be the same', function(done) { argument
60 LoadPathKit.then(catchException(done, () => {
73 done();
77 it('approximates arcs (conics) with quads', function(done) { argument
78 LoadPathKit.then(catchException(done, () => {
91 done();
92 }).catch(reportError(done));