Results 544 comments of Ian Hickson

Can we make it invalid for the matrix to be non-invertible? :-) (Meaning actually non-invertible for radial, and a=0,b=0 for linear.)

I guess differing on the precise pixels is less bad than differing on whether to show anything at all, true... I think at a minimum we should describe what to...

For now if the radial gradient matrix is non-invertible i'm just setting a, d, b, and e to 0.0 and if the linear gradient matrix non-invertible I'm just setting x1,y1...

I'm loathe to implement a bunch of code just to figure out what the equivalent flat-color from all the stops at that particular position is, given that it's only to...

There's two basic approaches to animation that I can see: rerun the entire program each frame, or a pretty radical change to the format that allows for some data to...

> Compound Graphics Right, that's the big change from the current format that I was referring to. > As a rough and simplistic approximation, I'd like to be able to...

In my experience, if you want the browsers to implement something, you need to get them on board before you decide the name of the format, let alone deciding what...

One example of a robot we use in Flutter land is the autoroll bot for rolling one of our repositories into another one of our repositories. We use the same...

In https://github.com/slsa-framework/slsa/issues/34 I argue that verified reproducible builds isn't really a solution to the Solarwinds attack either. It arguably increases the cost of such an attack — you have to...

Regarding the verifier being the recipient, that's an interesting approach. I was imagining a world where after you have many builds, you then check them before uploading the final build...