Prebuilt module for commit 1a0c15f177

This commit is contained in:
Paper.js Bot 2016-03-27 20:42:30 +00:00
parent 7663949656
commit 20547e5fe7
5 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Mar 17 14:15:28 2016 +0100
* Date: Sun Mar 27 13:39:30 2016 -0700
*
***
*
@ -8868,7 +8868,7 @@ statics: {
},
getStrokeBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = style.hasStroke(),
strokeWidth = style.getStrokeWidth(),
strokeMatrix = stroke && path._getStrokeMatrix(matrix, options),
@ -8992,7 +8992,7 @@ statics: {
},
getHandleBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = options.stroke && style.hasStroke(),
strokePadding,
joinPadding;

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Mar 17 14:15:28 2016 +0100
* Date: Sun Mar 27 13:39:30 2016 -0700
*
***
*
@ -8868,7 +8868,7 @@ statics: {
},
getStrokeBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = style.hasStroke(),
strokeWidth = style.getStrokeWidth(),
strokeMatrix = stroke && path._getStrokeMatrix(matrix, options),
@ -8992,7 +8992,7 @@ statics: {
},
getHandleBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = options.stroke && style.hasStroke(),
strokePadding,
joinPadding;

File diff suppressed because one or more lines are too long

6
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Mar 17 14:15:28 2016 +0100
* Date: Sun Mar 27 13:39:30 2016 -0700
*
***
*
@ -8868,7 +8868,7 @@ statics: {
},
getStrokeBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = style.hasStroke(),
strokeWidth = style.getStrokeWidth(),
strokeMatrix = stroke && path._getStrokeMatrix(matrix, options),
@ -8992,7 +8992,7 @@ statics: {
},
getHandleBounds: function(segments, closed, path, matrix, options) {
var style = path._style,
var style = path.getStyle(),
stroke = options.stroke && style.hasStroke(),
strokePadding,
joinPadding;

File diff suppressed because one or more lines are too long