From 87726ae0917aedf814210d9725ee354aa15bb1f9 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 11 Oct 2024 15:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E7=9A=84=E5=9B=BE=E5=BD=A2?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=9C=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/iscs_graphic_data.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/iscs_graphic_data.proto b/src/iscs_graphic_data.proto index 152280d..7de01af 100644 --- a/src/iscs_graphic_data.proto +++ b/src/iscs_graphic_data.proto @@ -19,6 +19,7 @@ message CommonGraphicStorage { repeated Text texts = 2; repeated Rect rects = 3; repeated Line lines = 4; + repeated Circle circles = 5; } message Arrow { @@ -58,6 +59,17 @@ message Line { string lineColor = 7; // 线色 } +message Circle { + common.CommonInfo common = 1; + string code = 2; + common.Point position = 3; + float radius = 4; + int32 lineWidth = 5; + string lineColor = 6; + string fillColor = 7; + float alpha = 8; +} + //CCTV按钮 message CCTVButton { enum ButtonType {