From de6edfc65b7d21d07d858fddc7248d291e60f461 Mon Sep 17 00:00:00 2001 From: 2301_79171201 <2957970070@qq.com> Date: Tue, 2 Dec 2025 17:25:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issue:=20#IDA6EL]=E6=9B=B4=E6=96=B0rea?= =?UTF-8?q?ct-native-svg-capi=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-svg-capi.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zh-cn/react-native-svg-capi.md b/zh-cn/react-native-svg-capi.md index ed31b5a02..b0cb68be6 100644 --- a/zh-cn/react-native-svg-capi.md +++ b/zh-cn/react-native-svg-capi.md @@ -271,6 +271,7 @@ ohpm install | color | 颜色 | string | No | All | Yes | | title | 组件标题名 | string | No | All | Yes | | preserveAspectRatio | 是否强制进行统一缩放 | string | No | All | Yes | +| style | 用于控制组件的视觉外观和布局 |object | No | All | Yes | **G**:该元素是用于对其他 SVG 元素进行分组的容器 @@ -425,11 +426,9 @@ ohpm install **ClipPath**:该元素定义一条剪切路径,可作为其他元素的 clipPath 属性的值 -> 注: 该组件无属性 - | Name | Description | Type | Required | Platform | HarmonyOS Support | | :--: | :---------: | :--: | -------- | -------- | ----------------- | -| / | / | / | / | All | Yes | +| id | 元素的唯一标识符。 | string | No | All | Yes | **Marker**:用于在绘制类组件上添加标记 -- Gitee