Advertisement
Guest User

jsondata

a guest
Jan 14th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. {
  2. "attrs": {
  3. "width": 251,
  4. "height": 432
  5. },
  6. "className": "Stage",
  7. "children": [{
  8. "attrs": {},
  9. "className": "Layer",
  10. "children": [{
  11. "attrs": {
  12. "x": 1,
  13. "y": 1,
  14. "offsetX": 100,
  15. "offsetY": 50
  16. },
  17. "className": "Group",
  18. "children": []
  19. }, {
  20. "attrs": {
  21. "width": 500,
  22. "height": 600,
  23. "id": "bggroup"
  24. },
  25. "className": "Image"
  26. }, {
  27. "attrs": {
  28. "x": 6.099999999999994,
  29. "y": 21,
  30. "text": "Grumpy wizards",
  31. "fontSize": "22",
  32. "fontFamily": "Pacifico",
  33. "draggable": true,
  34. "fill": "#000",
  35. "id": "text1",
  36. "width": "auto",
  37. "height": "auto",
  38. "fontStyle": "Bold"
  39. },
  40. "className": "Text"
  41. }, {
  42. "attrs": {
  43. "x": 117,
  44. "y": 261,
  45. "draggable": true,
  46. "id": "group1",
  47. "offsetX": 100,
  48. "offsetY": 68.5
  49. },
  50. "className": "Group",
  51. "children": [{
  52. "attrs": {
  53. "width": 200,
  54. "height": 137,
  55. "id": "group1img"
  56. },
  57. "className": "Image"
  58. }, {
  59. "attrs": {
  60. "stroke": "#666",
  61. "fill": "#ddd",
  62. "radius": 8,
  63. "name": "topLeft anchor",
  64. "draggable": true,
  65. "dragOnTop": false,
  66. "visible": false,
  67. "id": "ResizeAnchor"
  68. },
  69. "className": "Circle"
  70. }, {
  71. "attrs": {
  72. "x": 200,
  73. "stroke": "#666",
  74. "fill": "#ddd",
  75. "radius": 8,
  76. "name": "topRight anchor",
  77. "draggable": true,
  78. "dragOnTop": false,
  79. "visible": false,
  80. "id": "ResizeAnchor"
  81. },
  82. "className": "Circle"
  83. }, {
  84. "attrs": {
  85. "x": 200,
  86. "y": 138,
  87. "stroke": "#666",
  88. "fill": "#ddd",
  89. "radius": 8,
  90. "name": "bottomRight anchor",
  91. "draggable": true,
  92. "dragOnTop": false,
  93. "visible": false,
  94. "id": "ResizeAnchor"
  95. },
  96. "className": "Circle"
  97. }, {
  98. "attrs": {
  99. "y": 138,
  100. "stroke": "#666",
  101. "fill": "#ddd",
  102. "radius": 8,
  103. "name": "bottomLeft anchor",
  104. "draggable": true,
  105. "dragOnTop": false,
  106. "visible": false,
  107. "id": "ResizeAnchor"
  108. },
  109. "className": "Circle"
  110. }]
  111. }, {
  112. "attrs": {
  113. "x": 175,
  114. "y": 137,
  115. "draggable": true,
  116. "id": "group2",
  117. "offsetX": 46.5,
  118. "offsetY": 52
  119. },
  120. "className": "Group",
  121. "children": [{
  122. "attrs": {
  123. "width": 93,
  124. "height": 104,
  125. "id": "group2img"
  126. },
  127. "className": "Image"
  128. }, {
  129. "attrs": {
  130. "stroke": "#666",
  131. "fill": "#ddd",
  132. "radius": 8,
  133. "name": "topLeft anchor",
  134. "draggable": true,
  135. "dragOnTop": false,
  136. "visible": false,
  137. "id": "ResizeAnchor"
  138. },
  139. "className": "Circle"
  140. }, {
  141. "attrs": {
  142. "x": 93,
  143. "stroke": "#666",
  144. "fill": "#ddd",
  145. "radius": 8,
  146. "name": "topRight anchor",
  147. "draggable": true,
  148. "dragOnTop": false,
  149. "visible": false,
  150. "id": "ResizeAnchor"
  151. },
  152. "className": "Circle"
  153. }, {
  154. "attrs": {
  155. "x": 93,
  156. "y": 104,
  157. "stroke": "#666",
  158. "fill": "#ddd",
  159. "radius": 8,
  160. "name": "bottomRight anchor",
  161. "draggable": true,
  162. "dragOnTop": false,
  163. "visible": false,
  164. "id": "ResizeAnchor"
  165. },
  166. "className": "Circle"
  167. }, {
  168. "attrs": {
  169. "y": 104,
  170. "stroke": "#666",
  171. "fill": "#ddd",
  172. "radius": 8,
  173. "name": "bottomLeft anchor",
  174. "draggable": true,
  175. "dragOnTop": false,
  176. "visible": false,
  177. "id": "ResizeAnchor"
  178. },
  179. "className": "Circle"
  180. }]
  181. }, {
  182. "attrs": {
  183. "x": 11.100000000000001,
  184. "y": 169,
  185. "text": "Simple Text2",
  186. "fontSize": 18,
  187. "fontFamily": "Calibri",
  188. "draggable": true,
  189. "fill": "#000",
  190. "id": "text2",
  191. "width": "auto",
  192. "height": "auto"
  193. },
  194. "className": "Text"
  195. }]
  196. }]
  197. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement