소스 검색

Update renderElement.ts

zsviczian 2 년 전
부모
커밋
82e56919ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/renderer/renderElement.ts

+ 1 - 1
src/renderer/renderElement.ts

@@ -228,7 +228,7 @@ const drawElementOnCanvas = (
       }
       
       context.fillStyle = element.strokeColor;
-      if(Math.random()>0.5) context.fill(path);
+      context.fill(path);
 
       context.restore();
       break;