Category: Graphics

0

Chapter 40: Canvas clearRect()

1. What is clearRect() actually? (Clear definition first) clearRect(x, y, width, height) is the eraser / white-out / reset tool of the Canvas. It removes / clears / wipes out everything that was previously...

0

Chapter 41: Canvas Circles

1. What are “Canvas Circles” actually? Canvas Circles means using JavaScript on the <canvas> element to draw perfect circular shapes (full circles, half-circles, pie slices, rings, arcs, dotted circles, glowing orbs, clocks, buttons, loaders,...

0

Chapter 42: Canvas Curves

1. What are “Canvas Curves” actually? Canvas Curves means using JavaScript on the <canvas> element to draw smooth, bent, non-straight lines — arcs, waves, rounded corners, S-shapes, heart shapes, cartoon outlines, organic paths, bezier...

0

Chapter 43: Canvas Linear Gradient

1. What is a Linear Gradient in Canvas? (Clear definition first) A linear gradient in Canvas means a smooth color transition that changes gradually along a straight line — from one color to another...

0

Chapter 44: Canvas Radial Gradients

1. What is a Radial Gradient in Canvas? (Clear definition first) A radial gradient in Canvas means a smooth color transition that spreads outward from a central point — like ripples in water, light...

0

Chapter 45: Canvas Text

1. What is “Canvas Text” actually? Canvas Text means using JavaScript on the <canvas> element to draw text (words, sentences, titles, labels, numbers, signatures, game scores, chart labels, buttons text, etc.) directly on the...

0

Chapter 46: Canvas Text Color

1. What is “Canvas Text” actually? Canvas Text means using JavaScript on the <canvas> element to draw text (words, sentences, titles, labels, numbers, signatures, game scores, chart labels, buttons text, etc.) directly on the...

0

Chapter 47: Canvas Text Alignment

Canvas Text Color and Canvas Text Alignment in the most detailed, slow, step-by-step, human-teacher way possible. 😊 I’m going to explain everything exactly like I’m sitting right next to you in a Hyderabad computer...

0

Chapter 48: Canvas Shadows

Canvas Shadows in the most detailed, slow, step-by-step, human-teacher way possible. 😊 I’m going to explain everything exactly like I’m sitting right next to you in a Hyderabad computer lab or coaching center —...

0

Chapter 49: Canvas Images

1. What is “Canvas Images” actually? Canvas Images means using JavaScript on the <canvas> element to load, draw, position, scale, crop, rotate, flip, filter, composite, clip, or animate real photos, pictures, logos, sprites, backgrounds,...