Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Base: Tweak the canvas demo page to stop using fractional RGB values | Andreas Kling | |
This is a hack to workaround missing support for fractional values in "rgb(r,g,b)" color parsing. | |||
2020-03-26 | Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) | Elisée Maurer | |
<!DOCTYPE> by itself is not a valid document type declaration. | |||
2020-03-21 | Base: Add a demo web page for canvas+setInterval+randomness | Andreas Kling | |
Click somewhere in the black area and drag for colorful effect! :^) |