mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-07-04 01:00:50 -04:00
[skip ci] Build for 96db8cde53
This commit is contained in:
parent
af01e93336
commit
a8a118f74d
2 changed files with 2 additions and 3 deletions
|
@ -21679,8 +21679,7 @@ var styleShape = function styleShape(path, options) {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
if (options.hasOwnProperty('strokeWidth')) path.strokeWidth = options.strokeWidth;
|
||||
if (Object.prototype.hasOwnProperty.call(options, 'strokeWidth')) path.strokeWidth = options.strokeWidth;
|
||||
};
|
||||
|
||||
exports.applyColorToSelection = applyColorToSelection;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue