Lines Matching refs:done
18 it('can create a path from an SVG string', function(done) { argument
19 LoadPathKit.then(catchException(done, () => {
36 done();
40 it('can create an SVG string from a path', function(done) { argument
41 LoadPathKit.then(catchException(done, () => {
54 done();
58 it('can create an SVG string from hex values', function(done) { argument
59 LoadPathKit.then(catchException(done, () => {
71 done();
75 it('should have input and the output be the same', function(done) { argument
76 LoadPathKit.then(catchException(done, () => {
89 done();
93 it('approximates arcs (conics) with quads', function(done) { argument
94 LoadPathKit.then(catchException(done, () => {
107 done();
108 }).catch(reportError(done));