Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find a bug in drawDrawing function #4

Open
stayingnumber1 opened this issue Feb 11, 2022 · 0 comments
Open

find a bug in drawDrawing function #4

stayingnumber1 opened this issue Feb 11, 2022 · 0 comments

Comments

@stayingnumber1
Copy link

function drawDrawing(ctx, scalefactor, drawing, color) { if (JSON.stringify(drawing) === '{}') { console.log(drawing); return; } if (["segment", "arc", "circle", "curve"].includes(drawing.type)) { drawedge(ctx, scalefactor, drawing, color); } else if (drawing.type == "polygon") { drawPolygonShape(ctx, drawing, color); } else { drawText(ctx, drawing, color); } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant