aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/svggraphicselement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-08 18:35:45 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-08 18:35:45 +0100
commit0245a637604d36e2f75903a6d6f236bffd476e67 (patch)
treea2b2168a88268af7a1f1c8cce2d2e09c18ac9de9 /files/zh-cn/web/api/svggraphicselement
parent6b354837cbc7f718409e11da44d05d0c0668ab5e (diff)
downloadtranslated-content-0245a637604d36e2f75903a6d6f236bffd476e67.tar.gz
translated-content-0245a637604d36e2f75903a6d6f236bffd476e67.tar.bz2
translated-content-0245a637604d36e2f75903a6d6f236bffd476e67.zip
fix some more zh-cn macros
Diffstat (limited to 'files/zh-cn/web/api/svggraphicselement')
-rw-r--r--files/zh-cn/web/api/svggraphicselement/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/svggraphicselement/index.html b/files/zh-cn/web/api/svggraphicselement/index.html
index 2b0ae33a27..2993848c2e 100644
--- a/files/zh-cn/web/api/svggraphicselement/index.html
+++ b/files/zh-cn/web/api/svggraphicselement/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/SVGGraphicsElement
<p> <strong><code>SVGGraphicsElement </code></strong>接口表示SVG元素,其主要目的是将图形直接渲染到组中。</p>
-<p>{{InheritanceDiagram(600, 120)} }</p>
+<p>{{InheritanceDiagram(600, 120)}}</p>
<div class="note">
<p><strong>提示:</strong> 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref("SVGLocatable")}}和{{domxref("SVGTransformable")}}接口。</p>