Skip to content

Commit 868c222

Browse files
committed
fix(test): just testing the continuous integration
1 parent ac3894f commit 868c222

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/polyavatar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
var borderColor = outerSpace > 0 ? "#1d2333" : "#293249";
240240
fillStatusCircle(canvas, ctx, 0, 0, canvas.width / 12, (options.online ? '#40d04f' : 'gray'), borderColor);
241241
}
242-
//fillLevelCircle(canvas, ctx, 0, 0, canvas.width/10, "#1d2333");
243242

244243
if (options.sides > 4 && outerSpace > 0 && options.levelNumber > 0) {
245244
var miniPolygonRadius = polyRadius / 3;

0 commit comments

Comments
 (0)