fix(Circle): stroke-width can't be greater than 60 (#4256)
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
}
|
||||
|
||||
&__layer {
|
||||
// should not use transform-origin: center
|
||||
// that will cause incorrect style in android devices
|
||||
transform-origin: 530px 530px;
|
||||
fill: none;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user