From a68152ef9cd653f92705683592d4652b617ab02c Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 13:49:02 +0300 Subject: [RU] Fix another live samples (#2879) --- files/ru/web/svg/attribute/text-anchor/index.html | 2 +- files/ru/web/svg/element/ellipse/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/svg') diff --git a/files/ru/web/svg/attribute/text-anchor/index.html b/files/ru/web/svg/attribute/text-anchor/index.html index 6d79404ea2..75c6ebc428 100644 --- a/files/ru/web/svg/attribute/text-anchor/index.html +++ b/files/ru/web/svg/attribute/text-anchor/index.html @@ -56,7 +56,7 @@ translation_of: Web/SVG/Attribute/text-anchor

Пример

-
<html>
+
<html>
 <head>
     <meta charset="utf-8">
     <title>текст в якорях</title>
diff --git a/files/ru/web/svg/element/ellipse/index.html b/files/ru/web/svg/element/ellipse/index.html
index f46f687516..d19379be5b 100644
--- a/files/ru/web/svg/element/ellipse/index.html
+++ b/files/ru/web/svg/element/ellipse/index.html
@@ -17,12 +17,12 @@ original_slug: Web/SVG/Элемент/ellipse
 
 
-
<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
+
<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
   <ellipse cx="100" cy="50" rx="100" ry="50" />
-</svg>
+</svg>

{{EmbedLiveSample('LiveSample', 100, '100%')}}

-- cgit v1.2.3-54-g00ecf