Commit a995092c authored by Collin Jackson's avatar Collin Jackson

Fix spinning_image URL to one that works

parent 3a912de9
...@@ -11,7 +11,7 @@ import 'package:sky/services.dart'; ...@@ -11,7 +11,7 @@ import 'package:sky/services.dart';
double timeBase = null; double timeBase = null;
sky.Image image = null; sky.Image image = null;
String url1 = "https://www.dartlang.org/logos/dart-logo.png"; String url1 = "https://raw.githubusercontent.com/dart-lang/logos/master/logos_and_wordmarks/dart-logo.png";
String url2 = "http://i2.kym-cdn.com/photos/images/facebook/000/581/296/c09.jpg"; String url2 = "http://i2.kym-cdn.com/photos/images/facebook/000/581/296/c09.jpg";
sky.Picture paint(sky.Rect paintBounds, double delta) { sky.Picture paint(sky.Rect paintBounds, double delta) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment