aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasgradient.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Replace fill_color and stroke_color with fill_style and stroke_style in Canva...Hyowon Kim2015-06-061-0/+1
* Layerize canvasecoal952015-05-201-1/+1
* Fix CanvasGradient.addColorStop()Anthony Ramine2015-04-271-1/+1
* Add/update comments with links to specCorey Farwell2015-04-141-0/+2
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-1/+1
* 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 t...Patrick Walton2015-02-221-0/+11