Lines Matching refs:addPath
377 #### `addPath(otherPath)`
383 #### `addPath(otherPath, transform)`
391 [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/addPath)
394 #### `addPath(otherPath, a, b, c, d, e, f)`
403 [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/addPath)
411 moreBoxes.addPath(box)
417 .addPath(box, 1, 0, 0, 1, 300, 0)
419 .addPath(box, 0.5, 0, 0, 0.5, 0, 0);
422 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)`
438 moreBoxes.addPath(box)
440 .addPath(box, 1, 0, 0,
444 .addPath(box, 0.5, 0, 0,