mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Addresses Issue: Support OffscreenCanvas as CanvasImageSource #24269
Added methods to canvas_data to support drawing an offscreen canvas onto another canvas Bug fix: Swapped OffscreenCanvas width and height parameters to match Mozilla spec Tests: Updated metadata for 866 tests
This commit is contained in:
parent
951dc2419a
commit
deae103042
869 changed files with 133 additions and 3478 deletions
|
@ -12,7 +12,7 @@ typedef (HTMLOrSVGImageElement or
|
|||
/*HTMLVideoElement or*/
|
||||
HTMLCanvasElement or
|
||||
/*ImageBitmap or*/
|
||||
/*OffscreenCanvas or*/
|
||||
OffscreenCanvas or
|
||||
/*CSSImageValue*/ CSSStyleValue) CanvasImageSource;
|
||||
|
||||
enum CanvasFillRule { "nonzero", "evenodd" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue