| OLD | NEW |
| 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 Loading... |
| 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, 290}}</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 Loading... |
| 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 \pard\pardeftab720 |
| 103 \cf0 @observable String counter='00:00';\ |
| 104 \pard\pardeftab720 |
| 105 \cf0 \ |
| 106 TuteStopwatch.created() : super.created();\ |
| 102 \ | 107 \ |
| 103 void inserted() \{\ | 108 @override\ |
| 104 super.inserted();\ | 109 void enteredView() \{\ |
| 110 super.enteredView();\ |
| 105 ...\ | 111 ...\ |
| 106 \}\ | 112 \}\ |
| 107 \ | 113 \ |
| 108 void start(Event e, var detail, Node target) \{\ | 114 void start(Event e, var detail, Node target) \{\ |
| 109 ...\ | 115 ...\ |
| 110 \} \ | 116 \} \ |
| 111 \}}</string> | 117 \}}</string> |
| 112 </dict> | 118 </dict> |
| 113 <key>Wrap</key> | 119 <key>Wrap</key> |
| 114 <string>NO</string> | 120 <string>NO</string> |
| 115 </dict> | 121 </dict> |
| 116 <dict> | 122 <dict> |
| 117 <key>Class</key> | 123 <key>Class</key> |
| 118 <string>LineGraphic</string> | 124 <string>LineGraphic</string> |
| 119 <key>Head</key> | 125 <key>Head</key> |
| 120 <dict> | 126 <dict> |
| 121 <key>ID</key> | 127 <key>ID</key> |
| 122 <integer>34201</integer> | 128 <integer>34201</integer> |
| 123 </dict> | 129 </dict> |
| 124 <key>ID</key> | 130 <key>ID</key> |
| 125 <integer>34204</integer> | 131 <integer>34204</integer> |
| 126 <key>Points</key> | 132 <key>Points</key> |
| 127 <array> | 133 <array> |
| 128 » » » » <string>{322, 304.1202006483752}</string> | 134 » » » » <string>{322, 347.98744514855662}</string> |
| 129 » » » » <string>{363, 304.21683254216708}</string> | 135 » » » » <string>{363, 348.56170402927751}</string> |
| 130 </array> | 136 </array> |
| 131 <key>Style</key> | 137 <key>Style</key> |
| 132 <dict> | 138 <dict> |
| 133 <key>stroke</key> | 139 <key>stroke</key> |
| 134 <dict> | 140 <dict> |
| 135 <key>HeadArrow</key> | 141 <key>HeadArrow</key> |
| 136 <string>FilledArrow</string> | 142 <string>FilledArrow</string> |
| 137 <key>Legacy</key> | 143 <key>Legacy</key> |
| 138 <true/> | 144 <true/> |
| 139 <key>TailArrow</key> | 145 <key>TailArrow</key> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 151 <string>LineGraphic</string> | 157 <string>LineGraphic</string> |
| 152 <key>Head</key> | 158 <key>Head</key> |
| 153 <dict> | 159 <dict> |
| 154 <key>ID</key> | 160 <key>ID</key> |
| 155 <integer>34158</integer> | 161 <integer>34158</integer> |
| 156 </dict> | 162 </dict> |
| 157 <key>ID</key> | 163 <key>ID</key> |
| 158 <integer>34203</integer> | 164 <integer>34203</integer> |
| 159 <key>Points</key> | 165 <key>Points</key> |
| 160 <array> | 166 <array> |
| 161 » » » » <string>{322, 235.03107666079367}</string> | 167 » » » » <string>{322, 280.69319665572368}</string> |
| 162 » » » » <string>{363, 234.88261444529206}</string> | 168 » » » » <string>{363, 281.2292666393891}</string> |
| 163 </array> | 169 </array> |
| 164 <key>Style</key> | 170 <key>Style</key> |
| 165 <dict> | 171 <dict> |
| 166 <key>stroke</key> | 172 <key>stroke</key> |
| 167 <dict> | 173 <dict> |
| 168 <key>HeadArrow</key> | 174 <key>HeadArrow</key> |
| 169 <string>FilledArrow</string> | 175 <string>FilledArrow</string> |
| 170 <key>Legacy</key> | 176 <key>Legacy</key> |
| 171 <true/> | 177 <true/> |
| 172 <key>TailArrow</key> | 178 <key>TailArrow</key> |
| 173 <string>0</string> | 179 <string>0</string> |
| 174 </dict> | 180 </dict> |
| 175 </dict> | 181 </dict> |
| 176 <key>Tail</key> | 182 <key>Tail</key> |
| 177 <dict> | 183 <dict> |
| 178 <key>ID</key> | 184 <key>ID</key> |
| 179 <integer>34200</integer> | 185 <integer>34200</integer> |
| 180 </dict> | 186 </dict> |
| 181 </dict> | 187 </dict> |
| 182 <dict> | 188 <dict> |
| 183 <key>Bounds</key> | 189 <key>Bounds</key> |
| 184 » » » <string>{{220, 297}, {102, 14}}</string> | 190 » » » <string>{{181, 340}, {141, 14}}</string> |
| 185 <key>Class</key> | 191 <key>Class</key> |
| 186 <string>ShapedGraphic</string> | 192 <string>ShapedGraphic</string> |
| 187 <key>ID</key> | 193 <key>ID</key> |
| 188 <integer>34202</integer> | 194 <integer>34202</integer> |
| 189 <key>Shape</key> | 195 <key>Shape</key> |
| 190 <string>Rectangle</string> | 196 <string>Rectangle</string> |
| 191 <key>Style</key> | 197 <key>Style</key> |
| 192 <dict> | 198 <dict> |
| 193 <key>fill</key> | 199 <key>fill</key> |
| 194 <dict> | 200 <dict> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 211 <dict> | 217 <dict> |
| 212 <key>Draws</key> | 218 <key>Draws</key> |
| 213 <string>NO</string> | 219 <string>NO</string> |
| 214 </dict> | 220 </dict> |
| 215 </dict> | 221 </dict> |
| 216 <key>Text</key> | 222 <key>Text</key> |
| 217 <dict> | 223 <dict> |
| 218 <key>Align</key> | 224 <key>Align</key> |
| 219 <integer>2</integer> | 225 <integer>2</integer> |
| 220 <key>Text</key> | 226 <key>Text</key> |
| 221 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf390 | 227 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf400 |
| 222 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} | 228 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} |
| 223 {\colortbl;\red255\green255\blue255;} | 229 {\colortbl;\red255\green255\blue255;} |
| 224 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr | 230 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr |
| 225 | 231 |
| 226 \f0\fs24 \cf0 An event handler}</string> | 232 \f0\fs24 \cf0 Define an event handler}</string> |
| 227 </dict> | 233 </dict> |
| 228 </dict> | 234 </dict> |
| 229 <dict> | 235 <dict> |
| 230 <key>Bounds</key> | 236 <key>Bounds</key> |
| 231 » » » <string>{{363, 275.5}, {339, 44.5}}</string> | 237 » » » <string>{{363, 329.5}, {339, 44.5}}</string> |
| 232 <key>Class</key> | 238 <key>Class</key> |
| 233 <string>ShapedGraphic</string> | 239 <string>ShapedGraphic</string> |
| 234 <key>ID</key> | 240 <key>ID</key> |
| 235 <integer>34201</integer> | 241 <integer>34201</integer> |
| 236 <key>Shape</key> | 242 <key>Shape</key> |
| 237 <string>Rectangle</string> | 243 <string>Rectangle</string> |
| 238 <key>Style</key> | 244 <key>Style</key> |
| 239 <dict> | 245 <dict> |
| 240 <key>fill</key> | 246 <key>fill</key> |
| 241 <dict> | 247 <dict> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 256 </dict> | 262 </dict> |
| 257 <key>stroke</key> | 263 <key>stroke</key> |
| 258 <dict> | 264 <dict> |
| 259 <key>Draws</key> | 265 <key>Draws</key> |
| 260 <string>NO</string> | 266 <string>NO</string> |
| 261 </dict> | 267 </dict> |
| 262 </dict> | 268 </dict> |
| 263 </dict> | 269 </dict> |
| 264 <dict> | 270 <dict> |
| 265 <key>Bounds</key> | 271 <key>Bounds</key> |
| 266 » » » <string>{{63, 228.5}, {259, 14}}</string> | 272 » » » <string>{{63, 272}, {259, 14}}</string> |
| 267 <key>Class</key> | 273 <key>Class</key> |
| 268 <string>ShapedGraphic</string> | 274 <string>ShapedGraphic</string> |
| 269 <key>ID</key> | 275 <key>ID</key> |
| 270 <integer>34200</integer> | 276 <integer>34200</integer> |
| 271 <key>Shape</key> | 277 <key>Shape</key> |
| 272 <string>Rectangle</string> | 278 <string>Rectangle</string> |
| 273 <key>Style</key> | 279 <key>Style</key> |
| 274 <dict> | 280 <dict> |
| 275 <key>fill</key> | 281 <key>fill</key> |
| 276 <dict> | 282 <dict> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 293 <dict> | 299 <dict> |
| 294 <key>Draws</key> | 300 <key>Draws</key> |
| 295 <string>NO</string> | 301 <string>NO</string> |
| 296 </dict> | 302 </dict> |
| 297 </dict> | 303 </dict> |
| 298 <key>Text</key> | 304 <key>Text</key> |
| 299 <dict> | 305 <dict> |
| 300 <key>Align</key> | 306 <key>Align</key> |
| 301 <integer>2</integer> | 307 <integer>2</integer> |
| 302 <key>Text</key> | 308 <key>Text</key> |
| 303 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf390 | 309 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf400 |
| 304 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} | 310 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} |
| 305 {\colortbl;\red255\green255\blue255;} | 311 {\colortbl;\red255\green255\blue255;} |
| 306 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr | 312 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr |
| 307 | 313 |
| 308 \f0\fs24 \cf0 Overrides a custom element life-cycle method}</string> | 314 \f0\fs24 \cf0 Override a custom element life-cycle method}</string> |
| 309 </dict> | 315 </dict> |
| 310 </dict> | 316 </dict> |
| 311 <dict> | 317 <dict> |
| 312 <key>Bounds</key> | 318 <key>Bounds</key> |
| 313 » » » <string>{{363, 207}, {157, 56}}</string> | 319 » » » <string>{{363, 248}, {157, 69}}</string> |
| 314 <key>Class</key> | 320 <key>Class</key> |
| 315 <string>ShapedGraphic</string> | 321 <string>ShapedGraphic</string> |
| 316 <key>ID</key> | 322 <key>ID</key> |
| 317 <integer>34158</integer> | 323 <integer>34158</integer> |
| 318 <key>Shape</key> | 324 <key>Shape</key> |
| 319 <string>Rectangle</string> | 325 <string>Rectangle</string> |
| 320 <key>Style</key> | 326 <key>Style</key> |
| 321 <dict> | 327 <dict> |
| 322 <key>fill</key> | 328 <key>fill</key> |
| 323 <dict> | 329 <dict> |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 <string>NO</string> | 396 <string>NO</string> |
| 391 </dict> | 397 </dict> |
| 392 </dict> | 398 </dict> |
| 393 <key>Text</key> | 399 <key>Text</key> |
| 394 <dict> | 400 <dict> |
| 395 <key>Align</key> | 401 <key>Align</key> |
| 396 <integer>0</integer> | 402 <integer>0</integer> |
| 397 <key>Pad</key> | 403 <key>Pad</key> |
| 398 <integer>2</integer> | 404 <integer>2</integer> |
| 399 <key>Text</key> | 405 <key>Text</key> |
| 400 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf390 | 406 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf400 |
| 401 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} | 407 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} |
| 402 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;} | 408 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;} |
| 403 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural | 409 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural |
| 404 | 410 |
| 405 \f0\i\b\fs28 \cf2 Save to $tutorial/polymer/images/dart-script-code.png}</string
> | 411 \f0\i\b\fs28 \cf2 Save to $tutorial/polymer/images/dart-script-code.png}</string
> |
| 406 <key>VerticalPad</key> | 412 <key>VerticalPad</key> |
| 407 <integer>2</integer> | 413 <integer>2</integer> |
| 408 </dict> | 414 </dict> |
| 409 <key>Wrap</key> | 415 <key>Wrap</key> |
| 410 <string>NO</string> | 416 <string>NO</string> |
| 411 </dict> | 417 </dict> |
| 412 <dict> | 418 <dict> |
| 413 <key>Class</key> | 419 <key>Class</key> |
| 414 <string>LineGraphic</string> | 420 <string>LineGraphic</string> |
| 415 <key>Head</key> | 421 <key>Head</key> |
| 416 <dict> | 422 <dict> |
| 417 <key>ID</key> | 423 <key>ID</key> |
| 418 <integer>34177</integer> | 424 <integer>34177</integer> |
| 419 </dict> | 425 </dict> |
| 420 <key>ID</key> | 426 <key>ID</key> |
| 421 <integer>34183</integer> | 427 <integer>34183</integer> |
| 422 <key>Points</key> | 428 <key>Points</key> |
| 423 <array> | 429 <array> |
| 424 » » » » <string>{322, 192.23469387755102}</string> | 430 » » » » <string>{322, 191.76792452830188}</string> |
| 425 <string>{388, 196.5}</string> | 431 <string>{388, 196.5}</string> |
| 426 <string>{495, 188.95814977973569}</string> | 432 <string>{495, 188.95814977973569}</string> |
| 427 </array> | 433 </array> |
| 428 <key>Style</key> | 434 <key>Style</key> |
| 429 <dict> | 435 <dict> |
| 430 <key>stroke</key> | 436 <key>stroke</key> |
| 431 <dict> | 437 <dict> |
| 432 <key>HeadArrow</key> | 438 <key>HeadArrow</key> |
| 433 <string>FilledArrow</string> | 439 <string>FilledArrow</string> |
| 434 <key>Legacy</key> | 440 <key>Legacy</key> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 448 <string>LineGraphic</string> | 454 <string>LineGraphic</string> |
| 449 <key>Head</key> | 455 <key>Head</key> |
| 450 <dict> | 456 <dict> |
| 451 <key>ID</key> | 457 <key>ID</key> |
| 452 <integer>34175</integer> | 458 <integer>34175</integer> |
| 453 </dict> | 459 </dict> |
| 454 <key>ID</key> | 460 <key>ID</key> |
| 455 <integer>34182</integer> | 461 <integer>34182</integer> |
| 456 <key>Points</key> | 462 <key>Points</key> |
| 457 <array> | 463 <array> |
| 458 » » » » <string>{322, 167.95868682022004}</string> | 464 » » » » <string>{322, 167.96119325331551}</string> |
| 459 » » » » <string>{350, 168.7524837953525}</string> | 465 » » » » <string>{350, 168.75556547538793}</string> |
| 460 </array> | 466 </array> |
| 461 <key>Style</key> | 467 <key>Style</key> |
| 462 <dict> | 468 <dict> |
| 463 <key>stroke</key> | 469 <key>stroke</key> |
| 464 <dict> | 470 <dict> |
| 465 <key>HeadArrow</key> | 471 <key>HeadArrow</key> |
| 466 <string>FilledArrow</string> | 472 <string>FilledArrow</string> |
| 467 <key>Legacy</key> | 473 <key>Legacy</key> |
| 468 <true/> | 474 <true/> |
| 469 <key>TailArrow</key> | 475 <key>TailArrow</key> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 </dict> | 561 </dict> |
| 556 </dict> | 562 </dict> |
| 557 <key>Text</key> | 563 <key>Text</key> |
| 558 <dict> | 564 <dict> |
| 559 <key>Align</key> | 565 <key>Align</key> |
| 560 <integer>2</integer> | 566 <integer>2</integer> |
| 561 </dict> | 567 </dict> |
| 562 </dict> | 568 </dict> |
| 563 <dict> | 569 <dict> |
| 564 <key>Bounds</key> | 570 <key>Bounds</key> |
| 565 » » » <string>{{160, 177.5}, {162, 19}}</string> | 571 » » » <string>{{189, 177.5}, {133, 19}}</string> |
| 566 <key>Class</key> | 572 <key>Class</key> |
| 567 <string>ShapedGraphic</string> | 573 <string>ShapedGraphic</string> |
| 568 <key>FitText</key> | 574 <key>FitText</key> |
| 569 <string>YES</string> | 575 <string>YES</string> |
| 570 <key>Flow</key> | 576 <key>Flow</key> |
| 571 <string>Resize</string> | 577 <string>Resize</string> |
| 572 <key>FontInfo</key> | 578 <key>FontInfo</key> |
| 573 <dict> | 579 <dict> |
| 574 <key>Color</key> | 580 <key>Color</key> |
| 575 <dict> | 581 <dict> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 <string>NO</string> | 620 <string>NO</string> |
| 615 </dict> | 621 </dict> |
| 616 </dict> | 622 </dict> |
| 617 <key>Text</key> | 623 <key>Text</key> |
| 618 <dict> | 624 <dict> |
| 619 <key>Align</key> | 625 <key>Align</key> |
| 620 <integer>2</integer> | 626 <integer>2</integer> |
| 621 <key>Pad</key> | 627 <key>Pad</key> |
| 622 <integer>2</integer> | 628 <integer>2</integer> |
| 623 <key>Text</key> | 629 <key>Text</key> |
| 624 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf390 | 630 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf400 |
| 625 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} | 631 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} |
| 626 {\colortbl;\red255\green255\blue255;} | 632 {\colortbl;\red255\green255\blue255;} |
| 627 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr | 633 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr |
| 628 | 634 |
| 629 \f0\fs24 \cf0 Must extend PolymerElement}</string> | 635 \f0\fs24 \cf0 Extend PolymerElement}</string> |
| 630 <key>VerticalPad</key> | 636 <key>VerticalPad</key> |
| 631 <integer>2</integer> | 637 <integer>2</integer> |
| 632 </dict> | 638 </dict> |
| 633 <key>Wrap</key> | 639 <key>Wrap</key> |
| 634 <string>NO</string> | 640 <string>NO</string> |
| 635 </dict> | 641 </dict> |
| 636 <dict> | 642 <dict> |
| 637 <key>Bounds</key> | 643 <key>Bounds</key> |
| 638 <string>{{78, 155}, {244, 19}}</string> | 644 <string>{{78, 155}, {244, 19}}</string> |
| 639 <key>Class</key> | 645 <key>Class</key> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 665 <dict> | 671 <dict> |
| 666 <key>Draws</key> | 672 <key>Draws</key> |
| 667 <string>NO</string> | 673 <string>NO</string> |
| 668 </dict> | 674 </dict> |
| 669 </dict> | 675 </dict> |
| 670 <key>Text</key> | 676 <key>Text</key> |
| 671 <dict> | 677 <dict> |
| 672 <key>Align</key> | 678 <key>Align</key> |
| 673 <integer>2</integer> | 679 <integer>2</integer> |
| 674 <key>Text</key> | 680 <key>Text</key> |
| 675 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf390 | 681 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc
oasubrtf400 |
| 676 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} | 682 \cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;} |
| 677 {\colortbl;\red255\green255\blue255;} | 683 {\colortbl;\red255\green255\blue255;} |
| 678 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr | 684 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616
0\tx6720\pardirnatural\qr |
| 679 | 685 |
| 680 \f0\fs24 \cf0 Associates this class with a custom element}</string> | 686 \f0\fs24 \cf0 Associate this class with a custom element}</string> |
| 681 </dict> | 687 </dict> |
| 682 </dict> | 688 </dict> |
| 683 </array> | 689 </array> |
| 684 <key>GridInfo</key> | 690 <key>GridInfo</key> |
| 685 <dict/> | 691 <dict/> |
| 686 <key>GuidesLocked</key> | 692 <key>GuidesLocked</key> |
| 687 <string>NO</string> | 693 <string>NO</string> |
| 688 <key>GuidesVisible</key> | 694 <key>GuidesVisible</key> |
| 689 <string>YES</string> | 695 <string>YES</string> |
| 690 <key>HPages</key> | 696 <key>HPages</key> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 721 <key>twopiSeparation</key> | 727 <key>twopiSeparation</key> |
| 722 <real>0.0</real> | 728 <real>0.0</real> |
| 723 </dict> | 729 </dict> |
| 724 <key>LinksVisible</key> | 730 <key>LinksVisible</key> |
| 725 <string>NO</string> | 731 <string>NO</string> |
| 726 <key>MagnetsVisible</key> | 732 <key>MagnetsVisible</key> |
| 727 <string>NO</string> | 733 <string>NO</string> |
| 728 <key>MasterSheets</key> | 734 <key>MasterSheets</key> |
| 729 <array/> | 735 <array/> |
| 730 <key>ModificationDate</key> | 736 <key>ModificationDate</key> |
| 731 » <string>2013-10-09 23:50:02 +0000</string> | 737 » <string>2013-10-30 16:12:32 +0000</string> |
| 732 <key>Modifier</key> | 738 <key>Modifier</key> |
| 733 <string>Mary Campione</string> | 739 <string>Mary Campione</string> |
| 734 <key>NotesVisible</key> | 740 <key>NotesVisible</key> |
| 735 <string>NO</string> | 741 <string>NO</string> |
| 736 <key>Orientation</key> | 742 <key>Orientation</key> |
| 737 <integer>2</integer> | 743 <integer>2</integer> |
| 738 <key>OriginVisible</key> | 744 <key>OriginVisible</key> |
| 739 <string>NO</string> | 745 <string>NO</string> |
| 740 <key>PageBreaks</key> | 746 <key>PageBreaks</key> |
| 741 <string>YES</string> | 747 <string>YES</string> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 <key>CurrentSheet</key> | 808 <key>CurrentSheet</key> |
| 803 <integer>0</integer> | 809 <integer>0</integer> |
| 804 <key>ExpandedCanvases</key> | 810 <key>ExpandedCanvases</key> |
| 805 <array> | 811 <array> |
| 806 <dict> | 812 <dict> |
| 807 <key>name</key> | 813 <key>name</key> |
| 808 <string>Canvas 1</string> | 814 <string>Canvas 1</string> |
| 809 </dict> | 815 </dict> |
| 810 </array> | 816 </array> |
| 811 <key>Frame</key> | 817 <key>Frame</key> |
| 812 » » <string>{{66, 145}, {1171, 878}}</string> | 818 » » <string>{{421, 700}, {1171, 878}}</string> |
| 813 <key>ListView</key> | 819 <key>ListView</key> |
| 814 <true/> | 820 <true/> |
| 815 <key>OutlineWidth</key> | 821 <key>OutlineWidth</key> |
| 816 <integer>142</integer> | 822 <integer>142</integer> |
| 817 <key>RightSidebar</key> | 823 <key>RightSidebar</key> |
| 818 <true/> | 824 <true/> |
| 819 <key>ShowRuler</key> | 825 <key>ShowRuler</key> |
| 820 <true/> | 826 <true/> |
| 821 <key>Sidebar</key> | 827 <key>Sidebar</key> |
| 822 <false/> | 828 <false/> |
| 823 <key>SidebarWidth</key> | 829 <key>SidebarWidth</key> |
| 824 <integer>120</integer> | 830 <integer>120</integer> |
| 825 <key>VisibleRegion</key> | 831 <key>VisibleRegion</key> |
| 826 <string>{{0, 0}, {1000, 724}}</string> | 832 <string>{{0, 0}, {1000, 724}}</string> |
| 827 <key>Zoom</key> | 833 <key>Zoom</key> |
| 828 <real>1</real> | 834 <real>1</real> |
| 829 <key>ZoomValues</key> | 835 <key>ZoomValues</key> |
| 830 <array> | 836 <array> |
| 831 <array> | 837 <array> |
| 832 <string>Canvas 1</string> | 838 <string>Canvas 1</string> |
| 833 <real>1</real> | 839 <real>1</real> |
| 834 <real>1</real> | 840 <real>1</real> |
| 835 </array> | 841 </array> |
| 836 </array> | 842 </array> |
| 837 </dict> | 843 </dict> |
| 838 </dict> | 844 </dict> |
| 839 </plist> | 845 </plist> |
| OLD | NEW |