Prebuilt module for commit de824e1846

This commit is contained in:
Paper.js Bot 2019-06-07 20:36:16 +00:00
parent 1ed282abbd
commit 2440f04047
6 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Dec 5 10:25:56 2018 +0100
* Date: Fri Jun 7 22:30:01 2019 +0200
*
***
*
@ -14699,7 +14699,7 @@ new function() {
if (rect) {
attrs.width = rect.width;
attrs.height = rect.height;
if (rect.x || rect.y)
if (rect.x || rect.x === 0 || rect.y || rect.y === 0)
attrs.viewBox = formatter.rectangle(rect);
}
var node = SvgElement.create('svg', attrs, formatter),

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Dec 5 10:25:56 2018 +0100
* Date: Fri Jun 7 22:30:01 2019 +0200
*
***
*
@ -14696,7 +14696,7 @@ new function() {
if (rect) {
attrs.width = rect.width;
attrs.height = rect.height;
if (rect.x || rect.y)
if (rect.x || rect.x === 0 || rect.y || rect.y === 0)
attrs.viewBox = formatter.rectangle(rect);
}
var node = SvgElement.create('svg', attrs, formatter),

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Dec 5 10:25:56 2018 +0100
* Date: Fri Jun 7 22:30:01 2019 +0200
*
***
*
@ -14699,7 +14699,7 @@ new function() {
if (rect) {
attrs.width = rect.width;
attrs.height = rect.height;
if (rect.x || rect.y)
if (rect.x || rect.x === 0 || rect.y || rect.y === 0)
attrs.viewBox = formatter.rectangle(rect);
}
var node = SvgElement.create('svg', attrs, formatter),

File diff suppressed because one or more lines are too long

2
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Dec 5 10:25:56 2018 +0100
* Date: Fri Jun 7 22:30:01 2019 +0200
*
* This is an auto-generated type definition.
*/