Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
Adam Barth e3d9ea67da Simplify SkPicture
This patch simplifies the SkPicture we generate for Skia. Instead of drawing
everything into a nested SkPicture, we now draw everything into the top-level
picture, which requires us to apply the device scale factor in Dart.
2015-08-10 15:12:13 -07:00
examples Simplify SkPicture 2015-08-10 15:12:13 -07:00
packages/flutter Simplify SkPicture 2015-08-10 15:12:13 -07:00