home.social

#fnott — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fnott, aggregated by home.social.

  1. Just merged support for wp_fractional_scale_v1 (i.e. "fractional scaling") for #fuzzel

    Better late than never...

    Next: #fnott

  2. Format strings for #fnott!

    Don't want the application name in the notification? Set "title-format=".

    Want to customize the markup? The new *-format options recognize "<b>", "<i>" and "<u>".

    codeberg.org/dnkl/fnott/pulls/

  3. My smaller projects, #fuzzel, #yambar and #fnott now have dedicated channels on irc.libera.chat!

  4. My smaller projects, #fuzzel, #yambar and #fnott now have dedicated channels on irc.libera.chat!

  5. My project #fnott (notification daemon) uses #nanosvg to render SVG icons.

    I've always thought the rendered icons looked bad, compared to the ones rendered by librsvg. I chalked it up to nanosvg being "simple stupid" [sic].

    Turns out /I'm/ stupid.

    Nanosvg produces RGBA output that is NOT pre-multiplied.

    But, pixman expects pre-multiplied color channels.

    Blend a non-premultplied image as if it was pre-multiplied, and the result is, well, crap.

    github.com/memononen/nanosvg

  6. @dnkl thanks for recently adding the timeout option to . That makes it even more useful.