diff options
Diffstat (limited to 'files/zh-cn/web/api/svggraphicselement/index.html')
-rw-r--r-- | files/zh-cn/web/api/svggraphicselement/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/files/zh-cn/web/api/svggraphicselement/index.html b/files/zh-cn/web/api/svggraphicselement/index.html index 6214ff482c..2993848c2e 100644 --- a/files/zh-cn/web/api/svggraphicselement/index.html +++ b/files/zh-cn/web/api/svggraphicselement/index.html @@ -15,32 +15,32 @@ 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> +<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> |