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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [Bug]: Drawing Canvas incorrect pointer movement and incorrect dawing area #176

Open
rnsharma10 opened this issue Oct 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@rnsharma10
Copy link

Describe the bug
Canvas Api bug -

  1. The drawing canvas does not use whole section to draw but only part of the whole.
  2. The draw pointer on drawing canvas is displaced from actual mouse pointer.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Canvas API page
  2. Click on Show Canvases button.
  3. Go to Drawing canvas section and try to draw in it.
    image
    canvas draw mouse pointer bug
  4. The canvas only uses 1/3 of space to draw and that is also not aligned with mouse pointer.

Expected behavior

  1. The whole Drawing canvas should be usable to draw.
  2. Mouse pointer and drawing pointer should be in sync and on same coordinates on screen.

Desktop

  • OS: Windows 10
  • Browser Chrome
  • Version 106
@rnsharma10 rnsharma10 added the bug Something isn't working label Oct 13, 2022
@permanar
Copy link

Hey, can I work on this one? Sounds fun.

@rnsharma10
Copy link
Author

@permanar I have already written the fix, but waiting it to be assigned to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants