diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-08 11:48:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 11:48:35 +0100 |
commit | 6b354837cbc7f718409e11da44d05d0c0668ab5e (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/svggraphicselement | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
parent | 08a04d85393a0bb5721a17328df62c4915c487c5 (diff) | |
download | translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.gz translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.bz2 translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.zip |
Merge pull request #27 from fiji-flo/fix-zh-cn
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api/svggraphicselement')
-rw-r--r-- | files/zh-cn/web/api/svggraphicselement/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/files/zh-cn/web/api/svggraphicselement/index.html b/files/zh-cn/web/api/svggraphicselement/index.html index 6214ff482c..2b0ae33a27 100644 --- a/files/zh-cn/web/api/svggraphicselement/index.html +++ b/files/zh-cn/web/api/svggraphicselement/index.html @@ -18,29 +18,29 @@ translation_of: Web/API/SVGGraphicsElement <p>{{InheritanceDiagram(600, 120)} }</p> <div class="note"> -<p><strong>提示:</strong> 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref(“ SVGLocatable”)}}和{{domxref(“ SVGTransformable”)}}接口。</p> +<p><strong>提示:</strong> 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref("SVGLocatable")}}和{{domxref("SVGTransformable")}}接口。</p> </div> <h2 id="属性">属性</h2> -<p>此接口还从其父接口{{domxref(“ SVGElement”)}}继承属性</p> +<p>此接口还从其父接口{{domxref("SVGElement")}}继承属性</p> <dl> - <dt>{{domxref(“ SVGGraphicsElement.transform”)}} {{ReadOnlyInline}}<br> - 一个{{domxref(“ SVGAnimatedTransformList”)}}反映给定元素的{{cssxref(“ transform”)}}属性的计算值及其对应的{{SVGAttr(“ transform”)}}}属性。</dt> + <dt>{{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}<br> + 一个{{domxref("SVGAnimatedTransformList")}}反映给定元素的{{cssxref("transform")}}属性的计算值及其对应的{{SVGAttr("transform")}}}属性。</dt> </dl> <h2 id="方法">方法</h2> -<p>此接口还从其父方法{{domxref(“ SVGElement”)}}继承方法。</p> +<p>此接口还从其父方法{{domxref("SVGElement")}}继承方法。</p> <dl> <dt>{{domxref("SVGGraphicsElement.getBBox()")}}</dt> - <dd>返回一个{{domxref(“ DOMRect”)}},它表示当前元素的计算出的边界框。</dd> + <dd>返回一个{{domxref("DOMRect")}},它表示当前元素的计算出的边界框。</dd> <dt>{{domxref("SVGGraphicsElement.getCTM()")}}</dt> - <dd>返回一个{{domxref(“ DOMMatrix”)}},代表将当前元素的坐标系转换为其SVG视口的坐标系的矩阵。</dd> + <dd>返回一个{{domxref("DOMMatrix")}},代表将当前元素的坐标系转换为其SVG视口的坐标系的矩阵。</dd> <dt>{{domxref("SVGGraphicsElement.getScreenCTM()")}}</dt> - <dd>返回一个{{domxref(“ DOMMatrix”)}}代表表示将当前元素的坐标系转换为SVG文档片段的SVG视口的坐标系的矩阵。</dd> + <dd>返回一个{{domxref("DOMMatrix")}}代表表示将当前元素的坐标系转换为SVG文档片段的SVG视口的坐标系的矩阵。</dd> </dl> <h2 id="规范">规范</h2> |