Js draws a circle on the web page

Source: Internet
Author: User
There are many ways to draw a circle on the web page. SVG and canvas can all be used for plotting. However, this document uses a div instead of the two methods. Div is generally a rectangle, But if you set a rounded corner style border-radius, you can change the div to a circle. The position of the circle is required.

There are many ways to draw a circle on the web page. SVG and canvas can all be used for plotting. However, this document uses a div instead of the two methods. Div is generally a rectangle, But if you set a rounded corner style border-radius, you can change the div to a circle.

The position of the circle must be absolute (position: absolute) in the canvas, that is, by setting the X and Y coordinates, the corresponding css styles are left and top. If you want to take effect from the absolute positioning of the circle, you must set position: relative on the canvas.

 

   


 

Based on the above principle, jQuery can be used to achieve such an interaction: Draw a circle by clicking the left button on the canvas, the center of the circle is the place where the mouse is pressed, and draw the circle with the left mouse clicking the loose.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.