Canvas: added stroke() support.

This commit is contained in:
Mátyás Mustoha 2015-03-19 18:47:15 +01:00
parent 2ab1ece765
commit 698b88f71d
46 changed files with 23 additions and 208 deletions

View file

@ -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);