Lines Matching refs:addPath
359 #### `addPath(otherPath)` ####
364 #### `addPath(otherPath, transform)` ####
370 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…
373 #### `addPath(otherPath, a, b, c, d, e, f)` ####
380 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…
388 moreBoxes.addPath(box)
394 .addPath(box, 1, 0, 0, 1, 300, 0)
396 .addPath(box, 0.5, 0, 0, 0.5, 0, 0);
399 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)` ####
414 moreBoxes.addPath(box)
416 .addPath(box, 1, 0, 0,
420 .addPath(box, 0.5, 0, 0,