aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasgradient.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix CanvasGradient.addColorStop()Anthony Ramine2015-04-271-1/+1
| | | | The argument should be a double.
* Add/update comments with links to specCorey Farwell2015-04-141-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 Farwell2015-03-291-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 OHZEKI2015-03-251-2/+3
|
* Implement gradient fill styles for canvas.Mátyás Mustoha2015-03-191-1/+71
|
* script: Implement enough 2D canvas support to render basic SVGs such as the ↵Patrick Walton2015-02-221-0/+11
tiger.