mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 623ec73c7e
This commit is contained in:
parent
4261370bd7
commit
e361efd498
5 changed files with 24 additions and 18 deletions
10
dist/docs/assets/js/paper.js
vendored
10
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 17 19:06:29 2016 +0100
|
||||
* Date: Fri Feb 19 13:44:09 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13005,11 +13005,13 @@ var BlendMode = new function() {
|
|||
|
||||
var SvgElement = new function() {
|
||||
var svg = 'http://www.w3.org/2000/svg',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns',
|
||||
xlink = 'http://www.w3.org/1999/xlink',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns/',
|
||||
xlink = 'http://www.w3.org/1999/xlink/',
|
||||
attributeNamespace = {
|
||||
href: xlink,
|
||||
xlink: xmlns
|
||||
xlink: xmlns,
|
||||
xmlns: xmlns,
|
||||
'xmlns:xlink': xmlns
|
||||
};
|
||||
|
||||
function create(tag, attributes, formatter) {
|
||||
|
|
10
dist/paper-core.js
vendored
10
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 17 19:06:29 2016 +0100
|
||||
* Date: Fri Feb 19 13:44:09 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13005,11 +13005,13 @@ var BlendMode = new function() {
|
|||
|
||||
var SvgElement = new function() {
|
||||
var svg = 'http://www.w3.org/2000/svg',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns',
|
||||
xlink = 'http://www.w3.org/1999/xlink',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns/',
|
||||
xlink = 'http://www.w3.org/1999/xlink/',
|
||||
attributeNamespace = {
|
||||
href: xlink,
|
||||
xlink: xmlns
|
||||
xlink: xmlns,
|
||||
xmlns: xmlns,
|
||||
'xmlns:xlink': xmlns
|
||||
};
|
||||
|
||||
function create(tag, attributes, formatter) {
|
||||
|
|
6
dist/paper-core.min.js
vendored
6
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
10
dist/paper-full.js
vendored
10
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 17 19:06:29 2016 +0100
|
||||
* Date: Fri Feb 19 13:44:09 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13005,11 +13005,13 @@ var BlendMode = new function() {
|
|||
|
||||
var SvgElement = new function() {
|
||||
var svg = 'http://www.w3.org/2000/svg',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns',
|
||||
xlink = 'http://www.w3.org/1999/xlink',
|
||||
xmlns = 'http://www.w3.org/2000/xmlns/',
|
||||
xlink = 'http://www.w3.org/1999/xlink/',
|
||||
attributeNamespace = {
|
||||
href: xlink,
|
||||
xlink: xmlns
|
||||
xlink: xmlns,
|
||||
xmlns: xmlns,
|
||||
'xmlns:xlink': xmlns
|
||||
};
|
||||
|
||||
function create(tag, attributes, formatter) {
|
||||
|
|
6
dist/paper-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue