Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix CanvasGradient.addColorStop() | Anthony Ramine | 2015-04-27 | 1 | -1/+1 | |
| | | | | The argument should be a double. | |||||
* | Add/update comments with links to spec | Corey Farwell | 2015-04-14 | 1 | -0/+2 | |
| | | | | | | | | | | Extracted out of #5649 * add more hyperlinks to associated specification for structs/methods * follow redirects and update links * replace broken links * removal of WHATWG multipage page name since the page name is not guaranteed to be stable | |||||
* | Remove some unnecessary uses of `as_slice` | Corey Farwell | 2015-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | For the majority of these cases, `as_slice` can be removed due to `Deref`. In particular, `Deref` for: * `String` -> `str` * `Atom` -> `str` The latter of those two requires, a bump of the locked `string-cache` library | |||||
* | Enable `unrestricted` types for `CanvasRenderingContext2D`. | Tetsuharu OHZEKI | 2015-03-25 | 1 | -2/+3 | |
| | ||||||
* | Implement gradient fill styles for canvas. | Mátyás Mustoha | 2015-03-19 | 1 | -1/+71 | |
| | ||||||
* | script: Implement enough 2D canvas support to render basic SVGs such as the ↵ | Patrick Walton | 2015-02-22 | 1 | -0/+11 | |
tiger. |