1
0
Fork 0

Fix circle filling

master
Marco Heiming 2022-01-30 19:04:15 +01:00
parent 41a9cf851d
commit b02c2f4de8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ const circlePosX = [
Math.round(7 * w / parts), // circle4
];
const radiusOuter = circleCount == 3 ? 25 : 19;
const radiusOuter = circleCount == 3 ? 25 : 20;
const radiusInner = circleCount == 3 ? 20 : 15;
const circleFontSmall = circleCount == 3 ? "Vector:14" : "Vector:10";
const circleFont = circleCount == 3 ? "Vector:15" : "Vector:11";