mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

795
active users

#chromebug

0 posts0 participants0 posts today

A "fun" Chromium bug 🪲 I hit: issues.chromium.org/issues/373

`feComposite` intersection fails with `feTile` input... but only at certain levels of page zoom. 🥴

This was supposed to be something I would use to make an inset shadow on an `img` mastodon.social/@anatudor/1124 depend on the `currentColor` set on that element.

+ something I would use for a `currentColor` rounded tabs outline mastodon.social/@anatudor/1133

CSS challenge: I’ve been working for a solution for leaders via SVG backgrounds with lines + stroke-dasharray: codepen.io/leaverou/pen/bGPMNR

It *almost* works great except:
1. Is f*cked for long items
2. Needs a way to adjust the gap so that it always starts and ends with a dot (I have a hunch round() can help here)

No markup changes.

(Why not use circles + background-repeat: round no-repeat; ? Because there’s some kind of #ChromeBug that makes it print very badly)

codepen.ioCSS leaders for TOC...

Hit a *very* strange #svgFilter #bug 🪲 in #Chrome. There's this weird clipping for the result of `feComposite` using the `in` or `atop` operator (no issues for `over`, `out`, `xor`)... and it depends on the size of the viewport?!

codepen.io/thebabydino/pen/abx

All fine in Firefox.

All would be fine in Safari too, if it wasn't for another strange bug... mastodon.social/@anatudor/1120

#CSS#SVG#filter