mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Docs: Add group title to boolean path operations.
This commit is contained in:
parent
99d7b5cfdb
commit
451ff4fd03
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ PathItem.inject(new function() {
|
||||||
// at intersections.
|
// at intersections.
|
||||||
return /** @lends Path# */{
|
return /** @lends Path# */{
|
||||||
/**
|
/**
|
||||||
|
* {@grouptitle Boolean Path Operations}
|
||||||
|
*
|
||||||
* Merges the geometry of the specified path from this path's
|
* Merges the geometry of the specified path from this path's
|
||||||
* geometry and returns the result as a new path item.
|
* geometry and returns the result as a new path item.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue