mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-11 13:38:53 -04:00
Add copyright notice and license file.
This commit is contained in:
parent
91160bc5d7
commit
e1a7aff2f0
38 changed files with 481 additions and 28 deletions
src/basic
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
* Paper.js
|
||||
*
|
||||
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
|
||||
* based on Scriptographer.org and designed to be largely API compatible.
|
||||
* http://scriptographer.org/
|
||||
*
|
||||
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey
|
||||
* http://lehni.org/ & http://jonathanpuckey.com/
|
||||
*
|
||||
* All rights reserved. See LICENSE file for details.
|
||||
*/
|
||||
|
||||
var Rectangle = this.Rectangle = Base.extend({
|
||||
beans: true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue