Published onJanuary 7, 2024The `viewBox` attribute in SVG filessvgThe `viewBox` sets SVG coordinates and scaling.
Published onJanuary 5, 2024What is `role="img"` in an SVG tag?svgweb-accessibility`role="img"` in an SVG tag marks it as an image for accessibility.
Published onJanuary 4, 2024What does `xmlns="http://www.w3.org/2000/svg"` in the SVG tag mean?svgIt defines the SVG namespace, ensuring proper interpretation and preventing tag conflicts.
Published onOctober 21, 2023What is `-D` in npm install commands?npmThe `-D` flag in npm install adds packages to devDependencies.