home.social

#chromebug — Public Fediverse posts

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

fetched live
  1. Another day, another weird print-related #ChromeBug

    I actually reported it this time: issues.chromium.org/issues/434

  2. Can you help me out, mastodon? 🦣

    Do you see the same result as below for this test, especially in Chrome/ Safari?
    cdpn.io/pen/debug/KwKvRKr

    Or finding red in rgb(0, 100%, 0%)?

    Are you on a wide gamut display? You can check here wide-gamut.com/test

    Retoots appreciated. Thank you! 🙏

    #SVG #filter #svgFilter #chrome #chromeBug #code #coding #frontend #web #webDev #webDevelopment #dev

  3. 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

    #SVG #filter #svgFilter #bug #ChromeBug #code #coding #frontend #webDev #web #dev #webDevelopment

  4. 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)

  5. What in Beelzebub's name's going on? My Slice! demo is in the
    @codepen Spark and... it looks broken in the screenshot included with it!

    Been told it looks broken in Chrome before x.com/rolandfranke/status/1803 but I can't reproduce it in any Chromium version on Linux. Can you? What OS?

    The live demo codepen.io/thebabydino/pen/GRa

    #bug #SVG #filter #svgFilter #chrome #chromeBug

  6. 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 #ChromeBug #code #coding #frontend #webDev #webDevelopment