Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7843859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:41:32+00:00 2026-06-02T16:41:32+00:00

I was looking at this canvas painting app as a base template but was

  • 0

I was looking at this canvas painting app as a base template but was hopeful some could help alleviate a problem when you simply click the mouse on the canvas. You appear to get a line instead of a simple dot…http://luhuiya.byethost7.com/demo/mspaint.html

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:41:34+00:00Added an answer on June 2, 2026 at 4:41 pm

    You are drawing dot in mouseup event by statement draw(beginX, beginY, e.pageX , e.pageY); as given below. e.pageX-8 and e.pageY-8 is causing the rendering of line instead of point. change it to
    e.pageX and e.pageY.

    I have commented the previous statement and wrote new statement in the mouseup event.

     $("#myCanvas").mouseup(function(e) {
          // draw(beginX, beginY, e.pageX-8 , e.pageY -8);
          draw(beginX, beginY, e.pageX , e.pageY);
          isDraw = false;
      });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried looking this up on here but couldnt find a proper answer. I
I was looking at this code of a sieve of eratosthenes but i still
I have been looking into this tutorial: http://blog.new-bamboo.co.uk/2009/12/30/html5-canvas-snake-game But I am for some reason
I am looking to create an Eraser for a drawing app in Canvas, and
Hobbyist Cocoa programmer here. Have been looking around all the usual places, but this
I'm looking at this: http://www.netmagazine.com/tutorials/create-page-flip-effect-html5-canvas However, I have one problem with that - I
I'm looking for a way to clone a canvas element. Based on this question
I'm wondering if anyone can help me out with some Canvas. I'm pretty new
Sorry if this is a dense question, but I'm looking to see if there
DO YOU KNOW SOME MORE BEST PRACTICES FOR CANVAS?? Please add to this thread

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.