Canvas of html5 -- draw simple rectangle and triangle instance code _ html5 tutorial skills-

Source: Internet
Author: User
There are two forms: fill and stroke. The specific implementation code is as follows. For more information, see, I hope this will help you to put a canvas element on the html page. The canvas Element should have three attributes: ID, width, and height.

The Code is as follows:




Get the canvas object and obtain the context var cxt = document. getElementById ('Demo'). getContext ("2d"). The parameter 2d is determined.

You can start to draw a graph in either of the following two forms: fill and stroke ).

Javascript code:

The Code is as follows:


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.