Add additional @author tags to boolean code.

This commit is contained in:
Jürg Lehni 2016-01-08 10:27:22 +01:00
parent a5304443a5
commit b95136f673
2 changed files with 5 additions and 3 deletions

View file

@ -1,15 +1,15 @@
## Authors
- Juerg Lehni <juerg@scratchdisk.com>
- Jürg Lehni <juerg@scratchdisk.com>
- Jonathan Puckey <jonathan@studiomoniker.com>
## Contributors
- Harikrishnan Gopalakrishnan <hari.exeption@gmail.com>
- Jan Bösenberg <development@iconexperience.com>
- Jt Whissel <jtwhissel@gmail.com>
- Andrew Roles <jaroles58@gmail.com>
- Jacob Lites <jnightlight@gmail.com>
- Justin Ridgewell <justinridgewell@gmail.com>
- Andrew Wagenheim <abwagenheim@gmail.com>
- Scott Kieronski <baroes0239@gmail.com>
- Jan Bösenberg <development@iconexperience.com>

View file

@ -22,7 +22,9 @@
* - Resolving a self-intersecting Path 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
*/
PathItem.inject(new function() {