Post #1444098
2026-04-07 19:32 UTC
@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.
Replies (1)
-
@TheADHDM@tech.lgbt 2026-04-07 19:37
@a The version of the Plan 9 image I did actually has all three techniques. The saucer is two paths that line up next to each other.The saucer dome is the gray half-dome sitting on top of the white full domeThe saucer windows are each made from two identical circles that are then clipped by the same paths that I used for the top and bottom half of the saucer so that only half of each circle gets drawn.