Ask HN: Do you know travel blogs that have animated SVG maps of their travels?
(ycombinator.com)
I'm searching for a travel blog that wrote a tutorial on how they created custom SVG animations for the routes he took along his trips.
I'm searching for a travel blog that wrote a tutorial on how they created custom SVG animations for the routes he took along his trips.
Unintuitive optimization for performing paths union
(minus-ze.ro)
I once had the task of processing whatever vector graphics the user would input into the software, and compute the contour of all shapes from that. That contour would then be sent to a printer. Most of the time users would upload vector art they made in something like Illustrator, and that art could get very complex. In this blog post I’ll take one real SVG I had to work with which consists of about 1981 paths.
I once had the task of processing whatever vector graphics the user would input into the software, and compute the contour of all shapes from that. That contour would then be sent to a printer. Most of the time users would upload vector art they made in something like Illustrator, and that art could get very complex. In this blog post I’ll take one real SVG I had to work with which consists of about 1981 paths.
Emoji as a Favicon Using SVG (2022)
(css-tricks.com)
Lea Verou had a dang genius idea to use an emoji as a favicon. The idea only recently possible as browsers have started supporting SVG for favicons. Chuck an emoji inside an SVG <text> element and use that as the favicon.
Lea Verou had a dang genius idea to use an emoji as a favicon. The idea only recently possible as browsers have started supporting SVG for favicons. Chuck an emoji inside an SVG <text> element and use that as the favicon.
Show HN: Put ful.co/ in front of any URL to easily copy its SVGs and images
(ful.co)
Learn how to use Cursor IDE with Svelte 5 to code faster.
Learn how to use Cursor IDE with Svelte 5 to code faster.
SVG Coding Examples: Useful Recipes for Writing Vectors by Hand
(smashingmagazine.com)
Myriam Frisano explores the basics of hand-coding SVGs with practical examples to demystify the inner workings of common SVG elements.
Myriam Frisano explores the basics of hand-coding SVGs with practical examples to demystify the inner workings of common SVG elements.
SVGEdit: A fast, JavaScript-driven SVG drawing editor
(github.com/SVG-Edit)
SVGEdit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser. SVGEdit is based on a powerful SVG canvas @svgedit/svgcanvas
SVGEdit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser. SVGEdit is based on a powerful SVG canvas @svgedit/svgcanvas