File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export class Lasso extends Mark {
41
41
. attr ( "y" , marginTop )
42
42
. attr ( "width" , width - marginLeft - marginRight )
43
43
. attr ( "height" , height - marginTop - marginBottom )
44
+ . attr ( "stroke" , "none" )
44
45
. attr ( "fill" , "none" )
45
46
. attr ( "cursor" , "cross" ) // TODO
46
47
. attr ( "pointer-events" , "all" )
Original file line number Diff line number Diff line change 432
432
< circle cx ="32.58333333333335 " cy ="155.67272727272726 " r ="3 "> </ circle >
433
433
</ g >
434
434
< g aria-label ="lasso " fill ="green " fill-opacity ="0.3 " stroke ="#666 " stroke-width ="2 ">
435
- < rect x ="0 " y ="30 " width ="161 " height ="240 " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
435
+ < rect x ="0 " y ="30 " width ="161 " height ="240 " stroke =" none " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
436
436
</ g >
437
437
</ g >
438
438
< g transform ="translate(219,0) ">
784
784
< circle cx ="57.50000000000003 " cy ="114.65454545454547 " r ="3 "> </ circle >
785
785
</ g >
786
786
< g aria-label ="lasso " fill ="green " fill-opacity ="0.3 " stroke ="#666 " stroke-width ="2 ">
787
- < rect x ="0 " y ="30 " width ="161 " height ="240 " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
787
+ < rect x ="0 " y ="30 " width ="161 " height ="240 " stroke =" none " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
788
788
</ g >
789
789
</ g >
790
790
< g transform ="translate(398,0) ">
1136
1136
< circle cx ="49.83333333333333 " cy ="161.78181818181818 " r ="3 "> </ circle >
1137
1137
</ g >
1138
1138
< g aria-label ="lasso " fill ="green " fill-opacity ="0.3 " stroke ="#666 " stroke-width ="2 ">
1139
- < rect x ="0 " y ="30 " width ="161 " height ="240 " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
1139
+ < rect x ="0 " y ="30 " width ="161 " height ="240 " stroke =" none " fill ="none " cursor ="cross " pointer-events ="all " fill-rule ="evenodd "> </ rect >
1140
1140
</ g >
1141
1141
</ g >
1142
1142
</ g >
You can’t perform that action at this time.
0 commit comments