Aaron Krajeski
Aaron Krajeski
forecolor.html for example is built around "stylewithcss", "queryCommandValue", "queryCommandState". I made a change to chromium that broke this test and spent a day trying to fix it before realizing it...
[CSS Color 4](https://csswg.sesse.net/css-color-4/#interpolation) defines an interface for CSS gradients to interpolate within user defined color spaces. For example: `linear-gradient(in lab, red, blue);` `radial-gradient(circle at center in hsl longer hue, rgb(255,...
According to https://en.wikipedia.org/wiki/Blend_modes#Dodge_and_burn > Blending any color with white gives white. Blending with black does not change the image. The operation is not invertible due to possible clipping of highlights....
Looking at the code (specifically ofxGifDecoder::createGifFile), it seems that there is no alpha channel. I'm I safe in assuming that gifs cannot have transparency at this point, or am I...
This is already implemented by chromium (the only existent implementation of css-paint-api): https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/csspaint/paint_rendering_context_2d.idl;l=41?q=paint_rendering_context_2d.idl&sq=package:chromium&ct=os I do not see a reason why it should _not_ be there, as all other features of...