mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
canvas: Implement line dash setters and getters (#36257)
Implement `setLineDash`, `getLineDash`, and `lineDashOffset` from `CanvasPathDrawingStyles` mixin, according to the spec https://html.spec.whatwg.org/multipage/canvas.html#canvaspathdrawingstyles. Testing: Existing WPT. --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
This commit is contained in:
parent
bc6926d1fe
commit
a77592e281
21 changed files with 144 additions and 92 deletions
|
@ -1,2 +0,0 @@
|
|||
[2d.reset.render.line.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.reset.state.line_dash.html]
|
||||
[check that the line dash is reset]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.reset.state.line_dash_offset.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue