Update copyright information comments, and year.

This commit is contained in:
Jürg Lehni 2013-01-28 18:03:27 -08:00
parent c627b59fd0
commit 6c9c16ad3d
107 changed files with 10255 additions and 616 deletions

View file

@ -1,8 +1,7 @@
Copyright (c) 2011, Juerg Lehni & Jonathan Puckey Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
http://lehni.org/ & http://jonathanpuckey.com/ http://lehni.org/ & http://jonathanpuckey.com/
All rights reserved. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,13 +1,9 @@
#! /usr/bin/env node #! /usr/bin/env node
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
# Paper.js # Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
# http://paperjs.org/
# #
# This file is part of Paper.js, a JavaScript Vector Graphics Library, # Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
# 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/ # http://lehni.org/ & http://jonathanpuckey.com/
# #
# Distributed under the MIT license. See LICENSE file for details. # Distributed under the MIT license. See LICENSE file for details.

9974
dist/paper.js vendored

File diff suppressed because one or more lines are too long

8
lib/bootstrap.js vendored
View file

@ -1,9 +1,9 @@
/** /**
* Bootstrap JavaScript Library * Bootstrap.js JavaScript Inheritance Microframework
* (c) 2006 - 2012 Juerg Lehni, http://lehni.org/ * Copyright (c) 2006 - 2013 Juerg Lehni
* http://lehni.org/
* *
* Bootstrap is released under the MIT license * Distributed under the MIT license.
* http://bootstrapjs.org/
* *
* Inspirations: * Inspirations:
* http://dean.edwards.name/weblog/2006/03/base/ * http://dean.edwards.name/weblog/2006/03/base/

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
var fs = require('fs'), var fs = require('fs'),
vm = require('vm'), vm = require('vm'),
path = require('path'), path = require('path'),

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
/** @scope _global_ */ { /** @scope _global_ */ {
// DOCS: Find a way to put this description into _global_ // DOCS: Find a way to put this description into _global_

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,10 +1,8 @@
/*! /*!
* Paper.js v*#=* options.version * Paper.js v*#=* options.version - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/ * http://paperjs.org/
* *
* Paper.js is a JavaScript Vector Graphics Library based on Scriptographer.org. * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
*
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.
@ -15,10 +13,8 @@
* *
*** ***
* *
* Bootstrap.js JavaScript Framework. * Bootstrap.js JavaScript Inheritance Micro-Framework
* http://bootstrapjs.org/ * Copyright (c) 2006 - 2013 Juerg Lehni
*
* Copyright (c) 2006 - 2011 Juerg Lehni
* http://lehni.org/ * http://lehni.org/
* *
* Distributed under the MIT license. * Distributed under the MIT license.
@ -28,10 +24,8 @@
* Acorn.js * Acorn.js
* http://marijnhaverbeke.nl/acorn/ * http://marijnhaverbeke.nl/acorn/
* *
* Acorn is a tiny, fast JavaScript parser written in JavaScript. * Acorn is a tiny, fast JavaScript parser written in JavaScript,
* * created by Marijn Haverbeke and released under an MIT license.
* Acorn was written by Marijn Haverbeke and released under an MIT
* license.
* *
*/ */

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,19 +1,13 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.
* *
* All rights reserved. * All rights reserved.
*
* The base for this code was donated by Stetson-Team-Alpha.
*/ */
/** /**

View file

@ -1,19 +1,13 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.
* *
* All rights reserved. * All rights reserved.
*
* The base for this code was donated by Stetson-Team-Alpha.
*/ */
/** /**

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
// Override equals to convert functions to message and execute them as tests() // Override equals to convert functions to message and execute them as tests()
function equals(actual, expected, message) { function equals(actual, expected, message) {
if (typeof actual === 'function') { if (typeof actual === 'function') {

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
/*#*/ include('qunit/qunit.js'); /*#*/ include('qunit/qunit.js');
/*#*/ include('helpers.js'); /*#*/ include('helpers.js');
/*#*/ include('../tests/load.js'); /*#*/ include('../tests/load.js');

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,3 +1,15 @@
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
module('Path Style'); module('Path Style');
test('style defaults', function() { test('style defaults', function() {

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

View file

@ -1,12 +1,8 @@
/* /*
* Paper.js * Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
*
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
* based on Scriptographer.org and designed to be largely API compatible.
* http://paperjs.org/ * http://paperjs.org/
* http://scriptographer.org/
* *
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey * Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/ * http://lehni.org/ & http://jonathanpuckey.com/
* *
* Distributed under the MIT license. See LICENSE file for details. * Distributed under the MIT license. See LICENSE file for details.

Some files were not shown because too many files have changed in this diff Show more