aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 13:49:02 +0300
committerGitHub <noreply@github.com>2021-10-27 13:49:02 +0300
commita68152ef9cd653f92705683592d4652b617ab02c (patch)
tree7c146e854366c2f99c945c139e357279a03170b5 /files/ru/web/svg
parentd994a7ce54ab29f67b13e49f5eca0930b0803b56 (diff)
downloadtranslated-content-a68152ef9cd653f92705683592d4652b617ab02c.tar.gz
translated-content-a68152ef9cd653f92705683592d4652b617ab02c.tar.bz2
translated-content-a68152ef9cd653f92705683592d4652b617ab02c.zip
[RU] Fix another live samples (#2879)
Diffstat (limited to 'files/ru/web/svg')
-rw-r--r--files/ru/web/svg/attribute/text-anchor/index.html2
-rw-r--r--files/ru/web/svg/element/ellipse/index.html6
2 files changed, 4 insertions, 4 deletions
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
<h2 id="Пример">Пример</h2>
-<pre>&lt;html&gt;
+<pre class="brush: html">&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;текст в якорях&lt;/title&gt;
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
<div id="LiveSample">
<div class="hidden">
-<pre><code>html,body,svg { height:100% }</code></pre>
+<pre class="brush: css">html,body,svg { height:100% }</pre>
</div>
-<pre><code>&lt;svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg"&gt;
+<pre class="brush: html">&lt;svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg"&gt;
&lt;ellipse cx="100" cy="50" rx="100" ry="50" /&gt;
-&lt;/svg&gt;</code></pre>
+&lt;/svg&gt;</pre>
<p>{{EmbedLiveSample('LiveSample', 100, '100%')}}</p>
</div>