Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2012
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {
  3.         "klass": "OutputGate",
  4.         "params": {
  5.             "positionFromTop": 280,
  6.             "editable": true
  7.         }
  8.     },
  9.     {
  10.         "klass": "InputGate",
  11.         "params": {
  12.             "positionFromTop": 131,
  13.             "editable": true
  14.         }
  15.     },
  16.     {
  17.         "klass": "Redirector",
  18.         "params": {
  19.             "radius": 123.8,
  20.             "startAngle": 292.6,
  21.             "endAngle": 215.3,
  22.             "colorScheme": "orange",
  23.             "flipped": 1,
  24.             "editable": true,
  25.             "rotation": 76.7,
  26.             "scale": 1,
  27.             "position": {
  28.                 "klass": "Point",
  29.                 "params": {
  30.                     "x": 465.2,
  31.                     "y": 262.2
  32.                 }
  33.             }
  34.         }
  35.     },
  36.     {
  37.         "klass": "Redirector",
  38.         "params": {
  39.             "radius": 124.7,
  40.             "startAngle": 229.6,
  41.             "endAngle": 150.5,
  42.             "colorScheme": "blue",
  43.             "flipped": -1,
  44.             "editable": true,
  45.             "rotation": 11.2,
  46.             "scale": 1,
  47.             "position": {
  48.                 "klass": "Point",
  49.                 "params": {
  50.                     "x": 169.3,
  51.                     "y": 260.3
  52.                 }
  53.             }
  54.         }
  55.     }
  56. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement