diff --git a/src/elements/edgeLine.js b/src/elements/edgeLine.js index 7a88420..66d4cc7 100644 --- a/src/elements/edgeLine.js +++ b/src/elements/edgeLine.js @@ -9,7 +9,7 @@ export class EdgeLine extends Line { // Stroke Line Options ctx.lineCap = options.borderCapStyle; ctx.setLineDash(options.borderDash || []); - ctx.lineDashOffset = options.borderDashOffsetborderDash; + ctx.lineDashOffset = options.borderDashOffset; ctx.lineJoin = options.borderJoinStyle; ctx.lineWidth = options.borderWidth; ctx.strokeStyle = options.borderColor;