1
0
Fork 0

chore(core): Linter fix

This commit is contained in:
joostdecock 2023-04-15 15:34:39 +02:00
parent 182c4f4d64
commit cc41573b6f

View file

@ -1280,10 +1280,9 @@ function __offsetLine(from, to, distance, log = false) {
* @private
* @param {Path} path - The Path to offset
* @param {float} distance - The distance to offset by
* @param {object} log - The log methods
* @return {Path} offsetted - The offsetted Path instance
*/
function __pathOffset(path, distance, log) {
function __pathOffset(path, distance) {
let offset = []
let current
let start = false