// 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"},"583":{"this":{"__isSmartRef__":true,"id":57}},"584":{"varMapping":{"__isSmartRef__":true,"id":585},"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"},"585":{"this":{"__isSmartRef__":true,"id":57}},"586":{"varMapping":{"__isSmartRef__":true,"id":587},"source":"function addTargetScript(name) {\n\tvar target = this.scriptList.selection.obj;\n\tvar scriptName = this.scriptList.selection.scriptName; \n\tif (!target || !scriptName) return;\n\n\ttarget.addScript(\"function \" + name + \"() {\\n\\n}\"); \n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"587":{"this":{"__isSmartRef__":true,"id":57}},"588":{"varMapping":{"__isSmartRef__":true,"id":589},"source":"function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (!selection) {\n\t\tpane.setTextString(\"\");\n\t\treturn;\n\t}\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + \n\t\t\tc.converterString : \"\" ) + \"}\"\n\n\t\tsource = Strings.format('connect(%s, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tthis.generateQuerySource(targetThis, c.getSourceObj()),\n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tthis.generateQuerySource(targetThis, c.getTargetObj()),\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\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"589":{"this":{"__isSmartRef__":true,"id":57}},"590":{"varMapping":{"__isSmartRef__":true,"id":591},"source":"function generateQuerySource(fromObj, toObj ) {\n\t\tvar findTargetCode;\n\t\tvar name = toObj.name\n\n\t\tif (fromObj === toObj) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (fromObj[name] === toObj) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (fromObj.getMorphNamed(name) === toObj) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\treturn findTargetCode\t\t\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"591":{"this":{"__isSmartRef__":true,"id":57}},"592":{"submorphs":[{"__isSmartRef__":true,"id":593},{"__isSmartRef__":true,"id":965},{"__isSmartRef__":true,"id":996},{"__isSmartRef__":true,"id":1012},{"__isSmartRef__":true,"id":1030},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1073},{"__isSmartRef__":true,"id":1086},{"__isSmartRef__":true,"id":1148},{"__isSmartRef__":true,"id":1172}],"_livelyDataWrapperId_":"4087:Morph","origin":{"__isSmartRef__":true,"id":1198},"shape":{"__isSmartRef__":true,"id":1199},"priorExtent":{"__isSmartRef__":true,"id":1202},"pvtCachedTransform":{"__isSmartRef__":true,"id":1203},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1204},"name":"PartsBinItemEditor","__SourceModuleName__":"Global.lively.oldCore.Morphs","owner":{"__isSmartRef__":true,"id":0},"__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":"4087:Morph","namespaceURI":null},{"key":"transform","value":"translate(53.20362255442888,156.22069000457122) scale(1.0000000257056598,1.0000000257056598)","namespaceURI":null}]}},"593":{"submorphs":[{"__isSmartRef__":true,"id":594}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"2111:Morph","origin":{"__isSmartRef__":true,"id":928},"shape":{"__isSmartRef__":true,"id":929},"priorExtent":{"__isSmartRef__":true,"id":932},"pvtCachedTransform":{"__isSmartRef__":true,"id":933},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":934},"name":"targetContainer","__SourceModuleName__":"Global.lively.oldCore.Morphs","attributeConnections":[{"__isSmartRef__":true,"id":935}],"target":{"__isSmartRef__":true,"id":594},"__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":"2111:Morph","namespaceURI":null},{"key":"transform","value":"translate(212.56175345518665,118.4134192406326)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":950},"withLayers":["NodeMorphLayer"]},"594":{"submorphs":[{"__isSmartRef__":true,"id":595},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":674},{"__isSmartRef__":true,"id":694},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":835},{"__isSmartRef__":true,"id":850},{"__isSmartRef__":true,"id":862},{"__isSmartRef__":true,"id":886}],"_livelyDataWrapperId_":"1285:Morph","origin":{"__isSmartRef__":true,"id":910},"shape":{"__isSmartRef__":true,"id":911},"priorExtent":{"__isSmartRef__":true,"id":913},"pvtCachedTransform":{"__isSmartRef__":true,"id":914},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":915},"attributeConnections":[{"__isSmartRef__":true,"id":916}],"__SourceModuleName__":"Global.lively.oldCore.Morphs","name":"ServerCodeSearch","owner":{"__isSmartRef__":true,"id":593},"__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":"1285:Morph","namespaceURI":null},{"key":"transform","value":"translate(75.58572113768423,71.5619810090297) scale(1.0133051635167192,1.0133051635167192)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":917}},"595":{"submorphs":[{"__isSmartRef__":true,"id":596},{"__isSmartRef__":true,"id":626}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"1031:ScrollPane","origin":{"__isSmartRef__":true,"id":652},"shape":{"__isSmartRef__":true,"id":653},"priorExtent":{"__isSmartRef__":true,"id":655},"pvtCachedTransform":{"__isSmartRef__":true,"id":656},"clipMorph":{"__isSmartRef__":true,"id":596},"verticalScrollBar":{"__isSmartRef__":true,"id":626},"attributeConnections":[{"__isSmartRef__":true,"id":657}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":658},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":659},"suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Widgets","name":"","__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":"1031:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(11.9285888671875,45.72576904296875)","namespaceURI":null}]}},"596":{"submorphs":[{"__isSmartRef__":true,"id":597}],"owner":{"__isSmartRef__":true,"id":595},"_livelyDataWrapperId_":"1032:ClipMorph","origin":{"__isSmartRef__":true,"id":620},"shape":{"__isSmartRef__":true,"id":621},"priorExtent":{"__isSmartRef__":true,"id":622},"clip":{"__isSmartRef__":true,"id":623},"_clip-path":"url(#31:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":625},"suppressHandles":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Widgets","name":"","__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":"1032:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#31:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(5.9999150603980524,5.999945638668578)","namespaceURI":null}]}},"597":{"baseWidth":723.27978515625,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":598}],"owner":{"__isSmartRef__":true,"id":596},"_livelyDataWrapperId_":"1027:ListMorph","origin":{"__isSmartRef__":true,"id":614},"shape":{"__isSmartRef__":true,"id":615},"priorExtent":{"__isSmartRef__":true,"id":617},"itemList":["-----"],"selectedLineNo":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":618},"savedFill":null,"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":619}],"hasKeyboardFocus":false,"__SourceModuleName__":"Global.lively.Widgets","setTextString":["lively/Base.js:77630:\t\tvar result = this.mixedWith(Color.black, 0.5);","lively/Base.js:79380:\tblack: new Color(0,0,0),","lively/CanvasExpt.js:7888:\t\tctx.fillStyle = 'black'; ctx.fillRect (10, 10, 10, 10);","lively/CanvasExpt.js:8078:\t\tctx.strokeStyle = 'black';","lively/Connector.js:5213:\t\t// var m = Morph.makeLine([pt(-1,-1), pt(0,0)], 1, Color.black);","lively/Connector.js:6000:\t\tvar lineColor = Color.black;","lively/Contributions.js:29651:// When blast a morph, make fragments out of its submorphs (one level)","lively/Contributions.js:30097:\tthis.ship = this.addMorph(new Ship([pt(0, -10), pt(5, 10), pt(-5, 10), pt(0, -10)], 1, Color.black, Color.blue));","lively/Contributions.js:30265:\tthis.setFill(Color.black);","lively/Core.js:32872:\t\tmorph.applyStyle({fill: null, borderWidth: lineWidth || 1, borderColor: lineColor || Color.black});","lively/Core.js:34657:\t\treturn morph.applyStyle({borderWidth: 1, borderColor: Color.black, fill: Color.blue});","lively/Core.js:35425:\t\tvar morph = Morph.makePolygon(makeStarVertices(50,pt(0,0),0), 1, Color.black, Color.yellow);","lively/Core.js:36211:\t\tif (closed) morph.applyStyle({ fill: Color.red, borderWidth: 1, borderColor: Color.black});","lively/Core.js:84668:\t// Experimental radial \"black hole\" scrolling feature: When","lively/Core.js:84799: // by 'towardsPoint'), the object is zoomed into the black hole.","lively/Core.js:85493:\t\t// the object is in the black hole, allowing the display to be","lively/Core.js:114274:\t\t\tif (s.getFill()) s.setFill(Color.black);","lively/Core.js:114318:\t\t\tif (s.getStroke()) s.setStroke(Color.black);","lively/Core.js:155914:\t\tpane.setBorderWidth(2); pane.setBorderColor(Color.black);","lively/Core.js:166792:\t\t\t\tvar m = Morph.makeLine([p, p.addXY(60, 30)], 2, Color.black);","lively/Core.js:185767:\t\tthis.applyStyle({fill: local ? Color.primary.blue : Color.primary.red, borderColor: Color.black, borderWidth: 1});","lively/Core.js:202162:\t\tborderColor: Color.black, ","lively/Core.js:203167:\t\t\tlineMorph.applyStyle({fill: null, borderWidth: 1, borderColor: Color.black}).ignoreEvents();","lively/Core.js:207318: style: { borderColor: Color.black, fill: new lively.paint.RadialGradient([new lively.paint.Stop(0, Color.green), ","lively/Core.js:210045:\tstyle: {borderWidth: 1, borderColor: Color.black, fill: null},","lively/EmuDom.js:1971: var deepClone = function(original /*, blacklist */) {","lively/EmuDom.js:2029: var blacklist = Array.prototype.slice.call(arguments, 1);","lively/EmuDom.js:2622: if (blacklist.indexOf(p) != -1)","lively/EmuDom.js:7726: // KP: added _fxBegin, _fxShape to blacklist. This is obviously a workaround","lively/EmuDom.js:7809: //, objects should be able to declare their blacklists","lively/Examples.js:12537:\t\tkey = Morph.makeRectangle(keyRect); key.setFill(Color.black); key.myFill = Color.black;","lively/Examples.js:31815:\t shape.setStroke(Color.black);","lively/Examples.js:36736:\tthis.sprite.setFill(Color.black);","lively/Examples.js:47602: var textStyle = {fill: Color.black, textColor: Color.yellow};","lively/Examples.js:71804: // Set black background color for the game","lively/Examples.js:71855: this.setFill(Color.black);","lively/Examples.js:119013: this.setFill(Color.black); ","lively/Examples.js:119252: this.background = Color.black;","lively/Examples.js:128462: this.color = Color.black;","lively/Examples.js:134897: this.color = Color.black;","lively/Examples.js:142969:\tborderColor: Color.black, ","lively/Examples.js:143349:\tborderColor: Color.black, ","lively/Examples.js:143589:\tborderColor: Color.black, ","lively/Examples.js:145004: this.crank = Morph.makeCircle(center, this.stroke*0.8, 4, Color.black, Color.gray);","lively/Examples.js:145217:\t\t\tColor.black, Color.gray.darker(2));","lively/Examples.js:147651: var cylinder = Morph.makePolygon(cylVerts, 4, Color.black, Color.gray);","lively/Examples.js:148146: var wristPin = Morph.makeCircle(piston.innerBounds().center(), cr.width*0.1, 0, null, Color.black);","lively/Examples.js:153809: this.setFill(Color.black);","lively/Fabrik.js:21035:\tstyle: {fill: Color.green, opacity: 0.5, borderWidth: 1, borderColor: Color.black},","lively/GridLayout.js:3326:\tborderWidth: 0, borderColor: Color.black, fill: Color.red, fillOpacity: 0.4, strokeOpacity: 0,","lively/GridLayout.js:3434: style: { fill: Color.grey, borderWidth: 1, borderColor: Color.black },","lively/GridLayout.js:20418: g2.gridLineSpec.fill=Color.black;","lively/LKFileParser.js:23522:\"blankLine\":function(){var $elf=this,p,c;return (function(){p=this._apply(\"pos\");this._or((function(){return this._apply(\"nl\")}),(function(){return (function(){this._many((function(){return (function(){c=this._apply(\"char\");return this._pred((c.charCodeAt((0)) === (32)))}).call(this)}));return this._apply(\"nl\")}).call(this)}));return this._fragment(null,\"blankLine\",p,(this.pos() - (1)))}).call(this)},","lively/LKWiki.js:4031:\t\tversionList.applyStyle({borderWidth:1, borderColor:Color.black})","lively/LKWiki.js:43925:\t\tnewStyle.textColor = Color.black;","lively/Main.js:11261:\t\t\twidget = Morph.makePolygon(makeStarVertices(50,pt(0,0),0), 1, Color.black, Color.yellow);","lively/Main.js:12028:\t\t\twidget = Morph.makeEllipse(loc.addPt(dx).extent(widgetExtent), 1, Color.black, colors[1]);","lively/Main.js:12201:\t\t\twidget = Morph.makeLine([pt(0,0), pt(70,0)], 2, Color.black);","lively/Main.js:12364:\t\t\twidget = Morph.makePolygon([pt(0,0),pt(70,0),pt(40,30)], 1, Color.black, colors[2]);","lively/Main.js:19208:\t\t\t\twidget.applyStyle({fill: Color.red, borderWidth: 3, borderColor: Color.black});","lively/Main.js:27041:\t\t\tvar widget = Morph.makePolygon(vertices, 1, Color.black, Color.yellow);","lively/Main.js:27812:\t\t\twidget = Morph.makeEllipse(loc.addPt(dx).extent(widgetExtent), 1, Color.black, colors[1]);","lively/Main.js:28131:\t\t\twidget = Morph.makeLine([pt(0,0), pt(-10,20), pt(70,0)], 2, Color.black);","lively/Main.js:28312:\t\t\twidget = Morph.makePolygon([pt(0,0),pt(70,0),pt(40,30)], 1, Color.black, colors[2]);","lively/Persistence.js:7570:\t\tthis.scrollPane.setBorderColor(Color.black);","lively/Persistence.js:8087:\t\tthis.normalStyle = {style: 'normal', color: Color.black};","lively/Scripting.js:6846:\t\tadd(Morph.makeLine([pt(0,0), pt(60, 30)], 2, Color.black));","lively/Storage.js:1458: style: { borderWidth: 3, borderColor: Color.black,","lively/Storage.js:2672:\t m.applyStyle({borderWidth: 3, borderColor: Color.black});","lively/Styles.js:8546:\tblanchedalmond: Color.rgb(255,255,205),","lively/Styles.js:9872:\tblack: Color.rgb(0,0,0)","lively/Styles.js:13994:\t\t\t\tnew lively.paint.Stop(1, color.mixedWith(Color.black, 0.6))],","lively/Styles.js:14876:\t\t\t\tnew lively.paint.Stop(1, color.mixedWith(Color.black, 0.9))],","lively/Styles.js:16091:\t\tborderColor: Color.black","lively/Styles.js:16317:\t\tborderColor: Color.black, ","lively/Styles.js:16858:\t\tborderColor: Color.black, ","lively/Styles.js:17092:\t\tborderColor: Color.black, ","lively/Styles.js:17381:\t\tbordercolor: Color.black,","lively/Styles.js:17660:\t\tborderColor: Color.black, ","lively/Styles.js:17817:\t\tborderColor: Color.black, ","lively/Styles.js:18814:\t\tborderColor: Color.black","lively/Styles.js:20296:\t\tbordercolor: Color.black,","lively/Styles.js:20792:\t\tborderColor: Color.black, borderWidth: 4,","lively/Styles.js:23384:\t\t\t\t\t[0.0, Color.gray.mixedWith(Color.black, 0.9)],","lively/Styles.js:23490:\t\t\t\t\t[1.0, Color.gray.mixedWith(Color.black, 0.9)]], ","lively/Styles.js:24154:\t\tfill: Styles.titleBarButtonGradient(Color.green.mixedWith(Color.black, 0.65)),","lively/Styles.js:24399:\t\tborderColor: Color.black, borderWidth: 4,","lively/Text.js:27018:\tcursorColor: Color.black,","lively/Text.js:29633:\t\t// we found a non-blank at str[index];\treturn the corresponding chunk length","lively/Text.js:30320:\ttextColor: Color.black,","lively/Text.js:30384:\tstyle: { borderWidth: 1, borderColor: Color.black},","lively/Text.js:45447:\t\tstatusMorph.setTextColor(color || Color.black);","lively/Text.js:76944:\t\tvar colors = ['black', 'brown', 'red', 'orange', 'yellow', 'green', 'blue', 'violet', 'gray', 'white'];","lively/TileScripting.js:2703: wrapper.applyStyle({borderWidth:1, borderColor: Color.black});","lively/TileScripting.js:2774: m.applyStyle({borderWidth: 2, borderColor: Color.black});","lively/TileScripting.js:3810: panel.applyStyle({fill: Color.white, borderWidth: 1, borderColor: Color.black});","lively/TileScripting.js:26374: style: {borderWidth: 0.5, borderColor: Color.black},","lively/Tools.js:45437:\t\t\t\t\t// decompile and count lines with more than one non-blank character","lively/Tools.js:60871: // Note that /* and matching */ must be first non-blank chars on a line","lively/Tools.js:65661: if (this.verbose) console.log(\"blank line\");","lively/Widgets.js:8718:\t\tthis.label.applyStyle({ textColor: (isActive ? Color.black : Color.gray.darker()) });","lively/Widgets.js:37527: style: { borderColor: Color.black, borderWidth: 1 },","lively/Widgets.js:41789: if (this.hasNullSelection()) { // Null sel in a list is blank","lively/Widgets.js:44827:\tstyle: { borderColor: Color.black, borderWidth: 1, fill: Color.white, strokeOpacity: 1},","lively/Widgets.js:72984:\t\ttextColor: Color.black,","lively/Widgets.js:84972:\tstyle: {borderWidth: 1, borderColor: Color.black},","lively/Widgets.js:86463:\t\tcopy.applyStyle({fill: Color.black, fillOpacity: 0.3, strokeOpacity: 0.3, borderRadius: 8});","lively/Widgets.js:94993:\t\t\tline.setStroke(Color.black);","lively/Widgets.js:105730: style: { borderWidth: 1, fill: null, borderColor: Color.black},","lively/Widgets.js:107721: else return Color.black.mixedWith(columnHue, (y - rh2)/rh2); // neutral down to darkest","lively/Widgets.js:109395: style: { borderWidth: 1, borderColor: Color.black, fill: null },","lively/Widgets.js:111265:\t\tthis.setBorderColor(Color.black);","lively/Widgets.js:115592:\tthis.applyStyle({fillOpacity: 0.6, borderColor: Color.black, borderWidth: 1});","lively/Widgets.js:145910:\t\tcopy.applyStyle({fill: Color.black, fillOpacity: 0.3, strokeOpacity: 0.3, borderRadius: 8});","lively/Widgets.js:156817:\t\tthis.setBorderColor(Color.black); this.setBorderWidth(1);","lively/Widgets.js:159803:\t\t\tvar line = Morph.makeLine([Point.polar(this.r1, theta), Point.polar(this.r2, theta)], 1, Color.black);","lively/Widgets.js:185940:\t\tstatusMorph.setTextColor(color || Color.black);","lively/Widgets.js:189470:\tstyle: {fill: Color.gray.lighter(), borderWidth: 1, borderColor: Color.black, suppressHandles: true,},","lively/Widgets.js:190539:\tstyle: {fill: Color.gray, borderColor: Color.black, borderWidth: 2, fillOpacity: 0.5},","lively/Widgets.js:191861:\t\t// this.world().setStatusMessage(\"scroll \" + pos , Color.black, 3)\t\t","lively/Widgets.js:193302:\t\t\t\tea.applyStyle({borderColor: Color.black, borderWidth: 2})","lively/WikiWidget.js:1494:\t\tthis.owner.titleBar.contentMorph.applyStyle({fill: Color.white, borderWidth: 0.1, borderColor: Color.black});","lively/WikiWidget.js:3518: panel.applyStyle({fill: Color.white, borderWidth: 0.1, borderColor: Color.black});","lively/WikiWidget.js:5993: window.titleBar.contentMorph.applyStyle({fill: Color.white, borderWidth: 0.1, borderColor: Color.black});","lively/bootstrap.js:18688:\t\tlink.setAttribute('target', '_blank');","lively/demofx.js:2389:\t\t\t {$:\"Stop\", offset: 0.55, color: Color.black },","lively/demofx.js:6728:\t\t\tstops: [ {$:\"Stop\", offset: 0.1, color: Color.black },","lively/demofx.js:12764:\t this.setGlowColor(Color.black);","lively/demofx.js:14739: stroke: Color.black","lively/demofx.js:19517: {$:\"Stop\", offset: 0.65, color: Color.black },","lively/demofx.js:21763: {$:\"Stop\", offset: 0.95, color: Color.black }","lively/demofx.js:24970: {$:\"Stop\", offset: 0.95, color: Color.black },","lively/miniprototype.js:5890: blank: function() {","lively/obsolete.js:17144: this.setPenColor(Color.black); ","lively/phone.js:4980:\t\tdial.setShape(new lively.scene.Path(fixPath(p), Color.red, 0, Color.black));","lively/phone.js:5277:\t\thook.setShape(new lively.scene.Path(fixPath(hp), null, 4, Color.black));","lively/phone.js:11344:\t\t\t\t\tdial[\"dial\"].submorphs[0].setTextColor(Color.black);",""],"name":"searchList","selection":"lively/ide/JSLint.js:1234:\t\t\tvar dialog = world.editPrompt(\"JSLint Errors\", undefined, fullErrors)","__LivelyClassName__":"ListMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1027:ListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"598":{"textString":"-----","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":599}],"owner":{"__isSmartRef__":true,"id":597},"_livelyDataWrapperId_":"1028:TextMorph","origin":{"__isSmartRef__":true,"id":604},"shape":{"__isSmartRef__":true,"id":605},"textContent":{"__isSmartRef__":true,"id":607},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":608},"textSelection":{"__isSmartRef__":true,"id":599},"priorExtent":{"__isSmartRef__":true,"id":609},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":610},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":611},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":613},"openForDragAndDrop":false,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","name":"","__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":"1028:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"599":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":598},"_livelyDataWrapperId_":"1030:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":600},"shape":{"__isSmartRef__":true,"id":601},"priorExtent":{"__isSmartRef__":true,"id":602},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":603},"__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":"1030:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"600":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"601":{"_livelyDataWrapperId_":"1029: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":"1029: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}]}},"602":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"603":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"604":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"605":{"_x":0,"_y":0,"_width":300,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":606},"_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":"300","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}]}},"606":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"607":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"608":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"609":{"x":292,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"610":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"611":{"target":{"__isSmartRef__":true,"id":597},"eventSpec":{"__isSmartRef__":true,"id":612},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"612":{"onMouseDown":"onMouseDown","onMouseMove":"onMouseMove","onMouseUp":"onMouseUp"},"613":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"614":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"615":{"_x":0,"_y":0,"_width":723.27978515625,"_height":230.8428192138672,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":616},"__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":"723.27978515625","namespaceURI":null},{"key":"height","value":"230.8428192138672","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"616":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"617":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"618":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"619":{"sourceObj":{"__isSmartRef__":true,"id":597},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":594},"targetMethodName":"updateCodePane","__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"620":{"x":5.9999150603980524,"y":5.999945638668578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"621":{"_x":0,"_y":0,"_width":723.27978515625,"_height":230.8428192138672,"_fill":{"__isSmartRef__":true,"id":616},"__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":"723.27978515625","namespaceURI":null},{"key":"height","value":"230.8428192138672","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"622":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"623":{"_livelyDataWrapperId_":"31:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":624},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"31:lively.scene.Clip","namespaceURI":null}]}},"624":{"_fill":{"__isSmartRef__":true,"id":616},"__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":"723.27978515625","namespaceURI":null},{"key":"height","value":"230.8428192138672","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"625":{"a":1,"b":0,"c":0,"d":1,"e":5.9999150603980524,"f":5.999945638668578,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"626":{"submorphs":[{"__isSmartRef__":true,"id":627}],"owner":{"__isSmartRef__":true,"id":595},"_livelyDataWrapperId_":"1034:SliderMorph","origin":{"__isSmartRef__":true,"id":640},"shape":{"__isSmartRef__":true,"id":641},"priorExtent":{"__isSmartRef__":true,"id":647},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":648},"slider":{"__isSmartRef__":true,"id":627},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":649},{"__isSmartRef__":true,"id":650}],"hitPoint":{"__isSmartRef__":true,"id":651},"__SourceModuleName__":"Global.lively.Widgets","name":"","__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":"1034:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(728.279700216648,5.999945638668578)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"627":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":626},"_livelyDataWrapperId_":"1035:Morph","origin":{"__isSmartRef__":true,"id":628},"shape":{"__isSmartRef__":true,"id":629},"priorExtent":{"__isSmartRef__":true,"id":636},"pvtCachedTransform":{"__isSmartRef__":true,"id":637},"mouseHandler":{"__isSmartRef__":true,"id":638},"styleClass":["slider"],"attributeConnections":[],"__SourceModuleName__":"Global.lively.oldCore.Morphs","name":"","__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":"1035:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"628":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"629":{"_x":0,"_y":0,"_width":16,"_height":233.8428192138672,"_stroke":{"__isSmartRef__":true,"id":630},"_fill":{"__isSmartRef__":true,"id":631},"_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":"16","namespaceURI":null},{"key":"height","value":"233.8428192138672","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}]}},"630":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"631":{"vector":{"__isSmartRef__":true,"id":632},"stops":[{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":634},{"__isSmartRef__":true,"id":635}],"refcount":696,"_livelyDataWrapperId_":"18: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":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"632":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"633":{"__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}]}},"634":{"__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}]}},"635":{"__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}]}},"636":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"637":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"638":{"target":{"__isSmartRef__":true,"id":626},"eventSpec":{"__isSmartRef__":true,"id":639},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"639":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"640":{"x":728.279700216648,"y":5.999945638668578,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"641":{"_x":0,"_y":0,"_width":16,"_height":233.8428192138672,"_stroke":{"__isSmartRef__":true,"id":642},"_fill":{"__isSmartRef__":true,"id":643},"_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":"16","namespaceURI":null},{"key":"height","value":"233.8428192138672","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}]}},"642":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"643":{"vector":{"__isSmartRef__":true,"id":632},"stops":[{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":645},{"__isSmartRef__":true,"id":646}],"refcount":1037,"_livelyDataWrapperId_":"19: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":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"644":{"__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}]}},"645":{"__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}]}},"646":{"__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}]}},"647":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"648":{"a":1,"b":0,"c":0,"d":1,"e":728.279700216648,"f":5.999945638668578,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"649":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":595},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"650":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":595},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"651":{"x":10.197342543010791,"y":70.1511466552056,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"652":{"x":11.9285888671875,"y":45.72576904296875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"653":{"_x":-0.00008493960194755346,"_y":-0.000054361331422114745,"_width":747.279798778447,"_height":242.8428192201991,"_fill":{"__isSmartRef__":true,"id":654},"_rx":9,"_ry":9,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.00008493960194755346","namespaceURI":null},{"key":"y","value":"-0.000054361331422114745","namespaceURI":null},{"key":"width","value":"747.279798778447","namespaceURI":null},{"key":"height","value":"242.8428192201991","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"rx","value":"9","namespaceURI":null},{"key":"ry","value":"9","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"654":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"655":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"656":{"a":1,"b":0,"c":0,"d":1,"e":11.9285888671875,"f":45.72576904296875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"657":{"sourceObj":{"__isSmartRef__":true,"id":595},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":626},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"658":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"659":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"660":{"textString":"Server Code Search","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":661}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"4173:TextMorph","origin":{"__isSmartRef__":true,"id":666},"shape":{"__isSmartRef__":true,"id":667},"textContent":{"__isSmartRef__":true,"id":669},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":670},"textSelection":{"__isSmartRef__":true,"id":661},"priorExtent":{"__isSmartRef__":true,"id":671},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":672},"fontSize":17,"padding":{"__isSmartRef__":true,"id":673},"suppressGrabbing":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","name":"","__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":"4173:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(4.970197613149139,8.946306293100747)","namespaceURI":null}]}},"661":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":660},"_livelyDataWrapperId_":"4175:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":662},"shape":{"__isSmartRef__":true,"id":663},"priorExtent":{"__isSmartRef__":true,"id":664},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":665},"isCursor":true,"__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":"4175:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"662":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"663":{"_livelyDataWrapperId_":"4174: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":"4174: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}]}},"664":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"665":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"666":{"x":4.970197613149139,"y":8.946306293100747,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"667":{"_x":0.00001771631468727719,"_y":4.853690143136191e-7,"_width":329.0258483886719,"_height":30.033333333333335,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":668},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00001771631468727719","namespaceURI":null},{"key":"y","value":"4.853690143136191e-7","namespaceURI":null},{"key":"width","value":"329.0258483886719","namespaceURI":null},{"key":"height","value":"30.033333333333335","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.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"668":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"669":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"17","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"670":{"a":1,"b":0,"c":0,"d":1,"e":4.970197613149139,"f":8.946306293100747,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"671":{"x":308.0258483886719,"y":18.699999491373696,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"672":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"673":{"x":10.5,"y":5.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"674":{"textString":"","submorphs":[{"__isSmartRef__":true,"id":675}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"7400:TextMorph","origin":{"__isSmartRef__":true,"id":680},"shape":{"__isSmartRef__":true,"id":681},"textContent":{"__isSmartRef__":true,"id":683},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":684},"textSelection":{"__isSmartRef__":true,"id":675},"priorExtent":{"__isSmartRef__":true,"id":685},"useChangeClue":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":686},"isInputLine":true,"suppressGrabbing":true,"attributeConnections":[{"__isSmartRef__":true,"id":687}],"isSelecting":false,"noEval":true,"__SourceModuleName__":"Global.lively.Text","fontSize":14,"padding":{"__isSmartRef__":true,"id":688},"name":"searchField","savedTextString":"editPrompt(","__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":"7400:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(220.6701139783711,11.916521902054683)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":689}},"675":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":674},"_livelyDataWrapperId_":"7402:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":676},"shape":{"__isSmartRef__":true,"id":677},"priorExtent":{"__isSmartRef__":true,"id":678},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":679},"isCursor":true,"__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":"7402:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"676":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"677":{"_livelyDataWrapperId_":"7401: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":"7401: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}]}},"678":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"679":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"680":{"x":220.6701139783711,"y":11.916521902054683,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"681":{"_x":0.00003349046528455801,"_y":0.0000014564491266355617,"_width":425.2163391113281,"_height":24.733333333333334,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":682},"__SourceModuleName__":"Global.lively.scene","_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00003349046528455801","namespaceURI":null},{"key":"y","value":"0.0000014564491266355617","namespaceURI":null},{"key":"width","value":"425.2163391113281","namespaceURI":null},{"key":"height","value":"24.733333333333334","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.5","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null}]}},"682":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"683":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"Helvetica","namespaceURI":null}]}},"684":{"a":1,"b":0,"c":0,"d":1,"e":220.6701139783711,"f":11.916521902054683,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"685":{"x":407.2163391113281,"y":15.40000025431315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"686":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"687":{"sourceObj":{"__isSmartRef__":true,"id":674},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":594},"targetMethodName":"searchCode","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"688":{"x":9,"y":4.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"689":{"onTextUodate":{"__isSmartRef__":true,"id":690},"onKeydown":{"__isSmartRef__":true,"id":692}},"690":{"varMapping":{"__isSmartRef__":true,"id":691},"source":"function onTextUodate(newValue) {\n\t\t\tTextMorph.prototype.onTextUpdate.call(this, newValue);\n\t\t\tthis.setSelectionRange(0, this.textString.length); \n\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"691":{"this":{"__isSmartRef__":true,"id":674}},"692":{"varMapping":{"__isSmartRef__":true,"id":693},"source":"function onKeydown(evt) {\n\t\t\tswitch (evt.getKeyCode()) {\n\t\t\t\tcase Event.KEY_DOWN: \n\t\t\t\t\thistorySize && this.setTextString(this.nextHistoryEntry());\n\t\t\t\t\tthis.setNullSelectionAt(this.textString.length);\n\t\t\t\t\tevt.stop();\n\t\t\t\t\treturn true;\n\t\t\t\tcase Event.KEY_UP: \n\t\t\t\t\thistorySize && this.setTextString(this.previousHistoryEntry());\n\t\t\t\t\tthis.setNullSelectionAt(this.textString.length);\n\t\t\t\t\tevt.stop();\n\t\t\t\t\treturn true;\n\t\t\t\tcase Event.KEY_RETURN:\n\t\t\t\t\thistorySize && this.saveHistoryEntry(this.textString, historySize);\n\t\t\t\t\tthis.saveContents(this.textString);\n\t\t\t\t\tevt.stop();\n\t\t\t\t\treturn true;\n\t\t\t\tdefault:\n\t\t\t\t\treturn Class.getPrototype(this).onKeyDown.call(this, evt);\n\t\t\t}\n\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"693":{"this":{"__isSmartRef__":true,"id":674}},"694":{"baseFill":{"__isSmartRef__":true,"id":695},"submorphs":[{"__isSmartRef__":true,"id":700}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"8007:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":712},"shape":{"__isSmartRef__":true,"id":713},"priorExtent":{"__isSmartRef__":true,"id":719},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":715},"lighterFill":{"__isSmartRef__":true,"id":720},"scriptSource":"this.owner.selectedFileFragment().browseIt()","pvtCachedTransform":{"__isSmartRef__":true,"id":723},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":724},"label":{"__isSmartRef__":true,"id":700},"attributeConnections":[],"__SourceModuleName__":"Global.lively.Widgets","name":"browseButton","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"8007:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(653.6904725218044,8.952261509910159)","namespaceURI":null}]}},"695":{"vector":{"__isSmartRef__":true,"id":696},"stops":[{"__isSmartRef__":true,"id":697},{"__isSmartRef__":true,"id":698},{"__isSmartRef__":true,"id":699}],"refcount":0,"_livelyDataWrapperId_":"17: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":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"696":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"697":{"__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(209,209,209)","namespaceURI":null}]}},"698":{"__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(230,230,230)","namespaceURI":null}]}},"699":{"__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(209,209,209)","namespaceURI":null}]}},"700":{"textString":"Browse","savedTextString":"Browse","submorphs":[{"__isSmartRef__":true,"id":701}],"owner":{"__isSmartRef__":true,"id":694},"_livelyDataWrapperId_":"8667:TextMorph","origin":{"__isSmartRef__":true,"id":706},"shape":{"__isSmartRef__":true,"id":707},"textContent":{"__isSmartRef__":true,"id":708},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":709},"textSelection":{"__isSmartRef__":true,"id":701},"priorExtent":{"__isSmartRef__":true,"id":710},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":711},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","name":"","__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":"8667:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(15.999967965639371,9.900018539392477)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"701":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":700},"_livelyDataWrapperId_":"8669:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":702},"shape":{"__isSmartRef__":true,"id":703},"priorExtent":{"__isSmartRef__":true,"id":704},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":705},"__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":"8669:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"702":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"703":{"_livelyDataWrapperId_":"8668: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":"8668: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}]}},"704":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"705":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"706":{"x":15.999967965639371,"y":9.900018539392477,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"707":{"_x":0,"_y":0,"_width":41,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":606},"_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":"41","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}]}},"708":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"709":{"a":1,"b":0,"c":0,"d":1,"e":15.999967965639371,"f":9.900018539392477,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"710":{"x":41,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"711":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"712":{"x":653.6904725218044,"y":8.952261509910159,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"713":{"_x":-0.00003203435608156724,"_y":0.000018444023453412228,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":714},"_fill":{"__isSmartRef__":true,"id":715},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.00003203435608156724","namespaceURI":null},{"key":"y","value":"0.000018444023453412228","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#8008:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"714":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"715":{"vector":{"__isSmartRef__":true,"id":716},"stops":[{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":718}],"refcount":9,"_livelyDataWrapperId_":"8008: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":"8008:lively.paint.LinearGradient","namespaceURI":null}]}},"716":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"717":{"__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(209,209,209)","namespaceURI":null}]}},"718":{"__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(232,232,232)","namespaceURI":null}]}},"719":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"720":{"vector":{"__isSmartRef__":true,"id":716},"stops":[{"__isSmartRef__":true,"id":721},{"__isSmartRef__":true,"id":722}],"refcount":0,"_livelyDataWrapperId_":"8009: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":"8009:lively.paint.LinearGradient","namespaceURI":null}]}},"721":{"__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(232,232,232)","namespaceURI":null}]}},"722":{"__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(244,244,244)","namespaceURI":null}]}},"723":{"a":1,"b":0,"c":0,"d":1,"e":653.6904725218044,"f":8.952261509910159,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"724":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"725":{"submorphs":[{"__isSmartRef__":true,"id":726},{"__isSmartRef__":true,"id":813}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"6971:ScrollPane","origin":{"__isSmartRef__":true,"id":828},"shape":{"__isSmartRef__":true,"id":829},"priorExtent":{"__isSmartRef__":true,"id":830},"pvtCachedTransform":{"__isSmartRef__":true,"id":831},"clipMorph":{"__isSmartRef__":true,"id":726},"verticalScrollBar":{"__isSmartRef__":true,"id":813},"attributeConnections":[{"__isSmartRef__":true,"id":832}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":833},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":834},"suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Widgets","name":"","__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":"6971:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(9.9403076171875,297.21661376953125)","namespaceURI":null}]}},"726":{"submorphs":[{"__isSmartRef__":true,"id":727}],"owner":{"__isSmartRef__":true,"id":725},"_livelyDataWrapperId_":"6972:ClipMorph","origin":{"__isSmartRef__":true,"id":806},"shape":{"__isSmartRef__":true,"id":807},"priorExtent":{"__isSmartRef__":true,"id":809},"clip":{"__isSmartRef__":true,"id":810},"_clip-path":"url(#32:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":812},"suppressHandles":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Widgets","name":"","__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":"6972:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#32:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(5.999973790067088,31.935758590698242)","namespaceURI":null}]}},"727":{"textString":"U PartsBin/ServerCodeSearch.svg\nU PartsBin/ServerCodeSearch.json\nUpdated to revision 51235.\n","savedTextString":"\teditScript: function() {\n\t\t// var dialog = new PromptDialogMorph();\n\t\t// dialog.title = 'Edit script';\n\t\t// dialog.setText(this.scriptSource);\n\t\t// dialog.callback = function(input) { this.scriptSource = input }.bind(this);\n\t\t// dialog.openIn(this, WorldMorph.current().positionForNewMorph(dialog));\n\t\t// return dialog;\n\t\tvar dialog = this.world().editPrompt(\n\t\t\t'Edit script',\n\t\t\tfunction(input) { this.scriptSource = input }.bind(this),\n\t\t\tthis.scriptSource,\n\t\t\tthis);\n\t\tdialog.codePane.innerMorph().highlightJavaScriptSyntax();\n\n\t},","submorphs":[{"__isSmartRef__":true,"id":728}],"owner":{"__isSmartRef__":true,"id":726},"_livelyDataWrapperId_":"6967:TextMorph","origin":{"__isSmartRef__":true,"id":733},"shape":{"__isSmartRef__":true,"id":734},"textContent":{"__isSmartRef__":true,"id":736},"lineNumberHint":2,"pvtCachedTransform":{"__isSmartRef__":true,"id":737},"textSelection":{"__isSmartRef__":true,"id":728},"priorExtent":{"__isSmartRef__":true,"id":738},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":739},"suppressHandles":true,"isSelecting":false,"hasKeyboardFocus":false,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","textStyle":null,"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":746},"name":"codeText","tabReplacePrefix":"high","__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":"6967:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-0.9940357852865418,0)","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"728":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":727},"_livelyDataWrapperId_":"6969:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":729},"shape":{"__isSmartRef__":true,"id":730},"priorExtent":{"__isSmartRef__":true,"id":731},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":732},"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":"6969:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"729":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"730":{"_livelyDataWrapperId_":"6968: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":"6968: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}]}},"731":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"732":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"733":{"x":-0.9940357852865418,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"734":{"_x":0,"_y":0,"_width":724.2799072265625,"_height":50,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":735},"__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":"724.2799072265625","namespaceURI":null},{"key":"height","value":"50","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}]}},"735":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"736":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"Courier","namespaceURI":null}]}},"737":{"a":1,"b":0,"c":0,"d":1,"e":-0.9940357852865418,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"738":{"x":712.2799072265625,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"739":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"6970:Morph","origin":{"__isSmartRef__":true,"id":740},"shape":{"__isSmartRef__":true,"id":741},"priorExtent":{"__isSmartRef__":true,"id":743},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":744},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":745},"attributeConnections":[],"__SourceModuleName__":"Global.lively.oldCore.Morphs","name":"","__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":"6970:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1.0000000000001137) scale(0.9999999999999999,0.9999999999999999)","namespaceURI":null}]}},"740":{"x":1,"y":1.0000000000001137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"741":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":742},"__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}]}},"742":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"743":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"744":{"a":0.9999999999999999,"b":0,"c":0,"d":0.9999999999999999,"e":1,"f":1.0000000000001137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"745":{"x":0.9999999999999999,"y":0.9999999999999999,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"746":{"runs":[1,19,1,8,24,1,3,2,18,1,2,6,5,3,28,8,5,1,7,6,1,2,13,3,18,5,15,1,7,4,5,3,9,4,35,15,19,12,28,2,2,8,3,1,4,3,29,8,5,1,5,6,1,2,11,3,13,3,18,5,15,4,17,3,3,6,13,1,7,4,6,3,27,15,2,9,43,3,1,3,5,1,23,1,5,3,12,4,35,1,9,1,9,1,16,3,28,4,31,1,9,1,2],"values":[{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":748},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":750},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":752},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":754},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":756},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":758},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":760},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":761},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":762},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":763},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":765},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":766},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":767},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":768},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":769},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":770},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":771},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":772},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":773},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":774},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":775},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":776},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":777},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":778},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":779},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":780},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":781},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":782},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":783},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":784},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":785},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":786},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":787},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":789},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":790},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":791},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":793},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":794},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":795},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":796},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":797},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":798},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":799},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":800},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":801},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":803},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":804},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":805},{"__isSmartRef__":true,"id":747}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"747":{"color":{"__isSmartRef__":true,"id":540},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"748":{"color":{"__isSmartRef__":true,"id":749},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"749":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"750":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"751":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"752":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"753":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"754":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"755":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"756":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"757":{"r":0,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"758":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"759":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"760":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"761":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"762":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"763":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"764":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"765":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"766":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"767":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"768":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"769":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"770":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"771":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"772":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"773":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"774":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"775":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"776":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"777":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"778":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"779":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"780":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"781":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"782":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"783":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"784":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"785":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"786":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"787":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"788":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"789":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"790":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"791":{"color":{"__isSmartRef__":true,"id":792},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"792":{"r":0.5019607843137255,"g":0,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"793":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"794":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"795":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"796":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"797":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"798":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"799":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"800":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"801":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"802":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"803":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"804":{"color":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"805":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"806":{"x":5.999973790067088,"y":31.935758590698242,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"807":{"_x":0,"_y":0,"_width":724.2799072265625,"_height":236.01480102539062,"_fill":{"__isSmartRef__":true,"id":808},"__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":"724.2799072265625","namespaceURI":null},{"key":"height","value":"236.01480102539062","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"808":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"809":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"810":{"_livelyDataWrapperId_":"32:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":811},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"32:lively.scene.Clip","namespaceURI":null}]}},"811":{"_fill":{"__isSmartRef__":true,"id":808},"__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":"724.2799072265625","namespaceURI":null},{"key":"height","value":"236.01480102539062","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"812":{"a":1,"b":0,"c":0,"d":1,"e":5.999973790067088,"f":31.935758590698242,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"813":{"submorphs":[{"__isSmartRef__":true,"id":814}],"owner":{"__isSmartRef__":true,"id":725},"_livelyDataWrapperId_":"6974:SliderMorph","origin":{"__isSmartRef__":true,"id":821},"shape":{"__isSmartRef__":true,"id":822},"priorExtent":{"__isSmartRef__":true,"id":823},"value":1,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":824},"slider":{"__isSmartRef__":true,"id":814},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":825},{"__isSmartRef__":true,"id":826}],"__SourceModuleName__":"Global.lively.Widgets","hitPoint":{"__isSmartRef__":true,"id":827},"name":"","__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":"6974:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(729.2798810166296,31.935758590698242)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"814":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":813},"_livelyDataWrapperId_":"6975:Morph","origin":{"__isSmartRef__":true,"id":815},"shape":{"__isSmartRef__":true,"id":816},"priorExtent":{"__isSmartRef__":true,"id":817},"pvtCachedTransform":{"__isSmartRef__":true,"id":818},"mouseHandler":{"__isSmartRef__":true,"id":819},"styleClass":["slider"],"attributeConnections":[],"__SourceModuleName__":"Global.lively.oldCore.Morphs","name":"","__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":"6975:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"815":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"816":{"_x":0,"_y":0,"_width":16,"_height":239.01480102539062,"_stroke":{"__isSmartRef__":true,"id":630},"_fill":{"__isSmartRef__":true,"id":631},"_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":"16","namespaceURI":null},{"key":"height","value":"239.01480102539062","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}]}},"817":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"818":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"819":{"target":{"__isSmartRef__":true,"id":813},"eventSpec":{"__isSmartRef__":true,"id":820},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"820":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"821":{"x":729.2798810166296,"y":31.935758590698242,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"822":{"_x":0,"_y":0,"_width":16,"_height":239.01480102539062,"_stroke":{"__isSmartRef__":true,"id":642},"_fill":{"__isSmartRef__":true,"id":643},"_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":"16","namespaceURI":null},{"key":"height","value":"239.01480102539062","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}]}},"823":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"824":{"a":1,"b":0,"c":0,"d":1,"e":729.2798810166296,"f":31.935758590698242,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"825":{"sourceObj":{"__isSmartRef__":true,"id":813},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":725},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"826":{"sourceObj":{"__isSmartRef__":true,"id":813},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":725},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"827":{"x":9.154586806767838,"y":48.55984370554279,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"828":{"x":9.9403076171875,"y":297.21661376953125,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"829":{"_x":-0.00002620993291202467,"_y":25.935758590698242,"_width":748.2799141563441,"_height":248.01480427763613,"_fill":{"__isSmartRef__":true,"id":654},"_rx":7,"_ry":7,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.00002620993291202467","namespaceURI":null},{"key":"y","value":"25.935758590698242","namespaceURI":null},{"key":"width","value":"748.2799141563441","namespaceURI":null},{"key":"height","value":"248.01480427763613","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"rx","value":"7","namespaceURI":null},{"key":"ry","value":"7","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"830":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"831":{"a":1,"b":0,"c":0,"d":1,"e":9.9403076171875,"f":297.21661376953125,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"832":{"sourceObj":{"__isSmartRef__":true,"id":725},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":813},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"833":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"834":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"835":{"textString":"no path","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":836}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"44445:TextMorph","origin":{"__isSmartRef__":true,"id":841},"shape":{"__isSmartRef__":true,"id":842},"textContent":{"__isSmartRef__":true,"id":844},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":846},"textSelection":{"__isSmartRef__":true,"id":836},"priorExtent":{"__isSmartRef__":true,"id":847},"useChangeClue":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":848},"isSelecting":false,"name":"fileFragmentPath","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","fontSize":14,"padding":{"__isSmartRef__":true,"id":849},"textColor":{"__isSmartRef__":true,"id":845},"fontFamily":"Helvetica","__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":"44445:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(9.234693422406053,298.44978605312554) scale(1.0000000290746698,1.0000000290746698)","namespaceURI":null}]}},"836":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":835},"_livelyDataWrapperId_":"44447:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":837},"shape":{"__isSmartRef__":true,"id":838},"priorExtent":{"__isSmartRef__":true,"id":839},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":840},"isCursor":true,"__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":"44447:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"837":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"838":{"_livelyDataWrapperId_":"44446: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":"44446: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}]}},"839":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"840":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"841":{"x":9.234693422406053,"y":298.44978605312554,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"842":{"_x":0.00005262932972982526,"_y":-0.00005774012970505282,"_width":738.1162719726562,"_height":24.733333333333334,"_stroke":{"__isSmartRef__":true,"id":843},"_fill":{"__isSmartRef__":true,"id":682},"__SourceModuleName__":"Global.lively.scene","_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00005262932972982526","namespaceURI":null},{"key":"y","value":"-0.00005774012970505282","namespaceURI":null},{"key":"width","value":"738.1162719726562","namespaceURI":null},{"key":"height","value":"24.733333333333334","namespaceURI":null},{"key":"stroke","value":"rgb(255,255,255)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"1","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null}]}},"843":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"844":{"_fill":{"__isSmartRef__":true,"id":845},"__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":"Helvetica","namespaceURI":null}]}},"845":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"846":{"a":1.0000000290746698,"b":0,"c":0,"d":1.0000000290746698,"e":9.234693422406053,"f":298.44978605312554,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"847":{"x":720.1162719726562,"y":15.40000025431315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"848":{"x":1.0000000290746698,"y":1.0000000290746698,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"849":{"x":9,"y":4.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"850":{"submorphs":[{"__isSmartRef__":true,"id":851}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"8622:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":856},"origin":{"__isSmartRef__":true,"id":857},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":858},"shape":{"__isSmartRef__":true,"id":859},"textContent":{"__isSmartRef__":true,"id":860},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":851},"textString":"updating code base for searching","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":861},"useChangeClue":false,"hasKeyboardFocus":false,"isSelecting":false,"name":"searchStatus","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","fontSize":14,"padding":{"__isSmartRef__":true,"id":849},"textColor":{"__isSmartRef__":true,"id":845},"fontFamily":"Helvetica","__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":"8622:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(9.23468072621111,573.4498155981194)","namespaceURI":null}]}},"851":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":850},"_livelyDataWrapperId_":"8624:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":852},"shape":{"__isSmartRef__":true,"id":853},"priorExtent":{"__isSmartRef__":true,"id":854},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":855},"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":"8624:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"852":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"853":{"_livelyDataWrapperId_":"8623: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":"8623: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}]}},"854":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"855":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"856":{"a":1,"b":0,"c":0,"d":1,"e":9.23468072621111,"f":573.4498155981194,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"857":{"x":9.23468072621111,"y":573.4498155981194,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"858":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"859":{"_fill":{"__isSmartRef__":true,"id":682},"_stroke":{"__isSmartRef__":true,"id":843},"_x":0.00005262932972982526,"_y":-0.00005774012970505282,"_width":738.1162719726562,"_height":24.733333333333334,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00005262932972982526","namespaceURI":null},{"key":"y","value":"-0.00005774012970505282","namespaceURI":null},{"key":"width","value":"738.1162719726562","namespaceURI":null},{"key":"height","value":"24.733333333333334","namespaceURI":null},{"key":"stroke","value":"rgb(255,255,255)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"1","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null}]}},"860":{"_fill":{"__isSmartRef__":true,"id":845},"__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":"Helvetica","namespaceURI":null}]}},"861":{"x":720.1162719726562,"y":15.40000025431315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"862":{"submorphs":[{"__isSmartRef__":true,"id":863}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"6510:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":878},"origin":{"__isSmartRef__":true,"id":879},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":880},"shape":{"__isSmartRef__":true,"id":881},"baseFill":{"__isSmartRef__":true,"id":882},"priorExtent":{"__isSmartRef__":true,"id":884},"value":false,"isActive":true,"scriptSource":"this.owner.remove()","__SourceModuleName__":"Global.lively.Widgets","label":{"__isSmartRef__":true,"id":863},"normalFill":{"__isSmartRef__":true,"id":882},"lighterFill":{"__isSmartRef__":true,"id":885},"name":"closeButton","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6510:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(730.2698059713931,9.480102665442587) scale(1.0907135009765625,1.0907135009765625)","namespaceURI":null}]}},"863":{"submorphs":[{"__isSmartRef__":true,"id":864}],"owner":{"__isSmartRef__":true,"id":862},"_livelyDataWrapperId_":"6511:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":869},"origin":{"__isSmartRef__":true,"id":870},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":871},"shape":{"__isSmartRef__":true,"id":872},"textContent":{"__isSmartRef__":true,"id":874},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":864},"fontFamily":"Helvetica","fontSize":12,"textColor":{"__isSmartRef__":true,"id":875},"textString":"X","savedTextString":"X","priorExtent":{"__isSmartRef__":true,"id":876},"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":877},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"6511:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(11.488696672768128,9.685660258990538)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"864":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":863},"_livelyDataWrapperId_":"6513:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":865},"shape":{"__isSmartRef__":true,"id":866},"priorExtent":{"__isSmartRef__":true,"id":867},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":868},"__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":"6513:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"865":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"866":{"_livelyDataWrapperId_":"6512: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":"6512: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}]}},"867":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"868":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"869":{"a":1,"b":0,"c":0,"d":1,"e":11.488696672768128,"f":9.685660258990538,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"870":{"x":11.488696672768128,"y":9.685660258990538,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"871":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"872":{"_fill":null,"_stroke":{"__isSmartRef__":true,"id":873},"_x":0,"_y":0,"_width":8,"_height":13.2,"__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}]}},"873":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"874":{"_fill":{"__isSmartRef__":true,"id":875},"__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}]}},"875":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"876":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"877":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"878":{"a":1.0907135009765625,"b":0,"c":0,"d":1.0907135009765625,"e":730.2698059713931,"f":9.480102665442587,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"879":{"x":730.2698059713931,"y":9.480102665442587,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"880":{"x":1.0907135009765625,"y":1.0907135009765625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"881":{"_fill":{"__isSmartRef__":true,"id":882},"_stroke":{"__isSmartRef__":true,"id":883},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000008008626537048258","namespaceURI":null},{"key":"y","value":"0.000028030137400492094","namespaceURI":null},{"key":"width","value":"27.97740858133659","namespaceURI":null},{"key":"height","value":"29.571264121595505","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"rgb(158,0,0)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"882":{"r":0.6196078431372549,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"883":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"884":{"x":27.97740936279297,"y":29.571264266967773,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"885":{"r":0.8098039215686275,"g":0.5,"b":0.5,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"886":{"submorphs":[{"__isSmartRef__":true,"id":887}],"owner":{"__isSmartRef__":true,"id":594},"_livelyDataWrapperId_":"4220:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":899},"origin":{"__isSmartRef__":true,"id":900},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":901},"shape":{"__isSmartRef__":true,"id":902},"baseFill":{"__isSmartRef__":true,"id":715},"priorExtent":{"__isSmartRef__":true,"id":906},"value":false,"isActive":true,"scriptSource":"require('projects.LivelySearching.draft').toRun(function() {\n\t\tvar search = new ServerSideCodeSearch();\n\t\tthis.owner.getMorphNamed('searchStatus').setTextString('updating code base for searching')\n\t\tconnect(search, 'stdout', this.owner.getMorphNamed('codeText'), 'setTextString')\n\t\tsearch.updateSearchBase()\n\t}.bind(this))","label":{"__isSmartRef__":true,"id":887},"attributeConnections":[],"__SourceModuleName__":"Global.lively.Widgets","name":"browseButton","normalFill":{"__isSmartRef__":true,"id":903},"lighterFill":{"__isSmartRef__":true,"id":907},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"4220:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(685.4802371378987,575.2078778283878) scale(0.999999976602683,0.999999976602683)","namespaceURI":null}]}},"887":{"textString":"update","savedTextString":"update","submorphs":[{"__isSmartRef__":true,"id":888}],"owner":{"__isSmartRef__":true,"id":886},"_livelyDataWrapperId_":"5072:TextMorph","origin":{"__isSmartRef__":true,"id":893},"shape":{"__isSmartRef__":true,"id":894},"textContent":{"__isSmartRef__":true,"id":895},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":896},"textSelection":{"__isSmartRef__":true,"id":888},"priorExtent":{"__isSmartRef__":true,"id":897},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":898},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"5072:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(17.49996796563937,9.900018539392477)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"888":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":887},"_livelyDataWrapperId_":"5074:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":889},"shape":{"__isSmartRef__":true,"id":890},"priorExtent":{"__isSmartRef__":true,"id":891},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":892},"__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":"5074:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"889":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"890":{"_livelyDataWrapperId_":"5073: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":"5073: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}]}},"891":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"892":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"893":{"x":17.49996796563937,"y":9.900018539392477,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"894":{"_x":0,"_y":0,"_width":38,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":540},"_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":"38","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}]}},"895":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"896":{"a":1,"b":0,"c":0,"d":1,"e":17.49996796563937,"f":9.900018539392477,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"897":{"x":38,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"898":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"899":{"a":0.999999976602683,"b":0,"c":0,"d":0.999999976602683,"e":685.4802371378987,"f":575.2078778283878,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"900":{"x":685.4802371378987,"y":575.2078778283878,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"901":{"x":0.999999976602683,"y":0.999999976602683,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"902":{"_fill":{"__isSmartRef__":true,"id":903},"_stroke":{"__isSmartRef__":true,"id":714},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.00003203435608156724","namespaceURI":null},{"key":"y","value":"0.000018444023453412228","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#4717:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"903":{"vector":{"__isSmartRef__":true,"id":550},"stops":[{"__isSmartRef__":true,"id":904},{"__isSmartRef__":true,"id":905}],"refcount":2,"_livelyDataWrapperId_":"4717: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":"4717:lively.paint.LinearGradient","namespaceURI":null}]}},"904":{"__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(209,209,209)","namespaceURI":null}]}},"905":{"__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(232,232,232)","namespaceURI":null}]}},"906":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"907":{"vector":{"__isSmartRef__":true,"id":550},"stops":[{"__isSmartRef__":true,"id":908},{"__isSmartRef__":true,"id":909}],"refcount":0,"_livelyDataWrapperId_":"4718: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":"4718:lively.paint.LinearGradient","namespaceURI":null}]}},"908":{"__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(232,232,232)","namespaceURI":null}]}},"909":{"__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(244,244,244)","namespaceURI":null}]}},"910":{"x":75.58572113768423,"y":71.5619810090297,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"911":{"_x":0.000031306302844313905,"_y":-0.000028637188734137453,"_width":768.9155620609597,"_height":615.9271414574757,"_stroke":{"__isSmartRef__":true,"id":606},"_fill":{"__isSmartRef__":true,"id":912},"_rx":17,"_ry":17,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000031306302844313905","namespaceURI":null},{"key":"y","value":"-0.000028637188734137453","namespaceURI":null},{"key":"width","value":"768.9155620609597","namespaceURI":null},{"key":"height","value":"615.9271414574757","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"17","namespaceURI":null},{"key":"ry","value":"17","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"912":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"913":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"914":{"a":1.0133051635167192,"b":0,"c":0,"d":1.0133051635167192,"e":75.58572113768423,"f":71.5619810090297,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"915":{"x":1.0133051635167192,"y":1.0133051635167192,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"916":{"sourceObj":{"__isSmartRef__":true,"id":594},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":594},"targetMethodName":"updateCodePane","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"917":{"searchCode":{"__isSmartRef__":true,"id":918},"fileFragemntAtOffset":{"__isSmartRef__":true,"id":920},"updateCodePane":{"__isSmartRef__":true,"id":922},"selectedFileFragment":{"__isSmartRef__":true,"id":924},"reset":{"__isSmartRef__":true,"id":926}},"918":{"varMapping":{"__isSmartRef__":true,"id":919},"source":"function searchCode(string) {\n\trequire('projects.LivelySearching.draft').toRun(function() {\n\t\tvar listMorph = this.getMorphNamed('searchList');\t\n\t\tvar search = new ServerSideCodeSearch(string);\n\t\tconnect(search, 'results', listMorph, 'updateList');\n\t\tconnect(search, 'results', this.getMorphNamed('searchStatus'), 'setTextString', {\n\t\t\tconverter: function(results) {\n\t\t\t\treturn \"found \" + results.length + \" matches\"\n\t\t\t}\n\t\t});\n\t\tthis.getMorphNamed('searchList').updateList([]);\n\t\tthis.getMorphNamed('searchStatus').setTextString('searching... for ' + string)\n\t\tthis.getMorphNamed('codeText').setTextString('');\n\t\tsearch.searchJSCode()\n\t}.bind(this))\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"919":{"this":{"__isSmartRef__":true,"id":594}},"920":{"varMapping":{"__isSmartRef__":true,"id":921},"source":"function fileFragemntAtOffset(filename, offset) {\n\tvar sc = lively.ide.startSourceControl(),\n\t\turl = URL.codeBase.withFilename(filename),\n\t\tmoduleWrapper = sc.addModule(filename);\n\tif (moduleWrapper === undefined)\n\t\treturn undefined\n\treturn moduleWrapper.ast().getSubElementAtIndex(offset, 5)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"921":{"this":{"__isSmartRef__":true,"id":594}},"922":{"varMapping":{"__isSmartRef__":true,"id":923},"source":"function updateCodePane() {\n\tvar codeText = this.getMorphNamed('codeText');\n\tvar fileFragmentPath = this.getMorphNamed('fileFragmentPath');\n\tvar fileFragment = this.selectedFileFragment();\n\tfileFragmentPath.setTextString(fileFragment.toString())\n\tcodeText.setTextString(fileFragment.getSourceCode());\n\tcodeText.highlightJavaScriptSyntax();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"923":{"this":{"__isSmartRef__":true,"id":594}},"924":{"varMapping":{"__isSmartRef__":true,"id":925},"source":"function selectedFileFragment() {\n\tvar selection = this.getMorphNamed('searchList').selection;\n\tif (!selection) return;\n\tvar match= selection.match(/(.+\\.js):([0-9]+):.*/)\n\tif (!match) return; \n\treturn this.fileFragemntAtOffset(match[1], Number(match[2]))\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"925":{"this":{"__isSmartRef__":true,"id":594}},"926":{"varMapping":{"__isSmartRef__":true,"id":927},"source":"function reset() {\n\t// this.reset()\n\tthis.getMorphNamed('searchField').beInputLine();\n\tthis.getMorphNamed('searchField').noEval = true\n\n\tthis.getMorphNamed('searchList').updateList([])\n\tthis.getMorphNamed('fileFragmentPath').setTextString(\"no path\")\n\tthis.getMorphNamed('searchStatus').setTextString(\"no status\")\n\tthis.getMorphNamed('codeText').setTextString(\"\");\n\tthis.getMorphNamed('searchField').setTextString(\"\");\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"927":{"this":{"__isSmartRef__":true,"id":594}},"928":{"x":212.56175345518665,"y":118.4134192406326,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"929":{"_x":0.00002615570519992616,"_y":3.882418632507324,"_width":1092.2526489366096,"_height":743.1034593558738,"_stroke":{"__isSmartRef__":true,"id":930},"_fill":{"__isSmartRef__":true,"id":931},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00002615570519992616","namespaceURI":null},{"key":"y","value":"3.882418632507324","namespaceURI":null},{"key":"width","value":"1092.2526489366096","namespaceURI":null},{"key":"height","value":"743.1034593558738","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(235,235,235)","namespaceURI":null}]}},"930":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"931":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"932":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"933":{"a":1,"b":0,"c":0,"d":1,"e":212.56175345518665,"f":118.4134192406326,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"934":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"935":{"sourceObj":{"__isSmartRef__":true,"id":593},"sourceAttrName":"name","targetObj":{"__isSmartRef__":true,"id":936},"targetMethodName":"setTextString","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"936":{"textString":"targetContainer","savedTextString":"targetContainer","submorphs":[{"__isSmartRef__":true,"id":937}],"owner":null,"_livelyDataWrapperId_":"11016:TextMorph","origin":{"__isSmartRef__":true,"id":942},"shape":{"__isSmartRef__":true,"id":943},"textContent":{"__isSmartRef__":true,"id":945},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":947},"textSelection":{"__isSmartRef__":true,"id":937},"priorExtent":{"__isSmartRef__":true,"id":948},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":949},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"fontSize":10,"textColor":{"__isSmartRef__":true,"id":946},"isNameField":true,"hasKeyboardFocus":false,"__SourceModuleName__":"Global.lively.Text","attributeConnections":[],"__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":"11016:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,-15)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"937":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":936},"_livelyDataWrapperId_":"11018:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":938},"shape":{"__isSmartRef__":true,"id":939},"priorExtent":{"__isSmartRef__":true,"id":940},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":941},"__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":"11018:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"938":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"939":{"_livelyDataWrapperId_":"11017: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":"11017: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}]}},"940":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"941":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"942":{"x":0,"y":-15,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"943":{"_x":0,"_y":0,"_width":86,"_height":17.666666666666664,"_stroke":{"__isSmartRef__":true,"id":944},"_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":"86","namespaceURI":null},{"key":"height","value":"17.666666666666664","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}]}},"944":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"945":{"_fill":{"__isSmartRef__":true,"id":946},"__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(102,102,102)","namespaceURI":null},{"key":"font-size","value":"10","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"946":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"947":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-15,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"948":{"x":72,"y":10.999999364217121,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"949":{"x":7,"y":3.3333333333333335,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"950":{"getTarget":{"__isSmartRef__":true,"id":951},"setTargetName":{"__isSmartRef__":true,"id":953},"addMorph":{"__isSmartRef__":true,"id":955},"removeMorph":{"__isSmartRef__":true,"id":960}},"951":{"varMapping":{"__isSmartRef__":true,"id":952},"source":"function getTarget() {\n\tif (this.submorphs.length === 0) return undefined;\n\treturn this.submorphs[0]\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"952":{"this":{"__isSmartRef__":true,"id":593}},"953":{"varMapping":{"__isSmartRef__":true,"id":954},"source":"function setTargetName(s) {\n\tthis.getTarget().setName(s)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"954":{"this":{"__isSmartRef__":true,"id":593}},"955":{"varMapping":{"__isSmartRef__":true,"id":956},"source":"function addMorph(morph) {\n\tif (morph && !morph.isEpimorph)\n\t\tthis.target = morph;\n\treturn $super(morph)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"956":{"this":{"__isSmartRef__":true,"id":593},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":957}},"957":{"$super":{"__isSmartRef__":true,"id":958}},"958":{"varMapping":{"__isSmartRef__":true,"id":959},"source":"function () { return this.constructor.prototype[name].apply(this, arguments) }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"959":{"this":{"__isSmartRef__":true,"id":593},"name":"addMorph"},"960":{"varMapping":{"__isSmartRef__":true,"id":961},"source":"function removeMorph(morph) {\n\tif (this.target === morph)\n\t\tthis.target = null;\n\treturn $super(morph)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"961":{"this":{"__isSmartRef__":true,"id":593},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":962}},"962":{"$super":{"__isSmartRef__":true,"id":963}},"963":{"varMapping":{"__isSmartRef__":true,"id":964},"source":"function () { return this.constructor.prototype[name].apply(this, arguments) }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"964":{"this":{"__isSmartRef__":true,"id":593},"name":"removeMorph"},"965":{"baseFill":{"__isSmartRef__":true,"id":966},"submorphs":[{"__isSmartRef__":true,"id":971}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"940:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":983},"shape":{"__isSmartRef__":true,"id":984},"priorExtent":{"__isSmartRef__":true,"id":990},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":986},"lighterFill":{"__isSmartRef__":true,"id":991},"scriptSource":"var targetMorph = $morph('targetContainer').submorphs[0];\ntargetMorph.copyToPartsBin()\n","pvtCachedTransform":{"__isSmartRef__":true,"id":994},"label":{"__isSmartRef__":true,"id":971},"__SourceModuleName__":"Global.lively.Widgets","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":995},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"940:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(19.412000201328752,74.73629576014616)","namespaceURI":null}]}},"966":{"vector":{"__isSmartRef__":true,"id":967},"stops":[{"__isSmartRef__":true,"id":968},{"__isSmartRef__":true,"id":969},{"__isSmartRef__":true,"id":970}],"refcount":0,"_livelyDataWrapperId_":"17: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":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"967":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"968":{"__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(209,209,209)","namespaceURI":null}]}},"969":{"__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(230,230,230)","namespaceURI":null}]}},"970":{"__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(209,209,209)","namespaceURI":null}]}},"971":{"textString":"publish","savedTextString":"publish","submorphs":[{"__isSmartRef__":true,"id":972}],"owner":{"__isSmartRef__":true,"id":965},"_livelyDataWrapperId_":"1200:TextMorph","origin":{"__isSmartRef__":true,"id":977},"shape":{"__isSmartRef__":true,"id":978},"textContent":{"__isSmartRef__":true,"id":979},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":980},"textSelection":{"__isSmartRef__":true,"id":972},"priorExtent":{"__isSmartRef__":true,"id":981},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":982},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"1200:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(16.500012899883586,9.90000258549162)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"972":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":971},"_livelyDataWrapperId_":"1202:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":973},"shape":{"__isSmartRef__":true,"id":974},"priorExtent":{"__isSmartRef__":true,"id":975},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":976},"__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":"1202:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"973":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"974":{"_livelyDataWrapperId_":"1201: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":"1201: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}]}},"975":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"976":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"977":{"x":16.500012899883586,"y":9.90000258549162,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"978":{"_x":0,"_y":0,"_width":40,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":930},"_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":"40","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}]}},"979":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"980":{"a":1,"b":0,"c":0,"d":1,"e":16.500012899883586,"f":9.90000258549162,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"981":{"x":40,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"982":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"983":{"x":19.412000201328752,"y":74.73629576014616,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"984":{"_x":0.000012899882676720154,"_y":0.0000024901238475649734,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":985},"_fill":{"__isSmartRef__":true,"id":986},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000012899882676720154","namespaceURI":null},{"key":"y","value":"0.0000024901238475649734","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#941:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"985":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"986":{"vector":{"__isSmartRef__":true,"id":987},"stops":[{"__isSmartRef__":true,"id":988},{"__isSmartRef__":true,"id":989}],"refcount":7,"_livelyDataWrapperId_":"941: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":"941:lively.paint.LinearGradient","namespaceURI":null}]}},"987":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"988":{"__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(209,209,209)","namespaceURI":null}]}},"989":{"__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(232,232,232)","namespaceURI":null}]}},"990":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"991":{"vector":{"__isSmartRef__":true,"id":987},"stops":[{"__isSmartRef__":true,"id":992},{"__isSmartRef__":true,"id":993}],"refcount":0,"_livelyDataWrapperId_":"942: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":"942:lively.paint.LinearGradient","namespaceURI":null}]}},"992":{"__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(232,232,232)","namespaceURI":null}]}},"993":{"__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(244,244,244)","namespaceURI":null}]}},"994":{"a":1,"b":0,"c":0,"d":1,"e":19.412000201328752,"f":74.73629576014616,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"995":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"996":{"textString":"Code","savedTextString":"MorphSearch","submorphs":[{"__isSmartRef__":true,"id":997}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"3771:TextMorph","origin":{"__isSmartRef__":true,"id":1002},"shape":{"__isSmartRef__":true,"id":1003},"textContent":{"__isSmartRef__":true,"id":1005},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1006},"textSelection":{"__isSmartRef__":true,"id":997},"priorExtent":{"__isSmartRef__":true,"id":1007},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"name":"nameLabel","fontSize":17,"padding":{"__isSmartRef__":true,"id":1008},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1009},"suppressGrabbing":true,"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":1010},{"__isSmartRef__":true,"id":1011}],"__SourceModuleName__":"Global.lively.Text","noEval":true,"__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":"3771:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(251.38578193524702,28.14745985159783)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"997":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":996},"_livelyDataWrapperId_":"3773:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":998},"shape":{"__isSmartRef__":true,"id":999},"priorExtent":{"__isSmartRef__":true,"id":1000},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1001},"isCursor":true,"__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":"3773:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"998":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"999":{"_livelyDataWrapperId_":"3772: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":"3772: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}]}},"1000":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1001":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1002":{"x":251.38578193524702,"y":28.14745985159783,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1003":{"_x":-0.000004836709649680415,"_y":-0.000006521627256006468,"_width":343.59295654296875,"_height":30.033333333333335,"_stroke":{"__isSmartRef__":true,"id":930},"_fill":{"__isSmartRef__":true,"id":1004},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000004836709649680415","namespaceURI":null},{"key":"y","value":"-0.000006521627256006468","namespaceURI":null},{"key":"width","value":"343.59295654296875","namespaceURI":null},{"key":"height","value":"30.033333333333335","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.5","namespaceURI":null}]}},"1004":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1005":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"17","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1006":{"a":1,"b":0,"c":0,"d":1,"e":251.38578193524702,"f":28.14745985159783,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1007":{"x":322.59295654296875,"y":18.699999491373696,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1008":{"x":10.5,"y":5.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1009":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1010":{"sourceObj":{"__isSmartRef__":true,"id":996},"sourceAttrName":{"__isSmartRef__":true,"id":593},"targetObj":"setTargetName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1011":{"sourceObj":{"__isSmartRef__":true,"id":996},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":593},"targetMethodName":"setTargetName","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1012":{"submorphs":[{"__isSmartRef__":true,"id":1013}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"16438:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1025},"origin":{"__isSmartRef__":true,"id":1026},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1027},"shape":{"__isSmartRef__":true,"id":1028},"baseFill":{"__isSmartRef__":true,"id":986},"priorExtent":{"__isSmartRef__":true,"id":1029},"value":false,"isActive":true,"scriptSource":"// nothing \n","label":{"__isSmartRef__":true,"id":1013},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"16438:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(100.94254043584934,75.70690733241184)","namespaceURI":null}]}},"1013":{"textString":"load","savedTextString":"load","submorphs":[{"__isSmartRef__":true,"id":1014}],"owner":{"__isSmartRef__":true,"id":1012},"_livelyDataWrapperId_":"16989:TextMorph","origin":{"__isSmartRef__":true,"id":1019},"shape":{"__isSmartRef__":true,"id":1020},"textContent":{"__isSmartRef__":true,"id":1021},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1022},"textSelection":{"__isSmartRef__":true,"id":1014},"priorExtent":{"__isSmartRef__":true,"id":1023},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1024},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"16989:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(24.500012899883586,9.90000258549162)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1014":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1013},"_livelyDataWrapperId_":"16991:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1015},"shape":{"__isSmartRef__":true,"id":1016},"priorExtent":{"__isSmartRef__":true,"id":1017},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1018},"__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":"16991:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1015":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1016":{"_livelyDataWrapperId_":"16990: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":"16990: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}]}},"1017":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1018":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1019":{"x":24.500012899883586,"y":9.90000258549162,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1020":{"_x":0,"_y":0,"_width":24,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":930},"_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":"24","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}]}},"1021":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1022":{"a":1,"b":0,"c":0,"d":1,"e":24.500012899883586,"f":9.90000258549162,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1023":{"x":24,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1024":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1025":{"a":1,"b":0,"c":0,"d":1,"e":100.94254043584934,"f":75.70690733241184,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1026":{"x":100.94254043584934,"y":75.70690733241184,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1027":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1028":{"_fill":{"__isSmartRef__":true,"id":986},"_stroke":{"__isSmartRef__":true,"id":985},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000012899882676720154","namespaceURI":null},{"key":"y","value":"0.0000024901238475649734","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#941:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1029":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1030":{"submorphs":[{"__isSmartRef__":true,"id":1031}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"17118:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1043},"origin":{"__isSmartRef__":true,"id":1044},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1045},"shape":{"__isSmartRef__":true,"id":1046},"baseFill":{"__isSmartRef__":true,"id":986},"priorExtent":{"__isSmartRef__":true,"id":1051},"value":false,"isActive":true,"scriptSource":"// nothing\n\n\n\n\n","label":{"__isSmartRef__":true,"id":1031},"__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":1047},"lighterFill":{"__isSmartRef__":true,"id":1052},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"17118:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(17.47080981705112,549.3605192344966)","namespaceURI":null}]}},"1031":{"textString":"update","savedTextString":"update","submorphs":[{"__isSmartRef__":true,"id":1032}],"owner":{"__isSmartRef__":true,"id":1030},"_livelyDataWrapperId_":"17712:TextMorph","origin":{"__isSmartRef__":true,"id":1037},"shape":{"__isSmartRef__":true,"id":1038},"textContent":{"__isSmartRef__":true,"id":1039},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1040},"textSelection":{"__isSmartRef__":true,"id":1032},"priorExtent":{"__isSmartRef__":true,"id":1041},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1042},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"17712:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(17.500012899883586,9.90000258549162)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1032":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1031},"_livelyDataWrapperId_":"17714:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1033},"shape":{"__isSmartRef__":true,"id":1034},"priorExtent":{"__isSmartRef__":true,"id":1035},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1036},"__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":"17714:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1033":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1034":{"_livelyDataWrapperId_":"17713: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":"17713: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}]}},"1035":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1036":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1037":{"x":17.500012899883586,"y":9.90000258549162,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1038":{"_x":0,"_y":0,"_width":38,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":930},"_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":"38","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}]}},"1039":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1040":{"a":1,"b":0,"c":0,"d":1,"e":17.500012899883586,"f":9.90000258549162,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1041":{"x":38,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1042":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1043":{"a":1,"b":0,"c":0,"d":1,"e":17.47080981705112,"f":549.3605192344966,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1044":{"x":17.47080981705112,"y":549.3605192344966,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1045":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1046":{"_fill":{"__isSmartRef__":true,"id":1047},"_stroke":{"__isSmartRef__":true,"id":985},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000012899882676720154","namespaceURI":null},{"key":"y","value":"0.0000024901238475649734","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#2881:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1047":{"vector":{"__isSmartRef__":true,"id":1048},"stops":[{"__isSmartRef__":true,"id":1049},{"__isSmartRef__":true,"id":1050}],"refcount":2,"_livelyDataWrapperId_":"2881: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":"2881:lively.paint.LinearGradient","namespaceURI":null}]}},"1048":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1049":{"__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(209,209,209)","namespaceURI":null}]}},"1050":{"__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(232,232,232)","namespaceURI":null}]}},"1051":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1052":{"vector":{"__isSmartRef__":true,"id":1048},"stops":[{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1054}],"refcount":0,"_livelyDataWrapperId_":"2882: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":"2882:lively.paint.LinearGradient","namespaceURI":null}]}},"1053":{"__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(232,232,232)","namespaceURI":null}]}},"1054":{"__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(244,244,244)","namespaceURI":null}]}},"1055":{"submorphs":[{"__isSmartRef__":true,"id":1056}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"18109:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1061},"origin":{"__isSmartRef__":true,"id":1062},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1063},"shape":{"__isSmartRef__":true,"id":1064},"textContent":{"__isSmartRef__":true,"id":1067},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":1056},"textString":"to be impleneted","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":1069},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":16,"padding":{"__isSmartRef__":true,"id":1070},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":1071},"textColor":{"__isSmartRef__":true,"id":1068},"__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":"18109:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(23.036034893250942,575.8638051413916)","namespaceURI":null}]}},"1056":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1055},"_livelyDataWrapperId_":"18111:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1057},"shape":{"__isSmartRef__":true,"id":1058},"priorExtent":{"__isSmartRef__":true,"id":1059},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1060},"isCursor":true,"__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":"18111:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1057":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1058":{"_livelyDataWrapperId_":"18110: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":"18110: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}]}},"1059":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1060":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1061":{"a":1,"b":0,"c":0,"d":1,"e":23.036034893250942,"f":575.8638051413916,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1062":{"x":23.036034893250942,"y":575.8638051413916,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1063":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1064":{"_fill":{"__isSmartRef__":true,"id":1065},"_stroke":{"__isSmartRef__":true,"id":1066},"_x":0,"_y":-0.4757080078125,"_width":162.34886169433594,"_height":28.266666666666666,"__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.4757080078125","namespaceURI":null},{"key":"width","value":"162.34886169433594","namespaceURI":null},{"key":"height","value":"28.266666666666666","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.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1065":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1066":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1067":{"_fill":{"__isSmartRef__":true,"id":1068},"__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,151,72)","namespaceURI":null},{"key":"font-size","value":"16","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1068":{"r":0,"g":0.591,"b":0.285,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1069":{"x":142.34886169433594,"y":17.59999974568685,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1070":{"x":10,"y":5.333333333333333,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1071":{"runs":[16],"values":[{"__isSmartRef__":true,"id":1072}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1072":{"style":"italic","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1073":{"submorphs":[{"__isSmartRef__":true,"id":1074}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"6593:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1079},"origin":{"__isSmartRef__":true,"id":1080},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1081},"shape":{"__isSmartRef__":true,"id":1082},"textContent":{"__isSmartRef__":true,"id":1083},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":1074},"textString":"PartsBin Item Editor","savedTextString":"A Lively Terminal that allows executing commands on the server\n(if you have the rights)\n\nA sample widget purely build out of morphs, scripts and connects","priorExtent":{"__isSmartRef__":true,"id":1084},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":20,"padding":{"__isSmartRef__":true,"id":1085},"__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":"6593:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(16.241862784188157,22.620927123407967)","namespaceURI":null}]}},"1074":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1073},"_livelyDataWrapperId_":"6595:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1075},"shape":{"__isSmartRef__":true,"id":1076},"priorExtent":{"__isSmartRef__":true,"id":1077},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1078},"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":"6595:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1075":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1076":{"_livelyDataWrapperId_":"6594: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":"6594: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}]}},"1077":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1078":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1079":{"a":1,"b":0,"c":0,"d":1,"e":16.241862784188157,"f":22.620927123407967,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1080":{"x":16.241862784188157,"y":22.620927123407967,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1081":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1082":{"_fill":{"__isSmartRef__":true,"id":1065},"_stroke":{"__isSmartRef__":true,"id":1066},"_x":0,"_y":-0.4757080078125,"_width":222.52615356445312,"_height":35.33333333333333,"__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.4757080078125","namespaceURI":null},{"key":"width","value":"222.52615356445312","namespaceURI":null},{"key":"height","value":"35.33333333333333","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.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1083":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"20","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1084":{"x":198.52615356445312,"y":21.999998728434242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1085":{"x":12,"y":6.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1086":{"submorphs":[{"__isSmartRef__":true,"id":1087},{"__isSmartRef__":true,"id":1116}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"15852:ScrollPane","origin":{"__isSmartRef__":true,"id":1141},"shape":{"__isSmartRef__":true,"id":1142},"priorExtent":{"__isSmartRef__":true,"id":1143},"pvtCachedTransform":{"__isSmartRef__":true,"id":1144},"clipMorph":{"__isSmartRef__":true,"id":1087},"verticalScrollBar":{"__isSmartRef__":true,"id":1116},"attributeConnections":[{"__isSmartRef__":true,"id":1145}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":1146},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1147},"__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":"15852:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(17.47094390964196,128.11944582886025)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1087":{"submorphs":[{"__isSmartRef__":true,"id":1088}],"owner":{"__isSmartRef__":true,"id":1086},"_livelyDataWrapperId_":"15853:ClipMorph","origin":{"__isSmartRef__":true,"id":1110},"shape":{"__isSmartRef__":true,"id":1111},"priorExtent":{"__isSmartRef__":true,"id":1112},"clip":{"__isSmartRef__":true,"id":1113},"_clip-path":"url(#33:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1115},"suppressHandles":true,"__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":"15853:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#33:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(5.999998995366468,5.999989346894836)","namespaceURI":null}]}},"1088":{"baseWidth":303,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":1089}],"owner":{"__isSmartRef__":true,"id":1087},"_livelyDataWrapperId_":"15848:ListMorph","origin":{"__isSmartRef__":true,"id":1105},"shape":{"__isSmartRef__":true,"id":1106},"priorExtent":{"__isSmartRef__":true,"id":1108},"itemList":["-----"],"selectedLineNo":0,"selection":"-----","pvtCachedTransform":{"__isSmartRef__":true,"id":1109},"savedFill":null,"suppressHandles":true,"hasKeyboardFocus":false,"name":"versionsList","__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ListMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"15848:ListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1089":{"textString":"-----","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":1090}],"owner":{"__isSmartRef__":true,"id":1088},"_livelyDataWrapperId_":"15849:TextMorph","origin":{"__isSmartRef__":true,"id":1095},"shape":{"__isSmartRef__":true,"id":1096},"textContent":{"__isSmartRef__":true,"id":1098},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1099},"textSelection":{"__isSmartRef__":true,"id":1090},"priorExtent":{"__isSmartRef__":true,"id":1100},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1101},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1102},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1104},"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":"15849:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1090":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1089},"_livelyDataWrapperId_":"15851:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1091},"shape":{"__isSmartRef__":true,"id":1092},"priorExtent":{"__isSmartRef__":true,"id":1093},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1094},"__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":"15851:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1091":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1092":{"_livelyDataWrapperId_":"15850: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":"15850: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}]}},"1093":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1094":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1095":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1096":{"_x":0,"_y":0,"_width":300,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":930},"_fill":{"__isSmartRef__":true,"id":1097},"__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":"300","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1097":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1098":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1099":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1100":{"x":292,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1101":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1102":{"target":{"__isSmartRef__":true,"id":1088},"eventSpec":{"__isSmartRef__":true,"id":1103},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1103":{"onMouseDown":"onMouseDown","onMouseMove":"onMouseMove","onMouseUp":"onMouseUp"},"1104":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1105":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1106":{"_x":0,"_y":0,"_width":153.6199951171875,"_height":399.53509521484375,"_stroke":{"__isSmartRef__":true,"id":930},"_fill":{"__isSmartRef__":true,"id":1107},"__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":"153.6199951171875","namespaceURI":null},{"key":"height","value":"399.53509521484375","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1107":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1108":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1109":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1110":{"x":5.999998995366468,"y":5.999989346894836,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1111":{"_x":0,"_y":0,"_width":153.6199951171875,"_height":399.53509521484375,"_fill":{"__isSmartRef__":true,"id":1107},"__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":"153.6199951171875","namespaceURI":null},{"key":"height","value":"399.53509521484375","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1112":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1113":{"_livelyDataWrapperId_":"33:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1114},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"33:lively.scene.Clip","namespaceURI":null}]}},"1114":{"_fill":{"__isSmartRef__":true,"id":1107},"__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":"153.6199951171875","namespaceURI":null},{"key":"height","value":"399.53509521484375","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1115":{"a":1,"b":0,"c":0,"d":1,"e":5.999998995366468,"f":5.999989346894836,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1116":{"submorphs":[{"__isSmartRef__":true,"id":1117}],"owner":{"__isSmartRef__":true,"id":1086},"_livelyDataWrapperId_":"15855:SliderMorph","origin":{"__isSmartRef__":true,"id":1130},"shape":{"__isSmartRef__":true,"id":1131},"priorExtent":{"__isSmartRef__":true,"id":1137},"value":0.21428419242563126,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1138},"slider":{"__isSmartRef__":true,"id":1117},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1140}],"__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":"15855:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(158.61999411255397,5.999989346894836)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1117":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1116},"_livelyDataWrapperId_":"15856:Morph","origin":{"__isSmartRef__":true,"id":1118},"shape":{"__isSmartRef__":true,"id":1119},"priorExtent":{"__isSmartRef__":true,"id":1126},"pvtCachedTransform":{"__isSmartRef__":true,"id":1127},"mouseHandler":{"__isSmartRef__":true,"id":1128},"styleClass":["slider"],"__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":"15856:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1118":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1119":{"_x":0,"_y":0,"_width":16,"_height":402.53509521484375,"_stroke":{"__isSmartRef__":true,"id":1120},"_fill":{"__isSmartRef__":true,"id":1121},"_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":"16","namespaceURI":null},{"key":"height","value":"402.53509521484375","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}]}},"1120":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1121":{"vector":{"__isSmartRef__":true,"id":1122},"stops":[{"__isSmartRef__":true,"id":1123},{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1125}],"refcount":567,"_livelyDataWrapperId_":"18: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":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"1122":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1123":{"__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}]}},"1124":{"__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}]}},"1125":{"__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}]}},"1126":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1127":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1128":{"target":{"__isSmartRef__":true,"id":1116},"eventSpec":{"__isSmartRef__":true,"id":1129},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1129":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1130":{"x":158.61999411255397,"y":5.999989346894836,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1131":{"_x":0,"_y":0,"_width":16,"_height":402.53509521484375,"_stroke":{"__isSmartRef__":true,"id":1132},"_fill":{"__isSmartRef__":true,"id":1133},"_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":"16","namespaceURI":null},{"key":"height","value":"402.53509521484375","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}]}},"1132":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1133":{"vector":{"__isSmartRef__":true,"id":1122},"stops":[{"__isSmartRef__":true,"id":1134},{"__isSmartRef__":true,"id":1135},{"__isSmartRef__":true,"id":1136}],"refcount":862,"_livelyDataWrapperId_":"19: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":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"1134":{"__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}]}},"1135":{"__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}]}},"1136":{"__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}]}},"1137":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1138":{"a":1,"b":0,"c":0,"d":1,"e":158.61999411255397,"f":5.999989346894836,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1139":{"sourceObj":{"__isSmartRef__":true,"id":1116},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1086},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1140":{"sourceObj":{"__isSmartRef__":true,"id":1116},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1086},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1141":{"x":17.47094390964196,"y":128.11944582886025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1142":{"_x":-0.0000010046335319202626,"_y":-0.000010653104254743084,"_width":177.61999940139728,"_height":411.5350815507052,"_fill":{"__isSmartRef__":true,"id":1097},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.0000010046335319202626","namespaceURI":null},{"key":"y","value":"-0.000010653104254743084","namespaceURI":null},{"key":"width","value":"177.61999940139728","namespaceURI":null},{"key":"height","value":"411.5350815507052","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"1143":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1144":{"a":1,"b":0,"c":0,"d":1,"e":17.47094390964196,"f":128.11944582886025,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1145":{"sourceObj":{"__isSmartRef__":true,"id":1086},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1116},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1146":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1147":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1148":{"submorphs":[{"__isSmartRef__":true,"id":1149}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"3031:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1164},"origin":{"__isSmartRef__":true,"id":1165},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1166},"shape":{"__isSmartRef__":true,"id":1167},"baseFill":{"__isSmartRef__":true,"id":1168},"priorExtent":{"__isSmartRef__":true,"id":1170},"value":false,"isActive":true,"scriptSource":"this.owner.remove()","__SourceModuleName__":"Global.lively.Widgets","label":{"__isSmartRef__":true,"id":1149},"normalFill":{"__isSmartRef__":true,"id":1168},"lighterFill":{"__isSmartRef__":true,"id":1171},"name":"closeButton","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3031:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(1295.753101525181,26.206217721732116) scale(1.0907135009765625,1.0907135009765625)","namespaceURI":null}]}},"1149":{"submorphs":[{"__isSmartRef__":true,"id":1150}],"owner":{"__isSmartRef__":true,"id":1148},"_livelyDataWrapperId_":"3032:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1155},"origin":{"__isSmartRef__":true,"id":1156},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1157},"shape":{"__isSmartRef__":true,"id":1158},"textContent":{"__isSmartRef__":true,"id":1160},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":1150},"fontFamily":"Helvetica","fontSize":12,"textColor":{"__isSmartRef__":true,"id":1161},"textString":"X","savedTextString":"X","priorExtent":{"__isSmartRef__":true,"id":1162},"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1163},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"3032:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(11.488696672768128,9.685660258990538)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1150":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1149},"_livelyDataWrapperId_":"3034:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1151},"shape":{"__isSmartRef__":true,"id":1152},"priorExtent":{"__isSmartRef__":true,"id":1153},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1154},"__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":"3034:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1151":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1152":{"_livelyDataWrapperId_":"3033: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":"3033: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}]}},"1153":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1154":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1155":{"a":1,"b":0,"c":0,"d":1,"e":11.488696672768128,"f":9.685660258990538,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1156":{"x":11.488696672768128,"y":9.685660258990538,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1157":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1158":{"_fill":null,"_stroke":{"__isSmartRef__":true,"id":1159},"_x":0,"_y":0,"_width":8,"_height":13.2,"__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}]}},"1159":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1160":{"_fill":{"__isSmartRef__":true,"id":1161},"__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}]}},"1161":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1162":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1163":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1164":{"a":1.0907135009765625,"b":0,"c":0,"d":1.0907135009765625,"e":1295.753101525181,"f":26.206217721732116,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1165":{"x":1295.753101525181,"y":26.206217721732116,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1166":{"x":1.0907135009765625,"y":1.0907135009765625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1167":{"_fill":{"__isSmartRef__":true,"id":1168},"_stroke":{"__isSmartRef__":true,"id":1169},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000008008626537048258","namespaceURI":null},{"key":"y","value":"0.000028030137400492094","namespaceURI":null},{"key":"width","value":"27.97740858133659","namespaceURI":null},{"key":"height","value":"29.571264121595505","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"rgb(158,0,0)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1168":{"r":0.6196078431372549,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1169":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1170":{"x":27.97740936279297,"y":29.571264266967773,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1171":{"r":0.8098039215686275,"g":0.5,"b":0.5,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1172":{"submorphs":[{"__isSmartRef__":true,"id":1173}],"owner":{"__isSmartRef__":true,"id":592},"_livelyDataWrapperId_":"2190:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1186},"origin":{"__isSmartRef__":true,"id":1187},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1188},"shape":{"__isSmartRef__":true,"id":1189},"baseFill":{"__isSmartRef__":true,"id":986},"priorExtent":{"__isSmartRef__":true,"id":1194},"value":false,"isActive":true,"scriptSource":"var targetMorph = $morph('targetContainer').submorphs[0];\nif (targetMorph.reset) targetMorph.reset()\n","label":{"__isSmartRef__":true,"id":1173},"__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":1190},"lighterFill":{"__isSmartRef__":true,"id":1195},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2190:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(215.6963631565108,73.69370180891514)","namespaceURI":null}]}},"1173":{"textString":"reset","savedTextString":"reset","submorphs":[{"__isSmartRef__":true,"id":1174}],"owner":{"__isSmartRef__":true,"id":1172},"_livelyDataWrapperId_":"2483:TextMorph","origin":{"__isSmartRef__":true,"id":1179},"shape":{"__isSmartRef__":true,"id":1180},"textContent":{"__isSmartRef__":true,"id":1182},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1183},"textSelection":{"__isSmartRef__":true,"id":1174},"priorExtent":{"__isSmartRef__":true,"id":1184},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1185},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"2483:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(23.000012899883586,9.90000258549162)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1174":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1173},"_livelyDataWrapperId_":"2485:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1175},"shape":{"__isSmartRef__":true,"id":1176},"priorExtent":{"__isSmartRef__":true,"id":1177},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1178},"__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":"2485:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1175":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1176":{"_livelyDataWrapperId_":"2484: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":"2484: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}]}},"1177":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1178":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1179":{"x":23.000012899883586,"y":9.90000258549162,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1180":{"_x":0,"_y":0,"_width":27,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":1181},"_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":"27","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}]}},"1181":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1182":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1183":{"a":1,"b":0,"c":0,"d":1,"e":23.000012899883586,"f":9.90000258549162,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1184":{"x":27,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1185":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1186":{"a":1,"b":0,"c":0,"d":1,"e":215.6963631565108,"f":73.69370180891514,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1187":{"x":215.6963631565108,"y":73.69370180891514,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1188":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1189":{"_fill":{"__isSmartRef__":true,"id":1190},"_stroke":{"__isSmartRef__":true,"id":985},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000012899882676720154","namespaceURI":null},{"key":"y","value":"0.0000024901238475649734","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#3791:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1190":{"vector":{"__isSmartRef__":true,"id":1191},"stops":[{"__isSmartRef__":true,"id":1192},{"__isSmartRef__":true,"id":1193}],"refcount":1,"_livelyDataWrapperId_":"3791: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":"3791:lively.paint.LinearGradient","namespaceURI":null}]}},"1191":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1192":{"__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(209,209,209)","namespaceURI":null}]}},"1193":{"__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(232,232,232)","namespaceURI":null}]}},"1194":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1195":{"vector":{"__isSmartRef__":true,"id":1191},"stops":[{"__isSmartRef__":true,"id":1196},{"__isSmartRef__":true,"id":1197}],"refcount":0,"_livelyDataWrapperId_":"3792: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":"3792:lively.paint.LinearGradient","namespaceURI":null}]}},"1196":{"__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(232,232,232)","namespaceURI":null}]}},"1197":{"__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(244,244,244)","namespaceURI":null}]}},"1198":{"x":53.20362255442888,"y":156.22069000457122,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1199":{"_x":-0.00001577041985001415,"_y":13.588434219360352,"_width":1344.072330101911,"_height":891.0687523197205,"_stroke":{"__isSmartRef__":true,"id":1200},"_fill":{"__isSmartRef__":true,"id":1201},"_rx":19,"_ry":19,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.00001577041985001415","namespaceURI":null},{"key":"y","value":"13.588434219360352","namespaceURI":null},{"key":"width","value":"1344.072330101911","namespaceURI":null},{"key":"height","value":"891.0687523197205","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"19","namespaceURI":null},{"key":"ry","value":"19","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1200":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1201":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1202":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1203":{"a":1.0000000257056598,"b":0,"c":0,"d":1.0000000257056598,"e":53.20362255442888,"f":156.22069000457122,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1204":{"x":1.0000000257056598,"y":1.0000000257056598,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1205":{"textString":"$morph('ScriptEditor').reset()","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1206}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"25495:TextMorph","origin":{"__isSmartRef__":true,"id":1211},"shape":{"__isSmartRef__":true,"id":1212},"textContent":{"__isSmartRef__":true,"id":1214},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1215},"textSelection":{"__isSmartRef__":true,"id":1206},"priorExtent":{"__isSmartRef__":true,"id":1216},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":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":"25495:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(1483.6422119140625,570.1642456054688)","namespaceURI":null}]}},"1206":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1205},"_livelyDataWrapperId_":"25497:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1207},"shape":{"__isSmartRef__":true,"id":1208},"priorExtent":{"__isSmartRef__":true,"id":1209},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1210},"isCursor":true,"__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":"25497:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1207":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1208":{"_livelyDataWrapperId_":"25496: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":"25496: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}]}},"1209":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1210":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1211":{"x":1483.6422119140625,"y":570.1642456054688,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1212":{"_x":0.000022855230781715363,"_y":-0.000028421152819646522,"_width":411.1663818359375,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":540},"_fill":{"__isSmartRef__":true,"id":1213},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000022855230781715363","namespaceURI":null},{"key":"y","value":"-0.000028421152819646522","namespaceURI":null},{"key":"width","value":"411.1663818359375","namespaceURI":null},{"key":"height","value":"21.2","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.5","namespaceURI":null}]}},"1213":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1214":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1215":{"a":1,"b":0,"c":0,"d":1,"e":1483.6422119140625,"f":570.1642456054688,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1216":{"x":399.1663818359375,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1217":{"submorphs":[{"__isSmartRef__":true,"id":1218}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"26693:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1223},"origin":{"__isSmartRef__":true,"id":1224},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1225},"shape":{"__isSmartRef__":true,"id":1226},"textContent":{"__isSmartRef__":true,"id":1227},"lineNumberHint":39,"textSelection":{"__isSmartRef__":true,"id":1218},"textString":"this.addScript(function generateQuerySource(fromObj, toObj ) {\n\t\tvar findTargetCode;\n\t\tvar name = toObj.name\n\n\t\tif (fromObj === toObj) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (fromObj[name] === toObj) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (fromObj.getMorphNamed(name) === toObj) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\treturn findTargetCode\t\t\n})\n\nthis.addScript(function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (!selection) {\n\t\tpane.setTextString(\"\");\n\t\treturn;\n\t}\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + \n\t\t\tc.converterString : \"\" ) + \"}\"\n\n\t\tsource = Strings.format('connect(%s, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tthis.generateQuerySource(targetThis, c.getSourceObj()),\n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tthis.generateQuerySource(targetThis, c.getTargetObj()),\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\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n})","savedTextString":"this.addScript(function generateQuerySource(fromObj, toObj ) {\n\t\tvar findTargetCode;\n\t\tvar name = toObj.name\n\n\t\tif (fromObj === toObj) \n\t\t\tfindTargetCode = \"this\"\n\t\telse if (fromObj[name] === toObj) \n\t\t\tfindTargetCode = \"this.\" + name\n\t\telse if (fromObj.getMorphNamed(name) === toObj) \n\t\t\tfindTargetCode = 'this.getMorphNamed(\"' + name + '\")'\n\t\telse\n\t\t\tfindTargetCode = '$morph(\"' + name + '\")'\n\t\treturn findTargetCode\t\t\n})\n\nthis.addScript(function updateSourcePane(selection) { \n\tvar pane = $morph('scriptSource')\n\tvar source;\n\n\tif (!selection) {\n\t\tpane.setTextString(\"\");\n\t\treturn;\n\t}\n\n\tif (selection.connection) {\n\t\tvar c = selection.connection;\n\t\tvar targetThis = pane.getDoitContext();\n\t\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + \n\t\t\tc.converterString : \"\" ) + \"}\"\n\n\t\tsource = Strings.format('connect(%s, \"%s\", %s, \"%s\", %s)', \n\t\t\t\tthis.generateQuerySource(targetThis, c.getSourceObj()),\n\t\t\t\tc.getSourceAttrName(),\n\t\t\t\tthis.generateQuerySource(targetThis, c.getTargetObj()),\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\tpane.setTextString(source);\n\tpane.highlightJavaScriptSyntax()\n})","priorExtent":{"__isSmartRef__":true,"id":1228},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":351},"suppressHandles":true,"isSelecting":false,"hasKeyboardFocus":false,"name":"scriptSource2","textStyle":{"__isSmartRef__":true,"id":1229},"undoTextStyle":{"__isSmartRef__":true,"id":1287},"__SourceModuleName__":"Global.lively.Text","fontFamily":"Courier","editScript":{"__isSmartRef__":true,"id":57},"tabReplacePrefix":"getSourceOb","attributeConnections":[],"__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":"26693:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(2547.0996507223767,814.7322546448315) scale(1.0127249337330255,1.0127249337330255)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1344},"withLayers":["BrowserSyntaxHighlightLayer","NodeMorphLayer"]},"1218":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1217},"_livelyDataWrapperId_":"26695:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1219},"shape":{"__isSmartRef__":true,"id":1220},"priorExtent":{"__isSmartRef__":true,"id":1221},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1222},"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":"26695:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1219":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1220":{"_livelyDataWrapperId_":"26694: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":"26694: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}]}},"1221":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1222":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1223":{"a":1.0127249337330255,"b":0,"c":0,"d":1.0127249337330255,"e":2547.0996507223767,"f":814.7322546448315,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1224":{"x":2547.0996507223767,"y":814.7322546448315,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1225":{"x":1.0127249337330255,"y":1.0127249337330255,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1226":{"_fill":{"__isSmartRef__":true,"id":347},"_stroke":{"__isSmartRef__":true,"id":69},"_x":0,"_y":0,"_width":693.6680297851562,"_height":683.5999999999995,"__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":"693.6680297851562","namespaceURI":null},{"key":"height","value":"683.5999999999995","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}]}},"1227":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"Courier","namespaceURI":null}]}},"1228":{"x":681.6680297851562,"y":675.5999755859375,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1229":{"runs":[4,11,8,38,1,3,3,19,3,22,2,42,6,3,4,1,2,49,7,10,4,1,2,62,22,10,4,3,4,21,10,10,4,3,6,18,1,3,4,11,8,29,1,3,3,15,14,3,3,11,2,14,1,22,2,5,6,3,1,3,2,24,1,3,3,29,3,39,3,13,3,24,17,27,2,5,3,28,33,7,4,83,4,98,1,1,4,1,1,3,3,63,2,11,1,14,17,4,1,1,4,1,1,28,20,12,1,2,1,64,1,2],"values":[{"__isSmartRef__":true,"id":1230},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1232},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1233},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1234},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1235},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1236},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1237},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1238},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1240},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1242},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1244},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1245},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1246},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1247},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1248},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1249},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1250},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1251},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1252},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1254},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1255},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1256},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1257},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1259},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1260},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1261},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1262},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1264},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1266},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1267},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1268},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1270},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1271},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1272},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1273},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1274},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1275},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1276},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1277},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1278},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1283},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1284},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1285},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1286},{"__isSmartRef__":true,"id":1231}],"lastIndex":1311,"lastRunIndex":111,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1230":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1231":{"color":{"__isSmartRef__":true,"id":540},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1232":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1233":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1234":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1235":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1236":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1237":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1238":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1239":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1240":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1241":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1242":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1243":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1244":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1245":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1246":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1247":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1248":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1249":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1250":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1251":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1252":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1253":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1254":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1255":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1256":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1257":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1258":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1259":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1260":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1261":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1262":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1263":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1264":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1265":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1266":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1267":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1268":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1269":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1270":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1271":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1272":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1273":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1274":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1275":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1276":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1277":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1278":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1279":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1280":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1281":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1282":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1283":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1284":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1285":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1286":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1287":{"runs":[4,11,8,38,1,3,3,19,3,22,2,42,6,3,4,1,2,49,7,10,4,1,2,62,22,10,4,3,4,21,10,10,4,5,1,3,4,11,8,29,1,3,3,15,14,3,3,11,2,14,1,22,2,5,6,3,1,3,2,24,1,3,3,29,3,39,3,13,3,24,17,27,2,5,3,28,33,7,4,83,4,98,1,1,4,1,1,3,3,63,2,11,1,14,17,4,1,1,4,1,1,28,20,12,1,2,1,64,1,1],"values":[{"__isSmartRef__":true,"id":1288},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1290},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1291},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1292},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1293},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1294},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1295},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1296},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1297},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1298},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1299},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1300},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1301},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1303},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1304},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1305},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1311},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1313},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1315},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1316},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1317},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1318},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1319},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1320},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1321},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1324},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1326},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1328},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1331},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1333},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1334},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1335},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1340},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1342},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1343},{"__isSmartRef__":true,"id":1289}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1288":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1289":{"color":{"__isSmartRef__":true,"id":540},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1290":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1291":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1292":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1293":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1294":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1295":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1296":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1297":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1298":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1299":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1300":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1301":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1302":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1303":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1304":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1305":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1306":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1307":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1308":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1309":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1310":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1311":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1312":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1313":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1314":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1315":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1316":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1317":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1318":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1319":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1320":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1321":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1322":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1323":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1324":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1325":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1326":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1327":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1328":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1329":{"color":{"__isSmartRef__":true,"id":751},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1330":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1331":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1332":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1333":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1334":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1335":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1336":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1337":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1338":{"color":{"__isSmartRef__":true,"id":755},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1339":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1340":{"color":{"__isSmartRef__":true,"id":764},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1341":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1342":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1343":{"color":{"__isSmartRef__":true,"id":753},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1344":{"getDoitContext":{"__isSmartRef__":true,"id":1345}},"1345":{"varMapping":{"__isSmartRef__":true,"id":1346},"source":"function getDoitContext() {\n\treturn $morph('ScriptEditor')\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1346":{"this":{"__isSmartRef__":true,"id":1217},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1347}},"1347":{"$super":{"__isSmartRef__":true,"id":1348}},"1348":{"varMapping":{"__isSmartRef__":true,"id":1349},"source":"function () { return this.constructor.prototype[name].apply(this, arguments) }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1349":{"this":{"__isSmartRef__":true,"id":1217},"name":"getDoitContext"},"1350":{"submorphs":[{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1363},{"__isSmartRef__":true,"id":1394},{"__isSmartRef__":true,"id":1418},{"__isSmartRef__":true,"id":1608},{"__isSmartRef__":true,"id":1796}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"3218:lively.Scripting.PartsBin","origin":{"__isSmartRef__":true,"id":1958},"shape":{"__isSmartRef__":true,"id":1959},"priorExtent":{"__isSmartRef__":true,"id":1962},"url":{"__isSmartRef__":true,"id":1443},"pvtCachedTransform":{"__isSmartRef__":true,"id":1963},"reloadButton":{"__isSmartRef__":true,"id":1363},"closeButton":{"__isSmartRef__":true,"id":1394},"name":"partsBin","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1964},"__SourceModuleName__":"Global.lively.Scripting","__LivelyClassName__":"lively.Scripting.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartsBin","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3218:lively.Scripting.PartsBin","namespaceURI":null},{"key":"transform","value":"translate(1662.3839111328125,805.3212890625) scale(1.0000001192092896,1.0000001192092896)","namespaceURI":null}]}},"1351":{"textString":"PartsBin","savedTextString":"PartsBin","submorphs":[{"__isSmartRef__":true,"id":1352}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12770:TextMorph","origin":{"__isSmartRef__":true,"id":1357},"shape":{"__isSmartRef__":true,"id":1358},"textContent":{"__isSmartRef__":true,"id":1359},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1360},"textSelection":{"__isSmartRef__":true,"id":1352},"priorExtent":{"__isSmartRef__":true,"id":1361},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1362},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"fontSize":30,"__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":"12770:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1352":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1351},"_livelyDataWrapperId_":"12772:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1353},"shape":{"__isSmartRef__":true,"id":1354},"priorExtent":{"__isSmartRef__":true,"id":1355},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1356},"__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":"12772:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1353":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1354":{"_livelyDataWrapperId_":"12771: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":"12771: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}]}},"1355":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1356":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1357":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1358":{"_x":0,"_y":0,"_width":148,"_height":53,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"148","namespaceURI":null},{"key":"height","value":"53","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}]}},"1359":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"30","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1360":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1361":{"x":88,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1362":{"x":17,"y":10,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1363":{"baseFill":{"__isSmartRef__":true,"id":1364},"submorphs":[{"__isSmartRef__":true,"id":1369}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12773:ButtonMorph","origin":{"__isSmartRef__":true,"id":1381},"shape":{"__isSmartRef__":true,"id":1382},"priorExtent":{"__isSmartRef__":true,"id":1388},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1384},"lighterFill":{"__isSmartRef__":true,"id":1389},"label":{"__isSmartRef__":true,"id":1369},"pvtCachedTransform":{"__isSmartRef__":true,"id":1392},"attributeConnections":[{"__isSmartRef__":true,"id":1393}],"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12773:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(200,20)","namespaceURI":null}]}},"1364":{"vector":{"__isSmartRef__":true,"id":1365},"stops":[{"__isSmartRef__":true,"id":1366},{"__isSmartRef__":true,"id":1367},{"__isSmartRef__":true,"id":1368}],"refcount":0,"_livelyDataWrapperId_":"17: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":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"1365":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1366":{"__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(209,209,209)","namespaceURI":null}]}},"1367":{"__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(230,230,230)","namespaceURI":null}]}},"1368":{"__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(209,209,209)","namespaceURI":null}]}},"1369":{"textString":"reload","savedTextString":"reload","submorphs":[{"__isSmartRef__":true,"id":1370}],"owner":{"__isSmartRef__":true,"id":1363},"_livelyDataWrapperId_":"12776:TextMorph","origin":{"__isSmartRef__":true,"id":1375},"shape":{"__isSmartRef__":true,"id":1376},"textContent":{"__isSmartRef__":true,"id":1377},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1378},"textSelection":{"__isSmartRef__":true,"id":1370},"priorExtent":{"__isSmartRef__":true,"id":1379},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1380},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12776:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(19,4.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1370":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1369},"_livelyDataWrapperId_":"12778:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1371},"shape":{"__isSmartRef__":true,"id":1372},"priorExtent":{"__isSmartRef__":true,"id":1373},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1374},"__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":"12778:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1371":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1372":{"_livelyDataWrapperId_":"12777: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":"12777: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}]}},"1373":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1374":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1375":{"x":19,"y":4.900000095367432,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1376":{"_x":0,"_y":0,"_width":35,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"35","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}]}},"1377":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1378":{"a":1,"b":0,"c":0,"d":1,"e":19,"f":4.900000095367432,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1379":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1380":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1381":{"x":200,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1382":{"_x":0,"_y":0,"_width":70,"_height":20,"_stroke":{"__isSmartRef__":true,"id":1383},"_fill":{"__isSmartRef__":true,"id":1384},"_rx":5,"_ry":5,"__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":"70","namespaceURI":null},{"key":"height","value":"20","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#12774:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1383":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1384":{"vector":{"__isSmartRef__":true,"id":1385},"stops":[{"__isSmartRef__":true,"id":1386},{"__isSmartRef__":true,"id":1387}],"refcount":1,"_livelyDataWrapperId_":"12774:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__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":"12774:lively.paint.LinearGradient","namespaceURI":null}]}},"1385":{"x":0,"y":1,"width":0,"height":-1,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1386":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1387":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1388":{"x":70,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1389":{"vector":{"__isSmartRef__":true,"id":1385},"stops":[{"__isSmartRef__":true,"id":1390},{"__isSmartRef__":true,"id":1391}],"refcount":0,"_livelyDataWrapperId_":"12775:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__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":"12775:lively.paint.LinearGradient","namespaceURI":null}]}},"1390":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1391":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1392":{"a":1,"b":0,"c":0,"d":1,"e":200,"f":20,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1393":{"sourceObj":{"__isSmartRef__":true,"id":1363},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1350},"targetMethodName":"reload","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1394":{"baseFill":{"__isSmartRef__":true,"id":1364},"submorphs":[{"__isSmartRef__":true,"id":1395}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12779:ButtonMorph","origin":{"__isSmartRef__":true,"id":1407},"shape":{"__isSmartRef__":true,"id":1408},"priorExtent":{"__isSmartRef__":true,"id":1412},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1409},"lighterFill":{"__isSmartRef__":true,"id":1413},"label":{"__isSmartRef__":true,"id":1395},"pvtCachedTransform":{"__isSmartRef__":true,"id":1416},"attributeConnections":[{"__isSmartRef__":true,"id":1417}],"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12779:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(719.7,10.3)","namespaceURI":null}]}},"1395":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":1396}],"owner":{"__isSmartRef__":true,"id":1394},"_livelyDataWrapperId_":"12782:TextMorph","origin":{"__isSmartRef__":true,"id":1401},"shape":{"__isSmartRef__":true,"id":1402},"textContent":{"__isSmartRef__":true,"id":1403},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1404},"textSelection":{"__isSmartRef__":true,"id":1396},"priorExtent":{"__isSmartRef__":true,"id":1405},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1406},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12782:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(12.5,9.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1396":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1395},"_livelyDataWrapperId_":"12784:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1397},"shape":{"__isSmartRef__":true,"id":1398},"priorExtent":{"__isSmartRef__":true,"id":1399},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1400},"__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":"12784:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1397":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1398":{"_livelyDataWrapperId_":"12783: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":"12783: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}]}},"1399":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1400":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1401":{"x":12.5,"y":9.900000095367432,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1402":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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}]}},"1403":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1404":{"a":1,"b":0,"c":0,"d":1,"e":12.5,"f":9.900000095367432,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1405":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1406":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1407":{"x":719.7,"y":10.3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1408":{"_x":0,"_y":0,"_width":30,"_height":30,"_stroke":{"__isSmartRef__":true,"id":1383},"_fill":{"__isSmartRef__":true,"id":1409},"_rx":5,"_ry":5,"__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":"30","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#12780:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1409":{"vector":{"__isSmartRef__":true,"id":1385},"stops":[{"__isSmartRef__":true,"id":1410},{"__isSmartRef__":true,"id":1411}],"refcount":1,"_livelyDataWrapperId_":"12780:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__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":"12780:lively.paint.LinearGradient","namespaceURI":null}]}},"1410":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1411":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1412":{"x":30,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1413":{"vector":{"__isSmartRef__":true,"id":1385},"stops":[{"__isSmartRef__":true,"id":1414},{"__isSmartRef__":true,"id":1415}],"refcount":0,"_livelyDataWrapperId_":"12781:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__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":"12781:lively.paint.LinearGradient","namespaceURI":null}]}},"1414":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1415":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1416":{"a":1,"b":0,"c":0,"d":1,"e":719.7,"f":10.3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1417":{"sourceObj":{"__isSmartRef__":true,"id":1394},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1350},"targetMethodName":"remove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1418":{"submorphs":[{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1447},{"__isSmartRef__":true,"id":1473},{"__isSmartRef__":true,"id":1499},{"__isSmartRef__":true,"id":1525},{"__isSmartRef__":true,"id":1551},{"__isSmartRef__":true,"id":1577}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12905:BoxMorph","origin":{"__isSmartRef__":true,"id":1603},"shape":{"__isSmartRef__":true,"id":1604},"priorExtent":{"__isSmartRef__":true,"id":1605},"layoutManager":{"__isSmartRef__":true,"id":1606},"pvtCachedTransform":{"__isSmartRef__":true,"id":1607},"__LivelyClassName__":"BoxMorph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"BoxMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12905:BoxMorph","namespaceURI":null},{"key":"transform","value":"translate(0,50)","namespaceURI":null}]}},"1419":{"submorphs":[{"__isSmartRef__":true,"id":1420},{"__isSmartRef__":true,"id":1427}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12785:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1439},"shape":{"__isSmartRef__":true,"id":1440},"priorExtent":{"__isSmartRef__":true,"id":1442},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"Afrika","pvtCachedTransform":{"__isSmartRef__":true,"id":1444},"clip":{"__isSmartRef__":true,"id":1445},"_clip-path":"url(#12790:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12785:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12790:lively.scene.Clip)","namespaceURI":null}]}},"1420":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1419},"_livelyDataWrapperId_":"12786:ImageMorph","origin":{"__isSmartRef__":true,"id":1421},"shape":{"__isSmartRef__":true,"id":1422},"priorExtent":{"__isSmartRef__":true,"id":1423},"image":{"__isSmartRef__":true,"id":1424},"originalExtent":{"__isSmartRef__":true,"id":1425},"pvtCachedTransform":{"__isSmartRef__":true,"id":1426},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12786:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1421":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1422":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1423":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1424":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/Afrika.svg?time=1297267520840","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1425":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1426":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1427":{"textString":"Afrika","savedTextString":"Afrika","submorphs":[{"__isSmartRef__":true,"id":1428}],"owner":{"__isSmartRef__":true,"id":1419},"_livelyDataWrapperId_":"12787:TextMorph","origin":{"__isSmartRef__":true,"id":1433},"shape":{"__isSmartRef__":true,"id":1434},"textContent":{"__isSmartRef__":true,"id":1435},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1436},"textSelection":{"__isSmartRef__":true,"id":1428},"priorExtent":{"__isSmartRef__":true,"id":1437},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1438},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12787:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1428":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1427},"_livelyDataWrapperId_":"12789:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1429},"shape":{"__isSmartRef__":true,"id":1430},"priorExtent":{"__isSmartRef__":true,"id":1431},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1432},"__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":"12789:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1429":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1430":{"_livelyDataWrapperId_":"12788: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":"12788: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}]}},"1431":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1432":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1433":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1434":{"_x":0,"_y":0,"_width":31,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"31","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}]}},"1435":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1436":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1437":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1438":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1439":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1440":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1441":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1442":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1443":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1444":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1445":{"_livelyDataWrapperId_":"12790:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1446},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12790:lively.scene.Clip","namespaceURI":null}]}},"1446":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1447":{"submorphs":[{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1455}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12791:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1467},"shape":{"__isSmartRef__":true,"id":1468},"priorExtent":{"__isSmartRef__":true,"id":1469},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"CommandLine","pvtCachedTransform":{"__isSmartRef__":true,"id":1470},"clip":{"__isSmartRef__":true,"id":1471},"_clip-path":"url(#12796:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12791:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(102,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12796:lively.scene.Clip)","namespaceURI":null}]}},"1448":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1447},"_livelyDataWrapperId_":"12792:ImageMorph","origin":{"__isSmartRef__":true,"id":1449},"shape":{"__isSmartRef__":true,"id":1450},"priorExtent":{"__isSmartRef__":true,"id":1451},"image":{"__isSmartRef__":true,"id":1452},"originalExtent":{"__isSmartRef__":true,"id":1453},"pvtCachedTransform":{"__isSmartRef__":true,"id":1454},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12792:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1449":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1450":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1451":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1452":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/CommandLine.svg?time=1297267520844","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1453":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1454":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1455":{"textString":"CommandLine","savedTextString":"CommandLine","submorphs":[{"__isSmartRef__":true,"id":1456}],"owner":{"__isSmartRef__":true,"id":1447},"_livelyDataWrapperId_":"12793:TextMorph","origin":{"__isSmartRef__":true,"id":1461},"shape":{"__isSmartRef__":true,"id":1462},"textContent":{"__isSmartRef__":true,"id":1463},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1464},"textSelection":{"__isSmartRef__":true,"id":1456},"priorExtent":{"__isSmartRef__":true,"id":1465},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1466},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12793:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1456":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1455},"_livelyDataWrapperId_":"12795:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1457},"shape":{"__isSmartRef__":true,"id":1458},"priorExtent":{"__isSmartRef__":true,"id":1459},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1460},"__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":"12795:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1457":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1458":{"_livelyDataWrapperId_":"12794: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":"12794: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}]}},"1459":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1460":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1461":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1462":{"_x":0,"_y":0,"_width":81,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"81","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}]}},"1463":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1464":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1465":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1466":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1467":{"x":102,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1468":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1469":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1470":{"a":1,"b":0,"c":0,"d":1,"e":102,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1471":{"_livelyDataWrapperId_":"12796:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1472},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12796:lively.scene.Clip","namespaceURI":null}]}},"1472":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1473":{"submorphs":[{"__isSmartRef__":true,"id":1474},{"__isSmartRef__":true,"id":1481}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12797:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1493},"shape":{"__isSmartRef__":true,"id":1494},"priorExtent":{"__isSmartRef__":true,"id":1495},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"MorphSearch","pvtCachedTransform":{"__isSmartRef__":true,"id":1496},"clip":{"__isSmartRef__":true,"id":1497},"_clip-path":"url(#12802:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12797:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(203,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12802:lively.scene.Clip)","namespaceURI":null}]}},"1474":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1473},"_livelyDataWrapperId_":"12798:ImageMorph","origin":{"__isSmartRef__":true,"id":1475},"shape":{"__isSmartRef__":true,"id":1476},"priorExtent":{"__isSmartRef__":true,"id":1477},"image":{"__isSmartRef__":true,"id":1478},"originalExtent":{"__isSmartRef__":true,"id":1479},"pvtCachedTransform":{"__isSmartRef__":true,"id":1480},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12798:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1475":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1476":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1477":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1478":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/MorphSearch.svg?time=1297267520847","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1479":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1480":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1481":{"textString":"MorphSearch","savedTextString":"MorphSearch","submorphs":[{"__isSmartRef__":true,"id":1482}],"owner":{"__isSmartRef__":true,"id":1473},"_livelyDataWrapperId_":"12799:TextMorph","origin":{"__isSmartRef__":true,"id":1487},"shape":{"__isSmartRef__":true,"id":1488},"textContent":{"__isSmartRef__":true,"id":1489},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1490},"textSelection":{"__isSmartRef__":true,"id":1482},"priorExtent":{"__isSmartRef__":true,"id":1491},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1492},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12799:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1482":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1481},"_livelyDataWrapperId_":"12801:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1483},"shape":{"__isSmartRef__":true,"id":1484},"priorExtent":{"__isSmartRef__":true,"id":1485},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1486},"__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":"12801:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1483":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1484":{"_livelyDataWrapperId_":"12800: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":"12800: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}]}},"1485":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1486":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1487":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1488":{"_x":0,"_y":0,"_width":74,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"74","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}]}},"1489":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1490":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1491":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1492":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1493":{"x":203,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1494":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1495":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1496":{"a":1,"b":0,"c":0,"d":1,"e":203,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1497":{"_livelyDataWrapperId_":"12802:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1498},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12802:lively.scene.Clip","namespaceURI":null}]}},"1498":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1499":{"submorphs":[{"__isSmartRef__":true,"id":1500},{"__isSmartRef__":true,"id":1507}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12803:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1519},"shape":{"__isSmartRef__":true,"id":1520},"priorExtent":{"__isSmartRef__":true,"id":1521},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"PartsBin","pvtCachedTransform":{"__isSmartRef__":true,"id":1522},"clip":{"__isSmartRef__":true,"id":1523},"_clip-path":"url(#12808:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12803:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(304,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12808:lively.scene.Clip)","namespaceURI":null}]}},"1500":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1499},"_livelyDataWrapperId_":"12804:ImageMorph","origin":{"__isSmartRef__":true,"id":1501},"shape":{"__isSmartRef__":true,"id":1502},"priorExtent":{"__isSmartRef__":true,"id":1503},"image":{"__isSmartRef__":true,"id":1504},"originalExtent":{"__isSmartRef__":true,"id":1505},"pvtCachedTransform":{"__isSmartRef__":true,"id":1506},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12804:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1501":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1502":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1503":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1504":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/PartsBin.svg?time=1297267520850","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1505":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1506":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1507":{"textString":"PartsBin","savedTextString":"PartsBin","submorphs":[{"__isSmartRef__":true,"id":1508}],"owner":{"__isSmartRef__":true,"id":1499},"_livelyDataWrapperId_":"12805:TextMorph","origin":{"__isSmartRef__":true,"id":1513},"shape":{"__isSmartRef__":true,"id":1514},"textContent":{"__isSmartRef__":true,"id":1515},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1516},"textSelection":{"__isSmartRef__":true,"id":1508},"priorExtent":{"__isSmartRef__":true,"id":1517},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1518},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12805:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1508":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1507},"_livelyDataWrapperId_":"12807:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1509},"shape":{"__isSmartRef__":true,"id":1510},"priorExtent":{"__isSmartRef__":true,"id":1511},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1512},"__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":"12807:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1509":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1510":{"_livelyDataWrapperId_":"12806: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":"12806: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}]}},"1511":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1512":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1513":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1514":{"_x":0,"_y":0,"_width":46,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"46","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}]}},"1515":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1516":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1517":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1518":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1519":{"x":304,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1520":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1521":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1522":{"a":1,"b":0,"c":0,"d":1,"e":304,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1523":{"_livelyDataWrapperId_":"12808:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1524},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12808:lively.scene.Clip","namespaceURI":null}]}},"1524":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1525":{"submorphs":[{"__isSmartRef__":true,"id":1526},{"__isSmartRef__":true,"id":1533}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12809:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1545},"shape":{"__isSmartRef__":true,"id":1546},"priorExtent":{"__isSmartRef__":true,"id":1547},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"PartsBinItemEditor","pvtCachedTransform":{"__isSmartRef__":true,"id":1548},"clip":{"__isSmartRef__":true,"id":1549},"_clip-path":"url(#12814:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12809:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(405,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12814:lively.scene.Clip)","namespaceURI":null}]}},"1526":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1525},"_livelyDataWrapperId_":"12810:ImageMorph","origin":{"__isSmartRef__":true,"id":1527},"shape":{"__isSmartRef__":true,"id":1528},"priorExtent":{"__isSmartRef__":true,"id":1529},"image":{"__isSmartRef__":true,"id":1530},"originalExtent":{"__isSmartRef__":true,"id":1531},"pvtCachedTransform":{"__isSmartRef__":true,"id":1532},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12810:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1527":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1528":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1529":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1530":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/PartsBinItemEditor.svg?time=1297267520853","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1531":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1532":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1533":{"textString":"PartsBinItemEditor","savedTextString":"PartsBinItemEditor","submorphs":[{"__isSmartRef__":true,"id":1534}],"owner":{"__isSmartRef__":true,"id":1525},"_livelyDataWrapperId_":"12811:TextMorph","origin":{"__isSmartRef__":true,"id":1539},"shape":{"__isSmartRef__":true,"id":1540},"textContent":{"__isSmartRef__":true,"id":1541},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1542},"textSelection":{"__isSmartRef__":true,"id":1534},"priorExtent":{"__isSmartRef__":true,"id":1543},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1544},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12811:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1534":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1533},"_livelyDataWrapperId_":"12813:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1535},"shape":{"__isSmartRef__":true,"id":1536},"priorExtent":{"__isSmartRef__":true,"id":1537},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1538},"__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":"12813:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1535":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1536":{"_livelyDataWrapperId_":"12812: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":"12812: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}]}},"1537":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1538":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1539":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1540":{"_x":0,"_y":0,"_width":101,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"101","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}]}},"1541":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1542":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1543":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1544":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1545":{"x":405,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1546":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1547":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1548":{"a":1,"b":0,"c":0,"d":1,"e":405,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1549":{"_livelyDataWrapperId_":"12814:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1550},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12814:lively.scene.Clip","namespaceURI":null}]}},"1550":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1551":{"submorphs":[{"__isSmartRef__":true,"id":1552},{"__isSmartRef__":true,"id":1559}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12815:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1571},"shape":{"__isSmartRef__":true,"id":1572},"priorExtent":{"__isSmartRef__":true,"id":1573},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"PartsBinItemEditor2","pvtCachedTransform":{"__isSmartRef__":true,"id":1574},"clip":{"__isSmartRef__":true,"id":1575},"_clip-path":"url(#12820:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12815:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(516.5,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12820:lively.scene.Clip)","namespaceURI":null}]}},"1552":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1551},"_livelyDataWrapperId_":"12816:ImageMorph","origin":{"__isSmartRef__":true,"id":1553},"shape":{"__isSmartRef__":true,"id":1554},"priorExtent":{"__isSmartRef__":true,"id":1555},"image":{"__isSmartRef__":true,"id":1556},"originalExtent":{"__isSmartRef__":true,"id":1557},"pvtCachedTransform":{"__isSmartRef__":true,"id":1558},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12816:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1553":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1554":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1555":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1556":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/PartsBinItemEditor2.svg?time=1297267520855","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1557":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1558":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1559":{"textString":"PartsBinItemEditor2","savedTextString":"PartsBinItemEditor2","submorphs":[{"__isSmartRef__":true,"id":1560}],"owner":{"__isSmartRef__":true,"id":1551},"_livelyDataWrapperId_":"12817:TextMorph","origin":{"__isSmartRef__":true,"id":1565},"shape":{"__isSmartRef__":true,"id":1566},"textContent":{"__isSmartRef__":true,"id":1567},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1568},"textSelection":{"__isSmartRef__":true,"id":1560},"priorExtent":{"__isSmartRef__":true,"id":1569},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1570},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12817:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1560":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1559},"_livelyDataWrapperId_":"12819:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1561},"shape":{"__isSmartRef__":true,"id":1562},"priorExtent":{"__isSmartRef__":true,"id":1563},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1564},"__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":"12819:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1561":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1562":{"_livelyDataWrapperId_":"12818: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":"12818: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}]}},"1563":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1564":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1565":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1566":{"_x":0,"_y":0,"_width":108,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"108","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}]}},"1567":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1568":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1569":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1570":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1571":{"x":516.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1572":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1573":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1574":{"a":1,"b":0,"c":0,"d":1,"e":516.5,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1575":{"_livelyDataWrapperId_":"12820:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1576},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12820:lively.scene.Clip","namespaceURI":null}]}},"1576":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1577":{"submorphs":[{"__isSmartRef__":true,"id":1578},{"__isSmartRef__":true,"id":1585}],"owner":{"__isSmartRef__":true,"id":1418},"_livelyDataWrapperId_":"12821:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1597},"shape":{"__isSmartRef__":true,"id":1598},"priorExtent":{"__isSmartRef__":true,"id":1599},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"RectangleArt","pvtCachedTransform":{"__isSmartRef__":true,"id":1600},"clip":{"__isSmartRef__":true,"id":1601},"_clip-path":"url(#12826:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12821:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(635,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12826:lively.scene.Clip)","namespaceURI":null}]}},"1578":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1577},"_livelyDataWrapperId_":"12822:ImageMorph","origin":{"__isSmartRef__":true,"id":1579},"shape":{"__isSmartRef__":true,"id":1580},"priorExtent":{"__isSmartRef__":true,"id":1581},"image":{"__isSmartRef__":true,"id":1582},"originalExtent":{"__isSmartRef__":true,"id":1583},"pvtCachedTransform":{"__isSmartRef__":true,"id":1584},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12822:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1579":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1580":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1581":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1582":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/RectangleArt.svg?time=1297267520860","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1583":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1584":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1585":{"textString":"RectangleArt","savedTextString":"RectangleArt","submorphs":[{"__isSmartRef__":true,"id":1586}],"owner":{"__isSmartRef__":true,"id":1577},"_livelyDataWrapperId_":"12823:TextMorph","origin":{"__isSmartRef__":true,"id":1591},"shape":{"__isSmartRef__":true,"id":1592},"textContent":{"__isSmartRef__":true,"id":1593},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1594},"textSelection":{"__isSmartRef__":true,"id":1586},"priorExtent":{"__isSmartRef__":true,"id":1595},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1596},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12823:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1586":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1585},"_livelyDataWrapperId_":"12825:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1587},"shape":{"__isSmartRef__":true,"id":1588},"priorExtent":{"__isSmartRef__":true,"id":1589},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1590},"__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":"12825:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1587":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1588":{"_livelyDataWrapperId_":"12824: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":"12824: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}]}},"1589":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1590":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1591":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1592":{"_x":0,"_y":0,"_width":71,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"71","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}]}},"1593":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1594":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1595":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1596":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1597":{"x":635,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1598":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1599":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1600":{"a":1,"b":0,"c":0,"d":1,"e":635,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1601":{"_livelyDataWrapperId_":"12826:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1602},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12826:lively.scene.Clip","namespaceURI":null}]}},"1602":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1603":{"x":0,"y":50,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1604":{"_x":0,"_y":0,"_width":400,"_height":100,"__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":"400","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null}]}},"1605":{"x":400,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1606":{"__LivelyClassName__":"HorizontalLayout","__SourceModuleName__":"Global.lively.oldCore.Layout"},"1607":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":50,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1608":{"submorphs":[{"__isSmartRef__":true,"id":1609},{"__isSmartRef__":true,"id":1635},{"__isSmartRef__":true,"id":1661},{"__isSmartRef__":true,"id":1687},{"__isSmartRef__":true,"id":1713},{"__isSmartRef__":true,"id":1739},{"__isSmartRef__":true,"id":1765}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12906:BoxMorph","origin":{"__isSmartRef__":true,"id":1791},"shape":{"__isSmartRef__":true,"id":1792},"priorExtent":{"__isSmartRef__":true,"id":1793},"layoutManager":{"__isSmartRef__":true,"id":1794},"pvtCachedTransform":{"__isSmartRef__":true,"id":1795},"__LivelyClassName__":"BoxMorph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"BoxMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12906:BoxMorph","namespaceURI":null},{"key":"transform","value":"translate(0,150)","namespaceURI":null}]}},"1609":{"submorphs":[{"__isSmartRef__":true,"id":1610},{"__isSmartRef__":true,"id":1617}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12827:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1629},"shape":{"__isSmartRef__":true,"id":1630},"priorExtent":{"__isSmartRef__":true,"id":1631},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"RedStarScaler","pvtCachedTransform":{"__isSmartRef__":true,"id":1632},"clip":{"__isSmartRef__":true,"id":1633},"_clip-path":"url(#12832:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12827:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12832:lively.scene.Clip)","namespaceURI":null}]}},"1610":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1609},"_livelyDataWrapperId_":"12828:ImageMorph","origin":{"__isSmartRef__":true,"id":1611},"shape":{"__isSmartRef__":true,"id":1612},"priorExtent":{"__isSmartRef__":true,"id":1613},"image":{"__isSmartRef__":true,"id":1614},"originalExtent":{"__isSmartRef__":true,"id":1615},"pvtCachedTransform":{"__isSmartRef__":true,"id":1616},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12828:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1611":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1612":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1613":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1614":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/RedStarScaler.svg?time=1297267520863","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1615":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1616":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1617":{"textString":"RedStarScaler","savedTextString":"RedStarScaler","submorphs":[{"__isSmartRef__":true,"id":1618}],"owner":{"__isSmartRef__":true,"id":1609},"_livelyDataWrapperId_":"12829:TextMorph","origin":{"__isSmartRef__":true,"id":1623},"shape":{"__isSmartRef__":true,"id":1624},"textContent":{"__isSmartRef__":true,"id":1625},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1626},"textSelection":{"__isSmartRef__":true,"id":1618},"priorExtent":{"__isSmartRef__":true,"id":1627},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1628},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12829:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1618":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1617},"_livelyDataWrapperId_":"12831:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1619},"shape":{"__isSmartRef__":true,"id":1620},"priorExtent":{"__isSmartRef__":true,"id":1621},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1622},"__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":"12831:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1619":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1620":{"_livelyDataWrapperId_":"12830: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":"12830: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}]}},"1621":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1622":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1623":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1624":{"_x":0,"_y":0,"_width":80,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"80","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}]}},"1625":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1626":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1627":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1628":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1629":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1630":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1631":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1632":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1633":{"_livelyDataWrapperId_":"12832:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1634},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12832:lively.scene.Clip","namespaceURI":null}]}},"1634":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1635":{"submorphs":[{"__isSmartRef__":true,"id":1636},{"__isSmartRef__":true,"id":1643}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12833:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1655},"shape":{"__isSmartRef__":true,"id":1656},"priorExtent":{"__isSmartRef__":true,"id":1657},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"ScalingAlbatross","pvtCachedTransform":{"__isSmartRef__":true,"id":1658},"clip":{"__isSmartRef__":true,"id":1659},"_clip-path":"url(#12838:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12833:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(102,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12838:lively.scene.Clip)","namespaceURI":null}]}},"1636":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1635},"_livelyDataWrapperId_":"12834:ImageMorph","origin":{"__isSmartRef__":true,"id":1637},"shape":{"__isSmartRef__":true,"id":1638},"priorExtent":{"__isSmartRef__":true,"id":1639},"image":{"__isSmartRef__":true,"id":1640},"originalExtent":{"__isSmartRef__":true,"id":1641},"pvtCachedTransform":{"__isSmartRef__":true,"id":1642},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12834:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1637":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1638":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1639":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1640":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/ScalingAlbatross.svg?time=1297267520866","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1641":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1642":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1643":{"textString":"ScalingAlbatross","savedTextString":"ScalingAlbatross","submorphs":[{"__isSmartRef__":true,"id":1644}],"owner":{"__isSmartRef__":true,"id":1635},"_livelyDataWrapperId_":"12835:TextMorph","origin":{"__isSmartRef__":true,"id":1649},"shape":{"__isSmartRef__":true,"id":1650},"textContent":{"__isSmartRef__":true,"id":1651},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1652},"textSelection":{"__isSmartRef__":true,"id":1644},"priorExtent":{"__isSmartRef__":true,"id":1653},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1654},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12835:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1644":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1643},"_livelyDataWrapperId_":"12837:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1645},"shape":{"__isSmartRef__":true,"id":1646},"priorExtent":{"__isSmartRef__":true,"id":1647},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1648},"__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":"12837:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1645":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1646":{"_livelyDataWrapperId_":"12836: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":"12836: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}]}},"1647":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1648":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1649":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1650":{"_x":0,"_y":0,"_width":92,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"92","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}]}},"1651":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1652":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1653":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1654":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1655":{"x":102,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1656":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1657":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1658":{"a":1,"b":0,"c":0,"d":1,"e":102,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1659":{"_livelyDataWrapperId_":"12838:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1660},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12838:lively.scene.Clip","namespaceURI":null}]}},"1660":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1661":{"submorphs":[{"__isSmartRef__":true,"id":1662},{"__isSmartRef__":true,"id":1669}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12839:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1681},"shape":{"__isSmartRef__":true,"id":1682},"priorExtent":{"__isSmartRef__":true,"id":1683},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"ScriptEditor","pvtCachedTransform":{"__isSmartRef__":true,"id":1684},"clip":{"__isSmartRef__":true,"id":1685},"_clip-path":"url(#12844:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12839:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(204.5,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12844:lively.scene.Clip)","namespaceURI":null}]}},"1662":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1661},"_livelyDataWrapperId_":"12840:ImageMorph","origin":{"__isSmartRef__":true,"id":1663},"shape":{"__isSmartRef__":true,"id":1664},"priorExtent":{"__isSmartRef__":true,"id":1665},"image":{"__isSmartRef__":true,"id":1666},"originalExtent":{"__isSmartRef__":true,"id":1667},"pvtCachedTransform":{"__isSmartRef__":true,"id":1668},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12840:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1663":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1664":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1665":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1666":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/ScriptEditor.svg?time=1297267520868","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1667":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1668":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1669":{"textString":"ScriptEditor","savedTextString":"ScriptEditor","submorphs":[{"__isSmartRef__":true,"id":1670}],"owner":{"__isSmartRef__":true,"id":1661},"_livelyDataWrapperId_":"12841:TextMorph","origin":{"__isSmartRef__":true,"id":1675},"shape":{"__isSmartRef__":true,"id":1676},"textContent":{"__isSmartRef__":true,"id":1677},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1678},"textSelection":{"__isSmartRef__":true,"id":1670},"priorExtent":{"__isSmartRef__":true,"id":1679},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1680},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12841:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1670":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1669},"_livelyDataWrapperId_":"12843:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1671},"shape":{"__isSmartRef__":true,"id":1672},"priorExtent":{"__isSmartRef__":true,"id":1673},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1674},"__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":"12843:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1671":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1672":{"_livelyDataWrapperId_":"12842: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":"12842: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}]}},"1673":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1674":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1675":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1676":{"_x":0,"_y":0,"_width":63,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"63","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}]}},"1677":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1678":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1679":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1680":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1681":{"x":204.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1682":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1683":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1684":{"a":1,"b":0,"c":0,"d":1,"e":204.5,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1685":{"_livelyDataWrapperId_":"12844:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1686},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12844:lively.scene.Clip","namespaceURI":null}]}},"1686":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1687":{"submorphs":[{"__isSmartRef__":true,"id":1688},{"__isSmartRef__":true,"id":1695}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12845:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1707},"shape":{"__isSmartRef__":true,"id":1708},"priorExtent":{"__isSmartRef__":true,"id":1709},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"ServerCodeSearch","pvtCachedTransform":{"__isSmartRef__":true,"id":1710},"clip":{"__isSmartRef__":true,"id":1711},"_clip-path":"url(#12850:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12845:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(305.5,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12850:lively.scene.Clip)","namespaceURI":null}]}},"1688":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1687},"_livelyDataWrapperId_":"12846:ImageMorph","origin":{"__isSmartRef__":true,"id":1689},"shape":{"__isSmartRef__":true,"id":1690},"priorExtent":{"__isSmartRef__":true,"id":1691},"image":{"__isSmartRef__":true,"id":1692},"originalExtent":{"__isSmartRef__":true,"id":1693},"pvtCachedTransform":{"__isSmartRef__":true,"id":1694},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12846:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1689":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1690":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1691":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1692":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/ServerCodeSearch.svg?time=1297267520871","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1693":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1694":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1695":{"textString":"ServerCodeSearch","savedTextString":"ServerCodeSearch","submorphs":[{"__isSmartRef__":true,"id":1696}],"owner":{"__isSmartRef__":true,"id":1687},"_livelyDataWrapperId_":"12847:TextMorph","origin":{"__isSmartRef__":true,"id":1701},"shape":{"__isSmartRef__":true,"id":1702},"textContent":{"__isSmartRef__":true,"id":1703},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1704},"textSelection":{"__isSmartRef__":true,"id":1696},"priorExtent":{"__isSmartRef__":true,"id":1705},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1706},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12847:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1696":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1695},"_livelyDataWrapperId_":"12849:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1697},"shape":{"__isSmartRef__":true,"id":1698},"priorExtent":{"__isSmartRef__":true,"id":1699},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1700},"__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":"12849:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1697":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1698":{"_livelyDataWrapperId_":"12848: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":"12848: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}]}},"1699":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1700":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1701":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1702":{"_x":0,"_y":0,"_width":105,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"105","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}]}},"1703":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1704":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1705":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1706":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1707":{"x":305.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1708":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1709":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1710":{"a":1,"b":0,"c":0,"d":1,"e":305.5,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1711":{"_livelyDataWrapperId_":"12850:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1712},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12850:lively.scene.Clip","namespaceURI":null}]}},"1712":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1713":{"submorphs":[{"__isSmartRef__":true,"id":1714},{"__isSmartRef__":true,"id":1721}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12851:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1733},"shape":{"__isSmartRef__":true,"id":1734},"priorExtent":{"__isSmartRef__":true,"id":1735},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"SomeOneWithHeart","pvtCachedTransform":{"__isSmartRef__":true,"id":1736},"clip":{"__isSmartRef__":true,"id":1737},"_clip-path":"url(#12856:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12851:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(421,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12856:lively.scene.Clip)","namespaceURI":null}]}},"1714":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1713},"_livelyDataWrapperId_":"12852:ImageMorph","origin":{"__isSmartRef__":true,"id":1715},"shape":{"__isSmartRef__":true,"id":1716},"priorExtent":{"__isSmartRef__":true,"id":1717},"image":{"__isSmartRef__":true,"id":1718},"originalExtent":{"__isSmartRef__":true,"id":1719},"pvtCachedTransform":{"__isSmartRef__":true,"id":1720},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12852:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1715":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1716":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1717":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1718":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/SomeOneWithHeart.svg?time=1297267520874","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1719":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1720":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1721":{"textString":"SomeOneWithHeart","savedTextString":"SomeOneWithHeart","submorphs":[{"__isSmartRef__":true,"id":1722}],"owner":{"__isSmartRef__":true,"id":1713},"_livelyDataWrapperId_":"12853:TextMorph","origin":{"__isSmartRef__":true,"id":1727},"shape":{"__isSmartRef__":true,"id":1728},"textContent":{"__isSmartRef__":true,"id":1729},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1730},"textSelection":{"__isSmartRef__":true,"id":1722},"priorExtent":{"__isSmartRef__":true,"id":1731},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1732},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12853:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1722":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1721},"_livelyDataWrapperId_":"12855:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1723},"shape":{"__isSmartRef__":true,"id":1724},"priorExtent":{"__isSmartRef__":true,"id":1725},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1726},"__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":"12855:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1723":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1724":{"_livelyDataWrapperId_":"12854: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":"12854: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}]}},"1725":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1726":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1727":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1728":{"_x":0,"_y":0,"_width":109,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"109","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}]}},"1729":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1730":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1731":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1732":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1733":{"x":421,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1734":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1735":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1736":{"a":1,"b":0,"c":0,"d":1,"e":421,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1737":{"_livelyDataWrapperId_":"12856:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1738},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12856:lively.scene.Clip","namespaceURI":null}]}},"1738":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1739":{"submorphs":[{"__isSmartRef__":true,"id":1740},{"__isSmartRef__":true,"id":1747}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12857:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1759},"shape":{"__isSmartRef__":true,"id":1760},"priorExtent":{"__isSmartRef__":true,"id":1761},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"StarScaler","pvtCachedTransform":{"__isSmartRef__":true,"id":1762},"clip":{"__isSmartRef__":true,"id":1763},"_clip-path":"url(#12862:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12857:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(540.5,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12862:lively.scene.Clip)","namespaceURI":null}]}},"1740":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1739},"_livelyDataWrapperId_":"12858:ImageMorph","origin":{"__isSmartRef__":true,"id":1741},"shape":{"__isSmartRef__":true,"id":1742},"priorExtent":{"__isSmartRef__":true,"id":1743},"image":{"__isSmartRef__":true,"id":1744},"originalExtent":{"__isSmartRef__":true,"id":1745},"pvtCachedTransform":{"__isSmartRef__":true,"id":1746},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12858:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1741":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1742":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1743":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1744":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/StarScaler.svg?time=1297267520876","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1745":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1746":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1747":{"textString":"StarScaler","savedTextString":"StarScaler","submorphs":[{"__isSmartRef__":true,"id":1748}],"owner":{"__isSmartRef__":true,"id":1739},"_livelyDataWrapperId_":"12859:TextMorph","origin":{"__isSmartRef__":true,"id":1753},"shape":{"__isSmartRef__":true,"id":1754},"textContent":{"__isSmartRef__":true,"id":1755},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1756},"textSelection":{"__isSmartRef__":true,"id":1748},"priorExtent":{"__isSmartRef__":true,"id":1757},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1758},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12859:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1748":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1747},"_livelyDataWrapperId_":"12861:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1749},"shape":{"__isSmartRef__":true,"id":1750},"priorExtent":{"__isSmartRef__":true,"id":1751},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1752},"__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":"12861:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1749":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1750":{"_livelyDataWrapperId_":"12860: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":"12860: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}]}},"1751":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1752":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1753":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1754":{"_x":0,"_y":0,"_width":57,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"57","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}]}},"1755":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1756":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1757":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1758":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1759":{"x":540.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1760":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1761":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1762":{"a":1,"b":0,"c":0,"d":1,"e":540.5,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1763":{"_livelyDataWrapperId_":"12862:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1764},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12862:lively.scene.Clip","namespaceURI":null}]}},"1764":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1765":{"submorphs":[{"__isSmartRef__":true,"id":1766},{"__isSmartRef__":true,"id":1773}],"owner":{"__isSmartRef__":true,"id":1608},"_livelyDataWrapperId_":"12863:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1785},"shape":{"__isSmartRef__":true,"id":1786},"priorExtent":{"__isSmartRef__":true,"id":1787},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"TestControl","pvtCachedTransform":{"__isSmartRef__":true,"id":1788},"clip":{"__isSmartRef__":true,"id":1789},"_clip-path":"url(#12868:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12863:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(641.5,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12868:lively.scene.Clip)","namespaceURI":null}]}},"1766":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1765},"_livelyDataWrapperId_":"12864:ImageMorph","origin":{"__isSmartRef__":true,"id":1767},"shape":{"__isSmartRef__":true,"id":1768},"priorExtent":{"__isSmartRef__":true,"id":1769},"image":{"__isSmartRef__":true,"id":1770},"originalExtent":{"__isSmartRef__":true,"id":1771},"pvtCachedTransform":{"__isSmartRef__":true,"id":1772},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12864:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1767":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1768":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1769":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1770":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/TestControl.svg?time=1297267520879","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1771":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1772":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1773":{"textString":"TestControl","savedTextString":"TestControl","submorphs":[{"__isSmartRef__":true,"id":1774}],"owner":{"__isSmartRef__":true,"id":1765},"_livelyDataWrapperId_":"12865:TextMorph","origin":{"__isSmartRef__":true,"id":1779},"shape":{"__isSmartRef__":true,"id":1780},"textContent":{"__isSmartRef__":true,"id":1781},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1782},"textSelection":{"__isSmartRef__":true,"id":1774},"priorExtent":{"__isSmartRef__":true,"id":1783},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1784},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12865:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1774":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1773},"_livelyDataWrapperId_":"12867:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1775},"shape":{"__isSmartRef__":true,"id":1776},"priorExtent":{"__isSmartRef__":true,"id":1777},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1778},"__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":"12867:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1775":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1776":{"_livelyDataWrapperId_":"12866: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":"12866: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}]}},"1777":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1778":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1779":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1780":{"_x":0,"_y":0,"_width":63,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"63","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}]}},"1781":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1782":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1783":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1784":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1785":{"x":641.5,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1786":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1787":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1788":{"a":1,"b":0,"c":0,"d":1,"e":641.5,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1789":{"_livelyDataWrapperId_":"12868:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1790},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12868:lively.scene.Clip","namespaceURI":null}]}},"1790":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1791":{"x":0,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1792":{"_x":0,"_y":0,"_width":400,"_height":100,"__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":"400","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null}]}},"1793":{"x":400,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1794":{"__LivelyClassName__":"HorizontalLayout","__SourceModuleName__":"Global.lively.oldCore.Layout"},"1795":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":150,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1796":{"submorphs":[{"__isSmartRef__":true,"id":1797},{"__isSmartRef__":true,"id":1823},{"__isSmartRef__":true,"id":1849},{"__isSmartRef__":true,"id":1875},{"__isSmartRef__":true,"id":1901},{"__isSmartRef__":true,"id":1927}],"owner":{"__isSmartRef__":true,"id":1350},"_livelyDataWrapperId_":"12907:BoxMorph","origin":{"__isSmartRef__":true,"id":1953},"shape":{"__isSmartRef__":true,"id":1954},"priorExtent":{"__isSmartRef__":true,"id":1955},"layoutManager":{"__isSmartRef__":true,"id":1956},"pvtCachedTransform":{"__isSmartRef__":true,"id":1957},"__LivelyClassName__":"BoxMorph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"BoxMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12907:BoxMorph","namespaceURI":null},{"key":"transform","value":"translate(0,250)","namespaceURI":null}]}},"1797":{"submorphs":[{"__isSmartRef__":true,"id":1798},{"__isSmartRef__":true,"id":1805}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12869:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1817},"shape":{"__isSmartRef__":true,"id":1818},"priorExtent":{"__isSmartRef__":true,"id":1819},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"TestWorkspace","pvtCachedTransform":{"__isSmartRef__":true,"id":1820},"clip":{"__isSmartRef__":true,"id":1821},"_clip-path":"url(#12874:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12869:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12874:lively.scene.Clip)","namespaceURI":null}]}},"1798":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1797},"_livelyDataWrapperId_":"12870:ImageMorph","origin":{"__isSmartRef__":true,"id":1799},"shape":{"__isSmartRef__":true,"id":1800},"priorExtent":{"__isSmartRef__":true,"id":1801},"image":{"__isSmartRef__":true,"id":1802},"originalExtent":{"__isSmartRef__":true,"id":1803},"pvtCachedTransform":{"__isSmartRef__":true,"id":1804},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12870:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1799":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1800":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1801":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1802":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/TestWorkspace.svg?time=1297267520882","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1803":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1804":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1805":{"textString":"TestWorkspace","savedTextString":"TestWorkspace","submorphs":[{"__isSmartRef__":true,"id":1806}],"owner":{"__isSmartRef__":true,"id":1797},"_livelyDataWrapperId_":"12871:TextMorph","origin":{"__isSmartRef__":true,"id":1811},"shape":{"__isSmartRef__":true,"id":1812},"textContent":{"__isSmartRef__":true,"id":1813},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1814},"textSelection":{"__isSmartRef__":true,"id":1806},"priorExtent":{"__isSmartRef__":true,"id":1815},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1816},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12871:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1806":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1805},"_livelyDataWrapperId_":"12873:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1807},"shape":{"__isSmartRef__":true,"id":1808},"priorExtent":{"__isSmartRef__":true,"id":1809},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1810},"__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":"12873:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1807":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1808":{"_livelyDataWrapperId_":"12872: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":"12872: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}]}},"1809":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1810":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1811":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1812":{"_x":0,"_y":0,"_width":84,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"84","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}]}},"1813":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1814":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1815":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1816":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1817":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1818":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1819":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1820":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1821":{"_livelyDataWrapperId_":"12874:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1822},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12874:lively.scene.Clip","namespaceURI":null}]}},"1822":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1823":{"submorphs":[{"__isSmartRef__":true,"id":1824},{"__isSmartRef__":true,"id":1831}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12875:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1843},"shape":{"__isSmartRef__":true,"id":1844},"priorExtent":{"__isSmartRef__":true,"id":1845},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"car","pvtCachedTransform":{"__isSmartRef__":true,"id":1846},"clip":{"__isSmartRef__":true,"id":1847},"_clip-path":"url(#12880:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12875:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(102,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12880:lively.scene.Clip)","namespaceURI":null}]}},"1824":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1823},"_livelyDataWrapperId_":"12876:ImageMorph","origin":{"__isSmartRef__":true,"id":1825},"shape":{"__isSmartRef__":true,"id":1826},"priorExtent":{"__isSmartRef__":true,"id":1827},"image":{"__isSmartRef__":true,"id":1828},"originalExtent":{"__isSmartRef__":true,"id":1829},"pvtCachedTransform":{"__isSmartRef__":true,"id":1830},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12876:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1825":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1826":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1827":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1828":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/car.svg?time=1297267520884","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1829":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1830":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1831":{"textString":"car","savedTextString":"car","submorphs":[{"__isSmartRef__":true,"id":1832}],"owner":{"__isSmartRef__":true,"id":1823},"_livelyDataWrapperId_":"12877:TextMorph","origin":{"__isSmartRef__":true,"id":1837},"shape":{"__isSmartRef__":true,"id":1838},"textContent":{"__isSmartRef__":true,"id":1839},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1840},"textSelection":{"__isSmartRef__":true,"id":1832},"priorExtent":{"__isSmartRef__":true,"id":1841},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1842},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12877:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1832":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1831},"_livelyDataWrapperId_":"12879:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1833},"shape":{"__isSmartRef__":true,"id":1834},"priorExtent":{"__isSmartRef__":true,"id":1835},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1836},"__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":"12879:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1833":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1834":{"_livelyDataWrapperId_":"12878: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":"12878: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}]}},"1835":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1836":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1837":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1838":{"_x":0,"_y":0,"_width":17,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"17","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}]}},"1839":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1840":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1841":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1842":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1843":{"x":102,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1844":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1845":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1846":{"a":1,"b":0,"c":0,"d":1,"e":102,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1847":{"_livelyDataWrapperId_":"12880:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1848},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12880:lively.scene.Clip","namespaceURI":null}]}},"1848":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1849":{"submorphs":[{"__isSmartRef__":true,"id":1850},{"__isSmartRef__":true,"id":1857}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12881:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1869},"shape":{"__isSmartRef__":true,"id":1870},"priorExtent":{"__isSmartRef__":true,"id":1871},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"closeButton","pvtCachedTransform":{"__isSmartRef__":true,"id":1872},"clip":{"__isSmartRef__":true,"id":1873},"_clip-path":"url(#12886:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12881:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(203,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12886:lively.scene.Clip)","namespaceURI":null}]}},"1850":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1849},"_livelyDataWrapperId_":"12882:ImageMorph","origin":{"__isSmartRef__":true,"id":1851},"shape":{"__isSmartRef__":true,"id":1852},"priorExtent":{"__isSmartRef__":true,"id":1853},"image":{"__isSmartRef__":true,"id":1854},"originalExtent":{"__isSmartRef__":true,"id":1855},"pvtCachedTransform":{"__isSmartRef__":true,"id":1856},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12882:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1851":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1852":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1853":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1854":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/closeButton.svg?time=1297267520887","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1855":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1856":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1857":{"textString":"closeButton","savedTextString":"closeButton","submorphs":[{"__isSmartRef__":true,"id":1858}],"owner":{"__isSmartRef__":true,"id":1849},"_livelyDataWrapperId_":"12883:TextMorph","origin":{"__isSmartRef__":true,"id":1863},"shape":{"__isSmartRef__":true,"id":1864},"textContent":{"__isSmartRef__":true,"id":1865},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1866},"textSelection":{"__isSmartRef__":true,"id":1858},"priorExtent":{"__isSmartRef__":true,"id":1867},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1868},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12883:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1858":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1857},"_livelyDataWrapperId_":"12885:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1859},"shape":{"__isSmartRef__":true,"id":1860},"priorExtent":{"__isSmartRef__":true,"id":1861},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1862},"__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":"12885:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1859":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1860":{"_livelyDataWrapperId_":"12884: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":"12884: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}]}},"1861":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1862":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1863":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1864":{"_x":0,"_y":0,"_width":64,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"64","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}]}},"1865":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1866":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1867":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1868":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1869":{"x":203,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1870":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1871":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1872":{"a":1,"b":0,"c":0,"d":1,"e":203,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1873":{"_livelyDataWrapperId_":"12886:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1874},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12886:lively.scene.Clip","namespaceURI":null}]}},"1874":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1875":{"submorphs":[{"__isSmartRef__":true,"id":1876},{"__isSmartRef__":true,"id":1883}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12887:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1895},"shape":{"__isSmartRef__":true,"id":1896},"priorExtent":{"__isSmartRef__":true,"id":1897},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"elephant","pvtCachedTransform":{"__isSmartRef__":true,"id":1898},"clip":{"__isSmartRef__":true,"id":1899},"_clip-path":"url(#12892:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12887:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(304,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12892:lively.scene.Clip)","namespaceURI":null}]}},"1876":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1875},"_livelyDataWrapperId_":"12888:ImageMorph","origin":{"__isSmartRef__":true,"id":1877},"shape":{"__isSmartRef__":true,"id":1878},"priorExtent":{"__isSmartRef__":true,"id":1879},"image":{"__isSmartRef__":true,"id":1880},"originalExtent":{"__isSmartRef__":true,"id":1881},"pvtCachedTransform":{"__isSmartRef__":true,"id":1882},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12888:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1877":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1878":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1879":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1880":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/elephant.svg?time=1297267520890","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1881":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1882":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1883":{"textString":"elephant","savedTextString":"elephant","submorphs":[{"__isSmartRef__":true,"id":1884}],"owner":{"__isSmartRef__":true,"id":1875},"_livelyDataWrapperId_":"12889:TextMorph","origin":{"__isSmartRef__":true,"id":1889},"shape":{"__isSmartRef__":true,"id":1890},"textContent":{"__isSmartRef__":true,"id":1891},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1892},"textSelection":{"__isSmartRef__":true,"id":1884},"priorExtent":{"__isSmartRef__":true,"id":1893},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1894},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12889:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1884":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1883},"_livelyDataWrapperId_":"12891:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1885},"shape":{"__isSmartRef__":true,"id":1886},"priorExtent":{"__isSmartRef__":true,"id":1887},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1888},"__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":"12891:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1885":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1886":{"_livelyDataWrapperId_":"12890: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":"12890: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}]}},"1887":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1888":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1889":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1890":{"_x":0,"_y":0,"_width":48,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"48","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}]}},"1891":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1892":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1893":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1894":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1895":{"x":304,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1896":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1897":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1898":{"a":1,"b":0,"c":0,"d":1,"e":304,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1899":{"_livelyDataWrapperId_":"12892:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1900},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12892:lively.scene.Clip","namespaceURI":null}]}},"1900":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1901":{"submorphs":[{"__isSmartRef__":true,"id":1902},{"__isSmartRef__":true,"id":1909}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12893:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1921},"shape":{"__isSmartRef__":true,"id":1922},"priorExtent":{"__isSmartRef__":true,"id":1923},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"fileBrowser","pvtCachedTransform":{"__isSmartRef__":true,"id":1924},"clip":{"__isSmartRef__":true,"id":1925},"_clip-path":"url(#12898:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12893:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(405,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12898:lively.scene.Clip)","namespaceURI":null}]}},"1902":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1901},"_livelyDataWrapperId_":"12894:ImageMorph","origin":{"__isSmartRef__":true,"id":1903},"shape":{"__isSmartRef__":true,"id":1904},"priorExtent":{"__isSmartRef__":true,"id":1905},"image":{"__isSmartRef__":true,"id":1906},"originalExtent":{"__isSmartRef__":true,"id":1907},"pvtCachedTransform":{"__isSmartRef__":true,"id":1908},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12894:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1903":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1904":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1905":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1906":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/fileBrowser.svg?time=1297267520899","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1907":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1908":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1909":{"textString":"fileBrowser","savedTextString":"fileBrowser","submorphs":[{"__isSmartRef__":true,"id":1910}],"owner":{"__isSmartRef__":true,"id":1901},"_livelyDataWrapperId_":"12895:TextMorph","origin":{"__isSmartRef__":true,"id":1915},"shape":{"__isSmartRef__":true,"id":1916},"textContent":{"__isSmartRef__":true,"id":1917},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1918},"textSelection":{"__isSmartRef__":true,"id":1910},"priorExtent":{"__isSmartRef__":true,"id":1919},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1920},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12895:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1910":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1909},"_livelyDataWrapperId_":"12897:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1911},"shape":{"__isSmartRef__":true,"id":1912},"priorExtent":{"__isSmartRef__":true,"id":1913},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1914},"__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":"12897:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1911":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1912":{"_livelyDataWrapperId_":"12896: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":"12896: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}]}},"1913":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1914":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1915":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1916":{"_x":0,"_y":0,"_width":61,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"61","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}]}},"1917":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1918":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1919":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1920":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1921":{"x":405,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1922":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1923":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1924":{"a":1,"b":0,"c":0,"d":1,"e":405,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1925":{"_livelyDataWrapperId_":"12898:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1926},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12898:lively.scene.Clip","namespaceURI":null}]}},"1926":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1927":{"submorphs":[{"__isSmartRef__":true,"id":1928},{"__isSmartRef__":true,"id":1935}],"owner":{"__isSmartRef__":true,"id":1796},"_livelyDataWrapperId_":"12899:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":1947},"shape":{"__isSmartRef__":true,"id":1948},"priorExtent":{"__isSmartRef__":true,"id":1949},"partsBinURL":{"__isSmartRef__":true,"id":1443},"targetName":"hpiLogo","pvtCachedTransform":{"__isSmartRef__":true,"id":1950},"clip":{"__isSmartRef__":true,"id":1951},"_clip-path":"url(#12904:lively.scene.Clip)","isClipMorph":true,"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.Scripting","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12899:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(506,1)","namespaceURI":null},{"key":"clip-path","value":"url(#12904:lively.scene.Clip)","namespaceURI":null}]}},"1928":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1927},"_livelyDataWrapperId_":"12900:ImageMorph","origin":{"__isSmartRef__":true,"id":1929},"shape":{"__isSmartRef__":true,"id":1930},"priorExtent":{"__isSmartRef__":true,"id":1931},"image":{"__isSmartRef__":true,"id":1932},"originalExtent":{"__isSmartRef__":true,"id":1933},"pvtCachedTransform":{"__isSmartRef__":true,"id":1934},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"12900:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1929":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1930":{"_x":0,"_y":0,"_width":100,"_height":100,"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1931":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1932":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/hpiLogo.svg?time=1297267520901","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"1933":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1934":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1935":{"textString":"hpiLogo","savedTextString":"hpiLogo","submorphs":[{"__isSmartRef__":true,"id":1936}],"owner":{"__isSmartRef__":true,"id":1927},"_livelyDataWrapperId_":"12901:TextMorph","origin":{"__isSmartRef__":true,"id":1941},"shape":{"__isSmartRef__":true,"id":1942},"textContent":{"__isSmartRef__":true,"id":1943},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1944},"textSelection":{"__isSmartRef__":true,"id":1936},"priorExtent":{"__isSmartRef__":true,"id":1945},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1946},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"12901:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1936":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1935},"_livelyDataWrapperId_":"12903:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1937},"shape":{"__isSmartRef__":true,"id":1938},"priorExtent":{"__isSmartRef__":true,"id":1939},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1940},"__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":"12903:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1937":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1938":{"_livelyDataWrapperId_":"12902: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":"12902: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}]}},"1939":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1940":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1941":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1942":{"_x":0,"_y":0,"_width":45,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"45","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}]}},"1943":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1944":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1945":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1946":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1947":{"x":506,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1948":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1441},"_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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1949":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1950":{"a":1,"b":0,"c":0,"d":1,"e":506,"f":1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1951":{"_livelyDataWrapperId_":"12904:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1952},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12904:lively.scene.Clip","namespaceURI":null}]}},"1952":{"_fill":{"__isSmartRef__":true,"id":1441},"_stroke":{"__isSmartRef__":true,"id":71},"__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":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1953":{"x":0,"y":250,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1954":{"_x":0,"_y":0,"_width":400,"_height":100,"__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":"400","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null}]}},"1955":{"x":400,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1956":{"__LivelyClassName__":"HorizontalLayout","__SourceModuleName__":"Global.lively.oldCore.Layout"},"1957":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":250,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1958":{"x":1662.3839111328125,"y":805.3212890625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1959":{"_x":0,"_y":0,"_width":760,"_height":500,"_stroke":{"__isSmartRef__":true,"id":1960},"_fill":{"__isSmartRef__":true,"id":1961},"_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":"760","namespaceURI":null},{"key":"height","value":"500","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1960":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1961":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1962":{"x":760,"y":500,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1963":{"a":1.0000001192092896,"b":0,"c":0,"d":1.0000001192092896,"e":1662.3839111328125,"f":805.3212890625,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1964":{"x":1.0000001192092896,"y":1.0000001192092896,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1965":{"textString":"Wiki control","savedTextString":"Wiki control","submorphs":[{"__isSmartRef__":true,"id":1966}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"38:TextMorph","origin":{"__isSmartRef__":true,"id":1971},"shape":{"__isSmartRef__":true,"id":1972},"textContent":{"__isSmartRef__":true,"id":1973},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1974},"textSelection":{"__isSmartRef__":true,"id":1966},"priorExtent":{"__isSmartRef__":true,"id":1975},"useChangeClue":false,"suppressHandles":true,"suppressGrabbing":true,"__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":"38:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1966":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1965},"_livelyDataWrapperId_":"40:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1967},"shape":{"__isSmartRef__":true,"id":1968},"priorExtent":{"__isSmartRef__":true,"id":1969},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1970},"__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":"40:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1967":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1968":{"_livelyDataWrapperId_":"39: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":"39: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}]}},"1969":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1970":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1971":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1972":{"_x":0,"_y":0,"_width":80,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":71},"_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":"80","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1973":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1974":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1975":{"x":68,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1976":{"textString":"this.addScript(function getTestClassName() {\n\t// this.getTextClassName()\n\tvar match = this.textString.match(/.subclass([\"']([A-Za-z0-9.$]+)[\"'])/); \n\tif (match) return match[1]\n})\n","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1977}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"4950:TextMorph","origin":{"__isSmartRef__":true,"id":1982},"shape":{"__isSmartRef__":true,"id":1983},"textContent":{"__isSmartRef__":true,"id":1985},"lineNumberHint":5,"pvtCachedTransform":{"__isSmartRef__":true,"id":1986},"textSelection":{"__isSmartRef__":true,"id":1977},"priorExtent":{"__isSmartRef__":true,"id":1987},"useChangeClue":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":"4950:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(1849,649)","namespaceURI":null}]}},"1977":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1976},"_livelyDataWrapperId_":"4952:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1978},"shape":{"__isSmartRef__":true,"id":1979},"priorExtent":{"__isSmartRef__":true,"id":1980},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1981},"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":"4952:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1978":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1979":{"_livelyDataWrapperId_":"4951: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":"4951: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}]}},"1980":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1981":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1982":{"x":1849,"y":649,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1983":{"_x":0,"_y":0,"_width":372,"_height":93.19999999999999,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1984},"__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":"372","namespaceURI":null},{"key":"height","value":"93.19999999999999","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.5","namespaceURI":null}]}},"1984":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1985":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1986":{"a":1,"b":0,"c":0,"d":1,"e":1849,"f":649,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1987":{"x":-12,"y":-8,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1988":{"textString":"[\"']([A-Za-z0-9.$]+)[\"']","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":1989}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"5921:TextMorph","origin":{"__isSmartRef__":true,"id":1994},"shape":{"__isSmartRef__":true,"id":1995},"textContent":{"__isSmartRef__":true,"id":1996},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1997},"textSelection":{"__isSmartRef__":true,"id":1989},"priorExtent":{"__isSmartRef__":true,"id":1998},"useChangeClue":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":"5921:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(2082,570)","namespaceURI":null}]}},"1989":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1988},"_livelyDataWrapperId_":"5923:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1990},"shape":{"__isSmartRef__":true,"id":1991},"priorExtent":{"__isSmartRef__":true,"id":1992},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1993},"isCursor":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":"5923:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1990":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1991":{"_livelyDataWrapperId_":"5922: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":"5922: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}]}},"1992":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1993":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1994":{"x":2082,"y":570,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1995":{"_x":0,"_y":0,"_width":334,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":71},"_fill":{"__isSmartRef__":true,"id":1984},"__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":"334","namespaceURI":null},{"key":"height","value":"21.2","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.5","namespaceURI":null}]}},"1996":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"1997":{"a":1,"b":0,"c":0,"d":1,"e":2082,"f":570,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1998":{"x":-12,"y":-8,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1999":{"submorphs":[{"__isSmartRef__":true,"id":2000},{"__isSmartRef__":true,"id":2032},{"__isSmartRef__":true,"id":2058},{"__isSmartRef__":true,"id":2070},{"__isSmartRef__":true,"id":2129},{"__isSmartRef__":true,"id":2153}],"_livelyDataWrapperId_":"25091:Morph","origin":{"__isSmartRef__":true,"id":2169},"shape":{"__isSmartRef__":true,"id":2170},"priorExtent":{"__isSmartRef__":true,"id":2172},"pvtCachedTransform":{"__isSmartRef__":true,"id":2173},"name":"TestControl","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2174},"__SourceModuleName__":"Global.lively.oldCore.Morphs","owner":{"__isSmartRef__":true,"id":0},"__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":"25091:Morph","namespaceURI":null},{"key":"transform","value":"translate(2542.0000153115016,43.344481468200684)","namespaceURI":null}]}},"2000":{"baseFill":{"__isSmartRef__":true,"id":2001},"submorphs":[{"__isSmartRef__":true,"id":2006}],"owner":{"__isSmartRef__":true,"id":1999},"_livelyDataWrapperId_":"3510:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":2019},"shape":{"__isSmartRef__":true,"id":2020},"priorExtent":{"__isSmartRef__":true,"id":2026},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2022},"lighterFill":{"__isSmartRef__":true,"id":2027},"scriptSource":"$morph('TestWorkspace').resetDoitContext()","pvtCachedTransform":{"__isSmartRef__":true,"id":2030},"label":{"__isSmartRef__":true,"id":2006},"__SourceModuleName__":"Global.lively.Widgets","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2031},"suppressGrabbing":true,"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3510:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(17.88983154296875,9.30035400390625)","namespaceURI":null}]}},"2001":{"vector":{"__isSmartRef__":true,"id":2002},"stops":[{"__isSmartRef__":true,"id":2003},{"__isSmartRef__":true,"id":2004},{"__isSmartRef__":true,"id":2005}],"refcount":0,"_livelyDataWrapperId_":"17: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":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"2002":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2003":{"__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(209,209,209)","namespaceURI":null}]}},"2004":{"__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(230,230,230)","namespaceURI":null}]}},"2005":{"__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(209,209,209)","namespaceURI":null}]}},"2006":{"textString":"reset","savedTextString":"reset","submorphs":[{"__isSmartRef__":true,"id":2007}],"owner":{"__isSmartRef__":true,"id":2000},"_livelyDataWrapperId_":"3724:TextMorph","origin":{"__isSmartRef__":true,"id":2012},"shape":{"__isSmartRef__":true,"id":2013},"textContent":{"__isSmartRef__":true,"id":2015},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2016},"textSelection":{"__isSmartRef__":true,"id":2007},"priorExtent":{"__isSmartRef__":true,"id":2017},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2018},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"3724:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(23,9.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2007":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2006},"_livelyDataWrapperId_":"3726:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2008},"shape":{"__isSmartRef__":true,"id":2009},"priorExtent":{"__isSmartRef__":true,"id":2010},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2011},"__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":"3726:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2008":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2009":{"_livelyDataWrapperId_":"3725: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":"3725: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}]}},"2010":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2011":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2012":{"x":23,"y":9.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2013":{"_x":0,"_y":0,"_width":27,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2014},"_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":"27","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}]}},"2014":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2015":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"2016":{"a":1,"b":0,"c":0,"d":1,"e":23,"f":9.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2017":{"x":27,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2018":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2019":{"x":17.88983154296875,"y":9.30035400390625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2020":{"_x":0,"_y":0,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":2021},"_fill":{"__isSmartRef__":true,"id":2022},"_rx":5,"_ry":5,"__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":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#3511:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2021":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2022":{"vector":{"__isSmartRef__":true,"id":2023},"stops":[{"__isSmartRef__":true,"id":2024},{"__isSmartRef__":true,"id":2025}],"refcount":3,"_livelyDataWrapperId_":"3511: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":"3511:lively.paint.LinearGradient","namespaceURI":null}]}},"2023":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2024":{"__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(209,209,209)","namespaceURI":null}]}},"2025":{"__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(232,232,232)","namespaceURI":null}]}},"2026":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2027":{"vector":{"__isSmartRef__":true,"id":2023},"stops":[{"__isSmartRef__":true,"id":2028},{"__isSmartRef__":true,"id":2029}],"refcount":0,"_livelyDataWrapperId_":"3512: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":"3512:lively.paint.LinearGradient","namespaceURI":null}]}},"2028":{"__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(232,232,232)","namespaceURI":null}]}},"2029":{"__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(244,244,244)","namespaceURI":null}]}},"2030":{"a":1,"b":0,"c":0,"d":1,"e":17.88983154296875,"f":9.30035400390625,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2031":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2032":{"submorphs":[{"__isSmartRef__":true,"id":2033}],"owner":{"__isSmartRef__":true,"id":1999},"_livelyDataWrapperId_":"811:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2046},"origin":{"__isSmartRef__":true,"id":2047},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2048},"shape":{"__isSmartRef__":true,"id":2049},"baseFill":{"__isSmartRef__":true,"id":2022},"priorExtent":{"__isSmartRef__":true,"id":2054},"value":false,"isActive":true,"scriptSource":"$morph('TestWorkspace').runTestCase()","label":{"__isSmartRef__":true,"id":2033},"__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":2050},"lighterFill":{"__isSmartRef__":true,"id":2055},"suppressGrabbing":true,"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"811:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(99.58976071065581,9.305832498510199)","namespaceURI":null}]}},"2033":{"textString":"run","savedTextString":"run","submorphs":[{"__isSmartRef__":true,"id":2034}],"owner":{"__isSmartRef__":true,"id":2032},"_livelyDataWrapperId_":"2587:TextMorph","origin":{"__isSmartRef__":true,"id":2039},"shape":{"__isSmartRef__":true,"id":2040},"textContent":{"__isSmartRef__":true,"id":2042},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2043},"textSelection":{"__isSmartRef__":true,"id":2034},"priorExtent":{"__isSmartRef__":true,"id":2044},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2045},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"2587:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(27.5,9.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2034":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2033},"_livelyDataWrapperId_":"2589:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2035},"shape":{"__isSmartRef__":true,"id":2036},"priorExtent":{"__isSmartRef__":true,"id":2037},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2038},"__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":"2589:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2035":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2036":{"_livelyDataWrapperId_":"2588: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":"2588: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}]}},"2037":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2038":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2039":{"x":27.5,"y":9.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2040":{"_x":0,"_y":0,"_width":18,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2041},"_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":"18","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}]}},"2041":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2042":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"2043":{"a":1,"b":0,"c":0,"d":1,"e":27.5,"f":9.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2044":{"x":18,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2045":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2046":{"a":1,"b":0,"c":0,"d":1,"e":99.58976071065581,"f":9.305832498510199,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2047":{"x":99.58976071065581,"y":9.305832498510199,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2048":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2049":{"_fill":{"__isSmartRef__":true,"id":2050},"_stroke":{"__isSmartRef__":true,"id":2021},"__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":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#3331:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2050":{"vector":{"__isSmartRef__":true,"id":2051},"stops":[{"__isSmartRef__":true,"id":2052},{"__isSmartRef__":true,"id":2053}],"refcount":2,"_livelyDataWrapperId_":"3331: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":"3331:lively.paint.LinearGradient","namespaceURI":null}]}},"2051":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2052":{"__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(209,209,209)","namespaceURI":null}]}},"2053":{"__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(232,232,232)","namespaceURI":null}]}},"2054":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2055":{"vector":{"__isSmartRef__":true,"id":2051},"stops":[{"__isSmartRef__":true,"id":2056},{"__isSmartRef__":true,"id":2057}],"refcount":0,"_livelyDataWrapperId_":"3332: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":"3332:lively.paint.LinearGradient","namespaceURI":null}]}},"2056":{"__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(232,232,232)","namespaceURI":null}]}},"2057":{"__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(244,244,244)","namespaceURI":null}]}},"2058":{"textString":"[TestResult Tests run: 1 -- Tests failed: 0 -- Time: 0s]","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":2059}],"owner":{"__isSmartRef__":true,"id":1999},"_livelyDataWrapperId_":"2103:TextMorph","origin":{"__isSmartRef__":true,"id":2064},"shape":{"__isSmartRef__":true,"id":2065},"textContent":{"__isSmartRef__":true,"id":2066},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2067},"textSelection":{"__isSmartRef__":true,"id":2059},"priorExtent":{"__isSmartRef__":true,"id":2068},"useChangeClue":false,"name":"testStatus","__SourceModuleName__":"Global.lively.Text","isSelecting":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2069},"suppressGrabbing":true,"__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":"2103:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(24.3975830078125,32.28570556640625)","namespaceURI":null}]}},"2059":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2058},"_livelyDataWrapperId_":"2105:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2060},"shape":{"__isSmartRef__":true,"id":2061},"priorExtent":{"__isSmartRef__":true,"id":2062},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2063},"__SourceModuleName__":"Global.lively.Text","isCursor":false,"__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":"2105:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2060":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2061":{"_livelyDataWrapperId_":"2104: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":"2104: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}]}},"2062":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2063":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2064":{"x":24.3975830078125,"y":32.28570556640625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2065":{"_x":-5.060554504394531,"_y":20.242191314697266,"_width":613.802734375,"_height":21.200000000000003,"_stroke":{"__isSmartRef__":true,"id":2041},"_fill":{"__isSmartRef__":true,"id":318},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-5.060554504394531","namespaceURI":null},{"key":"y","value":"20.242191314697266","namespaceURI":null},{"key":"width","value":"613.802734375","namespaceURI":null},{"key":"height","value":"21.200000000000003","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(0,204,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null}]}},"2066":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"2067":{"a":1,"b":0,"c":0,"d":1,"e":24.3975830078125,"f":32.28570556640625,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2068":{"x":601.802734375,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2069":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2070":{"submorphs":[{"__isSmartRef__":true,"id":2071},{"__isSmartRef__":true,"id":2096}],"owner":{"__isSmartRef__":true,"id":1999},"_livelyDataWrapperId_":"25785:ScrollPane","origin":{"__isSmartRef__":true,"id":2121},"shape":{"__isSmartRef__":true,"id":2122},"priorExtent":{"__isSmartRef__":true,"id":2124},"pvtCachedTransform":{"__isSmartRef__":true,"id":2125},"clipMorph":{"__isSmartRef__":true,"id":2071},"verticalScrollBar":{"__isSmartRef__":true,"id":2096},"attributeConnections":[{"__isSmartRef__":true,"id":2126}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":2127},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2128},"suppressGrabbing":true,"__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":"25785:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(18.77508544921875,85.53131103515625)","namespaceURI":null}]}},"2071":{"submorphs":[{"__isSmartRef__":true,"id":2072}],"owner":{"__isSmartRef__":true,"id":2070},"_livelyDataWrapperId_":"25786:ClipMorph","origin":{"__isSmartRef__":true,"id":2090},"shape":{"__isSmartRef__":true,"id":2091},"priorExtent":{"__isSmartRef__":true,"id":2092},"clip":{"__isSmartRef__":true,"id":2093},"_clip-path":"url(#12942:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2095},"suppressHandles":true,"__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":"25786:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#12942:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(6.000022413452825,-0.2584195137023926)","namespaceURI":null}]}},"2072":{"textString":"","savedTextString":"empty","submorphs":[{"__isSmartRef__":true,"id":2073}],"owner":{"__isSmartRef__":true,"id":2071},"_livelyDataWrapperId_":"25781:TextMorph","origin":{"__isSmartRef__":true,"id":2078},"shape":{"__isSmartRef__":true,"id":2079},"textContent":{"__isSmartRef__":true,"id":2082},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2083},"textSelection":{"__isSmartRef__":true,"id":2073},"priorExtent":{"__isSmartRef__":true,"id":2084},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":2085},"suppressHandles":true,"isSelecting":false,"hasKeyboardFocus":false,"name":"testStatusFailed","__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":"25781:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3.000000000001819,49)","namespaceURI":null}]}},"2073":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2072},"_livelyDataWrapperId_":"25783:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2074},"shape":{"__isSmartRef__":true,"id":2075},"priorExtent":{"__isSmartRef__":true,"id":2076},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2077},"isCursor":true,"__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":"25783:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2074":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2075":{"_livelyDataWrapperId_":"25782: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":"25782: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}]}},"2076":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2077":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2078":{"x":-3.000000000001819,"y":49,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2079":{"_x":0,"_y":0,"_width":590.3646850585938,"_height":35.599999999999994,"_stroke":{"__isSmartRef__":true,"id":2080},"_fill":{"__isSmartRef__":true,"id":2081},"__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":"590.3646850585938","namespaceURI":null},{"key":"height","value":"35.599999999999994","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}]}},"2080":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2081":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2082":{"_fill":{"__isSmartRef__":true,"id":71},"__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}]}},"2083":{"a":1,"b":0,"c":0,"d":1,"e":-3.000000000001819,"f":49,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2084":{"x":578.3646850585938,"y":85.19999694824219,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2085":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"25784:Morph","origin":{"__isSmartRef__":true,"id":2086},"shape":{"__isSmartRef__":true,"id":2087},"priorExtent":{"__isSmartRef__":true,"id":2089},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__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":"25784:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2086":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2087":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":2080},"_fill":{"__isSmartRef__":true,"id":2088},"__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}]}},"2088":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2089":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2090":{"x":6.000022413452825,"y":-0.2584195137023926,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2091":{"_x":0,"_y":0,"_width":590.3646850585938,"_height":146.5457305908203,"_fill":{"__isSmartRef__":true,"id":2081},"__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":"590.3646850585938","namespaceURI":null},{"key":"height","value":"146.5457305908203","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}]}},"2092":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2093":{"_livelyDataWrapperId_":"12942:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2094},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"12942:lively.scene.Clip","namespaceURI":null}]}},"2094":{"_fill":{"__isSmartRef__":true,"id":2081},"__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":"590.3646850585938","namespaceURI":null},{"key":"height","value":"146.5457305908203","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}]}},"2095":{"a":1,"b":0,"c":0,"d":1,"e":6.000022413452825,"f":-0.2584195137023926,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2096":{"submorphs":[{"__isSmartRef__":true,"id":2097}],"owner":{"__isSmartRef__":true,"id":2070},"_livelyDataWrapperId_":"25788:SliderMorph","origin":{"__isSmartRef__":true,"id":2110},"shape":{"__isSmartRef__":true,"id":2111},"priorExtent":{"__isSmartRef__":true,"id":2117},"value":0.0052314266632253114,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2118},"slider":{"__isSmartRef__":true,"id":2097},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2119},{"__isSmartRef__":true,"id":2120}],"__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":"25788:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(595.3647074720466,-0.2584195137023926)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2097":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2096},"_livelyDataWrapperId_":"25789:Morph","origin":{"__isSmartRef__":true,"id":2098},"shape":{"__isSmartRef__":true,"id":2099},"priorExtent":{"__isSmartRef__":true,"id":2106},"pvtCachedTransform":{"__isSmartRef__":true,"id":2107},"mouseHandler":{"__isSmartRef__":true,"id":2108},"styleClass":["slider"],"__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":"25789:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"2098":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2099":{"_x":0,"_y":0,"_width":16,"_height":149.5457305908203,"_stroke":{"__isSmartRef__":true,"id":2100},"_fill":{"__isSmartRef__":true,"id":2101},"_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":"16","namespaceURI":null},{"key":"height","value":"149.5457305908203","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}]}},"2100":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2101":{"vector":{"__isSmartRef__":true,"id":2102},"stops":[{"__isSmartRef__":true,"id":2103},{"__isSmartRef__":true,"id":2104},{"__isSmartRef__":true,"id":2105}],"refcount":265,"_livelyDataWrapperId_":"18: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":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"2102":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2103":{"__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}]}},"2104":{"__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}]}},"2105":{"__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}]}},"2106":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2107":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2108":{"target":{"__isSmartRef__":true,"id":2096},"eventSpec":{"__isSmartRef__":true,"id":2109},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2109":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2110":{"x":595.3647074720466,"y":-0.2584195137023926,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2111":{"_x":0,"_y":0,"_width":16,"_height":149.5457305908203,"_stroke":{"__isSmartRef__":true,"id":2112},"_fill":{"__isSmartRef__":true,"id":2113},"_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":"16","namespaceURI":null},{"key":"height","value":"149.5457305908203","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}]}},"2112":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2113":{"vector":{"__isSmartRef__":true,"id":2102},"stops":[{"__isSmartRef__":true,"id":2114},{"__isSmartRef__":true,"id":2115},{"__isSmartRef__":true,"id":2116}],"refcount":396,"_livelyDataWrapperId_":"19: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":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"2114":{"__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}]}},"2115":{"__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}]}},"2116":{"__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}]}},"2117":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2118":{"a":1,"b":0,"c":0,"d":1,"e":595.3647074720466,"f":-0.2584195137023926,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2119":{"sourceObj":{"__isSmartRef__":true,"id":2096},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2070},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2120":{"sourceObj":{"__isSmartRef__":true,"id":2096},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2070},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2121":{"x":18.77508544921875,"y":85.53131103515625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2122":{"_x":0.00002241345282527618,"_y":-6.258419513702393,"_width":614.3647066761812,"_height":158.54572366450748,"_fill":{"__isSmartRef__":true,"id":2123},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00002241345282527618","namespaceURI":null},{"key":"y","value":"-6.258419513702393","namespaceURI":null},{"key":"width","value":"614.3647066761812","namespaceURI":null},{"key":"height","value":"158.54572366450748","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"2123":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2124":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2125":{"a":1,"b":0,"c":0,"d":1,"e":18.77508544921875,"f":85.53131103515625,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2126":{"sourceObj":{"__isSmartRef__":true,"id":2070},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2096},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2127":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2128":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2129":{"submorphs":[{"__isSmartRef__":true,"id":2130}],"_livelyDataWrapperId_":"7595:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2145},"origin":{"__isSmartRef__":true,"id":2146},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2147},"shape":{"__isSmartRef__":true,"id":2148},"baseFill":{"__isSmartRef__":true,"id":2149},"priorExtent":{"__isSmartRef__":true,"id":2151},"value":false,"isActive":true,"scriptSource":"this.owner.remove()","__SourceModuleName__":"Global.lively.Widgets","label":{"__isSmartRef__":true,"id":2130},"normalFill":{"__isSmartRef__":true,"id":2149},"lighterFill":{"__isSmartRef__":true,"id":2152},"name":"closeButton","owner":{"__isSmartRef__":true,"id":1999},"suppressGrabbing":true,"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"7595:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(596.632568359375,7.30145263671875) scale(1.0907135009765625,1.0907135009765625)","namespaceURI":null}]}},"2130":{"submorphs":[{"__isSmartRef__":true,"id":2131}],"owner":{"__isSmartRef__":true,"id":2129},"_livelyDataWrapperId_":"7596:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2136},"origin":{"__isSmartRef__":true,"id":2137},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2138},"shape":{"__isSmartRef__":true,"id":2139},"textContent":{"__isSmartRef__":true,"id":2141},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":2131},"fontFamily":"Helvetica","fontSize":12,"textColor":{"__isSmartRef__":true,"id":2142},"textString":"X","savedTextString":"X","priorExtent":{"__isSmartRef__":true,"id":2143},"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2144},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__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":"7596:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(11.488696672768128,9.685660258990538)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2131":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2130},"_livelyDataWrapperId_":"7598:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2132},"shape":{"__isSmartRef__":true,"id":2133},"priorExtent":{"__isSmartRef__":true,"id":2134},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2135},"__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":"7598:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2132":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2133":{"_livelyDataWrapperId_":"7597: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":"7597: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}]}},"2134":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2135":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2136":{"a":1,"b":0,"c":0,"d":1,"e":11.488696672768128,"f":9.685660258990538,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2137":{"x":11.488696672768128,"y":9.685660258990538,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2138":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2139":{"_fill":null,"_stroke":{"__isSmartRef__":true,"id":2140},"_x":0,"_y":0,"_width":8,"_height":13.2,"__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}]}},"2140":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2141":{"_fill":{"__isSmartRef__":true,"id":2142},"__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}]}},"2142":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2143":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2144":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2145":{"a":1.0907135009765625,"b":0,"c":0,"d":1.0907135009765625,"e":596.632568359375,"f":7.30145263671875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2146":{"x":596.632568359375,"y":7.30145263671875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2147":{"x":1.0907135009765625,"y":1.0907135009765625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2148":{"_fill":{"__isSmartRef__":true,"id":2149},"_stroke":{"__isSmartRef__":true,"id":2150},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000008008626537048258","namespaceURI":null},{"key":"y","value":"0.000028030137400492094","namespaceURI":null},{"key":"width","value":"27.97740858133659","namespaceURI":null},{"key":"height","value":"29.571264121595505","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"rgb(158,0,0)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2149":{"r":0.6196078431372549,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2150":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2151":{"x":27.97740936279297,"y":29.571264266967773,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2152":{"r":0.8098039215686275,"g":0.5,"b":0.5,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2153":{"submorphs":[{"__isSmartRef__":true,"id":2154}],"owner":{"__isSmartRef__":true,"id":1999},"_livelyDataWrapperId_":"28110:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2159},"origin":{"__isSmartRef__":true,"id":2160},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2161},"shape":{"__isSmartRef__":true,"id":2162},"textContent":{"__isSmartRef__":true,"id":2164},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":2154},"textString":"Test Control","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":2165},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":20,"padding":{"__isSmartRef__":true,"id":2166},"textStyle":null,"undoTextStyle":{"__isSmartRef__":true,"id":2167},"__SourceModuleName__":"Global.lively.Text","suppressGrabbing":true,"__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":"28110:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(190.1427001953125,7.69337037709397)","namespaceURI":null}]}},"2154":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2153},"_livelyDataWrapperId_":"28112:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2155},"shape":{"__isSmartRef__":true,"id":2156},"priorExtent":{"__isSmartRef__":true,"id":2157},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2158},"isCursor":true,"__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":"28112:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2155":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2156":{"_livelyDataWrapperId_":"28111: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":"28111: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}]}},"2157":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2158":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2159":{"a":1,"b":0,"c":0,"d":1,"e":190.1427001953125,"f":7.69337037709397,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2160":{"x":190.1427001953125,"y":7.69337037709397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2161":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2162":{"_fill":{"__isSmartRef__":true,"id":2163},"_stroke":{"__isSmartRef__":true,"id":2014},"_x":-1,"_y":0,"_width":152.98223876953125,"_height":35.33333333333333,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-1","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"152.98223876953125","namespaceURI":null},{"key":"height","value":"35.33333333333333","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.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2163":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2164":{"_fill":{"__isSmartRef__":true,"id":71},"__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":"20","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2165":{"x":128.98223876953125,"y":21.999998728434242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2166":{"x":12,"y":6.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2167":{"runs":[1],"values":[{"__isSmartRef__":true,"id":2168}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"2168":{"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2169":{"x":2542.0000153115016,"y":43.344481468200684,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2170":{"_x":-0.000015311497918446548,"_y":-8.344481757410108,"_width":648.7857894018362,"_height":265.9812930138188,"_stroke":{"__isSmartRef__":true,"id":2080},"_fill":{"__isSmartRef__":true,"id":2171},"_rx":10,"_ry":10,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000015311497918446548","namespaceURI":null},{"key":"y","value":"-8.344481757410108","namespaceURI":null},{"key":"width","value":"648.7857894018362","namespaceURI":null},{"key":"height","value":"265.9812930138188","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"10","namespaceURI":null},{"key":"ry","value":"10","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2171":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2172":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2173":{"a":1,"b":0,"c":0,"d":1,"e":2542.0000153115016,"f":43.344481468200684,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2174":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2175":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2176":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2177":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2178":{"_fill":{"__isSmartRef__":true,"id":2179},"_stroke":{"__isSmartRef__":true,"id":2180},"__SourceModuleName__":"Global.lively.scene","x":0,"y":0,"_x":0,"_y":0,"_width":6000,"_height":6000.1,"__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":"6000","namespaceURI":null},{"key":"height","value":"6000.1","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0.25","namespaceURI":null}]}},"2179":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2180":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2181":{"x":1020,"y":760,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2182":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":2183},"button":{"__isSmartRef__":true,"id":2188},"widgetPanel":{"__isSmartRef__":true,"id":2189},"focusHalo":{"__isSmartRef__":true,"id":2192},"panel":{"__isSmartRef__":true,"id":2194},"link":{"__isSmartRef__":true,"id":2197},"helpText":{"__isSmartRef__":true,"id":2200},"menu_items":{"__isSmartRef__":true,"id":2202},"menu_list":{"__isSmartRef__":true,"id":2204},"slider":{"__isSmartRef__":true,"id":2206},"slider_background":{"__isSmartRef__":true,"id":2213},"slider_horizontal":{"__isSmartRef__":true,"id":2218},"slider_background_horizontal":{"__isSmartRef__":true,"id":2225},"titleBar":{"__isSmartRef__":true,"id":2230},"titleBar_label":{"__isSmartRef__":true,"id":2235},"titleBar_label_highlight":{"__isSmartRef__":true,"id":2236},"titleBar_button_label":{"__isSmartRef__":true,"id":2238},"titleBar_closeButton":{"__isSmartRef__":true,"id":2240},"titleBar_menuButton":{"__isSmartRef__":true,"id":2246},"titleBar_collapseButton":{"__isSmartRef__":true,"id":2252},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":2258},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":2264},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":2270},"clock":{"__isSmartRef__":true,"id":2276},"fabrik":{"__isSmartRef__":true,"id":2281},"world":{"__isSmartRef__":true,"id":2283}},"2183":{"borderColor":{"__isSmartRef__":true,"id":2184}},"2184":{"vector":{"__isSmartRef__":true,"id":2185},"stops":[{"__isSmartRef__":true,"id":2186},{"__isSmartRef__":true,"id":2187}],"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}]}},"2185":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2186":{"__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}]}},"2187":{"__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}]}},"2188":{"borderColor":{"__isSmartRef__":true,"id":1383},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":1364}},"2189":{"borderColor":{"__isSmartRef__":true,"id":2190},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":2191},"opacity":0.4},"2190":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2191":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2192":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":2193},"strokeOpacity":0.5},"2193":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2194":{"fill":{"__isSmartRef__":true,"id":2195},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":2196}},"2195":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2196":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2197":{"borderColor":{"__isSmartRef__":true,"id":2198},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":2199}},"2198":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2199":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2200":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":2201},"fillOpacity":0.8},"2201":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2202":{"fontSize":14,"textColor":{"__isSmartRef__":true,"id":2203}},"2203":{"r":0.129,"g":0.129,"b":0.129,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2204":{"fill":{"__isSmartRef__":true,"id":2205}},"2205":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2206":{"borderColor":{"__isSmartRef__":true,"id":2207},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":2208}},"2207":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2208":{"vector":{"__isSmartRef__":true,"id":2209},"stops":[{"__isSmartRef__":true,"id":2210},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2212}],"refcount":282,"_livelyDataWrapperId_":"18: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":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"2209":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2210":{"__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}]}},"2211":{"__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}]}},"2212":{"__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}]}},"2213":{"borderColor":{"__isSmartRef__":true,"id":2199},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":2214}},"2214":{"vector":{"__isSmartRef__":true,"id":2209},"stops":[{"__isSmartRef__":true,"id":2215},{"__isSmartRef__":true,"id":2216},{"__isSmartRef__":true,"id":2217}],"refcount":395,"_livelyDataWrapperId_":"19: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":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"2215":{"__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}]}},"2216":{"__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}]}},"2217":{"__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}]}},"2218":{"borderColor":{"__isSmartRef__":true,"id":2219},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":2220}},"2219":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2220":{"vector":{"__isSmartRef__":true,"id":2221},"stops":[{"__isSmartRef__":true,"id":2222},{"__isSmartRef__":true,"id":2223},{"__isSmartRef__":true,"id":2224}],"refcount":11,"_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}]}},"2221":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2222":{"__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}]}},"2223":{"__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}]}},"2224":{"__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}]}},"2225":{"borderColor":{"__isSmartRef__":true,"id":2219},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":2226}},"2226":{"vector":{"__isSmartRef__":true,"id":2221},"stops":[{"__isSmartRef__":true,"id":2227},{"__isSmartRef__":true,"id":2228},{"__isSmartRef__":true,"id":2229}],"refcount":11,"_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}]}},"2227":{"__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}]}},"2228":{"__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}]}},"2229":{"__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}]}},"2230":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":2219},"fill":{"__isSmartRef__":true,"id":2231}},"2231":{"vector":{"__isSmartRef__":true,"id":1365},"stops":[{"__isSmartRef__":true,"id":2232},{"__isSmartRef__":true,"id":2233},{"__isSmartRef__":true,"id":2234}],"refcount":143,"_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}]}},"2232":{"__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}]}},"2233":{"__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}]}},"2234":{"__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}]}},"2235":{"fill":null},"2236":{"fill":{"__isSmartRef__":true,"id":2237},"fillOpacity":0.5},"2237":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2238":{"textColor":{"__isSmartRef__":true,"id":2239},"fontStyle":"bold"},"2239":{"r":0.5,"g":0.5,"b":0.5,"a":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2240":{"fill":{"__isSmartRef__":true,"id":2241}},"2241":{"stops":[{"__isSmartRef__":true,"id":2242},{"__isSmartRef__":true,"id":2243},{"__isSmartRef__":true,"id":2244}],"f":{"__isSmartRef__":true,"id":2245},"refcount":203,"_livelyDataWrapperId_":"23:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2242":{"__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}]}},"2243":{"__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}]}},"2244":{"__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}]}},"2245":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2246":{"fill":{"__isSmartRef__":true,"id":2247}},"2247":{"stops":[{"__isSmartRef__":true,"id":2248},{"__isSmartRef__":true,"id":2249},{"__isSmartRef__":true,"id":2250}],"f":{"__isSmartRef__":true,"id":2251},"refcount":203,"_livelyDataWrapperId_":"24:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2248":{"__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}]}},"2249":{"__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}]}},"2250":{"__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}]}},"2251":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2252":{"fill":{"__isSmartRef__":true,"id":2253}},"2253":{"stops":[{"__isSmartRef__":true,"id":2254},{"__isSmartRef__":true,"id":2255},{"__isSmartRef__":true,"id":2256}],"f":{"__isSmartRef__":true,"id":2257},"refcount":203,"_livelyDataWrapperId_":"25:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2254":{"__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}]}},"2255":{"__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}]}},"2256":{"__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}]}},"2257":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2258":{"fill":{"__isSmartRef__":true,"id":2259}},"2259":{"stops":[{"__isSmartRef__":true,"id":2260},{"__isSmartRef__":true,"id":2261},{"__isSmartRef__":true,"id":2262}],"f":{"__isSmartRef__":true,"id":2263},"refcount":36,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2260":{"__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}]}},"2261":{"__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}]}},"2262":{"__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}]}},"2263":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2264":{"fill":{"__isSmartRef__":true,"id":2265}},"2265":{"stops":[{"__isSmartRef__":true,"id":2266},{"__isSmartRef__":true,"id":2267},{"__isSmartRef__":true,"id":2268}],"f":{"__isSmartRef__":true,"id":2269},"refcount":36,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2266":{"__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}]}},"2267":{"__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}]}},"2268":{"__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}]}},"2269":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2270":{"fill":{"__isSmartRef__":true,"id":2271}},"2271":{"stops":[{"__isSmartRef__":true,"id":2272},{"__isSmartRef__":true,"id":2273},{"__isSmartRef__":true,"id":2274}],"f":{"__isSmartRef__":true,"id":2275},"refcount":36,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_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}]}},"2272":{"__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}]}},"2273":{"__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}]}},"2274":{"__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}]}},"2275":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2276":{"borderColor":{"__isSmartRef__":true,"id":2277},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":2278}},"2277":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2278":{"stops":[{"__isSmartRef__":true,"id":2279},{"__isSmartRef__":true,"id":2280}],"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}]}},"2279":{"__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}]}},"2280":{"__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}]}},"2281":{"borderColor":{"__isSmartRef__":true,"id":2282},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":2199},"opacity":1},"2282":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2283":{"fill":{"__isSmartRef__":true,"id":2237}},"isSimplifiedRegistry":true}}]]> Lively Kernel canvas