diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
commit | 08a04d85393a0bb5721a17328df62c4915c487c5 (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/api/svggraphicselement/index.html | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
download | translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2 translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip |
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/api/svggraphicselement/index.html')
-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> |