// this script is evaluated on world load \" + \n\t\t\t\t\t\tea.getTargetObj() + \".\" + ea.getTargetMethodName() , \n\t\t\t\t\tvalue: {obj: obj, connection: ea }}\n\t\t\t}));\n\n\tthis.scriptList.updateList(listItems);\n\tthis.scriptList.selectLineAt(this.scriptList.selectedLineNo);\n\n\tthis.scriptSource.owner.owner.scrollToTop()\n\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1293":{"this":{"__isSmartRef__":true,"id":813}},"1294":{"varMapping":{"__isSmartRef__":true,"id":1295},"source":"function removeTargetScript() {\n\tvar target = this.scriptList.selection.obj;\n\tif (!target) return;\n\n\n\tvar scriptName = this.scriptList.selection.scriptName; \n\tif (scriptName) {\n\t\tdelete target[scriptName];\n\t}\n\n\tvar connection = this.scriptList.selection.connection; \n\tif (connection) {\n\t\tconnection.disconnect()\n\t}\n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1295":{"this":{"__isSmartRef__":true,"id":813}},"1296":{"varMapping":{"__isSmartRef__":true,"id":1297},"source":"function addTargetScript(name) {\n\tvar target = this.target;\n\tif (!target) return;\n\n\ttarget.addScript(\"function \" + name + \"() {\\n\\n}\"); \n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1297":{"this":{"__isSmartRef__":true,"id":813}},"1298":{"varMapping":{"__isSmartRef__":true,"id":1299},"source":"function updateSourcePane(selection) { \n\tvar pane = this.getMorphNamed('scriptSource')\n\tvar source;\n\n\tif (!selection || !selection.obj) {\n\t\tpane.setTextString(\"\");\n\t\treturn;\n\t}\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\t\tvar name = c.getTargetObj().name\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar findTargetCode;\n\t\tif (targetThis === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (targetThis[name] === c.getTargetObj()) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (targetThis.getMorphNamed(name) === c.getTargetObj()) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\t\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\n\t\tsource = Strings.format('connect(this, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tfindTargetCode,\n\t\t\t\tc.getTargetMethodName(),\n\t\t\t\toptConfig);\n\t} else {\n\t\tvar script = selection.obj[selection.scriptName].getOriginal();\n\t\tif (!script) { \n\t\t\tsource = \"no script found\";\n\t\t} else {\n\t\t\tsource = Strings.format('this.addScript(%s)', script)\n\t\t}\n\t};\n\n\tpane.setTextString(source);\n\tpane.owner.owner.scrollToTop();\n\n\tpane.highlightJavaScriptSyntax()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1299":{"this":{"__isSmartRef__":true,"id":813}},"1300":{"submorphs":[{"__isSmartRef__":true,"id":1301},{"__isSmartRef__":true,"id":1379}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"2110:WindowMorph","origin":{"__isSmartRef__":true,"id":1491},"shape":{"__isSmartRef__":true,"id":1492},"priorExtent":{"__isSmartRef__":true,"id":1493},"pvtCachedTransform":{"__isSmartRef__":true,"id":1494},"targetMorph":{"__isSmartRef__":true,"id":1301},"titleBar":{"__isSmartRef__":true,"id":1379},"contentOffset":{"__isSmartRef__":true,"id":1495},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1496},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2110:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(824,40)","namespaceURI":null}]}},"1301":{"submorphs":[{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1359}],"owner":{"__isSmartRef__":true,"id":1300},"_livelyDataWrapperId_":"2105:ScrollPane","origin":{"__isSmartRef__":true,"id":1374},"shape":{"__isSmartRef__":true,"id":1375},"priorExtent":{"__isSmartRef__":true,"id":1376},"pvtCachedTransform":{"__isSmartRef__":true,"id":1377},"clipMorph":{"__isSmartRef__":true,"id":1302},"verticalScrollBar":{"__isSmartRef__":true,"id":1359},"attributeConnections":[{"__isSmartRef__":true,"id":1378}],"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2105:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,22)","namespaceURI":null}]}},"1302":{"submorphs":[{"__isSmartRef__":true,"id":1303}],"owner":{"__isSmartRef__":true,"id":1301},"_livelyDataWrapperId_":"2106:ClipMorph","origin":{"__isSmartRef__":true,"id":1353},"shape":{"__isSmartRef__":true,"id":1354},"priorExtent":{"__isSmartRef__":true,"id":1355},"clip":{"__isSmartRef__":true,"id":1356},"_clip-path":"url(#34:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1358},"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2106:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#34:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1303":{"textString":"logString = $morph('logStringMorph').textString\nmatch = logString.match(/[^\\s]+ ([0-9\\.]+) - ([^\\s]+) \\[([^\\]]+)\\] \"([A-Z]+)[^\"]+\"[^\"]+\"([^\"]+)/);\nmatch\nlogInfo = {ip: match[1], name: match[2], dateAndTime: match[3], method: match[4], url: match[5]};\nJSON.stringify(logInfo)\nlogInfo.dateAndTime.replace(':', ' ')\n\napacheLogInfoReport = {}\nGlobal.cmdLineServerResult.forEach(function(ea) {\n\tif (!apacheLogInfoReport[ea.url])\n\t\tapacheLogInfoReport[ea.url] = {\n\t\t\tusages: [],\n\t\t\turl: ea.url,\n\t\t\ttoString: function() { this.url + '\\n\\t' + this.usages.join(\\n\\t) },\n\t\t};\n\tapacheLogInfoReport[ea.url].usages.push(ea.dateAndTime + '-' + ea.method)\n})","savedTextString":"Workspace","submorphs":[{"__isSmartRef__":true,"id":1304},{"__isSmartRef__":true,"id":1309}],"owner":{"__isSmartRef__":true,"id":1302},"_livelyDataWrapperId_":"2101:TextMorph","origin":{"__isSmartRef__":true,"id":1315},"shape":{"__isSmartRef__":true,"id":1316},"textContent":{"__isSmartRef__":true,"id":1317},"lineNumberHint":16,"pvtCachedTransform":{"__isSmartRef__":true,"id":1318},"textSelection":{"__isSmartRef__":true,"id":1304},"priorExtent":{"__isSmartRef__":true,"id":1319},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1309},"suppressHandles":true,"openForDragAndDrop":false,"isSelecting":false,"hasKeyboardFocus":false,"tabReplacePrefix":"dateAn","fontSize":14,"padding":{"__isSmartRef__":true,"id":1320},"textStyle":{"__isSmartRef__":true,"id":1321},"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":1352},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2101:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1304":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1303},"_livelyDataWrapperId_":"2103:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1305},"shape":{"__isSmartRef__":true,"id":1306},"priorExtent":{"__isSmartRef__":true,"id":1307},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1308},"openForDragAndDrop":false,"isCursor":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2103:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1305":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1306":{"_livelyDataWrapperId_":"2102:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2102:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1307":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1308":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1309":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1303},"_livelyDataWrapperId_":"2104:Morph","origin":{"__isSmartRef__":true,"id":1310},"shape":{"__isSmartRef__":true,"id":1311},"priorExtent":{"__isSmartRef__":true,"id":1312},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1313},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1314},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2104:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"1310":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1311":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":{"__isSmartRef__":true,"id":690},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1312":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1313":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1314":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1315":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1316":{"_x":0,"_y":0,"_width":827,"_height":293.5333333333334,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":{"__isSmartRef__":true,"id":682},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"827","namespaceURI":null},{"key":"height","value":"293.5333333333334","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1317":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"14","namespaceURI":null},{"key":"font-family","value":"Courier","namespaceURI":null}]}},"1318":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1319":{"x":809,"y":284.1999918619792,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1320":{"x":9,"y":4.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1321":{"runs":[19,16,37,43,12,2,4,2,5,4,19,1,3,7,1,3,5,7,1,3,12,7,1,3,7,7,1,3,4,7,1,1,1,87,2,36,8,5,36,33,1,167,3,14,1,1],"values":[{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1328},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1334},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1340},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1342},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1343},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1344},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1345},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1346},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1348},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1349},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1350},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1322}],"lastIndex":642,"lastRunIndex":45,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1322":{"color":{"__isSmartRef__":true,"id":657},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1323":{"color":{"__isSmartRef__":true,"id":1324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1324":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1325":{"color":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1326":{"r":0.5019607843137255,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1327":{"color":{"__isSmartRef__":true,"id":1324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1328":{"color":{"__isSmartRef__":true,"id":1324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1329":{"color":{"__isSmartRef__":true,"id":1324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1330":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1331":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1332":{"color":{"__isSmartRef__":true,"id":1333},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1333":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1334":{"color":{"__isSmartRef__":true,"id":1335},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1335":{"r":0,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1336":{"color":{"__isSmartRef__":true,"id":1333},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1337":{"color":{"__isSmartRef__":true,"id":1335},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1338":{"color":{"__isSmartRef__":true,"id":1333},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1339":{"color":{"__isSmartRef__":true,"id":1335},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1340":{"color":{"__isSmartRef__":true,"id":1333},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1341":{"color":{"__isSmartRef__":true,"id":1335},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1342":{"color":{"__isSmartRef__":true,"id":1333},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1343":{"color":{"__isSmartRef__":true,"id":1335},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1344":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1345":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1346":{"color":{"__isSmartRef__":true,"id":1347},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1347":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1348":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1349":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1350":{"color":{"__isSmartRef__":true,"id":1324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1351":{"color":{"__isSmartRef__":true,"id":1331},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1352":{"runs":[19,16,37,43,12,2,4,2,5,4,19,1,3,7,1,3,5,7,1,3,12,7,1,3,7,7,1,3,4,7,1,1,1,87,2,36,8,5,36,33,1,167,3,14,1,1],"values":[{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1328},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1334},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1340},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1342},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1343},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1344},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1345},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1346},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1348},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1349},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1350},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1322}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1353":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1354":{"_x":0,"_y":0,"_width":827,"_height":309,"_fill":{"__isSmartRef__":true,"id":682},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"827","namespaceURI":null},{"key":"height","value":"309","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1355":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1356":{"_livelyDataWrapperId_":"34:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1357},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"34:lively.scene.Clip","namespaceURI":null}]}},"1357":{"_fill":{"__isSmartRef__":true,"id":682},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"827","namespaceURI":null},{"key":"height","value":"309","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1358":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1359":{"submorphs":[{"__isSmartRef__":true,"id":1360}],"owner":{"__isSmartRef__":true,"id":1301},"_livelyDataWrapperId_":"2108:SliderMorph","origin":{"__isSmartRef__":true,"id":1367},"shape":{"__isSmartRef__":true,"id":1368},"priorExtent":{"__isSmartRef__":true,"id":1369},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1370},"slider":{"__isSmartRef__":true,"id":1360},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1371},{"__isSmartRef__":true,"id":1372}],"openForDragAndDrop":false,"hitPoint":{"__isSmartRef__":true,"id":1373},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2108:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(826,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1360":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1359},"_livelyDataWrapperId_":"2109:Morph","origin":{"__isSmartRef__":true,"id":1361},"shape":{"__isSmartRef__":true,"id":1362},"priorExtent":{"__isSmartRef__":true,"id":1363},"pvtCachedTransform":{"__isSmartRef__":true,"id":1364},"mouseHandler":{"__isSmartRef__":true,"id":1365},"styleClass":["slider"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2109:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1361":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1362":{"_x":0,"_y":0,"_width":13,"_height":309,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"309","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1363":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1364":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1365":{"target":{"__isSmartRef__":true,"id":1359},"eventSpec":{"__isSmartRef__":true,"id":1366},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1366":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1367":{"x":826,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1368":{"_x":0,"_y":0,"_width":13,"_height":309,"_stroke":{"__isSmartRef__":true,"id":714},"_fill":{"__isSmartRef__":true,"id":715},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"309","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1369":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1370":{"a":1,"b":0,"c":0,"d":1,"e":826,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1371":{"sourceObj":{"__isSmartRef__":true,"id":1359},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1301},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1372":{"sourceObj":{"__isSmartRef__":true,"id":1359},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1301},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1373":{"x":6.5,"y":76.07403508771927,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1374":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1375":{"_x":0,"_y":0,"_width":839,"_height":309,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":657},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"839","namespaceURI":null},{"key":"height","value":"309","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"1376":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1377":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1378":{"sourceObj":{"__isSmartRef__":true,"id":1301},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1359},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1379":{"submorphs":[{"__isSmartRef__":true,"id":1380},{"__isSmartRef__":true,"id":1396},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1461}],"owner":{"__isSmartRef__":true,"id":1300},"_livelyDataWrapperId_":"2111:TitleBarMorph","origin":{"__isSmartRef__":true,"id":1487},"shape":{"__isSmartRef__":true,"id":1488},"priorExtent":{"__isSmartRef__":true,"id":1489},"pvtCachedTransform":{"__isSmartRef__":true,"id":1490},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":1381},"windowMorph":{"__isSmartRef__":true,"id":1300},"label":{"__isSmartRef__":true,"id":1396},"closeButton":{"__isSmartRef__":true,"id":1408},"menuButton":{"__isSmartRef__":true,"id":1435},"collapseButton":{"__isSmartRef__":true,"id":1461},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"TitleBarMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TitleBarMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2111:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1380":{"submorphs":[{"__isSmartRef__":true,"id":1381}],"owner":{"__isSmartRef__":true,"id":1379},"_livelyDataWrapperId_":"2113:ClipMorph","origin":{"__isSmartRef__":true,"id":1390},"shape":{"__isSmartRef__":true,"id":1391},"priorExtent":{"__isSmartRef__":true,"id":1392},"clip":{"__isSmartRef__":true,"id":1393},"_clip-path":"url(#35:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1395},"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2113:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#35:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1381":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1380},"_livelyDataWrapperId_":"2112:Morph","origin":{"__isSmartRef__":true,"id":1382},"shape":{"__isSmartRef__":true,"id":1383},"priorExtent":{"__isSmartRef__":true,"id":1388},"pvtCachedTransform":{"__isSmartRef__":true,"id":1389},"styleClass":["titleBar"],"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2112:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1382":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1383":{"_x":0,"_y":0,"_width":839,"_height":30,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":{"__isSmartRef__":true,"id":1384},"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"839","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#22:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null}]}},"1384":{"vector":{"__isSmartRef__":true,"id":33},"stops":[{"__isSmartRef__":true,"id":1385},{"__isSmartRef__":true,"id":1386},{"__isSmartRef__":true,"id":1387}],"refcount":122,"_livelyDataWrapperId_":"22:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"22:lively.paint.LinearGradient","namespaceURI":null}]}},"1385":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"1386":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.6","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1387":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"1388":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1389":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1390":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1391":{"_x":0,"_y":0,"_width":841,"_height":23,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"841","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1392":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1393":{"_livelyDataWrapperId_":"35:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1394},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"35:lively.scene.Clip","namespaceURI":null}]}},"1394":{"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"841","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1395":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1396":{"textString":"","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1397}],"owner":{"__isSmartRef__":true,"id":1379},"_livelyDataWrapperId_":"2115:TextMorph","origin":{"__isSmartRef__":true,"id":1402},"shape":{"__isSmartRef__":true,"id":1403},"textContent":{"__isSmartRef__":true,"id":1404},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1405},"textSelection":{"__isSmartRef__":true,"id":1397},"priorExtent":{"__isSmartRef__":true,"id":1406},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1407},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label"],"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2115:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(419.5,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label","namespaceURI":null}]}},"1397":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1396},"_livelyDataWrapperId_":"2117:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1398},"shape":{"__isSmartRef__":true,"id":1399},"priorExtent":{"__isSmartRef__":true,"id":1400},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1401},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2117:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1398":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1399":{"_livelyDataWrapperId_":"2116:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2116:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1400":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1401":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1402":{"x":419.5,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1403":{"_x":0,"_y":0,"_width":0,"_height":14.399999999999999,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":null,"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"0","namespaceURI":null},{"key":"height","value":"14.399999999999999","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"fill-opacity","value":"0.5","namespaceURI":null}]}},"1404":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1405":{"a":1,"b":0,"c":0,"d":1,"e":419.5,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1406":{"x":-12,"y":10.399999618530273,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1407":{"x":6,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1408":{"submorphs":[{"__isSmartRef__":true,"id":1409}],"owner":{"__isSmartRef__":true,"id":1379},"_livelyDataWrapperId_":"2118:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1424},"shape":{"__isSmartRef__":true,"id":1425},"priorExtent":{"__isSmartRef__":true,"id":1431},"label":{"__isSmartRef__":true,"id":1409},"pvtCachedTransform":{"__isSmartRef__":true,"id":1432},"styleClass":["titleBar_closeButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1434}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2118:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(828,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton","namespaceURI":null}]}},"1409":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":1410}],"owner":{"__isSmartRef__":true,"id":1408},"_livelyDataWrapperId_":"2119:TextMorph","origin":{"__isSmartRef__":true,"id":1415},"shape":{"__isSmartRef__":true,"id":1416},"textContent":{"__isSmartRef__":true,"id":1417},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1419},"textSelection":{"__isSmartRef__":true,"id":1410},"priorExtent":{"__isSmartRef__":true,"id":1420},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1421},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1422},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2119:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-4,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1410":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1409},"_livelyDataWrapperId_":"2121:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1411},"shape":{"__isSmartRef__":true,"id":1412},"priorExtent":{"__isSmartRef__":true,"id":1413},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1414},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2121:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1411":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1412":{"_livelyDataWrapperId_":"2120:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2120:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1413":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1414":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1415":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1416":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1417":{"_fill":{"__isSmartRef__":true,"id":1418},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1418":{"r":0.5,"g":0.5,"b":0.5,"a":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1419":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1420":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1421":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1422":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1423}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1423":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1424":{"x":828,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1425":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1426},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#23:lively.paint.RadialGradient)","namespaceURI":null}]}},"1426":{"stops":[{"__isSmartRef__":true,"id":1427},{"__isSmartRef__":true,"id":1428},{"__isSmartRef__":true,"id":1429}],"f":{"__isSmartRef__":true,"id":1430},"refcount":283,"_livelyDataWrapperId_":"23:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"23:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1427":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1428":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1429":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1430":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1431":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1432":{"a":1,"b":0,"c":0,"d":1,"e":828,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1433":{"sourceObj":{"__isSmartRef__":true,"id":1408},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1434":{"sourceObj":{"__isSmartRef__":true,"id":1408},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1435":{"submorphs":[{"__isSmartRef__":true,"id":1436}],"owner":{"__isSmartRef__":true,"id":1379},"_livelyDataWrapperId_":"2122:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1450},"shape":{"__isSmartRef__":true,"id":1451},"priorExtent":{"__isSmartRef__":true,"id":1457},"label":{"__isSmartRef__":true,"id":1436},"pvtCachedTransform":{"__isSmartRef__":true,"id":1458},"styleClass":["titleBar_menuButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1459},{"__isSmartRef__":true,"id":1460}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2122:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton","namespaceURI":null}]}},"1436":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":1437}],"owner":{"__isSmartRef__":true,"id":1435},"_livelyDataWrapperId_":"2123:TextMorph","origin":{"__isSmartRef__":true,"id":1442},"shape":{"__isSmartRef__":true,"id":1443},"textContent":{"__isSmartRef__":true,"id":1444},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1445},"textSelection":{"__isSmartRef__":true,"id":1437},"priorExtent":{"__isSmartRef__":true,"id":1446},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1447},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1448},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2123:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-5,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1437":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1436},"_livelyDataWrapperId_":"2125:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1438},"shape":{"__isSmartRef__":true,"id":1439},"priorExtent":{"__isSmartRef__":true,"id":1440},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1441},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2125:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1438":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1439":{"_livelyDataWrapperId_":"2124:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2124:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1440":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1441":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1442":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1443":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"10","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1444":{"_fill":{"__isSmartRef__":true,"id":1418},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1445":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1446":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1447":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1448":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1449}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1449":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1450":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1451":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1452},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#24:lively.paint.RadialGradient)","namespaceURI":null}]}},"1452":{"stops":[{"__isSmartRef__":true,"id":1453},{"__isSmartRef__":true,"id":1454},{"__isSmartRef__":true,"id":1455}],"f":{"__isSmartRef__":true,"id":1456},"refcount":283,"_livelyDataWrapperId_":"24:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"24:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1453":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1454":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1455":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1456":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1457":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1458":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1459":{"sourceObj":{"__isSmartRef__":true,"id":1435},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1460":{"sourceObj":{"__isSmartRef__":true,"id":1435},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1461":{"submorphs":[{"__isSmartRef__":true,"id":1462}],"owner":{"__isSmartRef__":true,"id":1379},"_livelyDataWrapperId_":"2126:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1476},"shape":{"__isSmartRef__":true,"id":1477},"priorExtent":{"__isSmartRef__":true,"id":1483},"label":{"__isSmartRef__":true,"id":1462},"pvtCachedTransform":{"__isSmartRef__":true,"id":1484},"styleClass":["titleBar_collapseButton"],"attributeConnections":[{"__isSmartRef__":true,"id":1485},{"__isSmartRef__":true,"id":1486}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2126:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(809,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton","namespaceURI":null}]}},"1462":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":1463}],"owner":{"__isSmartRef__":true,"id":1461},"_livelyDataWrapperId_":"2127:TextMorph","origin":{"__isSmartRef__":true,"id":1468},"shape":{"__isSmartRef__":true,"id":1469},"textContent":{"__isSmartRef__":true,"id":1470},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1471},"textSelection":{"__isSmartRef__":true,"id":1463},"priorExtent":{"__isSmartRef__":true,"id":1472},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1473},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1474},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2127:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1463":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1462},"_livelyDataWrapperId_":"2129:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1464},"shape":{"__isSmartRef__":true,"id":1465},"priorExtent":{"__isSmartRef__":true,"id":1466},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1467},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2129:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1464":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1465":{"_livelyDataWrapperId_":"2128:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2128:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1466":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1467":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1468":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1469":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":657},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"7","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1470":{"_fill":{"__isSmartRef__":true,"id":1418},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1471":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1472":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1473":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1474":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1475}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1475":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1476":{"x":809,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1477":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1478},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#25:lively.paint.RadialGradient)","namespaceURI":null}]}},"1478":{"stops":[{"__isSmartRef__":true,"id":1479},{"__isSmartRef__":true,"id":1480},{"__isSmartRef__":true,"id":1481}],"f":{"__isSmartRef__":true,"id":1482},"refcount":283,"_livelyDataWrapperId_":"25:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"25:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1479":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1480":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1481":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(122,122,122)","namespaceURI":null}]}},"1482":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1483":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1484":{"a":1,"b":0,"c":0,"d":1,"e":809,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1485":{"sourceObj":{"__isSmartRef__":true,"id":1461},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1486":{"sourceObj":{"__isSmartRef__":true,"id":1461},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1300},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1487":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1488":{"_x":0,"_y":0,"_width":839,"_height":22,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"839","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1489":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1490":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1491":{"x":824,"y":40,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1492":{"_x":0,"_y":0,"_width":839,"_height":331,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"839","namespaceURI":null},{"key":"height","value":"331","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1493":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1494":{"a":1,"b":0,"c":0,"d":1,"e":824,"f":40,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1495":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1496":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1497":{"submorphs":[{"__isSmartRef__":true,"id":1498},{"__isSmartRef__":true,"id":1544}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"1026:WindowMorph","origin":{"__isSmartRef__":true,"id":1652},"shape":{"__isSmartRef__":true,"id":1653},"priorExtent":{"__isSmartRef__":true,"id":1654},"pvtCachedTransform":{"__isSmartRef__":true,"id":1655},"targetMorph":{"__isSmartRef__":true,"id":1498},"titleBar":{"__isSmartRef__":true,"id":1544},"contentOffset":{"__isSmartRef__":true,"id":1656},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1657},"__LivelyClassName__":"WindowMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1026:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(1207,748)","namespaceURI":null}]}},"1498":{"submorphs":[{"__isSmartRef__":true,"id":1499},{"__isSmartRef__":true,"id":1525}],"owner":{"__isSmartRef__":true,"id":1497},"_livelyDataWrapperId_":"1021:ScrollPane","origin":{"__isSmartRef__":true,"id":1539},"shape":{"__isSmartRef__":true,"id":1540},"priorExtent":{"__isSmartRef__":true,"id":1541},"pvtCachedTransform":{"__isSmartRef__":true,"id":1542},"clipMorph":{"__isSmartRef__":true,"id":1499},"verticalScrollBar":{"__isSmartRef__":true,"id":1525},"attributeConnections":[{"__isSmartRef__":true,"id":1543}],"suppressHandles":true,"openForDragAndDrop":false,"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1021:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(-100,-3)","namespaceURI":null}]}},"1499":{"submorphs":[{"__isSmartRef__":true,"id":1500}],"owner":{"__isSmartRef__":true,"id":1498},"_livelyDataWrapperId_":"1022:ClipMorph","origin":{"__isSmartRef__":true,"id":1519},"shape":{"__isSmartRef__":true,"id":1520},"priorExtent":{"__isSmartRef__":true,"id":1521},"clip":{"__isSmartRef__":true,"id":1522},"_clip-path":"url(#1023:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1524},"suppressHandles":true,"openForDragAndDrop":false,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1022:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#1023:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1500":{"textString":"Date.parse('16/Feb/2011').toUTCString\nnew Date('16/Feb/2011 23:32:25') == new Date('16/Feb/2011 23:32:25')\nnew Date().\nd = Date.now()\n\n\n[new Date(), new Date('16/Feb/2011 23:32:25')].sortBy(function(ea) { return ea.getTime() })","savedTextString":"Workspace","submorphs":[{"__isSmartRef__":true,"id":1501},{"__isSmartRef__":true,"id":1506}],"owner":{"__isSmartRef__":true,"id":1499},"_livelyDataWrapperId_":"1017:TextMorph","origin":{"__isSmartRef__":true,"id":1513},"shape":{"__isSmartRef__":true,"id":1514},"textContent":{"__isSmartRef__":true,"id":1516},"lineNumberHint":6,"pvtCachedTransform":{"__isSmartRef__":true,"id":1517},"textSelection":{"__isSmartRef__":true,"id":1501},"priorExtent":{"__isSmartRef__":true,"id":1518},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1506},"suppressHandles":true,"openForDragAndDrop":false,"isSelecting":false,"hasKeyboardFocus":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1017:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1501":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1500},"_livelyDataWrapperId_":"1019:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1502},"shape":{"__isSmartRef__":true,"id":1503},"priorExtent":{"__isSmartRef__":true,"id":1504},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1505},"openForDragAndDrop":false,"isCursor":true,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1019:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1502":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1503":{"_livelyDataWrapperId_":"1018:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1018:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1504":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1505":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1506":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1500},"_livelyDataWrapperId_":"1020:Morph","origin":{"__isSmartRef__":true,"id":1507},"shape":{"__isSmartRef__":true,"id":1508},"priorExtent":{"__isSmartRef__":true,"id":1510},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1511},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1512},"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1020:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"1507":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1508":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1509},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1509":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1510":{"x":5,"y":5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1511":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1512":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1513":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1514":{"_x":0,"_y":0,"_width":589,"_height":107.6,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1515},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"589","namespaceURI":null},{"key":"height","value":"107.6","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1515":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1516":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1517":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1518":{"x":488,"y":192,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1519":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1520":{"_x":0,"_y":0,"_width":589,"_height":227,"_fill":{"__isSmartRef__":true,"id":1515},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"589","namespaceURI":null},{"key":"height","value":"227","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1521":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1522":{"_livelyDataWrapperId_":"1023:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1523},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1023:lively.scene.Clip","namespaceURI":null}]}},"1523":{"_fill":{"__isSmartRef__":true,"id":1515},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"589","namespaceURI":null},{"key":"height","value":"227","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1524":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1525":{"submorphs":[{"__isSmartRef__":true,"id":1526}],"owner":{"__isSmartRef__":true,"id":1498},"_livelyDataWrapperId_":"1024:SliderMorph","origin":{"__isSmartRef__":true,"id":1533},"shape":{"__isSmartRef__":true,"id":1534},"priorExtent":{"__isSmartRef__":true,"id":1535},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1536},"slider":{"__isSmartRef__":true,"id":1526},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1537},{"__isSmartRef__":true,"id":1538}],"openForDragAndDrop":false,"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1024:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(588,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1526":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1525},"_livelyDataWrapperId_":"1025:Morph","origin":{"__isSmartRef__":true,"id":1527},"shape":{"__isSmartRef__":true,"id":1528},"priorExtent":{"__isSmartRef__":true,"id":1529},"pvtCachedTransform":{"__isSmartRef__":true,"id":1530},"mouseHandler":{"__isSmartRef__":true,"id":1531},"styleClass":["slider"],"openForDragAndDrop":false,"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1025:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1527":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1528":{"_x":0,"_y":0,"_width":13,"_height":227,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"227","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1529":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1530":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1531":{"target":{"__isSmartRef__":true,"id":1525},"eventSpec":{"__isSmartRef__":true,"id":1532},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1532":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1533":{"x":588,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1534":{"_x":0,"_y":0,"_width":13,"_height":227,"_stroke":{"__isSmartRef__":true,"id":714},"_fill":{"__isSmartRef__":true,"id":715},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"227","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1535":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1536":{"a":1,"b":0,"c":0,"d":1,"e":588,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1537":{"sourceObj":{"__isSmartRef__":true,"id":1525},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1498},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1538":{"sourceObj":{"__isSmartRef__":true,"id":1525},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1498},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1539":{"x":-100,"y":-3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1540":{"_x":0,"_y":0,"_width":601,"_height":227,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"601","namespaceURI":null},{"key":"height","value":"227","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"1541":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1542":{"a":1,"b":0,"c":0,"d":1,"e":-100,"f":-3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1543":{"sourceObj":{"__isSmartRef__":true,"id":1498},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1525},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1544":{"submorphs":[{"__isSmartRef__":true,"id":1545},{"__isSmartRef__":true,"id":1557},{"__isSmartRef__":true,"id":1570},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1622}],"owner":{"__isSmartRef__":true,"id":1497},"_livelyDataWrapperId_":"1027:TitleBarMorph","origin":{"__isSmartRef__":true,"id":1648},"shape":{"__isSmartRef__":true,"id":1649},"priorExtent":{"__isSmartRef__":true,"id":1650},"pvtCachedTransform":{"__isSmartRef__":true,"id":1651},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":1546},"windowMorph":{"__isSmartRef__":true,"id":1497},"label":{"__isSmartRef__":true,"id":1557},"closeButton":{"__isSmartRef__":true,"id":1570},"menuButton":{"__isSmartRef__":true,"id":1596},"collapseButton":{"__isSmartRef__":true,"id":1622},"openForDragAndDrop":false,"__LivelyClassName__":"TitleBarMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TitleBarMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1027:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(-100,-25)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1545":{"submorphs":[{"__isSmartRef__":true,"id":1546}],"owner":{"__isSmartRef__":true,"id":1544},"_livelyDataWrapperId_":"1029:ClipMorph","origin":{"__isSmartRef__":true,"id":1551},"shape":{"__isSmartRef__":true,"id":1552},"priorExtent":{"__isSmartRef__":true,"id":1553},"clip":{"__isSmartRef__":true,"id":1554},"_clip-path":"url(#1030:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1556},"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1029:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#1030:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1546":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1545},"_livelyDataWrapperId_":"1028:Morph","origin":{"__isSmartRef__":true,"id":1547},"shape":{"__isSmartRef__":true,"id":1548},"priorExtent":{"__isSmartRef__":true,"id":1549},"pvtCachedTransform":{"__isSmartRef__":true,"id":1550},"styleClass":["titleBar"],"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1028:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1547":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1548":{"_x":0,"_y":0,"_width":601,"_height":30,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1384},"_rx":8,"_ry":8,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"601","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#22:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null}]}},"1549":{"x":501,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1550":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1551":{"x":-1,"y":-1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1552":{"_x":0,"_y":0,"_width":603,"_height":23,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"603","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1553":{"x":501,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1554":{"_livelyDataWrapperId_":"1030:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1555},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1030:lively.scene.Clip","namespaceURI":null}]}},"1555":{"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"603","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1556":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1557":{"textString":"","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1558}],"owner":{"__isSmartRef__":true,"id":1544},"_livelyDataWrapperId_":"1031:TextMorph","origin":{"__isSmartRef__":true,"id":1563},"shape":{"__isSmartRef__":true,"id":1564},"textContent":{"__isSmartRef__":true,"id":1566},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1567},"textSelection":{"__isSmartRef__":true,"id":1558},"priorExtent":{"__isSmartRef__":true,"id":1568},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1569},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label_highlight"],"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1031:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(300.5,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label_highlight","namespaceURI":null}]}},"1558":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1557},"_livelyDataWrapperId_":"1033:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1559},"shape":{"__isSmartRef__":true,"id":1560},"priorExtent":{"__isSmartRef__":true,"id":1561},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1562},"openForDragAndDrop":false,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1033:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1559":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1560":{"_livelyDataWrapperId_":"1032:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1032:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1561":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1562":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1563":{"x":300.5,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1564":{"_x":0,"_y":0,"_width":0,"_height":14.399999999999999,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1565},"_rx":8,"_ry":8,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"0","namespaceURI":null},{"key":"height","value":"14.399999999999999","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"fill-opacity","value":"0.5","namespaceURI":null}]}},"1565":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1566":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1567":{"a":1,"b":0,"c":0,"d":1,"e":300.5,"f":3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1568":{"x":-12,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1569":{"x":6,"y":2,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1570":{"submorphs":[{"__isSmartRef__":true,"id":1571}],"owner":{"__isSmartRef__":true,"id":1544},"_livelyDataWrapperId_":"1034:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1585},"shape":{"__isSmartRef__":true,"id":1586},"priorExtent":{"__isSmartRef__":true,"id":1592},"label":{"__isSmartRef__":true,"id":1571},"pvtCachedTransform":{"__isSmartRef__":true,"id":1593},"styleClass":["titleBar_closeButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":1594},{"__isSmartRef__":true,"id":1595}],"openForDragAndDrop":false,"__LivelyClassName__":"WindowControlMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1034:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(590,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton_highlight","namespaceURI":null}]}},"1571":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":1572}],"owner":{"__isSmartRef__":true,"id":1570},"_livelyDataWrapperId_":"1035:TextMorph","origin":{"__isSmartRef__":true,"id":1577},"shape":{"__isSmartRef__":true,"id":1578},"textContent":{"__isSmartRef__":true,"id":1579},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1580},"textSelection":{"__isSmartRef__":true,"id":1572},"priorExtent":{"__isSmartRef__":true,"id":1581},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1582},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1583},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1035:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-4,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1572":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1571},"_livelyDataWrapperId_":"1037:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1573},"shape":{"__isSmartRef__":true,"id":1574},"priorExtent":{"__isSmartRef__":true,"id":1575},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1576},"openForDragAndDrop":false,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1037:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1573":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1574":{"_livelyDataWrapperId_":"1036:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1036:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1575":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1576":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1577":{"x":-4,"y":-6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1578":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1579":{"_fill":{"__isSmartRef__":true,"id":1418},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1580":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1581":{"x":8,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1582":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1583":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1584}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1584":{"style":"bold","__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1585":{"x":590,"y":11,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1586":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1587},"__LivelyClassName__":"lively.scene.Ellipse","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#26:lively.paint.RadialGradient)","namespaceURI":null}]}},"1587":{"stops":[{"__isSmartRef__":true,"id":1588},{"__isSmartRef__":true,"id":1589},{"__isSmartRef__":true,"id":1590}],"f":{"__isSmartRef__":true,"id":1591},"refcount":33,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"26:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1588":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(226,179,179)","namespaceURI":null}]}},"1589":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(158,0,0)","namespaceURI":null}]}},"1590":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(95,0,0)","namespaceURI":null}]}},"1591":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1592":{"x":16,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1593":{"a":1,"b":0,"c":0,"d":1,"e":590,"f":11,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1594":{"sourceObj":{"__isSmartRef__":true,"id":1570},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1595":{"sourceObj":{"__isSmartRef__":true,"id":1570},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1596":{"submorphs":[{"__isSmartRef__":true,"id":1597}],"owner":{"__isSmartRef__":true,"id":1544},"_livelyDataWrapperId_":"1038:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1611},"shape":{"__isSmartRef__":true,"id":1612},"priorExtent":{"__isSmartRef__":true,"id":1618},"label":{"__isSmartRef__":true,"id":1597},"pvtCachedTransform":{"__isSmartRef__":true,"id":1619},"styleClass":["titleBar_menuButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":1620},{"__isSmartRef__":true,"id":1621}],"openForDragAndDrop":false,"__LivelyClassName__":"WindowControlMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1038:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton_highlight","namespaceURI":null}]}},"1597":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":1598}],"owner":{"__isSmartRef__":true,"id":1596},"_livelyDataWrapperId_":"1039:TextMorph","origin":{"__isSmartRef__":true,"id":1603},"shape":{"__isSmartRef__":true,"id":1604},"textContent":{"__isSmartRef__":true,"id":1605},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1606},"textSelection":{"__isSmartRef__":true,"id":1598},"priorExtent":{"__isSmartRef__":true,"id":1607},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1608},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1609},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1039:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-5,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1598":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1597},"_livelyDataWrapperId_":"1041:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1599},"shape":{"__isSmartRef__":true,"id":1600},"priorExtent":{"__isSmartRef__":true,"id":1601},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1602},"openForDragAndDrop":false,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1041:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1599":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1600":{"_livelyDataWrapperId_":"1040:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1040:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1601":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1602":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1603":{"x":-5,"y":-6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1604":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"10","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1605":{"_fill":{"__isSmartRef__":true,"id":1418},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1606":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1607":{"x":8,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1608":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1609":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1610}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1610":{"style":"bold","__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1611":{"x":11,"y":11,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1612":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1613},"__LivelyClassName__":"lively.scene.Ellipse","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#27:lively.paint.RadialGradient)","namespaceURI":null}]}},"1613":{"stops":[{"__isSmartRef__":true,"id":1614},{"__isSmartRef__":true,"id":1615},{"__isSmartRef__":true,"id":1616}],"f":{"__isSmartRef__":true,"id":1617},"refcount":33,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"27:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1614":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(179,219,179)","namespaceURI":null}]}},"1615":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(0,133,0)","namespaceURI":null}]}},"1616":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(0,79,0)","namespaceURI":null}]}},"1617":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1618":{"x":16,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1619":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1620":{"sourceObj":{"__isSmartRef__":true,"id":1596},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1621":{"sourceObj":{"__isSmartRef__":true,"id":1596},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1622":{"submorphs":[{"__isSmartRef__":true,"id":1623}],"owner":{"__isSmartRef__":true,"id":1544},"_livelyDataWrapperId_":"1042:WindowControlMorph","origin":{"__isSmartRef__":true,"id":1637},"shape":{"__isSmartRef__":true,"id":1638},"priorExtent":{"__isSmartRef__":true,"id":1644},"label":{"__isSmartRef__":true,"id":1623},"pvtCachedTransform":{"__isSmartRef__":true,"id":1645},"styleClass":["titleBar_collapseButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":1646},{"__isSmartRef__":true,"id":1647}],"openForDragAndDrop":false,"__LivelyClassName__":"WindowControlMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1042:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(571,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton_highlight","namespaceURI":null}]}},"1623":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":1624}],"owner":{"__isSmartRef__":true,"id":1622},"_livelyDataWrapperId_":"1043:TextMorph","origin":{"__isSmartRef__":true,"id":1629},"shape":{"__isSmartRef__":true,"id":1630},"textContent":{"__isSmartRef__":true,"id":1631},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1632},"textSelection":{"__isSmartRef__":true,"id":1624},"priorExtent":{"__isSmartRef__":true,"id":1633},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1634},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":1418},"textStyle":{"__isSmartRef__":true,"id":1635},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1043:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1624":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1623},"_livelyDataWrapperId_":"1045:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1625},"shape":{"__isSmartRef__":true,"id":1626},"priorExtent":{"__isSmartRef__":true,"id":1627},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1628},"openForDragAndDrop":false,"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1045:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1625":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1626":{"_livelyDataWrapperId_":"1044:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1044:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1627":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1628":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1629":{"x":-3,"y":-6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1630":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"7","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1631":{"_fill":{"__isSmartRef__":true,"id":1418},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1632":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1633":{"x":8,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1634":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1635":{"runs":[2],"values":[{"__isSmartRef__":true,"id":1636}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"1636":{"style":"bold","__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"1637":{"x":571,"y":11,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1638":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":1639},"__LivelyClassName__":"lively.scene.Ellipse","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#28:lively.paint.RadialGradient)","namespaceURI":null}]}},"1639":{"stops":[{"__isSmartRef__":true,"id":1640},{"__isSmartRef__":true,"id":1641},{"__isSmartRef__":true,"id":1642}],"f":{"__isSmartRef__":true,"id":1643},"refcount":33,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"28:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"1640":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(255,243,209)","namespaceURI":null}]}},"1641":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(255,215,102)","namespaceURI":null}]}},"1642":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(153,129,61)","namespaceURI":null}]}},"1643":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1644":{"x":16,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1645":{"a":1,"b":0,"c":0,"d":1,"e":571,"f":11,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1646":{"sourceObj":{"__isSmartRef__":true,"id":1622},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1647":{"sourceObj":{"__isSmartRef__":true,"id":1622},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1497},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1648":{"x":-100,"y":-25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1649":{"_x":0,"_y":0,"_width":601,"_height":22,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"601","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1650":{"x":501,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1651":{"a":1,"b":0,"c":0,"d":1,"e":-100,"f":-25,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1652":{"x":1207,"y":748,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1653":{"_x":-100,"_y":-25,"_width":601,"_height":249,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-100","namespaceURI":null},{"key":"y","value":"-25","namespaceURI":null},{"key":"width","value":"601","namespaceURI":null},{"key":"height","value":"249","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1654":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1655":{"a":1,"b":0,"c":0,"d":1,"e":1207,"f":748,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1656":{"x":0,"y":23,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1657":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1658":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1659":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1660":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1661":{"_fill":{"__isSmartRef__":true,"id":1662},"_stroke":{"__isSmartRef__":true,"id":1663},"__SourceModuleName__":"Global.lively.scene","_x":0,"_y":0,"_width":4006.5,"_height":4628.5,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"4006.5","namespaceURI":null},{"key":"height","value":"4628.5","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"1662":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1663":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1664":{"x":1006,"y":628,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1665":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":1666},"button":{"__isSmartRef__":true,"id":1671},"widgetPanel":{"__isSmartRef__":true,"id":1672},"focusHalo":{"__isSmartRef__":true,"id":1675},"panel":{"__isSmartRef__":true,"id":1677},"link":{"__isSmartRef__":true,"id":1680},"helpText":{"__isSmartRef__":true,"id":1682},"menu_items":{"__isSmartRef__":true,"id":1684},"menu_list":{"__isSmartRef__":true,"id":1686},"slider":{"__isSmartRef__":true,"id":1688},"slider_background":{"__isSmartRef__":true,"id":1689},"slider_horizontal":{"__isSmartRef__":true,"id":1690},"slider_background_horizontal":{"__isSmartRef__":true,"id":1697},"titleBar":{"__isSmartRef__":true,"id":1702},"titleBar_label":{"__isSmartRef__":true,"id":1703},"titleBar_label_highlight":{"__isSmartRef__":true,"id":1704},"titleBar_button_label":{"__isSmartRef__":true,"id":1705},"titleBar_closeButton":{"__isSmartRef__":true,"id":1706},"titleBar_menuButton":{"__isSmartRef__":true,"id":1707},"titleBar_collapseButton":{"__isSmartRef__":true,"id":1708},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":1709},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":1710},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":1711},"clock":{"__isSmartRef__":true,"id":1712},"fabrik":{"__isSmartRef__":true,"id":1717},"world":{"__isSmartRef__":true,"id":1719}},"1666":{"borderColor":{"__isSmartRef__":true,"id":1667}},"1667":{"vector":{"__isSmartRef__":true,"id":1668},"stops":[{"__isSmartRef__":true,"id":1669},{"__isSmartRef__":true,"id":1670}],"refcount":0,"_livelyDataWrapperId_":"16:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"16:lively.paint.LinearGradient","namespaceURI":null}]}},"1668":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1669":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1670":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(12,12,12)","namespaceURI":null}]}},"1671":{"borderColor":{"__isSmartRef__":true,"id":51},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":32}},"1672":{"borderColor":{"__isSmartRef__":true,"id":1673},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":1674},"opacity":0.4},"1673":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1674":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1675":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":1676},"strokeOpacity":0.5},"1676":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1677":{"fill":{"__isSmartRef__":true,"id":1678},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":1679}},"1678":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1679":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1680":{"borderColor":{"__isSmartRef__":true,"id":1681},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":714}},"1681":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1682":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":1683},"fillOpacity":0.8},"1683":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1684":{"fontSize":14,"textColor":{"__isSmartRef__":true,"id":1685}},"1685":{"r":0.129,"g":0.129,"b":0.129,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1686":{"fill":{"__isSmartRef__":true,"id":1687}},"1687":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1688":{"borderColor":{"__isSmartRef__":true,"id":702},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":703}},"1689":{"borderColor":{"__isSmartRef__":true,"id":714},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":715}},"1690":{"borderColor":{"__isSmartRef__":true,"id":1691},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1692}},"1691":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1692":{"vector":{"__isSmartRef__":true,"id":1693},"stops":[{"__isSmartRef__":true,"id":1694},{"__isSmartRef__":true,"id":1695},{"__isSmartRef__":true,"id":1696}],"refcount":56,"_livelyDataWrapperId_":"20:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"20:lively.paint.LinearGradient","namespaceURI":null}]}},"1693":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1694":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"1695":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"1696":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"1697":{"borderColor":{"__isSmartRef__":true,"id":1691},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1698}},"1698":{"vector":{"__isSmartRef__":true,"id":1693},"stops":[{"__isSmartRef__":true,"id":1699},{"__isSmartRef__":true,"id":1700},{"__isSmartRef__":true,"id":1701}],"refcount":56,"_livelyDataWrapperId_":"21:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"21:lively.paint.LinearGradient","namespaceURI":null}]}},"1699":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"1700":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"1701":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"1702":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":1691},"fill":{"__isSmartRef__":true,"id":1384}},"1703":{"fill":null},"1704":{"fill":{"__isSmartRef__":true,"id":1565},"fillOpacity":0.5},"1705":{"textColor":{"__isSmartRef__":true,"id":1418},"fontStyle":"bold"},"1706":{"fill":{"__isSmartRef__":true,"id":1426}},"1707":{"fill":{"__isSmartRef__":true,"id":1452}},"1708":{"fill":{"__isSmartRef__":true,"id":1478}},"1709":{"fill":{"__isSmartRef__":true,"id":1587}},"1710":{"fill":{"__isSmartRef__":true,"id":1613}},"1711":{"fill":{"__isSmartRef__":true,"id":1639}},"1712":{"borderColor":{"__isSmartRef__":true,"id":1713},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":1714}},"1713":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1714":{"stops":[{"__isSmartRef__":true,"id":1715},{"__isSmartRef__":true,"id":1716}],"refcount":0,"_livelyDataWrapperId_":"29:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"29:lively.paint.RadialGradient","namespaceURI":null}]}},"1715":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(243,243,243)","namespaceURI":null}]}},"1716":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1717":{"borderColor":{"__isSmartRef__":true,"id":1718},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":714},"opacity":1},"1718":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1719":{"fill":{"__isSmartRef__":true,"id":1565}},"isSimplifiedRegistry":true}}]]> Lively Kernel canvas