mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
script: Implement enough 2D canvas support to render basic SVGs such as the tiger.
This commit is contained in:
parent
287f390c4a
commit
55a0ee6ec7
28 changed files with 419 additions and 181 deletions
|
@ -195,6 +195,8 @@ pub mod activation;
|
|||
pub mod attr;
|
||||
pub mod blob;
|
||||
pub mod browsercontext;
|
||||
pub mod canvasgradient;
|
||||
pub mod canvaspattern;
|
||||
pub mod canvasrenderingcontext2d;
|
||||
pub mod characterdata;
|
||||
pub mod cssstyledeclaration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue