SVG STAR | HTML GRAPHICS | SVG TUTORIAL | CREAT A STAR USING POLYGON | DRAW STAR | CSS ANIMATION

Опубликовано: 18 Февраль 2026
на канале: Elearning
226
11

‪@elearning2951‬
SVG stands for Scalable Vector Graphics
SVG is XML based, which means that every element is available within the SVG DOM. You can attach JavaScript event handlers for an element.

In SVG, each drawn shape is remembered as an object. If attributes of an SVG object are changed, the browser can automatically re-render the shape.
-Resolution independent
-Support for event handlers
-Best suited for applications with large rendering areas (Google Maps)
-Slow rendering if complex (anything that uses the DOM a lot will be slow)
Not suited for game applications
The HTMLSVG element is a container for SVG graphics.
#start
#SVG
#HTML GRAPHICS
#rgba
#POLYGON
#WIDTH
#HEIGHT
#sSTRIKE
#POINT
#COLOR
00:00
00:16 save file
00:45 background color
01:04 add SVG
01:53 set star boundary color