aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/element/ellipse/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/svg/element/ellipse/index.html')
-rw-r--r--files/ru/web/svg/element/ellipse/index.html6
1 files changed, 3 insertions, 3 deletions
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>