diff options
author | Chris Mills <cmills@mozilla.com> | 2021-02-11 10:40:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 10:40:53 +0000 |
commit | 8260a606c143e6b55a467edf017a56bdcd6cba7e (patch) | |
tree | bc51ecdd5701a43bf74d92a7df5013924b55e45c /files/zh-cn/web/api/svggraphicselement | |
parent | 0ca06a0c079532185ea953f4cb24adbe64f2c377 (diff) | |
parent | a0ee33c19e35324f6ae8b8842899ef48d65ec04c (diff) | |
download | translated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.tar.gz translated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.tar.bz2 translated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.zip |
Merge pull request #29 from fiji-flo/fix-more-zh-cn-macros
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.html | 2 |
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> |