Skip to content

Commit 9e2961b

Browse files
committed
doc: update document.
1 parent df2a5a9 commit 9e2961b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Currently not supported, according to the [official documentation](https://devel
128128
<g id="Regular-M" transform="matrix(1 0 0 1 2853.78 1556)">
129129
<!-- The shape is in the first multicolor layer, whose fill color is systemBlueColor.
130130
It’s also in the first layer for hierarchical rendering, and the level is primary. -->
131-
<path class="multicolor-0:systemBlueColor hierarchical-1:primary" d="...">
131+
<path
132+
class="multicolor-0:systemBlueColor hierarchical-1:primary" d="..."
133+
/>
132134

133135
<!-- Two additional shapes. -->
134136
<path class="multicolor-1:white hierarchical-1:primary" d="...">

README.zh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Text("使用 \(Image("myCustomSymbolName")) 裁剪图像")
128128
<g id="Regular-M" transform="matrix(1 0 0 1 2853.78 1556)">
129129
<!-- 形状位于第一个多色图层中,其填充颜色为 systemBlueColor。
130130
它也位于分层渲染的第一个图层中,层级为一级。-->
131-
<path class="multicolor-0:systemBlueColor hierarchical-1:primary" d="...">
131+
<path
132+
class="multicolor-0:systemBlueColor hierarchical-1:primary" d="..."
133+
/>
132134

133135
<!-- 两个额外的形状。 -->
134136
<path class="multicolor-1:white hierarchical-1:primary" d="...">

0 commit comments

Comments
 (0)