|
const drawTriangle = (a, b, c) => {
|
|
const drawTriangle = (a, b, c) => {
|
|
- console.log(context, Math.round(a.x), Math.round(a.y), Math.round(b.x), Math.round(b.y), Math.round(c.x), Math.round(c.y));
|
|
+ // console.log(context, Math.round(a.x), Math.round(a.y), Math.round(b.x), Math.round(b.y), Math.round(c.x), Math.round(c.y));
|
|
path.moveTo(Math.round(a.x), Math.round(a.y));
|
|
path.moveTo(Math.round(a.x), Math.round(a.y));
|