Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • 🆕 blog!

    Mondo svg tutorial
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    🆕 blog! “Stupidly Simple SVG Sparklines”A sparkline is a little line-graph with no axes or other unnecessary details. They're useful for getting quick understanding of what the data is showing.They're also really easy to create programmatically.This uses the SVG "polyline" which takes a list of x,y co-ordinate pairs. But can you spot the small problem?<svg…👀 Read more: https://shkspr.mobi/blog/2026/05/stupidly-simple-svg-sparklines/⸻#svg #tutorial
  • SVG filters guide: getting started with the basics.

    Mondo svg filter
    1
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    SVG filters guide: getting started with the basics. @anatudor walks through the fundamentals of SVG filters, from setting up the <svg> and <filter> elements to understanding filter regions, primitive subregions, and color interpolation. The guide covers how primitives are chained, when to use result, in, and in2 attributes, and the difference between filterUnits and primitiveUnits for responsive effects. #svg #filterhttps://frontendmasters.com/blog/svg-filters-guide-getting-started-with-the-basics/
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    SVGs on the web: performance comparison based on how you load them. @nucliweb compares five loading methods and how each affects caching, requests, and rendering: inline <svg>, <img>, <object>, CSS background, and sprites with <use>. A key anti-pattern: embedding raster images as base64 inside SVGs increases file size by 33% and blocks rendering. #svg #performancehttps://joanleon.dev/en/svg-optimization/
  • #fediHelp

    Mondo fedihelp creativecommons svg
    3
    0 Votazioni
    3 Post
    16 Visualizzazioni
    @oblomov @jesuisatire @studi0And if I remember correctly OpenClipart hosts Public Domain svgs. I'm a proud contributor since long.
  • 0 Votazioni
    1 Post
    10 Visualizzazioni
    I am running #FreeBSD RELEASE 15.0 with #pkg for package management, no #ports at all. It appeared to me that the Joe's Window Manager port, x11-wm/jwm, was built without #SVG image support by default. However svg files are actually widely used by multiple icon themes, meaning that many of them will not work under #JWM . Should I simply compile it manually out of ports tree? I mean getting the ports tree is not difficult but setting up #poudriere and all just for one package seems tedious. Are there any other simpler waysnto achieve this?#AskFedi #BSD #RunBSD #unix #WM