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

Side by Side Diff: src/diagrams/tutorials/polymer-intro/dart-script-code.graffle

Issue 51473002: update polymer related info to 0.8.7 (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 1 month 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <key>Creator</key> 46 <key>Creator</key>
47 <string>Mary Campione</string> 47 <string>Mary Campione</string>
48 <key>DisplayScale</key> 48 <key>DisplayScale</key>
49 <string>1 0/72 in = 1.0000 in</string> 49 <string>1 0/72 in = 1.0000 in</string>
50 <key>GraphDocumentVersion</key> 50 <key>GraphDocumentVersion</key>
51 <integer>8</integer> 51 <integer>8</integer>
52 <key>GraphicsList</key> 52 <key>GraphicsList</key>
53 <array> 53 <array>
54 <dict> 54 <dict>
55 <key>Bounds</key> 55 <key>Bounds</key>
56 » » » <string>{{346, 104.5}, {356, 234}}</string> 56 » » » <string>{{346, 104.5}, {356, 276}}</string>
57 <key>Class</key> 57 <key>Class</key>
58 <string>ShapedGraphic</string> 58 <string>ShapedGraphic</string>
59 <key>FitText</key> 59 <key>FitText</key>
60 <string>YES</string> 60 <string>YES</string>
61 <key>Flow</key> 61 <key>Flow</key>
62 <string>Resize</string> 62 <string>Resize</string>
63 <key>ID</key> 63 <key>ID</key>
64 <integer>34187</integer> 64 <integer>34187</integer>
65 <key>Shape</key> 65 <key>Shape</key>
66 <string>Rectangle</string> 66 <string>Rectangle</string>
(...skipping 13 matching lines...) Expand all
80 <dict> 80 <dict>
81 <key>CornerRadius</key> 81 <key>CornerRadius</key>
82 <real>7</real> 82 <real>7</real>
83 </dict> 83 </dict>
84 </dict> 84 </dict>
85 <key>Text</key> 85 <key>Text</key>
86 <dict> 86 <dict>
87 <key>Align</key> 87 <key>Align</key>
88 <integer>0</integer> 88 <integer>0</integer>
89 <key>Text</key> 89 <key>Text</key>
90 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 90 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
91 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;} 91 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;}
92 {\colortbl;\red255\green255\blue255;} 92 {\colortbl;\red255\green255\blue255;}
93 \deftab720 93 \deftab720
94 \pard\pardeftab720 94 \pard\pardeftab720
95 95
96 \f0\fs24 \cf0 import 'dart:html';\ 96 \f0\fs24 \cf0 import 'dart:html';\
97 import 'dart:async';\ 97 import 'dart:async';\
98 import 'package:polymer/polymer.dart';\ 98 import 'package:polymer/polymer.dart';\
99 \ 99 \
100 @CustomTag('tute-stopwatch')\ 100 @CustomTag('tute-stopwatch')\
101 class TuteStopwatch extends PolymerElement \{\ 101 class TuteStopwatch extends PolymerElement \{\
102 \ 102 \
103 void inserted() \{\ 103 TuteStopwatch.created() : super.created();\
104 super.inserted();\ 104 \
105 @override\
106 void enteredView() \{\
107 super.enteredView();\
105 ...\ 108 ...\
106 \}\ 109 \}\
107 \ 110 \
108 void start(Event e, var detail, Node target) \{\ 111 void start(Event e, var detail, Node target) \{\
109 ...\ 112 ...\
110 \} \ 113 \} \
111 \}}</string> 114 \}}</string>
112 </dict> 115 </dict>
113 <key>Wrap</key> 116 <key>Wrap</key>
114 <string>NO</string> 117 <string>NO</string>
115 </dict> 118 </dict>
116 <dict> 119 <dict>
117 <key>Class</key> 120 <key>Class</key>
118 <string>LineGraphic</string> 121 <string>LineGraphic</string>
119 <key>Head</key> 122 <key>Head</key>
120 <dict> 123 <dict>
121 <key>ID</key> 124 <key>ID</key>
122 <integer>34201</integer> 125 <integer>34201</integer>
123 </dict> 126 </dict>
124 <key>ID</key> 127 <key>ID</key>
125 <integer>34204</integer> 128 <integer>34204</integer>
126 <key>Points</key> 129 <key>Points</key>
127 <array> 130 <array>
128 » » » » <string>{322, 304.1202006483752}</string> 131 » » » » <string>{322, 338.66125755901385}</string>
129 » » » » <string>{363, 304.21683254216708}</string> 132 » » » » <string>{363, 338.38893520449557}</string>
130 </array> 133 </array>
131 <key>Style</key> 134 <key>Style</key>
132 <dict> 135 <dict>
133 <key>stroke</key> 136 <key>stroke</key>
134 <dict> 137 <dict>
135 <key>HeadArrow</key> 138 <key>HeadArrow</key>
136 <string>FilledArrow</string> 139 <string>FilledArrow</string>
137 <key>Legacy</key> 140 <key>Legacy</key>
138 <true/> 141 <true/>
139 <key>TailArrow</key> 142 <key>TailArrow</key>
(...skipping 11 matching lines...) Expand all
151 <string>LineGraphic</string> 154 <string>LineGraphic</string>
152 <key>Head</key> 155 <key>Head</key>
153 <dict> 156 <dict>
154 <key>ID</key> 157 <key>ID</key>
155 <integer>34158</integer> 158 <integer>34158</integer>
156 </dict> 159 </dict>
157 <key>ID</key> 160 <key>ID</key>
158 <integer>34203</integer> 161 <integer>34203</integer>
159 <key>Points</key> 162 <key>Points</key>
160 <array> 163 <array>
161 » » » » <string>{322, 235.03107666079367}</string> 164 » » » » <string>{322, 270.94884363979759}</string>
162 » » » » <string>{363, 234.88261444529206}</string> 165 » » » » <string>{363, 270.93264741764858}</string>
163 </array> 166 </array>
164 <key>Style</key> 167 <key>Style</key>
165 <dict> 168 <dict>
166 <key>stroke</key> 169 <key>stroke</key>
167 <dict> 170 <dict>
168 <key>HeadArrow</key> 171 <key>HeadArrow</key>
169 <string>FilledArrow</string> 172 <string>FilledArrow</string>
170 <key>Legacy</key> 173 <key>Legacy</key>
171 <true/> 174 <true/>
172 <key>TailArrow</key> 175 <key>TailArrow</key>
173 <string>0</string> 176 <string>0</string>
174 </dict> 177 </dict>
175 </dict> 178 </dict>
176 <key>Tail</key> 179 <key>Tail</key>
177 <dict> 180 <dict>
178 <key>ID</key> 181 <key>ID</key>
179 <integer>34200</integer> 182 <integer>34200</integer>
180 </dict> 183 </dict>
181 </dict> 184 </dict>
182 <dict> 185 <dict>
183 <key>Bounds</key> 186 <key>Bounds</key>
184 » » » <string>{{220, 297}, {102, 14}}</string> 187 » » » <string>{{220, 332}, {102, 14}}</string>
185 <key>Class</key> 188 <key>Class</key>
186 <string>ShapedGraphic</string> 189 <string>ShapedGraphic</string>
187 <key>ID</key> 190 <key>ID</key>
188 <integer>34202</integer> 191 <integer>34202</integer>
189 <key>Shape</key> 192 <key>Shape</key>
190 <string>Rectangle</string> 193 <string>Rectangle</string>
191 <key>Style</key> 194 <key>Style</key>
192 <dict> 195 <dict>
193 <key>fill</key> 196 <key>fill</key>
194 <dict> 197 <dict>
(...skipping 16 matching lines...) Expand all
211 <dict> 214 <dict>
212 <key>Draws</key> 215 <key>Draws</key>
213 <string>NO</string> 216 <string>NO</string>
214 </dict> 217 </dict>
215 </dict> 218 </dict>
216 <key>Text</key> 219 <key>Text</key>
217 <dict> 220 <dict>
218 <key>Align</key> 221 <key>Align</key>
219 <integer>2</integer> 222 <integer>2</integer>
220 <key>Text</key> 223 <key>Text</key>
221 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 224 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
222 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} 225 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
223 {\colortbl;\red255\green255\blue255;} 226 {\colortbl;\red255\green255\blue255;}
224 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr 227 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr
225 228
226 \f0\fs24 \cf0 An event handler}</string> 229 \f0\fs24 \cf0 An event handler}</string>
227 </dict> 230 </dict>
228 </dict> 231 </dict>
229 <dict> 232 <dict>
230 <key>Bounds</key> 233 <key>Bounds</key>
231 » » » <string>{{363, 275.5}, {339, 44.5}}</string> 234 » » » <string>{{363, 316.5}, {339, 44.5}}</string>
232 <key>Class</key> 235 <key>Class</key>
233 <string>ShapedGraphic</string> 236 <string>ShapedGraphic</string>
234 <key>ID</key> 237 <key>ID</key>
235 <integer>34201</integer> 238 <integer>34201</integer>
236 <key>Shape</key> 239 <key>Shape</key>
237 <string>Rectangle</string> 240 <string>Rectangle</string>
238 <key>Style</key> 241 <key>Style</key>
239 <dict> 242 <dict>
240 <key>fill</key> 243 <key>fill</key>
241 <dict> 244 <dict>
(...skipping 14 matching lines...) Expand all
256 </dict> 259 </dict>
257 <key>stroke</key> 260 <key>stroke</key>
258 <dict> 261 <dict>
259 <key>Draws</key> 262 <key>Draws</key>
260 <string>NO</string> 263 <string>NO</string>
261 </dict> 264 </dict>
262 </dict> 265 </dict>
263 </dict> 266 </dict>
264 <dict> 267 <dict>
265 <key>Bounds</key> 268 <key>Bounds</key>
266 » » » <string>{{63, 228.5}, {259, 14}}</string> 269 » » » <string>{{63, 264}, {259, 14}}</string>
267 <key>Class</key> 270 <key>Class</key>
268 <string>ShapedGraphic</string> 271 <string>ShapedGraphic</string>
269 <key>ID</key> 272 <key>ID</key>
270 <integer>34200</integer> 273 <integer>34200</integer>
271 <key>Shape</key> 274 <key>Shape</key>
272 <string>Rectangle</string> 275 <string>Rectangle</string>
273 <key>Style</key> 276 <key>Style</key>
274 <dict> 277 <dict>
275 <key>fill</key> 278 <key>fill</key>
276 <dict> 279 <dict>
(...skipping 16 matching lines...) Expand all
293 <dict> 296 <dict>
294 <key>Draws</key> 297 <key>Draws</key>
295 <string>NO</string> 298 <string>NO</string>
296 </dict> 299 </dict>
297 </dict> 300 </dict>
298 <key>Text</key> 301 <key>Text</key>
299 <dict> 302 <dict>
300 <key>Align</key> 303 <key>Align</key>
301 <integer>2</integer> 304 <integer>2</integer>
302 <key>Text</key> 305 <key>Text</key>
303 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 306 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
304 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} 307 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
305 {\colortbl;\red255\green255\blue255;} 308 {\colortbl;\red255\green255\blue255;}
306 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr 309 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr
307 310
308 \f0\fs24 \cf0 Overrides a custom element life-cycle method}</string> 311 \f0\fs24 \cf0 Overrides a custom element life-cycle method}</string>
309 </dict> 312 </dict>
310 </dict> 313 </dict>
311 <dict> 314 <dict>
312 <key>Bounds</key> 315 <key>Bounds</key>
313 » » » <string>{{363, 207}, {157, 56}}</string> 316 » » » <string>{{363, 236}, {157, 69}}</string>
314 <key>Class</key> 317 <key>Class</key>
315 <string>ShapedGraphic</string> 318 <string>ShapedGraphic</string>
316 <key>ID</key> 319 <key>ID</key>
317 <integer>34158</integer> 320 <integer>34158</integer>
318 <key>Shape</key> 321 <key>Shape</key>
319 <string>Rectangle</string> 322 <string>Rectangle</string>
320 <key>Style</key> 323 <key>Style</key>
321 <dict> 324 <dict>
322 <key>fill</key> 325 <key>fill</key>
323 <dict> 326 <dict>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 <string>NO</string> 393 <string>NO</string>
391 </dict> 394 </dict>
392 </dict> 395 </dict>
393 <key>Text</key> 396 <key>Text</key>
394 <dict> 397 <dict>
395 <key>Align</key> 398 <key>Align</key>
396 <integer>0</integer> 399 <integer>0</integer>
397 <key>Pad</key> 400 <key>Pad</key>
398 <integer>2</integer> 401 <integer>2</integer>
399 <key>Text</key> 402 <key>Text</key>
400 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 403 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
401 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 404 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
402 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;} 405 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;}
403 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 406 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
404 407
405 \f0\i\b\fs28 \cf2 Save to $tutorial/polymer/images/dart-script-code.png}</string > 408 \f0\i\b\fs28 \cf2 Save to $tutorial/polymer/images/dart-script-code.png}</string >
406 <key>VerticalPad</key> 409 <key>VerticalPad</key>
407 <integer>2</integer> 410 <integer>2</integer>
408 </dict> 411 </dict>
409 <key>Wrap</key> 412 <key>Wrap</key>
410 <string>NO</string> 413 <string>NO</string>
411 </dict> 414 </dict>
412 <dict> 415 <dict>
413 <key>Class</key> 416 <key>Class</key>
414 <string>LineGraphic</string> 417 <string>LineGraphic</string>
415 <key>Head</key> 418 <key>Head</key>
416 <dict> 419 <dict>
417 <key>ID</key> 420 <key>ID</key>
418 <integer>34177</integer> 421 <integer>34177</integer>
419 </dict> 422 </dict>
420 <key>ID</key> 423 <key>ID</key>
421 <integer>34183</integer> 424 <integer>34183</integer>
422 <key>Points</key> 425 <key>Points</key>
423 <array> 426 <array>
424 » » » » <string>{322, 192.23469387755102}</string> 427 » » » » <string>{322, 191.87269372693726}</string>
425 <string>{388, 196.5}</string> 428 <string>{388, 196.5}</string>
426 <string>{495, 188.95814977973569}</string> 429 <string>{495, 188.95814977973569}</string>
427 </array> 430 </array>
428 <key>Style</key> 431 <key>Style</key>
429 <dict> 432 <dict>
430 <key>stroke</key> 433 <key>stroke</key>
431 <dict> 434 <dict>
432 <key>HeadArrow</key> 435 <key>HeadArrow</key>
433 <string>FilledArrow</string> 436 <string>FilledArrow</string>
434 <key>Legacy</key> 437 <key>Legacy</key>
(...skipping 13 matching lines...) Expand all
448 <string>LineGraphic</string> 451 <string>LineGraphic</string>
449 <key>Head</key> 452 <key>Head</key>
450 <dict> 453 <dict>
451 <key>ID</key> 454 <key>ID</key>
452 <integer>34175</integer> 455 <integer>34175</integer>
453 </dict> 456 </dict>
454 <key>ID</key> 457 <key>ID</key>
455 <integer>34182</integer> 458 <integer>34182</integer>
456 <key>Points</key> 459 <key>Points</key>
457 <array> 460 <array>
458 » » » » <string>{322, 167.95868682022004}</string> 461 » » » » <string>{322, 167.96119325331551}</string>
459 » » » » <string>{350, 168.7524837953525}</string> 462 » » » » <string>{350, 168.75556547538793}</string>
460 </array> 463 </array>
461 <key>Style</key> 464 <key>Style</key>
462 <dict> 465 <dict>
463 <key>stroke</key> 466 <key>stroke</key>
464 <dict> 467 <dict>
465 <key>HeadArrow</key> 468 <key>HeadArrow</key>
466 <string>FilledArrow</string> 469 <string>FilledArrow</string>
467 <key>Legacy</key> 470 <key>Legacy</key>
468 <true/> 471 <true/>
469 <key>TailArrow</key> 472 <key>TailArrow</key>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 </dict> 558 </dict>
556 </dict> 559 </dict>
557 <key>Text</key> 560 <key>Text</key>
558 <dict> 561 <dict>
559 <key>Align</key> 562 <key>Align</key>
560 <integer>2</integer> 563 <integer>2</integer>
561 </dict> 564 </dict>
562 </dict> 565 </dict>
563 <dict> 566 <dict>
564 <key>Bounds</key> 567 <key>Bounds</key>
565 » » » <string>{{160, 177.5}, {162, 19}}</string> 568 » » » <string>{{183, 177.5}, {139, 19}}</string>
566 <key>Class</key> 569 <key>Class</key>
567 <string>ShapedGraphic</string> 570 <string>ShapedGraphic</string>
568 <key>FitText</key> 571 <key>FitText</key>
569 <string>YES</string> 572 <string>YES</string>
570 <key>Flow</key> 573 <key>Flow</key>
571 <string>Resize</string> 574 <string>Resize</string>
572 <key>FontInfo</key> 575 <key>FontInfo</key>
573 <dict> 576 <dict>
574 <key>Color</key> 577 <key>Color</key>
575 <dict> 578 <dict>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 <string>NO</string> 617 <string>NO</string>
615 </dict> 618 </dict>
616 </dict> 619 </dict>
617 <key>Text</key> 620 <key>Text</key>
618 <dict> 621 <dict>
619 <key>Align</key> 622 <key>Align</key>
620 <integer>2</integer> 623 <integer>2</integer>
621 <key>Pad</key> 624 <key>Pad</key>
622 <integer>2</integer> 625 <integer>2</integer>
623 <key>Text</key> 626 <key>Text</key>
624 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 627 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
625 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 628 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
626 {\colortbl;\red255\green255\blue255;} 629 {\colortbl;\red255\green255\blue255;}
627 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr 630 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr
628 631
629 \f0\fs24 \cf0 Must extend PolymerElement}</string> 632 \f0\fs24 \cf0 Extends PolymerElement}</string>
630 <key>VerticalPad</key> 633 <key>VerticalPad</key>
631 <integer>2</integer> 634 <integer>2</integer>
632 </dict> 635 </dict>
633 <key>Wrap</key> 636 <key>Wrap</key>
634 <string>NO</string> 637 <string>NO</string>
635 </dict> 638 </dict>
636 <dict> 639 <dict>
637 <key>Bounds</key> 640 <key>Bounds</key>
638 <string>{{78, 155}, {244, 19}}</string> 641 <string>{{78, 155}, {244, 19}}</string>
639 <key>Class</key> 642 <key>Class</key>
(...skipping 25 matching lines...) Expand all
665 <dict> 668 <dict>
666 <key>Draws</key> 669 <key>Draws</key>
667 <string>NO</string> 670 <string>NO</string>
668 </dict> 671 </dict>
669 </dict> 672 </dict>
670 <key>Text</key> 673 <key>Text</key>
671 <dict> 674 <dict>
672 <key>Align</key> 675 <key>Align</key>
673 <integer>2</integer> 676 <integer>2</integer>
674 <key>Text</key> 677 <key>Text</key>
675 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 678 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf400
676 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} 679 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
677 {\colortbl;\red255\green255\blue255;} 680 {\colortbl;\red255\green255\blue255;}
678 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr 681 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr
679 682
680 \f0\fs24 \cf0 Associates this class with a custom element}</string> 683 \f0\fs24 \cf0 Associates this class with a custom element}</string>
681 </dict> 684 </dict>
682 </dict> 685 </dict>
683 </array> 686 </array>
684 <key>GridInfo</key> 687 <key>GridInfo</key>
685 <dict/> 688 <dict/>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 <key>twopiSeparation</key> 724 <key>twopiSeparation</key>
722 <real>0.0</real> 725 <real>0.0</real>
723 </dict> 726 </dict>
724 <key>LinksVisible</key> 727 <key>LinksVisible</key>
725 <string>NO</string> 728 <string>NO</string>
726 <key>MagnetsVisible</key> 729 <key>MagnetsVisible</key>
727 <string>NO</string> 730 <string>NO</string>
728 <key>MasterSheets</key> 731 <key>MasterSheets</key>
729 <array/> 732 <array/>
730 <key>ModificationDate</key> 733 <key>ModificationDate</key>
731 » <string>2013-10-09 23:50:02 +0000</string> 734 » <string>2013-10-29 21:04:25 +0000</string>
732 <key>Modifier</key> 735 <key>Modifier</key>
733 <string>Mary Campione</string> 736 <string>Mary Campione</string>
734 <key>NotesVisible</key> 737 <key>NotesVisible</key>
735 <string>NO</string> 738 <string>NO</string>
736 <key>Orientation</key> 739 <key>Orientation</key>
737 <integer>2</integer> 740 <integer>2</integer>
738 <key>OriginVisible</key> 741 <key>OriginVisible</key>
739 <string>NO</string> 742 <string>NO</string>
740 <key>PageBreaks</key> 743 <key>PageBreaks</key>
741 <string>YES</string> 744 <string>YES</string>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 <key>CurrentSheet</key> 805 <key>CurrentSheet</key>
803 <integer>0</integer> 806 <integer>0</integer>
804 <key>ExpandedCanvases</key> 807 <key>ExpandedCanvases</key>
805 <array> 808 <array>
806 <dict> 809 <dict>
807 <key>name</key> 810 <key>name</key>
808 <string>Canvas 1</string> 811 <string>Canvas 1</string>
809 </dict> 812 </dict>
810 </array> 813 </array>
811 <key>Frame</key> 814 <key>Frame</key>
812 » » <string>{{66, 145}, {1171, 878}}</string> 815 » » <string>{{421, 700}, {1171, 878}}</string>
813 <key>ListView</key> 816 <key>ListView</key>
814 <true/> 817 <true/>
815 <key>OutlineWidth</key> 818 <key>OutlineWidth</key>
816 <integer>142</integer> 819 <integer>142</integer>
817 <key>RightSidebar</key> 820 <key>RightSidebar</key>
818 <true/> 821 <true/>
819 <key>ShowRuler</key> 822 <key>ShowRuler</key>
820 <true/> 823 <true/>
821 <key>Sidebar</key> 824 <key>Sidebar</key>
822 <false/> 825 <false/>
823 <key>SidebarWidth</key> 826 <key>SidebarWidth</key>
824 <integer>120</integer> 827 <integer>120</integer>
825 <key>VisibleRegion</key> 828 <key>VisibleRegion</key>
826 <string>{{0, 0}, {1000, 724}}</string> 829 <string>{{0, 0}, {1000, 724}}</string>
827 <key>Zoom</key> 830 <key>Zoom</key>
828 <real>1</real> 831 <real>1</real>
829 <key>ZoomValues</key> 832 <key>ZoomValues</key>
830 <array> 833 <array>
831 <array> 834 <array>
832 <string>Canvas 1</string> 835 <string>Canvas 1</string>
833 <real>1</real> 836 <real>1</real>
834 <real>1</real> 837 <real>1</real>
835 </array> 838 </array>
836 </array> 839 </array>
837 </dict> 840 </dict>
838 </dict> 841 </dict>
839 </plist> 842 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698