diff options
Diffstat (limited to 'files/ru/web/svg/element/image/index.html')
-rw-r--r-- | files/ru/web/svg/element/image/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/svg/element/image/index.html b/files/ru/web/svg/element/image/index.html index 4f134d6d93..44be180a68 100644 --- a/files/ru/web/svg/element/image/index.html +++ b/files/ru/web/svg/element/image/index.html @@ -52,7 +52,7 @@ original_slug: Web/SVG/Элемент/image <h3 id="SVG">SVG</h3> -<pre class="brush: html notranslate"><svg width="200" height="200" +<pre class="brush: html"><svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"> <image href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/> </svg> |