Prebuilt module for commit 623ec73c7e

This commit is contained in:
Paper.js Bot 2016-02-19 12:46:39 +00:00
parent 4261370bd7
commit e361efd498
5 changed files with 24 additions and 18 deletions

View file

@ -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
View file

@ -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) {

File diff suppressed because one or more lines are too long

10
dist/paper-full.js vendored
View file

@ -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) {

File diff suppressed because one or more lines are too long