aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/canvas_state.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-2/+8
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-5/+93
* Implement CanvasRenderingContext2D.font propertyUtsav Oza2020-06-101-3/+35
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-10/+25
* Add todos for missing steps while processing parse font queryUtsav Oza2020-06-101-2/+9
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+10
* Check for valid arguments before processing canvas.fillTextUtsav Oza2020-06-101-2/+6
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-19/+7
* Resolve mach build warningsUtsav Oza2020-04-101-8/+0
* Update euclidManish Goregaokar2020-04-071-1/+0
* Implement CanvasRenderingContext2D.getTransform()pylbrecht2020-02-121-0/+10
* Make create_pattern() return None for incomplete imagespylbrecht2020-02-101-6/+8
* Add canvas usability checks to drawImage()pylbrecht2020-02-031-0/+10
* Add image usability checks to drawImage()pylbrecht2020-02-031-0/+8
* Send fill/stroke style along with drawing messagepylbrecht2020-01-251-28/+20
* Update fill and stroke style only when requiredpylbrecht2020-01-251-18/+23
* Addresses Issue: Support OffscreenCanvas as CanvasImageSource #24269Bailey Blankenship2019-12-041-2/+70
* Auto merge of #24426 - servo:wrup, r=jdm,noxbors-servo2019-11-201-1/+2
|\
| * Update webrender and serde_bytesAnthony Ramine2019-11-131-1/+2
* | Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-3/+3
|/
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-6/+20
* Return false from CanvasState::IsPointInPath for NaN/infinite valuesteapotd2019-10-281-0/+4
* Moved CanvasState out of canvasrenderingcontextHanif Bin Ariffin2019-10-251-0/+1536