aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SkV8Example/DrawingMethods.cpp
Commit message (Collapse)AuthorAge
* SkV8Sample: Now with Path2D and Path2DBuilder.Gravatar jcgregorio2014-10-29
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/661033005
* Start moving to the new canvas structure.Gravatar jcgregorio2014-10-27
Adds DrawingMethods with some of the methods it defines. Context is now an implementation of DrawingMethods. The sample.js file now shows how the context is used. Not much new code here, that's mostly in DrawingMethods::DrawPath, most everything else is a code move. BUG=skia: Review URL: https://codereview.chromium.org/676423002