Write about the Fillstyle property.
Answers
Answered by
2
Answer:
❥The fillStyle() property of the HTML canvas is used to set the color or gradient or pattern for the drawing. The default is #000000. The <canvas> element allows you to draw graphics on a web page using JavaScript. ... color: The drawing's fill color, which is a CSS color.
Answered by
2
⠀⠀ ⠀ ⠀⠀ The fillStyle() property of the HTML canvas is used to set the color or gradient or pattern for the drawing. ... The <canvas> element allows you to draw graphics on a web page using JavaScript. Every canvas has two elements that describes the height and width of the canvas i.e. height and width respectively......~~
Similar questions