Skip to content

Commit

Permalink
Include properties in arrowhead defaults, but leave undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
mlohbihler committed Aug 23, 2024
1 parent 95831aa commit 564277e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ LineAnnotation.id = 'lineAnnotation';
const arrowHeadsDefaults = {
backgroundColor: undefined,
backgroundShadowColor: undefined,
borderCapStyle: 'butt',
borderCapStyle: undefined,
borderColor: undefined,
borderDash: undefined,
borderDashOffset: undefined,
borderJoinStyle: 'miter',
borderJoinStyle: undefined,
borderShadowColor: undefined,
borderWidth: undefined,
display: undefined,
Expand Down

0 comments on commit 564277e

Please sign in to comment.