Post #1444096
2026-04-07 19:27 UTC
@TheADHDM Yes, I've been spending a lot of time on MDN today. :-)
I'm sure I'll run into other things, but my biggest uncertainty right now is how to deal with the shapes, like planets and the buildings, which span color regions. They *look* like color blends, but I don't think they're "real" blends, just manual fills. I'm not sure how to specify that.
Replies (2)
-
@a@pdx.social 2026-04-07 19:27
@TheADHDM And thanks!
-
@TheADHDM@tech.lgbt 2026-04-07 19:32
@a You could try using an alpha channel to actually blend the colors, but I think what you really need to do is create two different shapes—either one on top of the other, or just butted up against each other—each with their own fill color. You could also define the shape once, then it twice with a different clip-path on each one.