Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to draw in html5 with canvas, I need to draw a grid. I pass two parameters X and Y.

This example does arme manually: http://jsbin.com/ifohor/4/edit

The idea is to make it dynamic: http://jsbin.com/ifohor/3/edit

But I do not quite know how to calculate moveX, moveY, lineX, lineY and increaseLine.

Any help would be appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.