mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 1a0c15f177
This commit is contained in:
parent
7663949656
commit
20547e5fe7
5 changed files with 13 additions and 13 deletions
6
dist/docs/assets/js/paper.js
vendored
6
dist/docs/assets/js/paper.js
vendored
|
@ -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
6
dist/paper-core.js
vendored
|
@ -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;
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
6
dist/paper-full.js
vendored
6
dist/paper-full.js
vendored
|
@ -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;
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue