mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 08:34:37 -04:00
5c91acc6b5
update code from wagner Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Id554e2c583d073eaae76b1201e9422fed135c7ae
14 lines
378 B
JSON
14 lines
378 B
JSON
{
|
|
"name": "Shape",
|
|
"children": [
|
|
"Rect", "Path", "Circle", "Ellipse", "Shape", "Polyline", "Polygon", "Image", "Text", "Column",
|
|
"Row"
|
|
],
|
|
"attrs": [
|
|
"stroke", "fill", "strokeDashOffset", "strokeLineCap",
|
|
"strokeLineJoin", "strokeMiterLimit", "strokeOpacity",
|
|
"fillOpacity", "strokeWidth", "antiAlias", "strokeDashArray",
|
|
"viewPort", "mesh"
|
|
]
|
|
}
|