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

Side by Side Diff: src/diagrams/tutorials/polymer-intro/connections.graffle

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>ActiveLayerIndex</key> 5 <key>ActiveLayerIndex</key>
6 <integer>0</integer> 6 <integer>0</integer>
7 <key>ApplicationVersion</key> 7 <key>ApplicationVersion</key>
8 <array> 8 <array>
9 <string>com.omnigroup.OmniGrafflePro</string> 9 <string>com.omnigroup.OmniGrafflePro</string>
10 <string>139.18.0.187838</string> 10 <string>139.18.0.187838</string>
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 &lt;tute-stopwatch&gt;&lt;/tute-stopwatch&gt;\ 351 &lt;tute-stopwatch&gt;&lt;/tute-stopwatch&gt;\
352 \ 352 \
353 &lt;/body&gt;\ 353 &lt;/body&gt;\
354 &lt;/html&gt;}</string> 354 &lt;/html&gt;}</string>
355 </dict> 355 </dict>
356 <key>Wrap</key> 356 <key>Wrap</key>
357 <string>NO</string> 357 <string>NO</string>
358 </dict> 358 </dict>
359 <dict> 359 <dict>
360 <key>Bounds</key> 360 <key>Bounds</key>
361 » » » <string>{{368, 322.99999809265137}, {291, 192}}</string> 361 » » » <string>{{368, 322.99999809265137}, {327, 164}}</string>
362 <key>Class</key> 362 <key>Class</key>
363 <string>ShapedGraphic</string> 363 <string>ShapedGraphic</string>
364 <key>FitText</key> 364 <key>FitText</key>
365 <string>YES</string> 365 <string>YES</string>
366 <key>Flow</key> 366 <key>Flow</key>
367 <string>Resize</string> 367 <string>Resize</string>
368 <key>ID</key> 368 <key>ID</key>
369 <integer>3</integer> 369 <integer>3</integer>
370 <key>Shape</key> 370 <key>Shape</key>
371 <string>Rectangle</string> 371 <string>Rectangle</string>
(...skipping 24 matching lines...) Expand all
396 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;} 396 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;}
397 {\colortbl;\red255\green255\blue255;} 397 {\colortbl;\red255\green255\blue255;}
398 \deftab720 398 \deftab720
399 \pard\pardeftab720 399 \pard\pardeftab720
400 400
401 \f0\fs24 \cf0 import 'dart:html';\ 401 \f0\fs24 \cf0 import 'dart:html';\
402 import 'dart:async';\ 402 import 'dart:async';\
403 import 'package:polymer/polymer.dart';\ 403 import 'package:polymer/polymer.dart';\
404 \ 404 \
405 @CustomTag('tute-stopwatch')\ 405 @CustomTag('tute-stopwatch')\
406 class TuteStopwatch\ 406 class TuteStopwatch extends PolymerElement \{\
407 extends PolymerElement\
408 with ObservableMixin \{\
409 \ 407 \
410 @observable String counter = '00:00';\ 408 @observable String counter = '00:00';\
411 \ 409 \
412 ...\ 410 ...\
413 \}}</string> 411 \}}</string>
414 </dict> 412 </dict>
415 <key>Wrap</key> 413 <key>Wrap</key>
416 <string>NO</string> 414 <string>NO</string>
417 </dict> 415 </dict>
418 <dict> 416 <dict>
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 <string>LineGraphic</string> 791 <string>LineGraphic</string>
794 <key>Head</key> 792 <key>Head</key>
795 <dict> 793 <dict>
796 <key>ID</key> 794 <key>ID</key>
797 <integer>34182</integer> 795 <integer>34182</integer>
798 </dict> 796 </dict>
799 <key>ID</key> 797 <key>ID</key>
800 <integer>34198</integer> 798 <integer>34198</integer>
801 <key>Points</key> 799 <key>Points</key>
802 <array> 800 <array>
803 » » » » <string>{442.18428659425587, 303}</string> 801 » » » » <string>{442.18396224896401, 303}</string>
804 » » » » <string>{512.87957873232358, 230}</string> 802 » » » » <string>{512.87688666640133, 230}</string>
805 </array> 803 </array>
806 <key>Style</key> 804 <key>Style</key>
807 <dict> 805 <dict>
808 <key>stroke</key> 806 <key>stroke</key>
809 <dict> 807 <dict>
810 <key>Color</key> 808 <key>Color</key>
811 <dict> 809 <dict>
812 <key>b</key> 810 <key>b</key>
813 <string>0.909179</string> 811 <string>0.909179</string>
814 <key>g</key> 812 <key>g</key>
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 <key>twopiSeparation</key> 1181 <key>twopiSeparation</key>
1184 <real>0.0</real> 1182 <real>0.0</real>
1185 </dict> 1183 </dict>
1186 <key>LinksVisible</key> 1184 <key>LinksVisible</key>
1187 <string>NO</string> 1185 <string>NO</string>
1188 <key>MagnetsVisible</key> 1186 <key>MagnetsVisible</key>
1189 <string>NO</string> 1187 <string>NO</string>
1190 <key>MasterSheets</key> 1188 <key>MasterSheets</key>
1191 <array/> 1189 <array/>
1192 <key>ModificationDate</key> 1190 <key>ModificationDate</key>
1193 » <string>2013-09-30 20:06:03 +0000</string> 1191 » <string>2013-10-09 23:39:41 +0000</string>
1194 <key>Modifier</key> 1192 <key>Modifier</key>
1195 <string>Mary Campione</string> 1193 <string>Mary Campione</string>
1196 <key>NotesVisible</key> 1194 <key>NotesVisible</key>
1197 <string>NO</string> 1195 <string>NO</string>
1198 <key>Orientation</key> 1196 <key>Orientation</key>
1199 <integer>2</integer> 1197 <integer>2</integer>
1200 <key>OriginVisible</key> 1198 <key>OriginVisible</key>
1201 <string>NO</string> 1199 <string>NO</string>
1202 <key>PageBreaks</key> 1200 <key>PageBreaks</key>
1203 <string>YES</string> 1201 <string>YES</string>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 <array> 1290 <array>
1293 <array> 1291 <array>
1294 <string>Canvas 1</string> 1292 <string>Canvas 1</string>
1295 <real>1</real> 1293 <real>1</real>
1296 <real>1</real> 1294 <real>1</real>
1297 </array> 1295 </array>
1298 </array> 1296 </array>
1299 </dict> 1297 </dict>
1300 </dict> 1298 </dict>
1301 </plist> 1299 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698