@@ -162,7 +162,7 @@ export default class Draw {
if (points.length < 2) {
break;
}
- draw(points, isSolid)
+ draw(points, true)
ctx.restore();