File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ EllipseAnnotation.id = 'ellipseAnnotation';
54
54
EllipseAnnotation . defaults = {
55
55
adjustScaleRange : true ,
56
56
backgroundShadowColor : 'transparent' ,
57
+ borderCapStyle : 'butt' ,
57
58
borderDash : [ ] ,
58
59
borderDashOffset : 0 ,
60
+ borderJoinStyle : 'miter' ,
59
61
borderShadowColor : 'transparent' ,
60
62
borderWidth : 1 ,
61
63
display : true ,
Original file line number Diff line number Diff line change @@ -107,9 +107,11 @@ LineAnnotation.id = 'lineAnnotation';
107
107
const arrowHeadsDefaults = {
108
108
backgroundColor : undefined ,
109
109
backgroundShadowColor : undefined ,
110
+ borderCapStyle : 'butt' ,
110
111
borderColor : undefined ,
111
112
borderDash : undefined ,
112
113
borderDashOffset : undefined ,
114
+ borderJoinStyle : 'miter' ,
113
115
borderShadowColor : undefined ,
114
116
borderWidth : undefined ,
115
117
display : undefined ,
@@ -131,8 +133,10 @@ LineAnnotation.defaults = {
131
133
start : Object . assign ( { } , arrowHeadsDefaults ) ,
132
134
width : 6
133
135
} ,
136
+ borderCapStyle : 'butt' ,
134
137
borderDash : [ ] ,
135
138
borderDashOffset : 0 ,
139
+ borderJoinStyle : 'miter' ,
136
140
borderShadowColor : 'transparent' ,
137
141
borderWidth : 2 ,
138
142
curve : false ,
Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ PointAnnotation.id = 'pointAnnotation';
49
49
PointAnnotation . defaults = {
50
50
adjustScaleRange : true ,
51
51
backgroundShadowColor : 'transparent' ,
52
+ borderCapStyle : 'butt' ,
52
53
borderDash : [ ] ,
53
54
borderDashOffset : 0 ,
55
+ borderJoinStyle : 'miter' ,
54
56
borderShadowColor : 'transparent' ,
55
57
borderWidth : 1 ,
56
58
display : true ,
You can’t perform that action at this time.
0 commit comments