diff options
Diffstat (limited to 'files/zh-cn/web/api/svggraphicselement/index.html')
-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> |