mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL is a first step towards custom paint. It introduces a class that can draw a circle into an SkPicture. Future CLs will wire the SkPicture into the render tree and expose this object to script. R=ojan@chromium.org Review URL: https://codereview.chromium.org/1017373003