Isaac Muse
Isaac Muse
@LeaVerou It is working again! As a side note, I'm not sure if you are aware, but selections are invisible currently, it makes it difficult to select and copy specific...
FYI, the selection issue seems to be chrome only.
It is only mac as well...
Yes, I noticed this as well. Had not gotten around to commenting.
I imagine this is just a bug. It may have been at one time they had considered scaling XYZ to 0 - 100 instead of 0 - 1, which may...
> Let's focus on alpha blending for now please. As someone that has already gone [down this road](https://facelessuser.github.io/coloraide/compositing/), if you add support for `source-over` compositing and normal alpha blending, you...
> What missteps did you have? - I forgot to undo the premultiplication after the blending was done. This broke the associative nature. That was just a dumb mistake on...
I personally always liked the name `overlay`. I figured if enough people ever complained that `compose` was too obtuse for basic alpha blending, that is what I'd add. For me,...
Just an FYI, playing with it in the Netlify preview, the algorithm seems to have some failing scenarios. I haven't investigated closely to determine the precise issues, but those would...
I mean errors getting thrown. It may be an issue when you ported it to this library, but when you are incrementing through colors, it starts to not update. Looking...