mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 01:12:39 -05:00
Add additional @author tags to boolean code.
This commit is contained in:
parent
a5304443a5
commit
b95136f673
2 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
- Juerg Lehni <juerg@scratchdisk.com>
|
- Jürg Lehni <juerg@scratchdisk.com>
|
||||||
- Jonathan Puckey <jonathan@studiomoniker.com>
|
- Jonathan Puckey <jonathan@studiomoniker.com>
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- Harikrishnan Gopalakrishnan <hari.exeption@gmail.com>
|
- Harikrishnan Gopalakrishnan <hari.exeption@gmail.com>
|
||||||
|
- Jan Bösenberg <development@iconexperience.com>
|
||||||
- Jt Whissel <jtwhissel@gmail.com>
|
- Jt Whissel <jtwhissel@gmail.com>
|
||||||
- Andrew Roles <jaroles58@gmail.com>
|
- Andrew Roles <jaroles58@gmail.com>
|
||||||
- Jacob Lites <jnightlight@gmail.com>
|
- Jacob Lites <jnightlight@gmail.com>
|
||||||
- Justin Ridgewell <justinridgewell@gmail.com>
|
- Justin Ridgewell <justinridgewell@gmail.com>
|
||||||
- Andrew Wagenheim <abwagenheim@gmail.com>
|
- Andrew Wagenheim <abwagenheim@gmail.com>
|
||||||
- Scott Kieronski <baroes0239@gmail.com>
|
- Scott Kieronski <baroes0239@gmail.com>
|
||||||
- Jan Bösenberg <development@iconexperience.com>
|
|
||||||
|
|
|
@ -22,7 +22,9 @@
|
||||||
* - Resolving a self-intersecting Path items
|
* - Resolving a self-intersecting Path items
|
||||||
* - Boolean operations on self-intersecting Paths items
|
* - Boolean operations on self-intersecting Paths items
|
||||||
*
|
*
|
||||||
* @author Harikrishnan Gopalakrishnan
|
* @author Harikrishnan Gopalakrishnan <hari.exeption@gmail.com>
|
||||||
|
* @author Jan Boesenberg <development@iconexperience.com>
|
||||||
|
* @author Juerg Lehni <juerg@scratchdisk.com>
|
||||||
* http://hkrish.com/playground/paperjs/booleanStudy.html
|
* http://hkrish.com/playground/paperjs/booleanStudy.html
|
||||||
*/
|
*/
|
||||||
PathItem.inject(new function() {
|
PathItem.inject(new function() {
|
||||||
|
|
Loading…
Reference in a new issue