Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: sky/examples/rendering/shadowed_box.dart

Issue 1185423003: Add a Paint::toString() method to describe our Paint objects. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: abarth Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/raw/shadow.dart ('k') | sky/tests/examples/sector-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/shadowed_box.dart
diff --git a/sky/examples/rendering/shadowed_box.dart b/sky/examples/rendering/shadowed_box.dart
index 2d9c41894d6e33d3cdaa9555d21a2556d23106e5..183a29c4d67a15713984797007ee98a926b5f98c 100644
--- a/sky/examples/rendering/shadowed_box.dart
+++ b/sky/examples/rendering/shadowed_box.dart
@@ -16,7 +16,7 @@ void main() {
gradient: new RadialGradient(
center: Point.origin, radius: 500.0,
colors: [Yellow[500], Blue[500]]),
- boxShadow: Shadow[3])
+ boxShadow: shadows[3])
);
var paddedBox = new RenderPadding(
padding: const EdgeDims.all(50.0),
« no previous file with comments | « sky/examples/raw/shadow.dart ('k') | sky/tests/examples/sector-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698