// this script is evaluated on world load 0 && ratio < 100) {\n\t\tworld.setScale(ratio);\n\t\tworld.resizeCanvasToFitWorld();\n\t\tvar pos = this.getTransform().transformPoint(this.shape.bounds().topLeft());\n\t\tthis.setPosition(pt(0,0))\n\t\tGlobal.scrollTo(0, 0)\n\t\tvar canvas = world.canvas();\n\t\tcanvas.setAttribute(\"width\", windowExtent.x);\t\n\t\tcanvas.setAttribute(\"height\", windowExtent.y);\t\t\t\t\n\t\tthis.clipWorld();\n\t};\n});\n\napp.addScript(function leaveFullScreen() {\n\tif (!this.fullScreen) return;\n\tthis.setPosition(this.oldPosition)\n\tthis.unclipWorld();\n\tthis.fullScreen = false;\n\tthis.world().setScale(this.oldWorldScale);\n\tthis.world().resizeCanvasToFitWorld();\n\tthis.oldWorldScale = null;\n\tGlobal.scrollTo(this.oldPosition.x, this.oldPosition.y)\n})\n\napp.addScript(function clipWorld() {\n\tthis.unclipWorld();\n\tthis.owner.addMorphFront(this);\n\tvar clipBounds = this.getPosition().extent(this.shape.bounds().extent()),\n\t\tclip = new lively.scene.Clip(new lively.scene.Rectangle(clipBounds)),\n\t\tworld = this.world();\n\tclip.reference();\n\tclip.applyTo(world);\t\t\n\tworld.worldClip = clip;\n})\n\napp.addScript(function unclipWorld() {\n\tvar world = this.world();\n\tif (world.worldClip) {\n\t\tworld.worldClip.dereference();\n\t\tdelete world.worldClip;\n\t};\n\tworld.setTrait(\"clip-path\", \"\");\n})","savedTextString":"app = $morph('app')\napp.fullScreen = false;\napp.addScript(function enterFullScreen() {\n\tif (this.fullScreen) return;\n\tthis.fullScreen = true;\n\tthis.oldPosition = this.getPosition();\n\tthis.oldWorldScale = this.getScale();\n\tvar world = this.world(),\n\t\twindowExtent = world.windowBounds().extent(),\n\t\tratioY = (windowExtent.y / this.getExtent().y) * world.getScale(),\n\t\tratioX = (windowExtent.y / this.getExtent().y) * world.getScale(),\n\t\tratio = Math.min(ratioX, ratioY);\n\tif (ratio > 0 && ratio < 100) {\n\t\tworld.setScale(ratio);\n\t\tworld.resizeCanvasToFitWorld();\n\t\tvar pos = this.getTransform().transformPoint(this.shape.bounds().topLeft());\n\t\tthis.setPosition(pt(0,0))\n\t\tGlobal.scrollTo(0, 0)\n\t\tvar canvas = world.canvas();\n\t\tcanvas.setAttribute(\"width\", windowExtent.x);\t\n\t\tcanvas.setAttribute(\"height\", windowExtent.y);\t\t\t\t\n\t\tthis.clipWorld();\n\t};\n});\n\napp.addScript(function leaveFullScreen() {\n\tif (!this.fullScreen) return;\n\tthis.setPosition(this.oldPosition)\n\tthis.unclipWorld();\n\tthis.fullScreen = false;\n\tthis.world().setScale(this.oldWorldScale);\n\tthis.world().resizeCanvasToFitWorld();\n\tthis.oldWorldScale = null;\n\tGlobal.scrollTo(this.oldPosition.x, this.oldPosition.y)\n})\n\napp.addScript(function clipWorld() {\n\tthis.unclipWorld();\n\tthis.owner.addMorphFront(this);\n\tvar clipBounds = this.getPosition().extent(this.shape.bounds().extent()),\n\t\tclip = new lively.scene.Clip(new lively.scene.Rectangle(clipBounds)),\n\t\tworld = this.world();\n\tclip.reference();\n\tclip.applyTo(world);\t\t\n\tworld.worldClip = clip;\n})\n\napp.addScript(function unclipWorld() {\n\tvar world = this.world();\n\tif (world.worldClip) {\n\t\tworld.worldClip.dereference();\n\t\tdelete world.worldClip;\n\t};\n\tworld.setTrait(\"clip-path\", \"\");\n})","priorExtent":{"__isSmartRef__":true,"id":494},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"textStyle":{"__isSmartRef__":true,"id":495},"undoTextStyle":{"__isSmartRef__":true,"id":568},"fontSize":17,"padding":{"__isSmartRef__":true,"id":349},"textColor":{"__isSmartRef__":true,"id":307},"fontFamily":"Courier","__SourceModuleName__":"Global.lively.Text","lastSearchString":"car","__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":"12910:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(2070.379320438062,1105.3767659082728)","namespaceURI":null}]}},"484":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":483},"_livelyDataWrapperId_":"12912:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":485},"shape":{"__isSmartRef__":true,"id":486},"priorExtent":{"__isSmartRef__":true,"id":487},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":488},"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":"12912:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"485":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"486":{"_livelyDataWrapperId_":"12911: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":"12911: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}]}},"487":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"488":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"489":{"a":1,"b":0,"c":0,"d":1,"e":2070.379320438062,"f":1105.3767659082728,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"490":{"x":2070.379320438062,"y":1105.3767659082728,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"491":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"492":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":305},"_x":0,"_y":0,"_width":994.8302612304688,"_height":1131.633333333333,"__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":"994.8302612304688","namespaceURI":null},{"key":"height","value":"1131.633333333333","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":"1","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null}]}},"493":{"_fill":{"__isSmartRef__":true,"id":307},"__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":"Courier","namespaceURI":null}]}},"494":{"x":973.8302612304688,"y":1120.2999674479167,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"495":{"runs":[13,5,40,8,19,1,2,2,2,4,13,6,3,4,21,4,15,4,17,4,17,4,14,3,9,4,88,4,143,2,10,1,12,3,2,1,62,3,7,4,31,4,30,4,16,1,1,1,21,1,2,1,4,3,48,7,42,8,25,4,15,1,2,1,18,8,19,1,2,2,3,4,13,6,3,4,13,4,15,4,17,4,22,4,18,4,18,4,36,4,40,4,16,4,16,1,17,8,13,1,2,4,17,4,21,4,4,3,14,4,22,4,36,3,19,3,48,4,78,1,17,8,15,1,2,3,9,4,11,2,19,1,36,6,19,1,18,11,2,2,3,1,1],"values":[{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":497},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":498},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":499},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":500},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":501},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":502},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":503},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":504},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":505},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":506},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":507},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":508},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":509},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":510},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":511},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":512},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":513},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":514},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":515},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":516},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":517},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":518},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":519},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":520},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":521},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":522},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":523},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":524},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":525},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":526},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":527},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":528},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":529},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":530},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":531},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":532},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":533},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":534},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":535},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":536},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":537},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":538},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":539},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":540},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":541},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":542},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":543},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":544},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":545},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":546},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":547},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":548},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":549},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":550},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":552},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":553},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":554},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":555},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":556},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":557},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":558},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":559},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":560},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":561},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":562},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":563},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":564},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":565},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":566},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":567},{"__isSmartRef__":true,"id":496}],"lastIndex":1709,"lastRunIndex":142,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"496":{"color":{"__isSmartRef__":true,"id":312},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"497":{"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"498":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"499":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"500":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"501":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"502":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"503":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"504":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"505":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"506":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"507":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"508":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"509":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"510":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"511":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"512":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"513":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"514":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"515":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"516":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"517":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"518":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"519":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"520":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"521":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"522":{"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"523":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"524":{"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"525":{"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"526":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"527":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"528":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"529":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"530":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"531":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"532":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"533":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"534":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"535":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"536":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"537":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"538":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"539":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"540":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"541":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"542":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"543":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"544":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"545":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"546":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"547":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"548":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"549":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"550":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"551":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"552":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"553":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"554":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"555":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"556":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"557":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"558":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"559":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"560":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"561":{"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"562":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"563":{"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"564":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"565":{"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"566":{"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"567":{"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"568":{"runs":[13,5,40,8,19,1,2,2,2,4,13,6,3,4,21,4,15,4,17,4,17,4,14,3,9,4,88,4,142,2,10,1,12,3,2,1,62,3,7,4,31,4,30,4,16,1,1,1,21,1,2,1,4,3,48,7,42,8,25,4,15,1,2,1,18,8,19,1,2,2,3,4,13,6,3,4,13,4,15,4,17,4,22,4,18,4,18,4,36,4,40,4,16,4,16,1,17,8,13,1,2,4,17,4,21,4,4,3,14,4,22,4,36,3,19,3,48,4,78,1,17,8,15,1,2,3,9,4,11,2,19,1,36,6,19,1,18,11,2,2,3,1,1],"values":[{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":497},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":498},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":499},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":500},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":501},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":502},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":503},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":504},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":505},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":506},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":507},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":508},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":509},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":510},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":511},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":512},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":513},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":514},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":515},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":516},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":517},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":518},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":519},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":520},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":521},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":522},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":523},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":524},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":525},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":526},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":527},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":528},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":529},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":530},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":531},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":532},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":533},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":534},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":535},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":536},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":537},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":538},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":539},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":540},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":541},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":542},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":543},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":544},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":545},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":546},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":547},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":548},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":549},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":550},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":552},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":553},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":554},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":555},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":556},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":557},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":558},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":559},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":560},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":561},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":562},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":563},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":564},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":565},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":566},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":567},{"__isSmartRef__":true,"id":496}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"569":{"submorphs":[{"__isSmartRef__":true,"id":570}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"12940:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":575},"origin":{"__isSmartRef__":true,"id":576},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":577},"shape":{"__isSmartRef__":true,"id":578},"textContent":{"__isSmartRef__":true,"id":579},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":570},"textString":"Fullscreen","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":580},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":29,"padding":{"__isSmartRef__":true,"id":478},"textStyle":{"__isSmartRef__":true,"id":581},"undoTextStyle":{"__isSmartRef__":true,"id":582},"__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":"12940:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(2057.6673583984375,1048.2547607421875)","namespaceURI":null}]}},"570":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":569},"_livelyDataWrapperId_":"12942:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":571},"shape":{"__isSmartRef__":true,"id":572},"priorExtent":{"__isSmartRef__":true,"id":573},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":574},"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":"12942:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"571":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"572":{"_livelyDataWrapperId_":"12941: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":"12941: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}]}},"573":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"574":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"575":{"a":1,"b":0,"c":0,"d":1,"e":2057.6673583984375,"f":1048.2547607421875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"576":{"x":2057.6673583984375,"y":1048.2547607421875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"577":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"578":{"_fill":{"__isSmartRef__":true,"id":474},"_stroke":{"__isSmartRef__":true,"id":206},"_x":0,"_y":0,"_width":312,"_height":51.23333333333333,"__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":"312","namespaceURI":null},{"key":"height","value":"51.23333333333333","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}]}},"579":{"_fill":{"__isSmartRef__":true,"id":128},"__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":"29","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"580":{"x":279,"y":31.900000254313152,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"581":{"runs":[10],"values":[{"__isSmartRef__":true,"id":480}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"582":{"runs":[1],"values":[{"__isSmartRef__":true,"id":480}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"583":{"submorphs":[{"__isSmartRef__":true,"id":584}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"19186:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":589},"origin":{"__isSmartRef__":true,"id":590},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":591},"shape":{"__isSmartRef__":true,"id":592},"textContent":{"__isSmartRef__":true,"id":593},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":584},"textString":"Zooming","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":594},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":29,"padding":{"__isSmartRef__":true,"id":478},"textStyle":{"__isSmartRef__":true,"id":595},"undoTextStyle":{"__isSmartRef__":true,"id":596},"__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":"19186:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(1010.87451171875,1648.69384765625)","namespaceURI":null}]}},"584":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":583},"_livelyDataWrapperId_":"19188:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":585},"shape":{"__isSmartRef__":true,"id":586},"priorExtent":{"__isSmartRef__":true,"id":587},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":588},"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":"19188:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"585":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"586":{"_livelyDataWrapperId_":"19187: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":"19187: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}]}},"587":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"588":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"589":{"a":1,"b":0,"c":0,"d":1,"e":1010.87451171875,"f":1648.69384765625,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"590":{"x":1010.87451171875,"y":1648.69384765625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"591":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"592":{"_fill":{"__isSmartRef__":true,"id":474},"_stroke":{"__isSmartRef__":true,"id":206},"_x":0,"_y":0,"_width":312,"_height":51.23333333333333,"__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":"312","namespaceURI":null},{"key":"height","value":"51.23333333333333","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}]}},"593":{"_fill":{"__isSmartRef__":true,"id":128},"__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":"29","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"594":{"x":279,"y":31.900000254313152,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"595":{"runs":[7],"values":[{"__isSmartRef__":true,"id":480}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"596":{"runs":[1],"values":[{"__isSmartRef__":true,"id":480}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"597":{"submorphs":[{"__isSmartRef__":true,"id":598}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"24146:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":603},"origin":{"__isSmartRef__":true,"id":604},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":605},"shape":{"__isSmartRef__":true,"id":606},"textContent":{"__isSmartRef__":true,"id":607},"lineNumberHint":13,"textSelection":{"__isSmartRef__":true,"id":598},"textString":"// Fuel Consume Meter\n$morph('fuelConsumeSlider').valueScale = 20\ndisconnectAll($morph('fuelConsumeMeter'))\ndisconnectAll($morph('fuelConsumeSlider'))\n\nconnect($morph('fuelConsumeSlider'), 'value', $morph('fuelConsumeMeter'), 'literPerKm')\n\nconnect(\n\t$morph('fuelConsumeMeter'), 'literPerKm', \n\t$morph('fuelConsumeText'), 'setTextString',\n\t{converter: function(n) { return '' + Math.round(n) + ' l / 100 km'}})\n\n\n\n","savedTextString":"disconnectAll($morph('fuelConsumeMeter'))\ndisconnectAll($morph('fuelConsumeSlider'))\n\nconnect(\n\t$morph('fuelConsumeSlider'), 'value', \n\t$morph('fuelConsumeMeter'), 'literPerKm', \n\t{converter: function(n) {return n * 2}})\n\nconnect(\n\t$morph('fuelConsumeMeter'), 'literPerKm', \n\t$morph('fuelConsumeText'), 'setTextString',\n\t{converter: function(n) { return '' + Math.round(n) + ' l/km'}})\n\n\n\n","priorExtent":{"__isSmartRef__":true,"id":608},"useChangeClue":false,"hasKeyboardFocus":false,"isSelecting":false,"fontFamily":"Courier","textStyle":{"__isSmartRef__":true,"id":609},"undoTextStyle":{"__isSmartRef__":true,"id":637},"fontSize":17,"padding":{"__isSmartRef__":true,"id":273},"attributeConnections":[],"__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":"24146:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(141.94427490234375,1100.302001953125)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"598":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":597},"_livelyDataWrapperId_":"24148:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":599},"shape":{"__isSmartRef__":true,"id":600},"priorExtent":{"__isSmartRef__":true,"id":601},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":602},"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":"24148:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"599":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"600":{"_livelyDataWrapperId_":"24147: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":"24147: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}]}},"601":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"602":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"603":{"a":1,"b":0,"c":0,"d":1,"e":141.94427490234375,"f":1100.302001953125,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"604":{"x":141.94427490234375,"y":1100.302001953125,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"605":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"606":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-85,"_y":17,"_width":916,"_height":295.23333333333335,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-85","namespaceURI":null},{"key":"y","value":"17","namespaceURI":null},{"key":"width","value":"916","namespaceURI":null},{"key":"height","value":"295.23333333333335","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}]}},"607":{"_fill":{"__isSmartRef__":true,"id":128},"__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":"Courier","namespaceURI":null}]}},"608":{"x":895,"y":283.90000406901044,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"609":{"runs":[21,8,19,15,2,22,18,24,19,19,19,3,7,9,18,3,12,20,18,3,12,11,17,3,15,3,1,10,1,8,4,1,1,6,1,2,3,4,12,10,3,2,5],"values":[{"__isSmartRef__":true,"id":610},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":613},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":614},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":615},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":616},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":618},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":620},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":622},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":624},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":626},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":628},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":629},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":630},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":631},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":634},{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":636}],"lastIndex":409,"lastRunIndex":42,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"610":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"611":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"612":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":312},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"613":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"614":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":324},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"615":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"616":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"617":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"618":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"619":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"620":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"621":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"622":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"623":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"624":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"625":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"626":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":382},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"627":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":317},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"628":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"629":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":321},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"630":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"631":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"632":{"r":1,"g":0.0784313725490196,"b":0.5764705882352941,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"633":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"TextEmphasis"},"634":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":314},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"635":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":319},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"636":{"Color":{"__isSmartRef__":true,"id":611},"color":{"__isSmartRef__":true,"id":312},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"637":{"runs":[21,8,19,15,2,22,18,24,19,19,19,3,7,9,18,3,12,20,18,3,12,11,17,3,15,3,1,10,1,8,4,1,1,6,1,2,3,4,12,10,3,2,5],"values":[{"__isSmartRef__":true,"id":610},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":613},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":614},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":615},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":616},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":618},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":620},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":622},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":624},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":626},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":628},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":629},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":630},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":631},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":634},{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":636}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"638":{"submorphs":[{"__isSmartRef__":true,"id":639}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"5517:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":652},"origin":{"__isSmartRef__":true,"id":653},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":654},"shape":{"__isSmartRef__":true,"id":655},"baseFill":{"__isSmartRef__":true,"id":661},"priorExtent":{"__isSmartRef__":true,"id":665},"value":false,"isActive":true,"scriptSource":"if (this.on) {\n\tthis.on = false\n\tthis.setLabel('center on car: off')\n\t$morph('mapMorph').shouldCenterOnCar = false;\n} else {\n\tthis.on = true\n\tthis.setLabel('center on car: on')\n\t$morph('mapMorph').shouldCenterOnCar = true;\n}","label":{"__isSmartRef__":true,"id":639},"__SourceModuleName__":"Global.lively.Widgets","suppressHandles":true,"on":true,"normalFill":{"__isSmartRef__":true,"id":656},"lighterFill":{"__isSmartRef__":true,"id":666},"__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":"5517:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(70.47955322265625,1049.6082763671875)","namespaceURI":null}]}},"639":{"textString":"center on car: on","savedTextString":"center on car: on","submorphs":[{"__isSmartRef__":true,"id":640}],"owner":{"__isSmartRef__":true,"id":638},"_livelyDataWrapperId_":"28077:TextMorph","origin":{"__isSmartRef__":true,"id":645},"shape":{"__isSmartRef__":true,"id":646},"textContent":{"__isSmartRef__":true,"id":648},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":649},"textSelection":{"__isSmartRef__":true,"id":640},"priorExtent":{"__isSmartRef__":true,"id":650},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":651},"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":"28077:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-7.83767032623291,9.752380585538049)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"640":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":639},"_livelyDataWrapperId_":"28079:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":641},"shape":{"__isSmartRef__":true,"id":642},"priorExtent":{"__isSmartRef__":true,"id":643},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":644},"__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":"28079:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"641":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"642":{"_livelyDataWrapperId_":"28078: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":"28078: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}]}},"643":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"644":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"645":{"x":-7.83767032623291,"y":9.752380585538049,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"646":{"_x":0,"_y":0,"_width":94,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":647},"_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":"94","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}]}},"647":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"648":{"_fill":{"__isSmartRef__":true,"id":128},"__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}]}},"649":{"a":1,"b":0,"c":0,"d":1,"e":-7.83767032623291,"f":9.752380585538049,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"650":{"x":94,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"651":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"652":{"a":1,"b":0,"c":0,"d":1,"e":70.47955322265625,"f":1049.6082763671875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"653":{"x":70.47955322265625,"y":1049.6082763671875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"654":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"655":{"_fill":{"__isSmartRef__":true,"id":656},"_stroke":{"__isSmartRef__":true,"id":660},"_x":-12.915127754211426,"_y":-0.000021243227820377797,"_width":98.15491492927717,"_height":29.704804372115404,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.915127754211426","namespaceURI":null},{"key":"y","value":"-0.000021243227820377797","namespaceURI":null},{"key":"width","value":"98.15491492927717","namespaceURI":null},{"key":"height","value":"29.704804372115404","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#6891:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"656":{"vector":{"__isSmartRef__":true,"id":657},"stops":[{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":659}],"refcount":1,"_livelyDataWrapperId_":"6891: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":"6891:lively.paint.LinearGradient","namespaceURI":null}]}},"657":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"658":{"__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}]}},"659":{"__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}]}},"660":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"661":{"vector":{"__isSmartRef__":true,"id":662},"stops":[{"__isSmartRef__":true,"id":663},{"__isSmartRef__":true,"id":664}],"refcount":2,"_livelyDataWrapperId_":"35296: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":"35296:lively.paint.LinearGradient","namespaceURI":null}]}},"662":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"663":{"__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}]}},"664":{"__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}]}},"665":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"666":{"vector":{"__isSmartRef__":true,"id":657},"stops":[{"__isSmartRef__":true,"id":667},{"__isSmartRef__":true,"id":668}],"refcount":0,"_livelyDataWrapperId_":"6892: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":"6892:lively.paint.LinearGradient","namespaceURI":null}]}},"667":{"__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}]}},"668":{"__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}]}},"669":{"submorphs":[{"__isSmartRef__":true,"id":670},{"__isSmartRef__":true,"id":731},{"__isSmartRef__":true,"id":1020},{"__isSmartRef__":true,"id":940},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1070},{"__isSmartRef__":true,"id":1100},{"__isSmartRef__":true,"id":1125}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"24245:Morph","origin":{"__isSmartRef__":true,"id":1146},"shape":{"__isSmartRef__":true,"id":1147},"priorExtent":{"__isSmartRef__":true,"id":1150},"pvtCachedTransform":{"__isSmartRef__":true,"id":1151},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1152},"__SourceModuleName__":"Global.lively.Core","name":"app","fullScreen":false,"oldPosition":{"__isSmartRef__":true,"id":1153},"oldWorldScale":null,"attributeConnections":[{"__isSmartRef__":true,"id":1154}],"suppressGrabbing":true,"__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":"24245:Morph","namespaceURI":null},{"key":"transform","value":"translate(86.5943603515625,152.71636962890625)","namespaceURI":null}]},"__serializedScripts__":{"enterFullScreen":"function enterFullScreen() {\n\tif (this.fullScreen) return;\n\tthis.fullScreen = true;\n\tthis.oldPosition = this.getPosition();\n\tthis.oldWorldScale = this.getScale();\n\tvar world = this.world(),\n\t\twindowExtent = world.windowBounds().extent(),\n\t\tratioY = (windowExtent.y / this.getExtent().y) * world.getScale(),\n\t\tratioX = (windowExtent.x / this.getExtent().x) * world.getScale(),\n\t\tratio = Math.min(ratioX, ratioY);\n\tif (ratio > 0 && ratio < 100) {\n\t\tworld.setScale(ratio);\n\t\tworld.resizeCanvasToFitWorld();\n\t\tvar pos = this.getTransform().transformPoint(this.shape.bounds().topLeft());\n\t\tthis.setPosition(pt(0,0))\n\t\tGlobal.scrollTo(0, 0)\n\t\tvar canvas = world.canvas();\n\t\tcanvas.setAttribute(\"width\", windowExtent.x);\t\n\t\tcanvas.setAttribute(\"height\", windowExtent.y);\t\t\t\t\n\t\tthis.clipWorld();\n\t};\n}","leaveFullScreen":"function leaveFullScreen() {\n\tif (!this.fullScreen) return;\n\tthis.setPosition(this.oldPosition)\n\tthis.unclipWorld();\n\tthis.fullScreen = false;\n\tthis.world().setScale(this.oldWorldScale);\n\tthis.world().resizeCanvasToFitWorld();\n\tthis.oldWorldScale = null;\n\tGlobal.scrollTo(this.oldPosition.x, this.oldPosition.y)\n}","clipWorld":"function clipWorld() {\n\tthis.unclipWorld();\n\tthis.owner.addMorphFront(this);\n\tvar clipBounds = this.getPosition().extent(this.shape.bounds().extent()),\n\t\tclip = new lively.scene.Clip(new lively.scene.Rectangle(clipBounds)),\n\t\tworld = this.world();\n\tclip.reference();\n\tclip.applyTo(world);\t\t\n\tworld.worldClip = clip;\n}","unclipWorld":"function unclipWorld() {\n\tvar world = this.world();\n\tif (world.worldClip) {\n\t\tworld.worldClip.dereference();\n\t\tdelete world.worldClip;\n\t};\n\tworld.setTrait(\"clip-path\", \"\");\n}"},"withLayers":["NodeMorphLayer"]},"670":{"submorphs":[{"__isSmartRef__":true,"id":671},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":698}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"20192:Morph","origin":{"__isSmartRef__":true,"id":723},"shape":{"__isSmartRef__":true,"id":724},"priorExtent":{"__isSmartRef__":true,"id":727},"pvtCachedTransform":{"__isSmartRef__":true,"id":728},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":729},"name":"fuelConsumeMeter","attributeConnections":[{"__isSmartRef__":true,"id":730},{"__isSmartRef__":true,"id":1053}],"literPerKm":20,"__SourceModuleName__":"Global.lively.Core","__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":"20192:Morph","namespaceURI":null},{"key":"transform","value":"translate(39.3077392578125,62.68310546875)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"671":{"submorphs":[{"__isSmartRef__":true,"id":672}],"owner":{"__isSmartRef__":true,"id":670},"_livelyDataWrapperId_":"23143:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":677},"origin":{"__isSmartRef__":true,"id":678},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":679},"shape":{"__isSmartRef__":true,"id":680},"textContent":{"__isSmartRef__":true,"id":681},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":672},"textString":"Fuel Consume","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":683},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":19,"padding":{"__isSmartRef__":true,"id":684},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":682},"name":"fuelConsumeLabel","__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":"23143:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(13.917270276959073,79.27757721313915) scale(0.9999999671423153,0.9999999671423153)","namespaceURI":null}]}},"672":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":671},"_livelyDataWrapperId_":"23145:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":673},"shape":{"__isSmartRef__":true,"id":674},"priorExtent":{"__isSmartRef__":true,"id":675},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":676},"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":"23145:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"673":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"674":{"_livelyDataWrapperId_":"23144: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":"23144: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}]}},"675":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"676":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"677":{"a":0.9999999671423153,"b":0,"c":0,"d":0.9999999671423153,"e":13.917270276959073,"f":79.27757721313915,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"678":{"x":13.917270276959073,"y":79.27757721313915,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"679":{"x":0.9999999671423153,"y":0.9999999671423153,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"680":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":0,"_y":0,"_width":157.18063354492188,"_height":33.56666666666667,"__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":"157.18063354492188","namespaceURI":null},{"key":"height","value":"33.56666666666667","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}]}},"681":{"_fill":{"__isSmartRef__":true,"id":682},"__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(66,66,66)","namespaceURI":null},{"key":"font-size","value":"19","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"682":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"683":{"x":134.18063354492188,"y":20.899998982747398,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"684":{"x":11.5,"y":6.333333333333333,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"685":{"submorphs":[{"__isSmartRef__":true,"id":686}],"owner":{"__isSmartRef__":true,"id":670},"_livelyDataWrapperId_":"23305:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":691},"origin":{"__isSmartRef__":true,"id":692},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":693},"shape":{"__isSmartRef__":true,"id":694},"textContent":{"__isSmartRef__":true,"id":695},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":686},"textString":"20 l / 100 km","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":696},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":20,"padding":{"__isSmartRef__":true,"id":697},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":682},"name":"fuelConsumeText","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":"23305:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(18.67406742298391,9.275769826875319) scale(0.9999999671423153,0.9999999671423153)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"686":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":685},"_livelyDataWrapperId_":"23307:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":687},"shape":{"__isSmartRef__":true,"id":688},"priorExtent":{"__isSmartRef__":true,"id":689},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":690},"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":"23307:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"687":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"688":{"_livelyDataWrapperId_":"23306: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":"23306: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}]}},"689":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"690":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"691":{"a":0.9999999671423153,"b":0,"c":0,"d":0.9999999671423153,"e":18.67406742298391,"f":9.275769826875319,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"692":{"x":18.67406742298391,"y":9.275769826875319,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"693":{"x":0.9999999671423153,"y":0.9999999671423153,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"694":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-0.5761642456054688,"_y":-2.6752448081970215,"_width":155,"_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.5761642456054688","namespaceURI":null},{"key":"y","value":"-2.6752448081970215","namespaceURI":null},{"key":"width","value":"155","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}]}},"695":{"_fill":{"__isSmartRef__":true,"id":682},"__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(66,66,66)","namespaceURI":null},{"key":"font-size","value":"20","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"696":{"x":131,"y":21.999998728434242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"697":{"x":12,"y":6.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"698":{"submorphs":[{"__isSmartRef__":true,"id":699}],"owner":{"__isSmartRef__":true,"id":670},"_livelyDataWrapperId_":"2124:SliderMorph","origin":{"__isSmartRef__":true,"id":712},"shape":{"__isSmartRef__":true,"id":713},"priorExtent":{"__isSmartRef__":true,"id":718},"value":20,"sliderExtent":0.1,"valueScale":20,"pvtCachedTransform":{"__isSmartRef__":true,"id":719},"slider":{"__isSmartRef__":true,"id":699},"styleClass":["slider_background_horizontal"],"focusHalo":null,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":720},"name":"fuelConsumeSlider","attributeConnections":[{"__isSmartRef__":true,"id":721}],"hitPoint":{"__isSmartRef__":true,"id":722},"__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":"2124:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(13.957511901855469,46.142669677734375)","namespaceURI":null},{"key":"class","value":"slider_background_horizontal","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"699":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":698},"_livelyDataWrapperId_":"2125:Morph","origin":{"__isSmartRef__":true,"id":700},"shape":{"__isSmartRef__":true,"id":701},"priorExtent":{"__isSmartRef__":true,"id":708},"pvtCachedTransform":{"__isSmartRef__":true,"id":709},"mouseHandler":{"__isSmartRef__":true,"id":710},"styleClass":["slider_horizontal"],"__SourceModuleName__":"Global.lively.Core","__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":"2125:Morph","namespaceURI":null},{"key":"transform","value":"translate(141.54038848876954,1.457855224609375)","namespaceURI":null},{"key":"class","value":"slider_horizontal","namespaceURI":null}]}},"700":{"x":141.54038848876954,"y":1.457855224609375,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"701":{"_x":0,"_y":0,"_width":15.600000000000001,"_height":20,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"15.600000000000001","namespaceURI":null},{"key":"height","value":"20","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#20:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"702":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"703":{"vector":{"__isSmartRef__":true,"id":704},"stops":[{"__isSmartRef__":true,"id":705},{"__isSmartRef__":true,"id":706},{"__isSmartRef__":true,"id":707}],"refcount":210,"_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}]}},"704":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"705":{"__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}]}},"706":{"__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}]}},"707":{"__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}]}},"708":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"709":{"a":1,"b":0,"c":0,"d":1,"e":141.54038848876954,"f":1.457855224609375,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"710":{"target":{"__isSmartRef__":true,"id":698},"eventSpec":{"__isSmartRef__":true,"id":711},"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForRelay"},"711":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"712":{"x":13.957511901855469,"y":46.142669677734375,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"713":{"_x":1.1403884887695312,"_y":1.457855224609375,"_width":156,"_height":20,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":714},"_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":"1.1403884887695312","namespaceURI":null},{"key":"y","value":"1.457855224609375","namespaceURI":null},{"key":"width","value":"156","namespaceURI":null},{"key":"height","value":"20","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#21:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"714":{"vector":{"__isSmartRef__":true,"id":704},"stops":[{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":717}],"refcount":210,"_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}]}},"715":{"__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}]}},"716":{"__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}]}},"717":{"__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}]}},"718":{"x":120,"y":40,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"719":{"a":1,"b":0,"c":0,"d":1,"e":13.957511901855469,"f":46.142669677734375,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"720":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"721":{"sourceObj":{"__isSmartRef__":true,"id":698},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":670},"targetMethodName":"literPerKm","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"722":{"x":6.219599999999993,"y":10.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"723":{"x":39.3077392578125,"y":62.68310546875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"724":{"_x":-5.2301203368188e-7,"_y":0.00001702247936918866,"_width":180.09790091363703,"_height":114.60050787986438,"_stroke":{"__isSmartRef__":true,"id":725},"_fill":{"__isSmartRef__":true,"id":726},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-5.2301203368188e-7","namespaceURI":null},{"key":"y","value":"0.00001702247936918866","namespaceURI":null},{"key":"width","value":"180.09790091363703","namespaceURI":null},{"key":"height","value":"114.60050787986438","namespaceURI":null},{"key":"stroke","value":"rgb(95,94,95)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"2.6","namespaceURI":null}]}},"725":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"726":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"727":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"728":{"a":1,"b":0,"c":0,"d":1,"e":39.3077392578125,"f":62.68310546875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"729":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"730":{"sourceObj":{"__isSmartRef__":true,"id":670},"sourceAttrName":"literPerKm","targetObj":{"__isSmartRef__":true,"id":731},"targetMethodName":"fuelConsume","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"731":{"submorphs":[{"__isSmartRef__":true,"id":732},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":758},{"__isSmartRef__":true,"id":773}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"8400:Morph","origin":{"__isSmartRef__":true,"id":782},"shape":{"__isSmartRef__":true,"id":783},"priorExtent":{"__isSmartRef__":true,"id":785},"pvtCachedTransform":{"__isSmartRef__":true,"id":786},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":787},"name":"fuelMeter","maxLiters":60,"attributeConnections":[{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":789},{"__isSmartRef__":true,"id":790},{"__isSmartRef__":true,"id":791},{"__isSmartRef__":true,"id":1050},{"__isSmartRef__":true,"id":1051},{"__isSmartRef__":true,"id":1052}],"__SourceModuleName__":"Global.lively.Core","liters":7.5,"fuelKm":37.5,"fuelConsume":20,"__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":"8400:Morph","namespaceURI":null},{"key":"transform","value":"translate(234.9334227972433,266.1685302191183)","namespaceURI":null}]},"__serializedScripts__":{"updateKm":"function updateKm() {\n\tthis.fuelKm = this.liters * 100 / this.fuelConsume\n}"},"withLayers":["NodeMorphLayer"]},"732":{"submorphs":[{"__isSmartRef__":true,"id":733}],"owner":{"__isSmartRef__":true,"id":731},"_livelyDataWrapperId_":"14463:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":738},"origin":{"__isSmartRef__":true,"id":739},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":740},"shape":{"__isSmartRef__":true,"id":741},"textContent":{"__isSmartRef__":true,"id":742},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":733},"textString":"8 l","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":743},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":20,"padding":{"__isSmartRef__":true,"id":744},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":682},"name":"fuelLiterText","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":"14463:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-162.2300685400127,-10.169524187377817) scale(0.9999999403953552,0.9999999403953552)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"733":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":732},"_livelyDataWrapperId_":"14465:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":734},"shape":{"__isSmartRef__":true,"id":735},"priorExtent":{"__isSmartRef__":true,"id":736},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":737},"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":"14465:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"734":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"735":{"_livelyDataWrapperId_":"14464: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":"14464: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}]}},"736":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"737":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"738":{"a":0.9999999403953552,"b":0,"c":0,"d":0.9999999403953552,"e":-162.2300685400127,"f":-10.169524187377817,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"739":{"x":-162.2300685400127,"y":-10.169524187377817,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"740":{"x":0.9999999403953552,"y":0.9999999403953552,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"741":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":0,"_y":0.6246023774147034,"_width":79.91606903076172,"_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.6246023774147034","namespaceURI":null},{"key":"width","value":"79.91606903076172","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}]}},"742":{"_fill":{"__isSmartRef__":true,"id":682},"__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(66,66,66)","namespaceURI":null},{"key":"font-size","value":"20","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"743":{"x":55.91606903076172,"y":21.999998728434242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"744":{"x":12,"y":6.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"745":{"submorphs":[{"__isSmartRef__":true,"id":746}],"owner":{"__isSmartRef__":true,"id":731},"_livelyDataWrapperId_":"14602:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":751},"origin":{"__isSmartRef__":true,"id":752},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":753},"shape":{"__isSmartRef__":true,"id":754},"textContent":{"__isSmartRef__":true,"id":755},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":746},"textString":"38 km","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":756},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":20,"padding":{"__isSmartRef__":true,"id":757},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":682},"name":"fuelKmText","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":"14602:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-127.7525405883789,-163.66001892089844) scale(0.9999999403953552,0.9999999403953552)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"746":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":745},"_livelyDataWrapperId_":"14604:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":747},"shape":{"__isSmartRef__":true,"id":748},"priorExtent":{"__isSmartRef__":true,"id":749},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":750},"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":"14604:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"747":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"748":{"_livelyDataWrapperId_":"14603: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":"14603: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}]}},"749":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"750":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"751":{"a":0.9999999403953552,"b":0,"c":0,"d":0.9999999403953552,"e":-127.7525405883789,"f":-163.66001892089844,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"752":{"x":-127.7525405883789,"y":-163.66001892089844,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"753":{"x":0.9999999403953552,"y":0.9999999403953552,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"754":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":0.2393256276845932,"_y":153.77513122558594,"_width":95.98543548583984,"_height":35.333333333333314,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.2393256276845932","namespaceURI":null},{"key":"y","value":"153.77513122558594","namespaceURI":null},{"key":"width","value":"95.98543548583984","namespaceURI":null},{"key":"height","value":"35.333333333333314","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}]}},"755":{"_fill":{"__isSmartRef__":true,"id":682},"__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(66,66,66)","namespaceURI":null},{"key":"font-size","value":"20","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"756":{"x":71.98543548583984,"y":21.999998728434242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"757":{"x":12,"y":6.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"758":{"submorphs":[{"__isSmartRef__":true,"id":759}],"owner":{"__isSmartRef__":true,"id":731},"_livelyDataWrapperId_":"2956:SliderMorph","origin":{"__isSmartRef__":true,"id":766},"shape":{"__isSmartRef__":true,"id":767},"priorExtent":{"__isSmartRef__":true,"id":768},"value":7.5,"sliderExtent":0.1,"valueScale":60,"pvtCachedTransform":{"__isSmartRef__":true,"id":769},"slider":{"__isSmartRef__":true,"id":759},"styleClass":["slider_background_horizontal"],"hitPoint":{"__isSmartRef__":true,"id":770},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":771},"name":"fuelSlider","attributeConnections":[{"__isSmartRef__":true,"id":772}],"__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":"2956:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(-180.5277862548828,32.11509704589844)","namespaceURI":null},{"key":"class","value":"slider_background_horizontal","namespaceURI":null}]}},"759":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"2957:Morph","origin":{"__isSmartRef__":true,"id":760},"shape":{"__isSmartRef__":true,"id":761},"priorExtent":{"__isSmartRef__":true,"id":762},"pvtCachedTransform":{"__isSmartRef__":true,"id":763},"mouseHandler":{"__isSmartRef__":true,"id":764},"styleClass":["slider_horizontal"],"__SourceModuleName__":"Global.lively.Core","__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":"2957:Morph","namespaceURI":null},{"key":"transform","value":"translate(17.1,0)","namespaceURI":null},{"key":"class","value":"slider_horizontal","namespaceURI":null}]}},"760":{"x":17.1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"761":{"_x":0,"_y":0,"_width":15.200000000000001,"_height":19,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"15.200000000000001","namespaceURI":null},{"key":"height","value":"19","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#20:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"762":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"763":{"a":1,"b":0,"c":0,"d":1,"e":17.1,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"764":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":765},"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForRelay"},"765":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"766":{"x":-180.5277862548828,"y":32.11509704589844,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"767":{"_x":0,"_y":0,"_width":152,"_height":19,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":714},"_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":"152","namespaceURI":null},{"key":"height","value":"19","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#21:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"768":{"x":120,"y":40,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"769":{"a":1,"b":0,"c":0,"d":1,"e":-180.5277862548828,"f":32.11509704589844,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"770":{"x":11.893839999999997,"y":5.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"771":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"772":{"sourceObj":{"__isSmartRef__":true,"id":758},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":731},"targetMethodName":"liters","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"773":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":731},"_livelyDataWrapperId_":"1432:ImageMorph","origin":{"__isSmartRef__":true,"id":774},"shape":{"__isSmartRef__":true,"id":775},"priorExtent":{"__isSmartRef__":true,"id":777},"image":{"__isSmartRef__":true,"id":778},"originalExtent":{"__isSmartRef__":true,"id":779},"pvtCachedTransform":{"__isSmartRef__":true,"id":780},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":781},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ImageMorph","__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":"1432:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(-135.5277862548828,54.11509704589844)","namespaceURI":null}]}},"774":{"x":-135.5277862548828,"y":54.11509704589844,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"775":{"_x":0,"_y":0,"_width":62,"_height":62,"_fill":{"__isSmartRef__":true,"id":776},"__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":"62","namespaceURI":null},{"key":"height","value":"62","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,230)","namespaceURI":null}]}},"776":{"r":0.5,"g":0.5,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"777":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"778":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Image","__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":"62","namespaceURI":null},{"key":"height","value":"62","namespaceURI":null},{"key":"xlink:href","value":"http://www.linux-community.de/var/ezwebin_site/storage/images/internal/artikel/print-artikel/linuxuser/2009/04/fuellstandsanzeige/aa_tankanzeige-grafik_sxc1126306.jpg/654323-1-ger-DE/AA_tankanzeige-grafik_sxc1126306.jpg_medium.jpg","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"779":{"x":200,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"780":{"a":1,"b":0,"c":0,"d":1,"e":-135.5277862548828,"f":54.11509704589844,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"781":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"782":{"x":234.9334227972433,"y":266.1685302191183,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"783":{"_cx":-104.49720731607064,"_cy":49.5,"_rx":84.49720731607064,"_ry":74.5,"_stroke":{"__isSmartRef__":true,"id":725},"_fill":{"__isSmartRef__":true,"id":784},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"-104.49720731607064","namespaceURI":null},{"key":"cy","value":"49.5","namespaceURI":null},{"key":"rx","value":"84.49720731607064","namespaceURI":null},{"key":"ry","value":"74.5","namespaceURI":null},{"key":"stroke-width","value":"2.9000000000000004","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke","value":"rgb(95,94,95)","namespaceURI":null}]}},"784":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"785":{"x":50,"y":50,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"786":{"a":1,"b":0,"c":0,"d":1,"e":234.9334227972433,"f":266.1685302191183,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"787":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"788":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"liters","targetObj":{"__isSmartRef__":true,"id":732},"targetMethodName":"setTextString","converterString":"function (n) { return '' + Math.round(n) + ' l'}","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"789":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"liters","targetObj":{"__isSmartRef__":true,"id":731},"targetMethodName":"updateKm","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"790":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"fuelConsume","targetObj":{"__isSmartRef__":true,"id":731},"targetMethodName":"updateKm","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"791":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"fuelKm","targetObj":{"__isSmartRef__":true,"id":792},"targetMethodName":"centerFuelRadius","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"792":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"28008:Morph","origin":{"__isSmartRef__":true,"id":1003},"shape":{"__isSmartRef__":true,"id":1004},"priorExtent":{"__isSmartRef__":true,"id":1007},"pvtCachedTransform":{"__isSmartRef__":true,"id":1008},"name":"car","fuelRadius":{"__isSmartRef__":true,"id":928},"attributeConnections":[{"__isSmartRef__":true,"id":1009},{"__isSmartRef__":true,"id":1010},{"__isSmartRef__":true,"id":1011}],"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1047},"path":{"__isSmartRef__":true,"id":795},"__SourceModuleName__":"Global.lively.Core","suppressHandles":true,"suppressGrabbing":false,"kilometersDriven":0,"oldPos":{"__isSmartRef__":true,"id":1048},"activeScripts":null,"relativeVelocity":0.0035,"completeKilometersDriven":0,"relativePos":0,"halfExtent":{"__isSmartRef__":true,"id":1049},"__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":"28008:Morph","namespaceURI":null},{"key":"transform","value":"translate(831.6198838869943,260.8407013306385) scale(0.999999940395341,0.999999940395341)","namespaceURI":null}]},"__serializedScripts__":{"alignToPath":"function alignToPath(relativePos) {\n\tvar pos = this.path.getRelativePoint(relativePos);\n\tvar oldPos = this.getPosition();\n\tthis.align(this.getCenter(), this.owner.localize(pos));\n\t$morph('mapMorph').centerOnCar()\n}","centerFuelRadius":"function centerFuelRadius() { this.fuelRadius.setCenter(this.getCenter()) }","drive":"function drive(relativePos) {\n\tif ($morph('fuelMeter').liters < 0) return;\n\tthis.relativePos = relativePos;\n\tvar path = this.path,\n\t\tpos = path.getRelativePoint(relativePos),\n\t\toldPos = this.getPosition();\n\tthis.setPosition(this.owner.localize(pos).subPt(this.halfExtent))\n\t// this.align(this.getCenter(), this.owner.localize(pos));\n\tvar distance = this.getPosition().dist(oldPos),\n\t\tkilometersDriven = distance.toFixed(3) * this.owner.kilometerLength;\n\t$morph('fuelMeter').liters -= kilometersDriven * ($morph('fuelConsumeMeter').literPerKm / 100);\n}","drivenAKilometer":"function drivenAKilometer(kilometersDriven) {\n\t$morph('fuelMeter').liters -= $morph('fuelConsumeMeter').literPerKm\n}","driveAlone":"function driveAlone() {\n// alert('realtivepos:' + this.relativePos)\n\tthis.drive(this.relativePos + this.relativeVelocity)\n}","canReachFuelStation":"function canReachFuelStation(station) {\n\treturn this.fastCenter().dist(station.center) < this.fuelRadius.shape._rx\n}","fastCenter":"function fastCenter() { return this.getPosition().addPt(this.halfExtent) }"},"withLayers":["NodeMorphLayer"]},"793":{"submorphs":[{"__isSmartRef__":true,"id":794},{"__isSmartRef__":true,"id":844},{"__isSmartRef__":true,"id":862},{"__isSmartRef__":true,"id":875},{"__isSmartRef__":true,"id":889},{"__isSmartRef__":true,"id":902},{"__isSmartRef__":true,"id":915},{"__isSmartRef__":true,"id":928},{"__isSmartRef__":true,"id":792}],"owner":{"__isSmartRef__":true,"id":940},"_livelyDataWrapperId_":"50002:Morph","origin":{"__isSmartRef__":true,"id":950},"shape":{"__isSmartRef__":true,"id":951},"priorExtent":{"__isSmartRef__":true,"id":954},"pvtCachedTransform":{"__isSmartRef__":true,"id":955},"name":"mapMorph","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":956},"mouseHandler":{"__isSmartRef__":true,"id":957},"__SourceModuleName__":"Global.lively.Core","car":{"__isSmartRef__":true,"id":792},"attributeConnections":[{"__isSmartRef__":true,"id":958}],"shouldCenterOnCar":true,"suppressGrabbing":true,"kilometerLength":0.1,"__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":"50002:Morph","namespaceURI":null},{"key":"transform","value":"translate(-404.8804749513604,14.235593528432304) scale(1.2075,1.2075)","namespaceURI":null}]},"__serializedScripts__":{"fuelStations":"function fuelStations() {\n\treturn this.submorphs.select(function(ea) { return ea.textString == \"T\"})\n}","colorFuelStations":"function colorFuelStations() {\n\tthis.fuelStations().forEach(function(ea) {\n\t\tvar color = this.car.canReachFuelStation(ea) ? Color.green : Color.red;\n\t\tif (ea.getTextColor() != color) ea.setTextColor(color);\n\t}, this)\n}","centerOnCar":"function centerOnCar() {\n\tif (!this.shouldCenterOnCar) return;\n\tvar ownerCenter = this.owner.innerBounds().center(),\n\t\tcarCenter = this.car.getCenter().matrixTransform(this.transformToMorph(this.owner));\n\tthis.align(carCenter, ownerCenter)\n}"},"withLayers":["NodeMorphLayer"]},"794":{"submorphs":[{"__isSmartRef__":true,"id":795}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"2116:ImageMorph","origin":{"__isSmartRef__":true,"id":837},"shape":{"__isSmartRef__":true,"id":838},"priorExtent":{"__isSmartRef__":true,"id":839},"image":{"__isSmartRef__":true,"id":840},"originalExtent":{"__isSmartRef__":true,"id":841},"pvtCachedTransform":{"__isSmartRef__":true,"id":842},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":843},"suppressGrabbing":true,"name":"realMap","mouseHandler":null,"__SourceModuleName__":"Global.lively.Widgets","suppressDropping":true,"openForDragAndDrop":false,"suppressHandles":true,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__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":"2116:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(-0.06046423928819422,2.0723674105292957) scale(0.9999999403953552,0.9999999403953552)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"795":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":794},"_livelyDataWrapperId_":"14207:PathMorph","origin":{"__isSmartRef__":true,"id":796},"shape":{"__isSmartRef__":true,"id":797},"priorExtent":{"__isSmartRef__":true,"id":834},"pvtCachedTransform":{"__isSmartRef__":true,"id":835},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":836},"name":"path","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Core","kilometerLength":0.1,"__LivelyClassName__":"PathMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"PathMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"14207:PathMorph","namespaceURI":null},{"key":"transform","value":"translate(-109.68614905179288,-303.6719607420453) scale(0.9999999779301647,0.9999999779301647)","namespaceURI":null}]}},"796":{"x":-109.68614905179288,"y":-303.6719607420453,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"797":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":798},{"__isSmartRef__":true,"id":799},{"__isSmartRef__":true,"id":800},{"__isSmartRef__":true,"id":801},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":803},{"__isSmartRef__":true,"id":804},{"__isSmartRef__":true,"id":805},{"__isSmartRef__":true,"id":806},{"__isSmartRef__":true,"id":807},{"__isSmartRef__":true,"id":808},{"__isSmartRef__":true,"id":809},{"__isSmartRef__":true,"id":810},{"__isSmartRef__":true,"id":811},{"__isSmartRef__":true,"id":812},{"__isSmartRef__":true,"id":813},{"__isSmartRef__":true,"id":814},{"__isSmartRef__":true,"id":815}],"elements":[{"__isSmartRef__":true,"id":816},{"__isSmartRef__":true,"id":817},{"__isSmartRef__":true,"id":818},{"__isSmartRef__":true,"id":819},{"__isSmartRef__":true,"id":820},{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":822},{"__isSmartRef__":true,"id":823},{"__isSmartRef__":true,"id":824},{"__isSmartRef__":true,"id":825},{"__isSmartRef__":true,"id":826},{"__isSmartRef__":true,"id":827},{"__isSmartRef__":true,"id":828},{"__isSmartRef__":true,"id":829},{"__isSmartRef__":true,"id":830},{"__isSmartRef__":true,"id":831},{"__isSmartRef__":true,"id":832},{"__isSmartRef__":true,"id":833}],"_stroke":{"__isSmartRef__":true,"id":307},"_fill":null,"showInsertionPoints":true,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Path","__rawNodeInfo__":{"tagName":"path","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"d","value":"M939.0137606379162,562.6879863166807 L899.0359598330778,568.3957753316705 L798.5668339023703,590.5973115013084 L745.9544306499441,600.204924252841 L694.2570370174412,601.8236793312675 L650.0171998551584,634.7120513092683 L631.1108827946043,663.5216773063033 L611.3042649216427,671.6243846179694 L614.9054681712719,688.7301000537091 L673.3897715674241,757.2625427491462 L707.1870304022674,810.9405358555962 L726.0737125742127,859.6482951411386 L675.377881481097,946.1294187705712 L753.9067178802369,1000.801393478833 L717.1273894401332,1057.4614399946681 L679.3540250962432,1134.002204586235 L754.9007537840233,1123.0678096445824 L865.2386895631471,1135.9901995179046 ","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null}]}},"798":{"x":939.0137606379162,"y":562.6879863166807,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"799":{"x":899.0359598330778,"y":568.3957753316705,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"800":{"x":798.5668339023703,"y":590.5973115013084,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"801":{"x":745.9544306499441,"y":600.204924252841,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"802":{"x":694.2570370174412,"y":601.8236793312675,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"803":{"x":650.0171998551584,"y":634.7120513092683,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"804":{"x":631.1108827946043,"y":663.5216773063033,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"805":{"x":611.3042649216427,"y":671.6243846179694,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"806":{"x":614.9054681712719,"y":688.7301000537091,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"807":{"x":673.3897715674241,"y":757.2625427491462,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"808":{"x":707.1870304022674,"y":810.9405358555962,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"809":{"x":726.0737125742127,"y":859.6482951411386,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"810":{"x":675.377881481097,"y":946.1294187705712,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"811":{"x":753.9067178802369,"y":1000.801393478833,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"812":{"x":717.1273894401332,"y":1057.4614399946681,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"813":{"x":679.3540250962432,"y":1134.002204586235,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"814":{"x":754.9007537840233,"y":1123.0678096445824,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"815":{"x":865.2386895631471,"y":1135.9901995179046,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"816":{"isAbsolute":true,"x":939.0137606379162,"y":562.6879863166807,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.MoveTo"},"817":{"isAbsolute":true,"x":899.0359598330778,"y":568.3957753316705,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"818":{"isAbsolute":true,"x":798.5668339023703,"y":590.5973115013084,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"819":{"isAbsolute":true,"x":745.9544306499441,"y":600.204924252841,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"820":{"isAbsolute":true,"x":694.2570370174412,"y":601.8236793312675,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"821":{"isAbsolute":true,"x":650.0171998551584,"y":634.7120513092683,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"822":{"isAbsolute":true,"x":631.1108827946043,"y":663.5216773063033,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"823":{"isAbsolute":true,"x":611.3042649216427,"y":671.6243846179694,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"824":{"isAbsolute":true,"x":614.9054681712719,"y":688.7301000537091,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"825":{"isAbsolute":true,"x":673.3897715674241,"y":757.2625427491462,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"826":{"isAbsolute":true,"x":707.1870304022674,"y":810.9405358555962,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"827":{"isAbsolute":true,"x":726.0737125742127,"y":859.6482951411386,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"828":{"isAbsolute":true,"x":675.377881481097,"y":946.1294187705712,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"829":{"isAbsolute":true,"x":753.9067178802369,"y":1000.801393478833,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"830":{"isAbsolute":true,"x":717.1273894401332,"y":1057.4614399946681,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"831":{"isAbsolute":true,"x":679.3540250962432,"y":1134.002204586235,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"832":{"isAbsolute":true,"x":754.9007537840233,"y":1123.0678096445824,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"833":{"isAbsolute":true,"x":865.2386895631471,"y":1135.9901995179046,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.LineTo"},"834":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"835":{"a":0.9999999779301647,"b":0,"c":0,"d":0.9999999779301647,"e":-109.68614905179288,"f":-303.6719607420453,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"836":{"x":0.9999999779301647,"y":0.9999999779301647,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"837":{"x":-0.06046423928819422,"y":2.0723674105292957,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"838":{"_x":0,"_y":0,"_width":1242,"_height":880,"_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":"1242","namespaceURI":null},{"key":"height","value":"880","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"839":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"840":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Image","__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":"1242","namespaceURI":null},{"key":"height","value":"880","namespaceURI":null},{"key":"xlink:href","value":"media/potsdamMap4.png","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"841":{"x":1242,"y":880,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"842":{"a":0.9999999403953552,"b":0,"c":0,"d":0.9999999403953552,"e":-0.06046423928819422,"f":2.0723674105292957,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"843":{"x":0.9999999403953552,"y":0.9999999403953552,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"844":{"submorphs":[{"__isSmartRef__":true,"id":845}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"12887:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":850},"origin":{"__isSmartRef__":true,"id":851},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":852},"shape":{"__isSmartRef__":true,"id":853},"textContent":{"__isSmartRef__":true,"id":855},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":845},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":857},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":856},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":861},"__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":"12887:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(510.3848532172851,305.8441174166344) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"845":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":844},"_livelyDataWrapperId_":"12889:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":846},"shape":{"__isSmartRef__":true,"id":847},"priorExtent":{"__isSmartRef__":true,"id":848},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":849},"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":"12889:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"846":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"847":{"_livelyDataWrapperId_":"12888: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":"12888: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}]}},"848":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"849":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"850":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":510.3848532172851,"f":305.8441174166344,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"851":{"x":510.3848532172851,"y":305.8441174166344,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"852":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"853":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"854":{"r":0.7244543419939783,"g":0.1444352367371641,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"855":{"_fill":{"__isSmartRef__":true,"id":856},"__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,204,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"856":{"r":0,"g":0.8,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"857":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"858":{"x":14,"y":8,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"859":{"runs":[1],"values":[{"__isSmartRef__":true,"id":860}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"860":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"861":{"x":519.3976027684919,"y":325.66911583115086,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"862":{"submorphs":[{"__isSmartRef__":true,"id":863}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"12853:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":868},"origin":{"__isSmartRef__":true,"id":869},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":870},"shape":{"__isSmartRef__":true,"id":871},"textContent":{"__isSmartRef__":true,"id":872},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":863},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":873},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":856},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":874},"__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":"12853:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(468.8117355780487,167.38613311566314) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"863":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":862},"_livelyDataWrapperId_":"12855:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":864},"shape":{"__isSmartRef__":true,"id":865},"priorExtent":{"__isSmartRef__":true,"id":866},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":867},"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":"12855:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"864":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"865":{"_livelyDataWrapperId_":"12854: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":"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}]}},"866":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"867":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"868":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":468.8117355780487,"f":167.38613311566314,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"869":{"x":468.8117355780487,"y":167.38613311566314,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"870":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"871":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"872":{"_fill":{"__isSmartRef__":true,"id":856},"__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,204,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"873":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"874":{"x":477.82448512925544,"y":187.21113153017956,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"875":{"submorphs":[{"__isSmartRef__":true,"id":876}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"50860:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":881},"origin":{"__isSmartRef__":true,"id":882},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":883},"shape":{"__isSmartRef__":true,"id":884},"textContent":{"__isSmartRef__":true,"id":885},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":876},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":887},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":886},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":888},"__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":"50860:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(389.56463947146585,378.71719046563885) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"876":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":875},"_livelyDataWrapperId_":"50862:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":877},"shape":{"__isSmartRef__":true,"id":878},"priorExtent":{"__isSmartRef__":true,"id":879},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":880},"__SourceModuleName__":"Global.lively.Text","isCursor":true,"__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":"50862:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"877":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"878":{"_livelyDataWrapperId_":"50861: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":"50861: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}]}},"879":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"880":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"881":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":389.56463947146585,"f":378.71719046563885,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"882":{"x":389.56463947146585,"y":378.71719046563885,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"883":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"884":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"885":{"_fill":{"__isSmartRef__":true,"id":886},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"886":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"887":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"888":{"x":398.5773890226726,"y":398.5421888801553,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"889":{"submorphs":[{"__isSmartRef__":true,"id":890}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"12835:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":895},"origin":{"__isSmartRef__":true,"id":896},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":897},"shape":{"__isSmartRef__":true,"id":898},"textContent":{"__isSmartRef__":true,"id":899},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":890},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":900},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":886},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":901},"__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":"12835:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(276.8845009240541,512.8712352038094) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"890":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":889},"_livelyDataWrapperId_":"12837:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":891},"shape":{"__isSmartRef__":true,"id":892},"priorExtent":{"__isSmartRef__":true,"id":893},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":894},"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":"12837:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"891":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"892":{"_livelyDataWrapperId_":"12836: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":"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}]}},"893":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"894":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"895":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":276.8845009240541,"f":512.8712352038094,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"896":{"x":276.8845009240541,"y":512.8712352038094,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"897":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"898":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"899":{"_fill":{"__isSmartRef__":true,"id":886},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"900":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"901":{"x":285.8972504752609,"y":532.6962336183258,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"902":{"submorphs":[{"__isSmartRef__":true,"id":903}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"12912:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":908},"origin":{"__isSmartRef__":true,"id":909},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":910},"shape":{"__isSmartRef__":true,"id":911},"textContent":{"__isSmartRef__":true,"id":912},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":903},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":913},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":856},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":914},"__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":"12912:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(563.3394399046956,389.1325646006935) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"903":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":902},"_livelyDataWrapperId_":"12914:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":904},"shape":{"__isSmartRef__":true,"id":905},"priorExtent":{"__isSmartRef__":true,"id":906},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":907},"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":"12914:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"904":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"905":{"_livelyDataWrapperId_":"12913: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":"12913: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}]}},"906":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"907":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"908":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":563.3394399046956,"f":389.1325646006935,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"909":{"x":563.3394399046956,"y":389.1325646006935,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"910":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"911":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"912":{"_fill":{"__isSmartRef__":true,"id":856},"__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,204,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"913":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"914":{"x":572.3521894559024,"y":408.95756301521,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"915":{"submorphs":[{"__isSmartRef__":true,"id":916}],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"50807:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":921},"origin":{"__isSmartRef__":true,"id":922},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":923},"shape":{"__isSmartRef__":true,"id":924},"textContent":{"__isSmartRef__":true,"id":925},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":916},"textString":"T","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":926},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":24,"padding":{"__isSmartRef__":true,"id":858},"textColor":{"__isSmartRef__":true,"id":856},"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":859},"center":{"__isSmartRef__":true,"id":927},"__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":"50807:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(786.2282815999533,239.891774545943) scale(0.999999880790714,0.999999880790714)","namespaceURI":null}]}},"916":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":915},"_livelyDataWrapperId_":"50809:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":917},"shape":{"__isSmartRef__":true,"id":918},"priorExtent":{"__isSmartRef__":true,"id":919},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":920},"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":"50809:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"917":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"918":{"_livelyDataWrapperId_":"50808: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":"50808: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}]}},"919":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"920":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"921":{"a":0.999999880790714,"b":0,"c":0,"d":0.999999880790714,"e":786.2282815999533,"f":239.891774545943,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"922":{"x":786.2282815999533,"y":239.891774545943,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"923":{"x":0.999999880790714,"y":0.999999880790714,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"924":{"_fill":{"__isSmartRef__":true,"id":854},"_stroke":{"__isSmartRef__":true,"id":126},"_x":-12.803709030151367,"_y":0,"_width":43.63291931152344,"_height":42.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-12.803709030151367","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43.63291931152344","namespaceURI":null},{"key":"height","value":"42.4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(185,36,0)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"925":{"_fill":{"__isSmartRef__":true,"id":856},"__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,204,0)","namespaceURI":null},{"key":"font-size","value":"24","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"926":{"x":15.632919311523438,"y":26.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"927":{"x":795.2410311511601,"y":259.7167729604595,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"928":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":793},"_livelyDataWrapperId_":"51900:Morph","pvtCachedTransform":{"__isSmartRef__":true,"id":929},"origin":{"__isSmartRef__":true,"id":930},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":931},"shape":{"__isSmartRef__":true,"id":932},"priorExtent":{"__isSmartRef__":true,"id":937},"name":"fuelRadius","openForDragAndDrop":false,"suppressGrabbing":true,"attributeConnections":[{"__isSmartRef__":true,"id":938}],"__SourceModuleName__":"Global.lively.Core","mouseHandler":{"__isSmartRef__":true,"id":939},"factor":20,"__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":"51900:Morph","namespaceURI":null},{"key":"transform","value":"translate(454.2670655381586,-113.91162183475893)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"929":{"a":1,"b":0,"c":0,"d":1,"e":454.2670655381586,"f":-113.91162183475893,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"930":{"x":454.2670655381586,"y":-113.91162183475893,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"931":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"932":{"_fill":{"__isSmartRef__":true,"id":933},"_stroke":{"__isSmartRef__":true,"id":936},"__SourceModuleName__":"Global.lively.scene","_cx":375,"_cy":375,"_rx":375,"_ry":375,"__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"375","namespaceURI":null},{"key":"cy","value":"375","namespaceURI":null},{"key":"rx","value":"375","namespaceURI":null},{"key":"ry","value":"375","namespaceURI":null},{"key":"stroke-width","value":"1.1","namespaceURI":null},{"key":"fill","value":"url(#1740:lively.paint.RadialGradient)","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0.26","namespaceURI":null},{"key":"stroke-opacity","value":"0.26","namespaceURI":null}]}},"933":{"stops":[{"__isSmartRef__":true,"id":934},{"__isSmartRef__":true,"id":935}],"refcount":1,"_livelyDataWrapperId_":"1740: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":"1740:lively.paint.RadialGradient","namespaceURI":null}]}},"934":{"__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(23,228,0)","namespaceURI":null}]}},"935":{"__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(255,255,255)","namespaceURI":null}]}},"936":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"937":{"x":205.60000610351562,"y":197.56695556640625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"938":{"sourceObj":{"__isSmartRef__":true,"id":928},"sourceAttrName":"fullBounds","targetObj":{"__isSmartRef__":true,"id":793},"targetMethodName":"colorFuelStations","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"939":{"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForDragging"},"940":{"submorphs":[{"__isSmartRef__":true,"id":793}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"18499:ClipMorph","origin":{"__isSmartRef__":true,"id":941},"shape":{"__isSmartRef__":true,"id":942},"priorExtent":{"__isSmartRef__":true,"id":945},"clip":{"__isSmartRef__":true,"id":946},"_clip-path":"url(#31:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":948},"suppressGrabbing":false,"suppressHandles":false,"openForDragAndDrop":true,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":949},"name":"mapClip","__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":"18499:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#31:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(42.51461786293498,-21.97982029658465) scale(0.9999997880471767,0.9999997880471767)","namespaceURI":null}]}},"941":{"x":42.51461786293498,"y":-21.97982029658465,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"942":{"_x":237.89107844616854,"_y":47.73604202270508,"_width":717.1368451378158,"_height":563.5275543364517,"_fill":{"__isSmartRef__":true,"id":943},"_stroke":{"__isSmartRef__":true,"id":944},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"237.89107844616854","namespaceURI":null},{"key":"y","value":"47.73604202270508","namespaceURI":null},{"key":"width","value":"717.1368451378158","namespaceURI":null},{"key":"height","value":"563.5275543364517","namespaceURI":null},{"key":"stroke-width","value":"1.2000000000000002","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null}]}},"943":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"944":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"945":{"x":378.3911437988281,"y":371.99017333984375,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"946":{"_livelyDataWrapperId_":"31:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":947},"__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}]}},"947":{"_fill":{"__isSmartRef__":true,"id":943},"_stroke":{"__isSmartRef__":true,"id":944},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"237.89107844616854","namespaceURI":null},{"key":"y","value":"47.73604202270508","namespaceURI":null},{"key":"width","value":"717.1368451378158","namespaceURI":null},{"key":"height","value":"563.5275543364517","namespaceURI":null},{"key":"stroke-width","value":"1.2000000000000002","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null}]}},"948":{"a":0.9999997880471767,"b":0,"c":0,"d":0.9999997880471767,"e":42.51461786293498,"f":-21.97982029658465,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"949":{"x":0.9999997880471767,"y":0.9999997880471767,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"950":{"x":-404.8804749513604,"y":14.235593528432304,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"951":{"_x":0,"_y":0,"_width":1244.435448478741,"_height":883.2473706466699,"_stroke":{"__isSmartRef__":true,"id":952},"_fill":{"__isSmartRef__":true,"id":953},"__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":"1244.435448478741","namespaceURI":null},{"key":"height","value":"883.2473706466699","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(0,0,204)","namespaceURI":null},{"key":"fill-opacity","value":"1","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null}]}},"952":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"953":{"r":0,"g":0,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"954":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"955":{"a":1.2075,"b":0,"c":0,"d":1.2075,"e":-404.8804749513604,"f":14.235593528432304,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"956":{"x":1.2075,"y":1.2075,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"957":{"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForDragging"},"958":{"sourceObj":{"__isSmartRef__":true,"id":793},"sourceAttrName":"geometryChanged","targetObj":{"__isSmartRef__":true,"id":959},"targetMethodName":"updateConnection","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"959":{"submorphs":[{"__isSmartRef__":true,"id":960},{"__isSmartRef__":true,"id":970},{"__isSmartRef__":true,"id":982}],"owner":null,"_livelyDataWrapperId_":"15515:lively.Connector.ConnectorMorph","origin":{"__isSmartRef__":true,"id":994},"shape":{"__isSmartRef__":true,"id":995},"priorExtent":{"__isSmartRef__":true,"id":1000},"pvtCachedTransform":{"__isSmartRef__":true,"id":1001},"arrowHead":{"__isSmartRef__":true,"id":960},"isConnectionVisualization":true,"startMorph":null,"endMorph":null,"startLabel":{"__isSmartRef__":true,"id":970},"endLabel":{"__isSmartRef__":true,"id":982},"attributeConnections":[{"__isSmartRef__":true,"id":1002}],"isCurve":true,"__SourceModuleName__":"Global.lively.Connector","__LivelyClassName__":"lively.Connector.ConnectorMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Connector.ConnectorMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"15515:lively.Connector.ConnectorMorph","namespaceURI":null},{"key":"transform","value":"translate(0,-1)","namespaceURI":null}]},"__serializedScripts__":{"updateLabelPositions":"function updateLabelPositions() {\n\t\t\tthis.startLabel.setPosition(this.getStartPos());\n\t\t\tthis.endLabel.setPosition(this.getEndPos());\n\t\t\tif (this.middleLabel)\tthis.middleLabel.setPosition(this.getRelativePoint(0.5));\n\t\t}"},"withLayers":["ConnectorMorphLayer"]},"960":{"submorphs":[{"__isSmartRef__":true,"id":961}],"owner":{"__isSmartRef__":true,"id":959},"_livelyDataWrapperId_":"15517:ArrowHeadMorph","origin":{"__isSmartRef__":true,"id":966},"shape":{"__isSmartRef__":true,"id":967},"priorExtent":{"__isSmartRef__":true,"id":968},"pvtCachedTransform":{"__isSmartRef__":true,"id":969},"head":{"__isSmartRef__":true,"id":961},"mouseHandler":null,"_pointer-events":"none","rotation":-3.0928158514904274,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ArrowHeadMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ArrowHeadMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"15517:ArrowHeadMorph","namespaceURI":null},{"key":"transform","value":"translate(196.05516052246094,770.06201171875) rotate(-177.20529510156152)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"961":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":960},"_livelyDataWrapperId_":"15518:Morph","origin":{"__isSmartRef__":true,"id":962},"shape":{"__isSmartRef__":true,"id":963},"priorExtent":{"__isSmartRef__":true,"id":964},"pvtCachedTransform":{"__isSmartRef__":true,"id":965},"mouseHandler":null,"_pointer-events":"none","__SourceModuleName__":"Global.lively.Core","__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":"15518:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"962":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"963":{"_stroke":{"__isSmartRef__":true,"id":23},"_fill":{"__isSmartRef__":true,"id":23},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polygon","__rawNodeInfo__":{"tagName":"polygon","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"3.200000047683716,0 -12.800000190734863,6 -12.800000190734863,-6","namespaceURI":null},{"key":"stroke","value":"rgb(204,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null}]}},"964":{"x":16.00000023841858,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"965":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"966":{"x":196.05516052246094,"y":770.06201171875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"967":{"_livelyDataWrapperId_":"15516:lively.scene.Group","content":[],"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"15516:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"968":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"969":{"a":-0.9988106476231281,"b":-0.0487574629638123,"c":0.0487574629638123,"d":-0.9988106476231281,"e":196.05516052246094,"f":770.06201171875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"970":{"textString":"relativePos","savedTextString":"relativePos","submorphs":[{"__isSmartRef__":true,"id":971}],"owner":{"__isSmartRef__":true,"id":959},"_livelyDataWrapperId_":"15519:TextMorph","origin":{"__isSmartRef__":true,"id":976},"shape":{"__isSmartRef__":true,"id":977},"textContent":{"__isSmartRef__":true,"id":978},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":979},"textSelection":{"__isSmartRef__":true,"id":971},"priorExtent":{"__isSmartRef__":true,"id":980},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":981},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":23},"__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":"15519:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(678.366539618923,581.1537128479122)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"971":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":970},"_livelyDataWrapperId_":"15521:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":972},"shape":{"__isSmartRef__":true,"id":973},"priorExtent":{"__isSmartRef__":true,"id":974},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":975},"__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":"15521:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"972":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"973":{"_livelyDataWrapperId_":"15520: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":"15520: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}]}},"974":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"975":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"976":{"x":678.366539618923,"y":581.1537128479122,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"977":{"_x":0,"_y":0,"_width":61,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":38},"_fill":{"__isSmartRef__":true,"id":39},"__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":"61","namespaceURI":null},{"key":"height","value":"13.2","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}]}},"978":{"_fill":{"__isSmartRef__":true,"id":23},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"979":{"a":1,"b":0,"c":0,"d":1,"e":678.366539618923,"f":581.1537128479122,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"980":{"x":61,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"981":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"982":{"textString":"setValue","savedTextString":"setValue","submorphs":[{"__isSmartRef__":true,"id":983}],"owner":{"__isSmartRef__":true,"id":959},"_livelyDataWrapperId_":"15522:TextMorph","origin":{"__isSmartRef__":true,"id":988},"shape":{"__isSmartRef__":true,"id":989},"textContent":{"__isSmartRef__":true,"id":990},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":991},"textSelection":{"__isSmartRef__":true,"id":983},"priorExtent":{"__isSmartRef__":true,"id":992},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":993},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":23},"__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":"15522:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(196.0551603020661,771.0620044915743)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"983":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":982},"_livelyDataWrapperId_":"15524:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":984},"shape":{"__isSmartRef__":true,"id":985},"priorExtent":{"__isSmartRef__":true,"id":986},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":987},"__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":"15524:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"984":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"985":{"_livelyDataWrapperId_":"15523: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":"15523: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}]}},"986":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"987":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"988":{"x":196.0551603020661,"y":771.0620044915743,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"989":{"_x":0,"_y":0,"_width":48,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":38},"_fill":{"__isSmartRef__":true,"id":39},"__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":"48","namespaceURI":null},{"key":"height","value":"13.2","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}]}},"990":{"_fill":{"__isSmartRef__":true,"id":23},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"991":{"a":1,"b":0,"c":0,"d":1,"e":196.0551603020661,"f":771.0620044915743,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"992":{"x":48,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"993":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"994":{"x":0,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"995":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":996},{"__isSmartRef__":true,"id":997}],"elements":[{"__isSmartRef__":true,"id":998},{"__isSmartRef__":true,"id":999}],"_stroke":{"__isSmartRef__":true,"id":23},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Path","__rawNodeInfo__":{"tagName":"path","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"d","value":"M678.366539618923,581.1537128479122 Q602,799 196.0551603020661,771.0620044915743 ","namespaceURI":null},{"key":"stroke","value":"rgb(204,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null}]}},"996":{"x":678.366539618923,"y":581.1537128479122,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"997":{"x":196.0551603020661,"y":771.0620044915743,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"998":{"isAbsolute":true,"x":678.366539618923,"y":581.1537128479122,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.MoveTo"},"999":{"isAbsolute":true,"x":196.0551603020661,"y":771.0620044915743,"controlX":602,"controlY":799,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.QuadCurveTo"},"1000":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1001":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1002":{"sourceObj":{"__isSmartRef__":true,"id":959},"sourceAttrName":"geometryChanged","targetObj":{"__isSmartRef__":true,"id":959},"targetMethodName":"updateLabelPositions","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1003":{"x":831.6198838869943,"y":260.8407013306385,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1004":{"_x":-16.132627487182617,"_y":-12.567363739013672,"_width":27.559617742735213,"_height":25.63008124367849,"_stroke":{"__isSmartRef__":true,"id":1005},"_fill":{"__isSmartRef__":true,"id":1006},"__SourceModuleName__":"Global.lively.scene","_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-16.132627487182617","namespaceURI":null},{"key":"y","value":"-12.567363739013672","namespaceURI":null},{"key":"width","value":"27.559617742735213","namespaceURI":null},{"key":"height","value":"25.63008124367849","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(0,231,54)","namespaceURI":null},{"key":"stroke-width","value":"0.8","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1005":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1006":{"r":0,"g":0.9054547510446574,"b":0.21468958562505425,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1007":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1008":{"a":0.999999940395341,"b":0,"c":0,"d":0.999999940395341,"e":831.6198838869943,"f":260.8407013306385,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1009":{"sourceObj":{"__isSmartRef__":true,"id":792},"sourceAttrName":"fullBounds","targetObj":{"__isSmartRef__":true,"id":792},"targetMethodName":"centerFuelRadius","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1010":{"sourceObj":{"__isSmartRef__":true,"id":792},"sourceAttrName":"fullBounds","targetObj":{"__isSmartRef__":true,"id":793},"targetMethodName":"centerOnCar","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1011":{"sourceObj":{"__isSmartRef__":true,"id":792},"sourceAttrName":"relativePos","targetObj":{"__isSmartRef__":true,"id":1012},"targetMethodName":"setValue","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1012":{"submorphs":[{"__isSmartRef__":true,"id":1013}],"owner":{"__isSmartRef__":true,"id":1020},"_livelyDataWrapperId_":"15270:SliderMorph","origin":{"__isSmartRef__":true,"id":1040},"shape":{"__isSmartRef__":true,"id":1041},"priorExtent":{"__isSmartRef__":true,"id":1042},"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1043},"slider":{"__isSmartRef__":true,"id":1013},"styleClass":["slider_background_horizontal"],"name":"driveSlider","attributeConnections":[{"__isSmartRef__":true,"id":1044}],"hitPoint":{"__isSmartRef__":true,"id":1045},"focusHalo":null,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1046},"__SourceModuleName__":"Global.lively.Widgets","value":0,"__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":"15270:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(7.602047918985022,11.537183924611782) scale(0.9999997706716932,0.9999997706716932)","namespaceURI":null},{"key":"class","value":"slider_background_horizontal","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1013":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1012},"_livelyDataWrapperId_":"15271:Morph","origin":{"__isSmartRef__":true,"id":1014},"shape":{"__isSmartRef__":true,"id":1015},"priorExtent":{"__isSmartRef__":true,"id":1016},"pvtCachedTransform":{"__isSmartRef__":true,"id":1017},"mouseHandler":{"__isSmartRef__":true,"id":1018},"styleClass":["slider_horizontal"],"__SourceModuleName__":"Global.lively.Core","__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":"15271:Morph","namespaceURI":null},{"key":"transform","value":"translate(0.000011630776498350315,0.000015087824067450128)","namespaceURI":null},{"key":"class","value":"slider_horizontal","namespaceURI":null}]}},"1014":{"x":0.000011630776498350315,"y":0.000015087824067450128,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1015":{"_x":0,"_y":0,"_width":13.209346008300782,"_height":19.10741424560547,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13.209346008300782","namespaceURI":null},{"key":"height","value":"19.10741424560547","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#20:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1016":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1017":{"a":1,"b":0,"c":0,"d":1,"e":0.000011630776498350315,"f":0.000015087824067450128,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1018":{"target":{"__isSmartRef__":true,"id":1012},"eventSpec":{"__isSmartRef__":true,"id":1019},"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForRelay"},"1019":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1020":{"submorphs":[{"__isSmartRef__":true,"id":1012},{"__isSmartRef__":true,"id":1021}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"27521:Morph","pvtCachedTransform":{"__isSmartRef__":true,"id":1035},"origin":{"__isSmartRef__":true,"id":1036},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1037},"shape":{"__isSmartRef__":true,"id":1038},"priorExtent":{"__isSmartRef__":true,"id":1039},"name":"fuelConsumeMeter","attributeConnections":[],"__SourceModuleName__":"Global.lively.Core","literPerKm":20,"__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":"27521:Morph","namespaceURI":null},{"key":"transform","value":"translate(12.76532946558504,465.25473376506477) scale(0.9999998650272913,0.9999998650272913)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1021":{"submorphs":[{"__isSmartRef__":true,"id":1022}],"owner":{"__isSmartRef__":true,"id":1020},"_livelyDataWrapperId_":"19996:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":1027},"origin":{"__isSmartRef__":true,"id":1028},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1029},"shape":{"__isSmartRef__":true,"id":1030},"textContent":{"__isSmartRef__":true,"id":1031},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":1022},"textString":"Distance","savedTextString":"","priorExtent":{"__isSmartRef__":true,"id":1033},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":18,"padding":{"__isSmartRef__":true,"id":1034},"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":1032},"__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":"19996:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(143.85667951858542,4.715941829963299) scale(0.9999999246319317,0.9999999246319317)","namespaceURI":null}]}},"1022":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1021},"_livelyDataWrapperId_":"19998:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1023},"shape":{"__isSmartRef__":true,"id":1024},"priorExtent":{"__isSmartRef__":true,"id":1025},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1026},"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":"19998:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1023":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1024":{"_livelyDataWrapperId_":"19997: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":"19997: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}]}},"1025":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1026":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1027":{"a":0.9999999246319317,"b":0,"c":0,"d":0.9999999246319317,"e":143.85667951858542,"f":4.715941829963299,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1028":{"x":143.85667951858542,"y":4.715941829963299,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1029":{"x":0.9999999246319317,"y":0.9999999246319317,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1030":{"_fill":{"__isSmartRef__":true,"id":125},"_stroke":{"__isSmartRef__":true,"id":126},"_x":0,"_y":0,"_width":95.78369140625,"_height":31.8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"95.78369140625","namespaceURI":null},{"key":"height","value":"31.8","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}]}},"1031":{"_fill":{"__isSmartRef__":true,"id":1032},"__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(66,66,66)","namespaceURI":null},{"key":"font-size","value":"18","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1032":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1033":{"x":73.78369140625,"y":19.799999237060547,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1034":{"x":11,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1035":{"a":0.9999998650272913,"b":0,"c":0,"d":0.9999998650272913,"e":12.76532946558504,"f":465.25473376506477,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1036":{"x":12.76532946558504,"y":465.25473376506477,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1037":{"x":0.9999998650272913,"y":0.9999998650272913,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1038":{"_fill":{"__isSmartRef__":true,"id":726},"_stroke":{"__isSmartRef__":true,"id":725},"_x":-5.2301203368188e-7,"_y":0.00001702249574009329,"_width":241.72496022516947,"_height":42.26820234044612,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-5.2301203368188e-7","namespaceURI":null},{"key":"y","value":"0.00001702249574009329","namespaceURI":null},{"key":"width","value":"241.72496022516947","namespaceURI":null},{"key":"height","value":"42.26820234044612","namespaceURI":null},{"key":"stroke","value":"rgb(95,94,95)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"2.6","namespaceURI":null}]}},"1039":{"x":258.6922607421875,"y":77.31687927246094,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1040":{"x":7.602047918985022,"y":11.537183924611782,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1041":{"_x":0.000011630775588855613,"_y":0.000015087822248460725,"_width":132.09346237980822,"_height":19.107414646507323,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":714},"_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.000011630775588855613","namespaceURI":null},{"key":"y","value":"0.000015087822248460725","namespaceURI":null},{"key":"width","value":"132.09346237980822","namespaceURI":null},{"key":"height","value":"19.107414646507323","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#21:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1042":{"x":120,"y":40,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1043":{"a":0.9999997706716932,"b":0,"c":0,"d":0.9999997706716932,"e":7.602047918985022,"f":11.537183924611782,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1044":{"sourceObj":{"__isSmartRef__":true,"id":1012},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":792},"targetMethodName":"drive","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1045":{"x":9.0970658857116,"y":16.991710240956195,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1046":{"x":0.9999997706716932,"y":0.9999997706716932,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1047":{"x":0.999999940395341,"y":0.999999940395341,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1048":{"x":772.4863103496192,"y":218.92746373190437,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1049":{"x":13.77980899810791,"y":12.815040588378906,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1050":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"fuelKm","targetObj":{"__isSmartRef__":true,"id":928},"targetMethodName":"setExtent","converterString":"function (radius) { \n\t\treturn pt(radius,radius).scaleBy(this.targetObj.factor);\n\t}","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1051":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"liters","targetObj":{"__isSmartRef__":true,"id":758},"targetMethodName":"setValue","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1052":{"sourceObj":{"__isSmartRef__":true,"id":731},"sourceAttrName":"fuelKm","targetObj":{"__isSmartRef__":true,"id":745},"targetMethodName":"setTextString","converterString":null,"updaterString":"function ($upd, n) {\n\t\tvar str = '' + Math.round(n) + ' km';\n\t\tif (this.targetObj.textString !== str) $upd(str);\n\t}","__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"1053":{"sourceObj":{"__isSmartRef__":true,"id":670},"sourceAttrName":"literPerKm","targetObj":{"__isSmartRef__":true,"id":685},"targetMethodName":"setTextString","converterString":"function (n) { return '' + Math.round(n) + ' l / 100 km'}","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1054":{"submorphs":[{"__isSmartRef__":true,"id":1055}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"2968:SliderMorph","origin":{"__isSmartRef__":true,"id":1062},"shape":{"__isSmartRef__":true,"id":1063},"priorExtent":{"__isSmartRef__":true,"id":1064},"value":0.20750000000000002,"sliderExtent":0.1,"valueScale":5,"pvtCachedTransform":{"__isSmartRef__":true,"id":1065},"slider":{"__isSmartRef__":true,"id":1055},"styleClass":["slider_background_horizontal"],"name":"zoomSlider","attributeConnections":[{"__isSmartRef__":true,"id":1066},{"__isSmartRef__":true,"id":1067}],"hitPoint":{"__isSmartRef__":true,"id":1068},"__SourceModuleName__":"Global.lively.Widgets","focusHalo":null,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1069},"suppressHandles":true,"__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":"2968:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(292.4312005553212,32.20800385940788) scale(0.9999999420074062,0.9999999420074062)","namespaceURI":null},{"key":"class","value":"slider_background_horizontal","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"1055":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1054},"_livelyDataWrapperId_":"2969:Morph","origin":{"__isSmartRef__":true,"id":1056},"shape":{"__isSmartRef__":true,"id":1057},"priorExtent":{"__isSmartRef__":true,"id":1058},"pvtCachedTransform":{"__isSmartRef__":true,"id":1059},"mouseHandler":{"__isSmartRef__":true,"id":1060},"styleClass":["slider_horizontal"],"__SourceModuleName__":"Global.lively.Core","__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":"2969:Morph","namespaceURI":null},{"key":"transform","value":"translate(-0.000029982778869452886,3.497547533981135)","namespaceURI":null},{"key":"class","value":"slider_horizontal","namespaceURI":null}]}},"1056":{"x":-0.000029982778869452886,"y":3.497547533981135,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1057":{"_x":0,"_y":0,"_width":24.17339515686035,"_height":12,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":703},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"24.17339515686035","namespaceURI":null},{"key":"height","value":"12","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#20:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1058":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1059":{"a":1,"b":0,"c":0,"d":1,"e":-0.000029982778869452886,"f":3.497547533981135,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1060":{"target":{"__isSmartRef__":true,"id":1054},"eventSpec":{"__isSmartRef__":true,"id":1061},"__SourceModuleName__":"Global.lively.Core","__LivelyClassName__":"MouseHandlerForRelay"},"1061":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1062":{"x":292.4312005553212,"y":32.20800385940788,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1063":{"_x":-0.000029982778869452886,"_y":-0.000002125747414538637,"_width":24.173395700650076,"_height":96.27830216370421,"_stroke":{"__isSmartRef__":true,"id":702},"_fill":{"__isSmartRef__":true,"id":714},"_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.000029982778869452886","namespaceURI":null},{"key":"y","value":"-0.000002125747414538637","namespaceURI":null},{"key":"width","value":"24.173395700650076","namespaceURI":null},{"key":"height","value":"96.27830216370421","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#21:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1064":{"x":120,"y":40,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1065":{"a":0.9999999420074062,"b":0,"c":0,"d":0.9999999420074062,"e":292.4312005553212,"f":32.20800385940788,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1066":{"sourceObj":{"__isSmartRef__":true,"id":1054},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":793},"targetMethodName":"centerOnCar","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1067":{"sourceObj":{"__isSmartRef__":true,"id":1054},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":793},"targetMethodName":"setScale","converterString":"function (v) { return v + 1 }","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1068":{"x":12.4744569660416,"y":8.580837559256434,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1069":{"x":0.9999999420074062,"y":0.9999999420074062,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1070":{"baseFill":{"__isSmartRef__":true,"id":1071},"submorphs":[{"__isSmartRef__":true,"id":1076}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"20499:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":1088},"shape":{"__isSmartRef__":true,"id":1089},"priorExtent":{"__isSmartRef__":true,"id":1094},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1090},"lighterFill":{"__isSmartRef__":true,"id":1095},"scriptSource":"var app = $morph('app')\nif (app.fullScreen) app.leaveFullScreen()\nelse app.enterFullScreen() ","pvtCachedTransform":{"__isSmartRef__":true,"id":1098},"label":{"__isSmartRef__":true,"id":1076},"__SourceModuleName__":"Global.lively.Widgets","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1099},"__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":"20499:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(187.2739486694336,558.3425598144531)","namespaceURI":null}]}},"1071":{"vector":{"__isSmartRef__":true,"id":1072},"stops":[{"__isSmartRef__":true,"id":1073},{"__isSmartRef__":true,"id":1074},{"__isSmartRef__":true,"id":1075}],"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}]}},"1072":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1073":{"__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}]}},"1074":{"__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}]}},"1075":{"__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}]}},"1076":{"textString":"fullscreen","savedTextString":"fullscreen","submorphs":[{"__isSmartRef__":true,"id":1077}],"owner":{"__isSmartRef__":true,"id":1070},"_livelyDataWrapperId_":"16469:TextMorph","origin":{"__isSmartRef__":true,"id":1082},"shape":{"__isSmartRef__":true,"id":1083},"textContent":{"__isSmartRef__":true,"id":1084},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1085},"textSelection":{"__isSmartRef__":true,"id":1077},"priorExtent":{"__isSmartRef__":true,"id":1086},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1087},"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":"16469:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(9,9.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1077":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1076},"_livelyDataWrapperId_":"16471:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1078},"shape":{"__isSmartRef__":true,"id":1079},"priorExtent":{"__isSmartRef__":true,"id":1080},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1081},"__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":"16471:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1078":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1079":{"_livelyDataWrapperId_":"16470: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":"16470: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}]}},"1080":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1081":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1082":{"x":9,"y":9.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1083":{"_x":0,"_y":0,"_width":53,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":312},"_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":"53","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}]}},"1084":{"_fill":{"__isSmartRef__":true,"id":128},"__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}]}},"1085":{"a":1,"b":0,"c":0,"d":1,"e":9,"f":9.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1086":{"x":53,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1087":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1088":{"x":187.2739486694336,"y":558.3425598144531,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1089":{"_x":0,"_y":0,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":660},"_fill":{"__isSmartRef__":true,"id":1090},"_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(#20500:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1090":{"vector":{"__isSmartRef__":true,"id":1091},"stops":[{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093}],"refcount":1,"_livelyDataWrapperId_":"20500: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":"20500:lively.paint.LinearGradient","namespaceURI":null}]}},"1091":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1092":{"__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}]}},"1093":{"__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}]}},"1094":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1095":{"vector":{"__isSmartRef__":true,"id":1091},"stops":[{"__isSmartRef__":true,"id":1096},{"__isSmartRef__":true,"id":1097}],"refcount":0,"_livelyDataWrapperId_":"20501: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":"20501:lively.paint.LinearGradient","namespaceURI":null}]}},"1096":{"__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}]}},"1097":{"__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}]}},"1098":{"a":1,"b":0,"c":0,"d":1,"e":187.2739486694336,"f":558.3425598144531,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1099":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1100":{"baseFill":{"__isSmartRef__":true,"id":1071},"submorphs":[{"__isSmartRef__":true,"id":1101}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"30227:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":1114},"shape":{"__isSmartRef__":true,"id":1115},"priorExtent":{"__isSmartRef__":true,"id":1119},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1116},"lighterFill":{"__isSmartRef__":true,"id":1120},"scriptSource":"if (this.go) {\n\tthis.go = false;\n\tthis.setLabel('Start');\n\talertOK('Stopping car ...')\n\t$morph('car').stopStepping();\n} else {\n\tthis.go = true;\n\tthis.setLabel('Stop');\n\talertOK('Starting car ...')\n\tif (UserAgent.isTouch) {\n\t\tvar steptime = 800;\n\t\t$morph('car').relativeVelocity = 0.03\n\t} else {\n\t\tvar steptime = 20;\n\t\t$morph('car').relativeVelocity = 0.0035\n\t}\n\t$morph('car').startStepping(steptime, 'driveAlone');\n}","pvtCachedTransform":{"__isSmartRef__":true,"id":1123},"label":{"__isSmartRef__":true,"id":1101},"suppressHandles":true,"scalePoint":{"__isSmartRef__":true,"id":1124},"go":false,"__SourceModuleName__":"Global.lively.Widgets","name":"goButton","rotation":0,"__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":"30227:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(-7.3214263916015625,540.0764770507812) scale(1.7065508365631104,1.7065508365631104)","namespaceURI":null}]}},"1101":{"textString":"Start","savedTextString":"Start","submorphs":[{"__isSmartRef__":true,"id":1102}],"owner":{"__isSmartRef__":true,"id":1100},"_livelyDataWrapperId_":"55:TextMorph","origin":{"__isSmartRef__":true,"id":1107},"shape":{"__isSmartRef__":true,"id":1108},"textContent":{"__isSmartRef__":true,"id":1110},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1111},"textSelection":{"__isSmartRef__":true,"id":1102},"priorExtent":{"__isSmartRef__":true,"id":1112},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1113},"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":"55:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(25.326242446899414,11.92793893814087)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1102":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1101},"_livelyDataWrapperId_":"57:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1103},"shape":{"__isSmartRef__":true,"id":1104},"priorExtent":{"__isSmartRef__":true,"id":1105},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1106},"__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":"57:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1103":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1104":{"_livelyDataWrapperId_":"56: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":"56: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}]}},"1105":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1106":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1107":{"x":25.326242446899414,"y":11.92793893814087,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1108":{"_x":0,"_y":0,"_width":25,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":1109},"_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":"25","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}]}},"1109":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1110":{"_fill":{"__isSmartRef__":true,"id":128},"__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}]}},"1111":{"a":1,"b":0,"c":0,"d":1,"e":25.326242446899414,"f":11.92793893814087,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1112":{"x":25,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1113":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1114":{"x":-7.3214263916015625,"y":540.0764770507812,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1115":{"_x":9.081562042236328,"_y":6.054385917365664,"_width":54.48936247601375,"_height":21.947105629265195,"_stroke":{"__isSmartRef__":true,"id":660},"_fill":{"__isSmartRef__":true,"id":1116},"_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":"9.081562042236328","namespaceURI":null},{"key":"y","value":"6.054385917365664","namespaceURI":null},{"key":"width","value":"54.48936247601375","namespaceURI":null},{"key":"height","value":"21.947105629265195","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#30228:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1116":{"vector":{"__isSmartRef__":true,"id":662},"stops":[{"__isSmartRef__":true,"id":1117},{"__isSmartRef__":true,"id":1118}],"refcount":1,"_livelyDataWrapperId_":"30228: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":"30228:lively.paint.LinearGradient","namespaceURI":null}]}},"1117":{"__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}]}},"1118":{"__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}]}},"1119":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1120":{"vector":{"__isSmartRef__":true,"id":662},"stops":[{"__isSmartRef__":true,"id":1121},{"__isSmartRef__":true,"id":1122}],"refcount":0,"_livelyDataWrapperId_":"30229: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":"30229:lively.paint.LinearGradient","namespaceURI":null}]}},"1121":{"__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}]}},"1122":{"__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}]}},"1123":{"a":1.7065508365631104,"b":0,"c":0,"d":1.7065508365631104,"e":-7.3214263916015625,"f":540.0764770507812,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1124":{"x":1.7065508365631104,"y":1.7065508365631104,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1125":{"baseFill":{"__isSmartRef__":true,"id":1071},"submorphs":[{"__isSmartRef__":true,"id":1126}],"owner":{"__isSmartRef__":true,"id":669},"_livelyDataWrapperId_":"35295:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":1138},"shape":{"__isSmartRef__":true,"id":1139},"priorExtent":{"__isSmartRef__":true,"id":1140},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":661},"lighterFill":{"__isSmartRef__":true,"id":1141},"scriptSource":"$morph('fuelMeter').liters = 7.5\nif ($morph('goButton').go) $morph('goButton').doAction()\n$morph('car').drive(0)\n$morph('fuelMeter').liters = 7.5","pvtCachedTransform":{"__isSmartRef__":true,"id":1144},"label":{"__isSmartRef__":true,"id":1126},"__SourceModuleName__":"Global.lively.Widgets","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":1145},"__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":"35295:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(110.02180480957031,557.7664794921875)","namespaceURI":null}]}},"1126":{"textString":"reset","savedTextString":"reset","submorphs":[{"__isSmartRef__":true,"id":1127}],"owner":{"__isSmartRef__":true,"id":1125},"_livelyDataWrapperId_":"36086:TextMorph","origin":{"__isSmartRef__":true,"id":1132},"shape":{"__isSmartRef__":true,"id":1133},"textContent":{"__isSmartRef__":true,"id":1134},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1135},"textSelection":{"__isSmartRef__":true,"id":1127},"priorExtent":{"__isSmartRef__":true,"id":1136},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1137},"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":"36086:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(22.999987865948242,9.899978852139611)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1127":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1126},"_livelyDataWrapperId_":"36088:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1128},"shape":{"__isSmartRef__":true,"id":1129},"priorExtent":{"__isSmartRef__":true,"id":1130},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1131},"__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":"36088:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1128":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1129":{"_livelyDataWrapperId_":"36087: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":"36087: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}]}},"1130":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1131":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1132":{"x":22.999987865948242,"y":9.899978852139611,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1133":{"_x":0,"_y":0,"_width":27,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":206},"_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}]}},"1134":{"_fill":{"__isSmartRef__":true,"id":128},"__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}]}},"1135":{"a":1,"b":0,"c":0,"d":1,"e":22.999987865948242,"f":9.899978852139611,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1136":{"x":27,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1137":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1138":{"x":110.02180480957031,"y":557.7664794921875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1139":{"_x":-0.000012134051985412952,"_y":-0.000021243228957246174,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":660},"_fill":{"__isSmartRef__":true,"id":661},"_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.000012134051985412952","namespaceURI":null},{"key":"y","value":"-0.000021243228957246174","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(#35296:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1140":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1141":{"vector":{"__isSmartRef__":true,"id":662},"stops":[{"__isSmartRef__":true,"id":1142},{"__isSmartRef__":true,"id":1143}],"refcount":0,"_livelyDataWrapperId_":"35297: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":"35297:lively.paint.LinearGradient","namespaceURI":null}]}},"1142":{"__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}]}},"1143":{"__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}]}},"1144":{"a":1,"b":0,"c":0,"d":1,"e":110.02180480957031,"f":557.7664794921875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1145":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1146":{"x":86.5943603515625,"y":152.71636962890625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1147":{"_x":-23.059377670288086,"_y":0,"_width":1038.3756773458088,"_height":615.6778356547434,"_stroke":{"__isSmartRef__":true,"id":1148},"_fill":{"__isSmartRef__":true,"id":1149},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-23.059377670288086","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"1038.3756773458088","namespaceURI":null},{"key":"height","value":"615.6778356547434","namespaceURI":null},{"key":"stroke","value":"rgb(255,143,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-dasharray","value":"[3, 2]","namespaceURI":null}]}},"1148":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1149":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1150":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1151":{"a":1,"b":0,"c":0,"d":1,"e":86.5943603515625,"f":152.71636962890625,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1152":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1153":{"x":64.53498268127441,"y":154.71636962890625,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1154":{"sourceObj":{"__isSmartRef__":true,"id":669},"sourceAttrName":"geometryChanged","targetObj":{"__isSmartRef__":true,"id":1155},"targetMethodName":"updateConnection","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1155":{"submorphs":[{"__isSmartRef__":true,"id":1156},{"__isSmartRef__":true,"id":1166},{"__isSmartRef__":true,"id":1178},{"__isSmartRef__":true,"id":1190}],"owner":null,"_livelyDataWrapperId_":"17727:lively.Connector.ConnectorMorph","origin":{"__isSmartRef__":true,"id":1202},"shape":{"__isSmartRef__":true,"id":1203},"priorExtent":{"__isSmartRef__":true,"id":1208},"pvtCachedTransform":{"__isSmartRef__":true,"id":1209},"arrowHead":{"__isSmartRef__":true,"id":1156},"isConnectionVisualization":true,"startMorph":null,"endMorph":null,"startLabel":{"__isSmartRef__":true,"id":1166},"endLabel":{"__isSmartRef__":true,"id":1178},"middleLabel":{"__isSmartRef__":true,"id":1190},"attributeConnections":[{"__isSmartRef__":true,"id":1210}],"isCurve":true,"__SourceModuleName__":"Global.lively.Connector","__LivelyClassName__":"lively.Connector.ConnectorMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Connector.ConnectorMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"17727:lively.Connector.ConnectorMorph","namespaceURI":null},{"key":"transform","value":"translate(169,111)","namespaceURI":null}]},"__serializedScripts__":{"updateLabelPositions":"function updateLabelPositions() {\n\t\t\tthis.startLabel.setPosition(this.getStartPos());\n\t\t\tthis.endLabel.setPosition(this.getEndPos());\n\t\t\tif (this.middleLabel)\tthis.middleLabel.setPosition(this.getRelativePoint(0.5));\n\t\t}"},"withLayers":["ConnectorMorphLayer"]},"1156":{"submorphs":[{"__isSmartRef__":true,"id":1157}],"owner":{"__isSmartRef__":true,"id":1155},"_livelyDataWrapperId_":"17729:ArrowHeadMorph","origin":{"__isSmartRef__":true,"id":1162},"shape":{"__isSmartRef__":true,"id":1163},"priorExtent":{"__isSmartRef__":true,"id":1164},"pvtCachedTransform":{"__isSmartRef__":true,"id":1165},"head":{"__isSmartRef__":true,"id":1157},"mouseHandler":null,"_pointer-events":"none","rotation":1.6723989536219945,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ArrowHeadMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ArrowHeadMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"17729:ArrowHeadMorph","namespaceURI":null},{"key":"transform","value":"translate(420,1047) rotate(95.82140170463539)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1157":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1156},"_livelyDataWrapperId_":"17730:Morph","origin":{"__isSmartRef__":true,"id":1158},"shape":{"__isSmartRef__":true,"id":1159},"priorExtent":{"__isSmartRef__":true,"id":1160},"pvtCachedTransform":{"__isSmartRef__":true,"id":1161},"mouseHandler":null,"_pointer-events":"none","__SourceModuleName__":"Global.lively.Core","__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":"17730:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1158":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1159":{"_stroke":{"__isSmartRef__":true,"id":23},"_fill":{"__isSmartRef__":true,"id":23},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polygon","__rawNodeInfo__":{"tagName":"polygon","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"3.200000047683716,0 -12.800000190734863,6 -12.800000190734863,-6","namespaceURI":null},{"key":"stroke","value":"rgb(204,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null}]}},"1160":{"x":16.00000023841858,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1161":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1162":{"x":420,"y":1047,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1163":{"_livelyDataWrapperId_":"17728:lively.scene.Group","content":[],"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"17728:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1164":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1165":{"a":-0.10142790812588726,"b":0.9948428918443387,"c":-0.9948428918443387,"d":-0.10142790812588726,"e":420,"f":1047,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1166":{"textString":"fuelKm","savedTextString":"fuelKm","submorphs":[{"__isSmartRef__":true,"id":1167}],"owner":{"__isSmartRef__":true,"id":1155},"_livelyDataWrapperId_":"17731:TextMorph","origin":{"__isSmartRef__":true,"id":1172},"shape":{"__isSmartRef__":true,"id":1173},"textContent":{"__isSmartRef__":true,"id":1174},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1175},"textSelection":{"__isSmartRef__":true,"id":1167},"priorExtent":{"__isSmartRef__":true,"id":1176},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1177},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":23},"__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":"17731:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(5.030575507204276,479.8848998480246)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1167":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1166},"_livelyDataWrapperId_":"17733:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1168},"shape":{"__isSmartRef__":true,"id":1169},"priorExtent":{"__isSmartRef__":true,"id":1170},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1171},"__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":"17733:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1168":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1169":{"_livelyDataWrapperId_":"17732: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":"17732: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}]}},"1170":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1171":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1172":{"x":5.030575507204276,"y":479.8848998480246,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1173":{"_x":0,"_y":0,"_width":38,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":38},"_fill":{"__isSmartRef__":true,"id":39},"__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":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1174":{"_fill":{"__isSmartRef__":true,"id":23},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1175":{"a":1,"b":0,"c":0,"d":1,"e":5.030575507204276,"f":479.8848998480246,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1176":{"x":38,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1177":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1178":{"textString":"setExtent","savedTextString":"setExtent","submorphs":[{"__isSmartRef__":true,"id":1179}],"owner":{"__isSmartRef__":true,"id":1155},"_livelyDataWrapperId_":"17734:TextMorph","origin":{"__isSmartRef__":true,"id":1184},"shape":{"__isSmartRef__":true,"id":1185},"textContent":{"__isSmartRef__":true,"id":1186},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1187},"textSelection":{"__isSmartRef__":true,"id":1179},"priorExtent":{"__isSmartRef__":true,"id":1188},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1189},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":23},"__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":"17734:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(251,936)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1179":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1178},"_livelyDataWrapperId_":"17736:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1180},"shape":{"__isSmartRef__":true,"id":1181},"priorExtent":{"__isSmartRef__":true,"id":1182},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1183},"__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":"17736:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1180":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1181":{"_livelyDataWrapperId_":"17735: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":"17735: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}]}},"1182":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1183":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1184":{"x":251,"y":936,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1185":{"_x":0,"_y":0,"_width":50,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":38},"_fill":{"__isSmartRef__":true,"id":39},"__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":"50","namespaceURI":null},{"key":"height","value":"13.2","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}]}},"1186":{"_fill":{"__isSmartRef__":true,"id":23},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1187":{"a":1,"b":0,"c":0,"d":1,"e":251,"f":936,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1188":{"x":50,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1189":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1190":{"textString":"function (radius) { \n\t\tvar factor = 10;\n\t\treturn pt(radius,radius).scaleBy(factor);\n\t}","savedTextString":"function (radius) { \n\t\tvar factor = 10;\n\t\treturn pt(radius,radius).scaleBy(factor);\n\t}","submorphs":[{"__isSmartRef__":true,"id":1191}],"owner":{"__isSmartRef__":true,"id":1155},"_livelyDataWrapperId_":"17737:TextMorph","origin":{"__isSmartRef__":true,"id":1196},"shape":{"__isSmartRef__":true,"id":1197},"textContent":{"__isSmartRef__":true,"id":1198},"lineNumberHint":3,"pvtCachedTransform":{"__isSmartRef__":true,"id":1199},"textSelection":{"__isSmartRef__":true,"id":1191},"priorExtent":{"__isSmartRef__":true,"id":1200},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1201},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":23},"__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":"17737:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(400.85984802246094,754.592529296875)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1191":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1190},"_livelyDataWrapperId_":"17739:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1192},"shape":{"__isSmartRef__":true,"id":1193},"priorExtent":{"__isSmartRef__":true,"id":1194},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1195},"__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":"17739:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1192":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1193":{"_livelyDataWrapperId_":"17738: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":"17738: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}]}},"1194":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1195":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1196":{"x":400.85984802246094,"y":754.592529296875,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1197":{"_x":0,"_y":0,"_width":244,"_height":56.39999999999999,"_stroke":{"__isSmartRef__":true,"id":38},"_fill":{"__isSmartRef__":true,"id":39},"__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":"244","namespaceURI":null},{"key":"height","value":"56.39999999999999","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}]}},"1198":{"_fill":{"__isSmartRef__":true,"id":23},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1199":{"a":1,"b":0,"c":0,"d":1,"e":400.85984802246094,"f":754.592529296875,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1200":{"x":244,"y":56.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1201":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1202":{"x":169,"y":111,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1203":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":1204},{"__isSmartRef__":true,"id":1205}],"elements":[{"__isSmartRef__":true,"id":1206},{"__isSmartRef__":true,"id":1207}],"_stroke":{"__isSmartRef__":true,"id":23},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Path","__rawNodeInfo__":{"tagName":"path","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"d","value":"M5.030575507204276,479.8848998480246 Q305.45,513.385 251,936 ","namespaceURI":null},{"key":"stroke","value":"rgb(204,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null}]}},"1204":{"x":5.030575507204276,"y":479.8848998480246,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1205":{"x":251,"y":936,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1206":{"isAbsolute":true,"x":5.030575507204276,"y":479.8848998480246,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.MoveTo"},"1207":{"isAbsolute":true,"x":251,"y":936,"controlX":305.45,"controlY":513.385,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.QuadCurveTo"},"1208":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1209":{"a":1,"b":0,"c":0,"d":1,"e":169,"f":111,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1210":{"sourceObj":{"__isSmartRef__":true,"id":1155},"sourceAttrName":"geometryChanged","targetObj":{"__isSmartRef__":true,"id":1155},"targetMethodName":"updateLabelPositions","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1211":{"textString":"Wiki control","savedTextString":"Wiki control","submorphs":[{"__isSmartRef__":true,"id":1212}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"37:TextMorph","origin":{"__isSmartRef__":true,"id":1217},"shape":{"__isSmartRef__":true,"id":1218},"textContent":{"__isSmartRef__":true,"id":1219},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1220},"textSelection":{"__isSmartRef__":true,"id":1212},"priorExtent":{"__isSmartRef__":true,"id":1221},"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":"37:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1212":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1211},"_livelyDataWrapperId_":"39:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1213},"shape":{"__isSmartRef__":true,"id":1214},"priorExtent":{"__isSmartRef__":true,"id":1215},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1216},"__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":"39:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1213":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1214":{"_livelyDataWrapperId_":"38: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":"38: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}]}},"1215":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1216":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1217":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1218":{"_x":0,"_y":0,"_width":80,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":128},"_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}]}},"1219":{"_fill":{"__isSmartRef__":true,"id":128},"__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}]}},"1220":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1221":{"x":68,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1222":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1223":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1224":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1225":{"_fill":{"__isSmartRef__":true,"id":1226},"_stroke":{"__isSmartRef__":true,"id":1227},"__SourceModuleName__":"Global.lively.scene","x":0,"y":0,"width":3020,"height":3760,"_x":0,"_y":0,"_width":6020.1,"_height":6760.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":"6020.1","namespaceURI":null},{"key":"height","value":"6760.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}]}},"1226":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1227":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1228":{"x":1020,"y":760,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1229":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":1230},"button":{"__isSmartRef__":true,"id":1235},"widgetPanel":{"__isSmartRef__":true,"id":1236},"focusHalo":{"__isSmartRef__":true,"id":1239},"panel":{"__isSmartRef__":true,"id":1241},"link":{"__isSmartRef__":true,"id":1244},"helpText":{"__isSmartRef__":true,"id":1247},"menu_items":{"__isSmartRef__":true,"id":1249},"menu_list":{"__isSmartRef__":true,"id":1251},"slider":{"__isSmartRef__":true,"id":1253},"slider_background":{"__isSmartRef__":true,"id":1260},"slider_horizontal":{"__isSmartRef__":true,"id":1265},"slider_background_horizontal":{"__isSmartRef__":true,"id":1266},"titleBar":{"__isSmartRef__":true,"id":1267},"titleBar_label":{"__isSmartRef__":true,"id":1272},"titleBar_label_highlight":{"__isSmartRef__":true,"id":1273},"titleBar_button_label":{"__isSmartRef__":true,"id":1275},"titleBar_closeButton":{"__isSmartRef__":true,"id":1277},"titleBar_menuButton":{"__isSmartRef__":true,"id":1283},"titleBar_collapseButton":{"__isSmartRef__":true,"id":1289},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":1295},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":1301},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":1307},"clock":{"__isSmartRef__":true,"id":1313},"fabrik":{"__isSmartRef__":true,"id":1318},"world":{"__isSmartRef__":true,"id":1320}},"1230":{"borderColor":{"__isSmartRef__":true,"id":1231}},"1231":{"vector":{"__isSmartRef__":true,"id":1232},"stops":[{"__isSmartRef__":true,"id":1233},{"__isSmartRef__":true,"id":1234}],"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}]}},"1232":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1233":{"__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}]}},"1234":{"__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}]}},"1235":{"borderColor":{"__isSmartRef__":true,"id":660},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":1071}},"1236":{"borderColor":{"__isSmartRef__":true,"id":1237},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":1238},"opacity":0.4},"1237":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1238":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1239":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":1240},"strokeOpacity":0.5},"1240":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1241":{"fill":{"__isSmartRef__":true,"id":1242},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":1243}},"1242":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1243":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1244":{"borderColor":{"__isSmartRef__":true,"id":1245},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":1246}},"1245":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1246":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1247":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":1248},"fillOpacity":0.8},"1248":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1249":{"fontSize":14,"textColor":{"__isSmartRef__":true,"id":1250}},"1250":{"r":0.129,"g":0.129,"b":0.129,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1251":{"fill":{"__isSmartRef__":true,"id":1252}},"1252":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1253":{"borderColor":{"__isSmartRef__":true,"id":1254},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1255}},"1254":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1255":{"vector":{"__isSmartRef__":true,"id":1256},"stops":[{"__isSmartRef__":true,"id":1257},{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1259}],"refcount":587,"_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}]}},"1256":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1257":{"__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}]}},"1258":{"__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}]}},"1259":{"__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}]}},"1260":{"borderColor":{"__isSmartRef__":true,"id":1246},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":1261}},"1261":{"vector":{"__isSmartRef__":true,"id":1256},"stops":[{"__isSmartRef__":true,"id":1262},{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1264}],"refcount":694,"_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}]}},"1262":{"__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}]}},"1263":{"__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}]}},"1264":{"__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}]}},"1265":{"borderColor":{"__isSmartRef__":true,"id":702},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":703}},"1266":{"borderColor":{"__isSmartRef__":true,"id":702},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":714}},"1267":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":702},"fill":{"__isSmartRef__":true,"id":1268}},"1268":{"vector":{"__isSmartRef__":true,"id":1072},"stops":[{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1270},{"__isSmartRef__":true,"id":1271}],"refcount":271,"_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}]}},"1269":{"__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}]}},"1270":{"__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}]}},"1271":{"__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}]}},"1272":{"fill":null},"1273":{"fill":{"__isSmartRef__":true,"id":1274},"fillOpacity":0.5},"1274":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1275":{"textColor":{"__isSmartRef__":true,"id":1276},"fontStyle":"bold"},"1276":{"r":0.5,"g":0.5,"b":0.5,"a":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1277":{"fill":{"__isSmartRef__":true,"id":1278}},"1278":{"stops":[{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1281}],"f":{"__isSmartRef__":true,"id":1282},"refcount":456,"_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}]}},"1279":{"__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}]}},"1280":{"__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}]}},"1281":{"__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}]}},"1282":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1283":{"fill":{"__isSmartRef__":true,"id":1284}},"1284":{"stops":[{"__isSmartRef__":true,"id":1285},{"__isSmartRef__":true,"id":1286},{"__isSmartRef__":true,"id":1287}],"f":{"__isSmartRef__":true,"id":1288},"refcount":456,"_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}]}},"1285":{"__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}]}},"1286":{"__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}]}},"1287":{"__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}]}},"1288":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1289":{"fill":{"__isSmartRef__":true,"id":1290}},"1290":{"stops":[{"__isSmartRef__":true,"id":1291},{"__isSmartRef__":true,"id":1292},{"__isSmartRef__":true,"id":1293}],"f":{"__isSmartRef__":true,"id":1294},"refcount":456,"_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}]}},"1291":{"__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}]}},"1292":{"__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}]}},"1293":{"__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}]}},"1294":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1295":{"fill":{"__isSmartRef__":true,"id":1296}},"1296":{"stops":[{"__isSmartRef__":true,"id":1297},{"__isSmartRef__":true,"id":1298},{"__isSmartRef__":true,"id":1299}],"f":{"__isSmartRef__":true,"id":1300},"refcount":109,"_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}]}},"1297":{"__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}]}},"1298":{"__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}]}},"1299":{"__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}]}},"1300":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1301":{"fill":{"__isSmartRef__":true,"id":1302}},"1302":{"stops":[{"__isSmartRef__":true,"id":1303},{"__isSmartRef__":true,"id":1304},{"__isSmartRef__":true,"id":1305}],"f":{"__isSmartRef__":true,"id":1306},"refcount":109,"_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}]}},"1303":{"__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}]}},"1304":{"__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}]}},"1305":{"__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}]}},"1306":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1307":{"fill":{"__isSmartRef__":true,"id":1308}},"1308":{"stops":[{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1311}],"f":{"__isSmartRef__":true,"id":1312},"refcount":109,"_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}]}},"1309":{"__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}]}},"1310":{"__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}]}},"1311":{"__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}]}},"1312":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1313":{"borderColor":{"__isSmartRef__":true,"id":1314},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":1315}},"1314":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1315":{"stops":[{"__isSmartRef__":true,"id":1316},{"__isSmartRef__":true,"id":1317}],"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}]}},"1316":{"__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}]}},"1317":{"__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}]}},"1318":{"borderColor":{"__isSmartRef__":true,"id":1319},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":1246},"opacity":1},"1319":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1320":{"fill":{"__isSmartRef__":true,"id":1274}},"isSimplifiedRegistry":true}}]]> Lively Kernel canvas