1{ 2 "name": "Shape", 3 "children": [ 4 "Rect", "Path", "Circle", "Ellipse", "Shape", "Polyline", "Polygon", "Image", "Text", "Column", 5 "Row" 6 ], 7 "attrs": [ 8 "stroke", "fill", "strokeDashOffset", "strokeLineCap", 9 "strokeLineJoin", "strokeMiterLimit", "strokeOpacity", 10 "fillOpacity", "strokeWidth", "antiAlias", "strokeDashArray", 11 "viewPort", "mesh" 12 ] 13} 14