#svg

[ follow ]
#css
Design
fromCSS-Tricks
9 months ago

CSS Blob Recipes | CSS-Tricks

CSS blobs can be effectively created using simple techniques or online tools.
The use of border-radius can generate blob shapes even from standard elements.
JavaScript
fromCSS-Tricks
10 months ago

Better CSS Shapes Using shape() - Part 1: Lines and Arcs | CSS-Tricks

The new shape() function in CSS revolutionizes how developers create and customize shapes, allowing for more flexibility and simplicity.
Web development
fromCSS-Tricks
1 day ago

Making Complex CSS Shapes Using shape() | CSS-Tricks

Creating complex CSS shapes with randomness and curves is challenging but achievable using modern features and generators.
jQuery
fromjQuery Script
2 weeks ago

Add Interactive SVG Markers to Images - jQuery mapsvgmarker

map svgmarker is a jQuery plugin for adding editable, draggable SVG markers to images.
UX design
fromCSS-Tricks
1 month ago

Loading Smarter: SVG vs. Raster Loaders in Modern Web Design | CSS-Tricks

For small, simple loaders performance between an SVG loader and a rotated raster image is nearly identical, while SVGs offer scalability and DOM manipulability advantages.
UX design
fromLogRocket Blog
2 months ago

How to animate SVG with CSS: Tutorial with examples - LogRocket Blog

Use lightweight SVGs with CSS and scroll-driven animations for performant, scalable web animations that enhance UX while avoiding bulky GIFs and videos.
fromTheregister
3 months ago

Novel clickjacking attack relies on CSS and SVG

Security researcher Lyra Rebane has devised a novel clickjacking attack that relies on Scalable Vector Graphics (SVG) and Cascading Style Sheets (CSS). Rebane demonstrated the technique at BSides Tallinn in October and has now published a summary of her approach. The attack, which has yet to be fully mitigated, relies on the fact that SVG filters can leak information across origins, in violation of the web's same-origin policy.
Information security
Design
fromwww.sitepoint.com
4 months ago

A normal size and a retina size

Provide a normal-size logo plus a retina version at double the dimensions; prefer SVG when the logo suits vector format to avoid resolution and sizing issues.
fromSmashing Magazine
4 months ago

Smashing Animations Part 6: Magnificent SVGs With And CSS Custom Properties - Smashing Magazine

Since I wrote that explanation, I've designed and implemented new Magnificent 7 animated graphics across my website. They play on the web design pioneer theme, featuring seven magnificent Old West characters. View this animated SVG on my website. (Large preview) <symbol> and <use> let me define a character design and reuse it across multiple SVGs and pages. First, I created my characters and put each into a <symbol> inside a hidden library SVG:
Web development
Web design
fromSmashing Magazine
5 months ago

Smashing Animations Part 5: Building Adaptive SVGs With , , And CSS Media Queries - Smashing Magazine

Use <symbol>, <use>, and CSS media queries to create SVGs whose internal elements can be repositioned and resized to suit different screen aspect ratios.
from2ality
6 months ago

Taking SVG "screenshots" of HTML elements

I was looking for a way to create images (think screenshots) of CSS layouts that I can use in HTML, EPUB and PDF files. This blog post describes my solution - which produces SVG images.
Web development
fromSmashing Magazine
6 months ago

Ambient Animations In Web Design: Principles And Implementation (Part 1) - Smashing Magazine

Creating motion can be tricky. Too much and it's distracting. Too little and a design feels flat. Ambient animations are the middle ground - subtle, slow-moving details that add atmosphere without stealing the show. Unlike timeline-based animations, which tell stories across a sequence of events, or interaction animations that are triggered when someone touches something, ambient animations are the kind of passive movements you might not notice at first. But, they make a design look alive in subtle ways.
Web design
#path-element
Web design
fromJoshwcomeau
8 months ago

A Friendly Introduction to SVG * Josh W. Comeau

SVG is a powerful, XML-based image format that enables scalable and interactive graphics in web development.
#react
Typography
fromSmashing Magazine
9 months ago

Decoding The SVG path Element: Curve And Arc Commands - Smashing Magazine

Understanding how to draw curves and arcs using SVG path commands is essential for advanced coding skills in vector graphics.
This article builds on previous discussions about SVG, focusing specifically on curve and arc commands.
fromSmashing Magazine
10 months ago

Smashing Animations Part 3: SMIL's Not Dead Baby, SMIL's Not Dead - Smashing Magazine

Adding SMIL animations in SVG enhances design capabilities, going beyond what CSS animations can achieve and offering designers a semantic animation solution.
JavaScript
[ Load more ]