New utilities in Tutti Quanti Shelf:

- Image to Data URL: Convert image file to data URL.
- SVG Symbols Viewer: View symbols contained in a SVG file.

πŸ”— https://codeberg.org/tonton-pixel/tutti-quanti-shelf

#TuttiQuantiShelf #DataURL #SVG #OpenSource #Application #ElectronJS

A modern Web-Browser is a piece of software that thinks "no network traffic" is less secure than "encrypted network traffic"

#nuffsaid #browser #inlineData #dataUrl

https://sethmlarson.dev/websites-without-servers-or-networking#data-urls-are-dead-long-live-data-urls

Websites without servers or networking

Note that this article is about a feature that, at the time of writing, has been almost universally disabled or hampered on many platforms. Expect some or all things to not work. Everyone ...

Seth Michael Larson
Node.js security release addresses high/medium vulnerabilities

This morning, crucial security updates for Node.js were released. They address two significant vulnerabilities that could be exploited to execute

Stack Diary

#Development #Techniques
SVG icons with CSS masks Β· Easy color matching of inlined SVG icons https://ilo.im/15xq0l

_____
#Design #UiDesign #WebDesign #Icon #SVG #DataURL #WebDev #Frontend #HTML #CSS

SVG Icons with CSS Masks – David Bushell – Freelance Web Design (UK)

The one where I combines the powers of CSS and SVG

dbushell.com

What is a Data URL? Data URIs are a scheme for encoding data using a base64 encoding that can be included in your HTML in…

Continue Reading

https://shawnhooper.ca/2023/01/17/create-a-data-url-in-browser-dev-tools/

Creating a Data URI from an image using your browser's Developer Tools - Shawn Hooper

How to use your browser's Developer Tools to convert an image into a base64 Data URI.

Shawn Hooper