In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to use html5 canvas to draw solid prototypes, the article is very detailed, has a certain reference value, interested friends must read it!
Use html5 canvas to draw solid prototypes. # canvas {width: 500px; height: 500px;} var canvas=document.getElementById ("canvas"); var ctx=canvas.getContext ("2d"); / / draw a hollow circle ctx.beginPath (); / / arc () method is to create an arc / curve (used to create a circle or part of a circle) / / context.arc / / the starting angle is 0 / / the end angle is 2*Math.PI ctx.arc; ctx.lineWidth=5; ctx.strokeStyle= "green"; / use the stroke () or fill () method to draw the actual arc ctx.stroke () on the canvas; / / draw a hollow circle ctx.closePath (); / / draw a solid circle / / ctx.beginPath (); / / ctx.arc (200,100,50,060,360); / / ctx.fillStyle= "red" / / fill color, default is black / / ctx.fill (); / / draw solid circle / / ctx.closePath (); / / combination of hollow and solid / / ctx.beginPath (); / / ctx.arc (100, 100, 50, 50 and 360); / / ctx.fillStyle= "red"; / / ctx.fill (); / / ctx.strokeStyle= "green"; / / ctx.stroke (); / / ctx.closePath () The above is all the content of the article "how to draw a solid prototype with html5 canvas". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.