changed fillStroke() to fillStrokeShape() for consistency

This commit is contained in:
Eric Rowell
2013-09-02 11:09:30 -07:00
parent 159959a077
commit c802935208
16 changed files with 36 additions and 22 deletions

View File

@@ -218,7 +218,7 @@
}
_context.closePath();
context.fillStroke(this);
context.fillStrokeShape(this);
}
};