[skip ci] Build for 96db8cde53

This commit is contained in:
Christopher 2022-08-25 20:51:21 +00:00
parent af01e93336
commit a8a118f74d
2 changed files with 2 additions and 3 deletions

View file

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