There’s no reason to use pointer-events for HTML elements
A critical look at the CSS pointer-events property, arguing against its use on standard HTML elements while acknowledging valid SVG use cases.
A critical look at the CSS pointer-events property, arguing against its use on standard HTML elements while acknowledging valid SVG use cases.
A list highlighting 20 influential women in web design and development, celebrating their contributions and providing role models in tech.
A guide to SVG filters, covering basics, practical applications, and resources from a talk by Sara Soueidan.
A web developer shares a list of influential front-end writers and their blogs, focusing on CSS, JavaScript, and web development insights.
A technical guide on creating dynamic, scroll-responsive Bézier curves and swoopy shapes using SVG and React.
A developer's journey creating a custom Vue component to inline SVG icons, avoiding external libraries and manual file paths.
A guide to creating multi-colored SVG icon systems using CSS variables, comparing them to icon fonts and explaining setup and styling.
Using SVG's viewBox and preserveAspectRatio attributes to crop and scale images as a fallback or alternative to CSS object-fit.
A guide on implementing SVG patterns as backgrounds in React applications, including code examples and tool recommendations.
A tutorial on creating custom bar charts in React using SVG components, without relying on external charting libraries.
A technical exploration of using SVG's <foreignObject> and canvas to render interactive DOM elements as textures in WebGL, bypassing manual font/layout work.
Explores performance-friendly techniques for creating flexible, animatable shadows in responsive web design, comparing CSS box-shadow and filter approaches.
Explains how to simulate relative positioning for elements within an SVG by using nested SVGs, addressing the lack of a CSS box model.
A guide on converting icon fonts to SVG icons, covering tools and steps for modern web development.
A developer explains why they switched from icon fonts to SVG for web icons, citing performance, accessibility, and maintainability benefits.
Explains how to prevent unstyled SVG scaling issues when CSS fails by using presentation attributes and style inheritance.
Compares animated SVG and GIF formats, highlighting SVG's advantages in quality, scalability, and performance for vector-based graphics.
A developer's guide to optimizing SVG creation and export for web projects, focusing on cleaner code and better designer-developer workflows.
A final comparison article summarizing various CSS and SVG techniques for web design, with links to detailed resources.
Compares CSS and SVG techniques for creating non-rectangular UI components like circular menus, exploring their capabilities and trade-offs.