diff options
Diffstat (limited to 'files/ja/web/svg/element/image/index.html')
-rw-r--r-- | files/ja/web/svg/element/image/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/svg/element/image/index.html b/files/ja/web/svg/element/image/index.html index d321768be8..82c879f1a6 100644 --- a/files/ja/web/svg/element/image/index.html +++ b/files/ja/web/svg/element/image/index.html @@ -48,7 +48,7 @@ translation_of: Web/SVG/Element/image <li>{{SVGAttr("width")}}: 画像が描画される幅です。 HTML の <code><img></code> とは異なり、この属性は必須です。</li> <li>{{SVGAttr("height")}}: 画像が描画される高さです。 HTML の <code><img></code> とは異なり、この属性は必須です。</li> <li>{{SVGAttr("href")}} および {{SVGAttr("xlink:href")}}: 画像ファイルの URL を指します。</li> - <li>{{SVGAttr("preserveAspectRatio")}}: 画像の拡大縮小方法を制御し案す。</li> + <li>{{SVGAttr("preserveAspectRatio")}}: 画像の拡大縮小方法を制御します。</li> </ul> <h2 id="DOM_Interface" name="DOM_Interface">DOM インターフェイス</h2> |