mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Canvas: added stroke() support.
This commit is contained in:
parent
2ab1ece765
commit
698b88f71d
46 changed files with 23 additions and 208 deletions
|
@ -85,7 +85,7 @@ interface CanvasRenderingContext2D {
|
|||
void beginPath();
|
||||
void fill(optional CanvasWindingRule fillRule = "nonzero");
|
||||
//void fill(Path2D path, optional CanvasWindingRule fillRule = "nonzero");
|
||||
//void stroke();
|
||||
void stroke();
|
||||
//void stroke(Path2D path);
|
||||
//void drawSystemFocusRing(Element element);
|
||||
//void drawSystemFocusRing(Path2D path, Element element);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue