servo/components/layout_thread
bors-servo 721271dcd3
Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdm
Implement CanvasRenderingContext2d.fillText

The PR consists of broadly two main changes:
- Implementation of Canvas2dRenderingContext.font
- Basic implementation of Canvas2dRenderingContext.fillText

Although I am not fully sure about the long term goals for the canvas backend in Servo, I assumed limited scope for font and text handling (should support simple text drawing with font selection) in the current implementation as I believe a more complete implementation would eventually be brought in as a part of #22957.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #11681
- [x] There are tests for these changes
2020-06-12 13:43:51 -04:00
..
Cargo.toml Remove some unused dependency declarations 2020-05-29 00:04:34 +02:00
dom_wrapper.rs Include animations and transitions in the cascade 2020-06-09 11:41:07 +02:00
lib.rs Store resolved font style in canvas context state 2020-06-10 22:10:44 +05:30