fix(Circle): stroke-width can't be greater than 60 (#4256)

This commit is contained in:
neverland
2019-08-27 17:37:49 +08:00
committed by GitHub
parent a842da803f
commit f32104ad86
4 changed files with 29 additions and 28 deletions
-3
View File
@@ -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;
}