From 62d6bdcc06341191ffd473383fb96b16fe1d91ff Mon Sep 17 00:00:00 2001 From: tyBrave Date: Thu, 13 Nov 2025 22:22:11 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID6J2D]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0react-native-svg-capi=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tyBrave --- en/react-native-svg-capi.md | 3 +++ zh-cn/react-native-svg-capi.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/en/react-native-svg-capi.md b/en/react-native-svg-capi.md index f54dad7d2..497f72985 100644 --- a/en/react-native-svg-capi.md +++ b/en/react-native-svg-capi.md @@ -560,6 +560,9 @@ For details, see [react-native-svg](https://github.com/software-mansion/react-na | y | 在 y 轴上平移距离 | number\| string | No | All | Yes | | width | 元素宽度 | number\| string | No | All | Yes | | height | 元素高度 | number\| string | No | All | Yes | +| SvgNodeCommonProps | svg公共属性(见下面Common props) | object | No | All | Yes | +| SvgRenderableCommonProps | svg render属性(见下面Common props) | object | No | All | Yes | +| SvgGroupCommonProps | svg group属性(见下面FontProps props) | object | No | All | Yes | **函数** diff --git a/zh-cn/react-native-svg-capi.md b/zh-cn/react-native-svg-capi.md index e6f387808..ed31b5a02 100644 --- a/zh-cn/react-native-svg-capi.md +++ b/zh-cn/react-native-svg-capi.md @@ -563,7 +563,9 @@ ohpm install | y | 在 y 轴上平移距离 | number\| string | No | All | Yes | | width | 元素宽度 | number\| string | No | All | Yes | | height | 元素高度 | number\| string | No | All | Yes | - +| SvgNodeCommonProps | svg公共属性(见下面Common props) | object | No | All | Yes | +| SvgRenderableCommonProps | svg render属性(见下面Common props) | object | No | All | Yes | +| SvgGroupCommonProps | svg group属性(见下面FontProps props) | object | No | All | Yes | **函数** -- Gitee