Lines Matching full:done
60 it('path_path2dapi', function(done) { argument
72 done();
73 }).catch(reportError(done));
78 it('path_copy', function(done) { argument
94 done();
95 }).catch(reportError(done));
99 it('path_from_api_calls', function(done) { argument
117 done();
118 }).catch(reportError(done));
122 it('path_fromCmds', function(done) { argument
140 done();
141 }).catch(reportError(done));
145 it('path_fromSVGString', function(done) { argument
158 done();
159 }).catch(reportError(done));
165 it('path_toCmds', function(done) { argument
180 done();
181 }).catch(reportError(done));
185 it('path_toPath2D', function(done) { argument
200 done();
201 }).catch(reportError(done));
205 it('path_toSVGString', function(done) { argument
220 done();
221 }).catch(reportError(done));
236 it('path_add_path_svgmatrix', function(done) { argument
257 done();
258 }).catch(reportError(done));
262 it('path_add_path_svgmatrix_reuse', function(done) { argument
285 done();
286 }).catch(reportError(done));
290 it('path_add_path_svgmatrix_bare', function(done) { argument
307 done();
308 }).catch(reportError(done));