aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/tutorial
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 12:32:34 -0400
committerGitHub <noreply@github.com>2021-07-27 19:32:34 +0300
commit6685b06b55a6892feba6fdea3d56888c89555aac (patch)
tree576a7cab14e6f7ead9ec21a4cffb3abeb0f42857 /files/ru/web/svg/tutorial
parent2fc1eb1780a60adb6a5730112385ec735cd22d69 (diff)
downloadtranslated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.gz
translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.bz2
translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.zip
remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732)
Diffstat (limited to 'files/ru/web/svg/tutorial')
-rw-r--r--files/ru/web/svg/tutorial/index.html2
-rw-r--r--files/ru/web/svg/tutorial/svg_image_tag/index.html2
-rw-r--r--files/ru/web/svg/tutorial/tools_for_svg/index.html6
3 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/svg/tutorial/index.html b/files/ru/web/svg/tutorial/index.html
index 7877db9244..704be65c66 100644
--- a/files/ru/web/svg/tutorial/index.html
+++ b/files/ru/web/svg/tutorial/index.html
@@ -11,7 +11,7 @@ translation_of: Web/SVG/Tutorial
---
<p>Масштабируемая векторная графика (<a href="/en-US/Web/SVG" title="en-US/Web/SVG">SVG</a>), — это подмножество расширяемого языка разметки XML созданный Консорциумом Всемирной паутины (W3C). Эта технология реализована в Firefox, Opera, Internet Explorer, WebKit и в прочих браузерах.</p>
-<p>Это учебное пособие призвано объяснить вам суть технологии SVG и ознакомить с её техническими деталями. Если вы хотите только рисовать красивые изображения, то вы можете найти более полезные учебные ресурсы. Есть хорошее учебное пособие для знакомства с SVG — это учебное пособие от W3C <a class="external" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html" title="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">SVG Primer</a>.</p>
+<p>Это учебное пособие призвано объяснить вам суть технологии SVG и ознакомить с её техническими деталями. Если вы хотите только рисовать красивые изображения, то вы можете найти более полезные учебные ресурсы. Есть хорошее учебное пособие для знакомства с SVG — это учебное пособие от W3C <a class="external" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">SVG Primer</a>.</p>
<div class="note">Это учебное пособие находится в стадии разработки. Если вы можете, то, пожалуйста, помогите с написанием одного или нескольких параграфов. Плюс балл Гриффиндору за написание целой страницы!</div>
diff --git a/files/ru/web/svg/tutorial/svg_image_tag/index.html b/files/ru/web/svg/tutorial/svg_image_tag/index.html
index 1791c5b8fb..63b644eb93 100644
--- a/files/ru/web/svg/tutorial/svg_image_tag/index.html
+++ b/files/ru/web/svg/tutorial/svg_image_tag/index.html
@@ -18,7 +18,7 @@ translation_of: Web/SVG/Tutorial/SVG_Image_Tag
&lt;/svg&gt;</pre>
<div class="warning">
-<p>Важные замечания (подробнее <a class="external" href="http://www.w3.org/TR/SVG/struct.html#ImageElement" title="http://www.w3.org/TR/SVG/struct.html#ImageElement">W3 specs</a>):</p>
+<p>Важные замечания (подробнее <a class="external" href="http://www.w3.org/TR/SVG/struct.html#ImageElement">W3 specs</a>):</p>
</div>
<ul>
diff --git a/files/ru/web/svg/tutorial/tools_for_svg/index.html b/files/ru/web/svg/tutorial/tools_for_svg/index.html
index 97d478ee5a..c41015dae6 100644
--- a/files/ru/web/svg/tutorial/tools_for_svg/index.html
+++ b/files/ru/web/svg/tutorial/tools_for_svg/index.html
@@ -13,7 +13,7 @@ translation_of: Web/SVG/Tutorial/Tools_for_SVG
<h2 id="Inkscape">Inkscape</h2>
-<p>URL: <a class="external" href="http://www.inkscape.org" title="http://www.inkscape.org/">www.inkscape.org</a></p>
+<p>URL: <a class="external" href="http://www.inkscape.org">www.inkscape.org</a></p>
<p>Очень важно иметь в инструментарии приличную графическую программу. Inkscape предлагает современную векторную графику с открытым исходным кодом.</p>
@@ -37,7 +37,7 @@ translation_of: Web/SVG/Tutorial/Tools_for_SVG
<h3 id="Other_renderers">Other renderers</h3>
-<p>Several projects exist that can create a raster image from an SVG source. <a class="external" href="http://ImageMagick.org">ImageMagick</a> is one of the most famous command-line image processing tools. The Gnome library <a class="external" href="http://library.gnome.org/devel/rsvg/" title="http://library.gnome.org/devel/rsvg/">rsvg</a> is used by the Wikipedia to raster their SVG graphics. Usage of headless browsers such as SlimerJS and PhantomJS are also popular for this purpose, as the image produced is closer to what the SVG will look like in the browser.</p>
+<p>Several projects exist that can create a raster image from an SVG source. <a class="external" href="http://ImageMagick.org">ImageMagick</a> is one of the most famous command-line image processing tools. The Gnome library <a class="external" href="http://library.gnome.org/devel/rsvg/">rsvg</a> is used by the Wikipedia to raster their SVG graphics. Usage of headless browsers such as SlimerJS and PhantomJS are also popular for this purpose, as the image produced is closer to what the SVG will look like in the browser.</p>
<h2 id="Raphael_JS">Raphael JS</h2>
@@ -61,7 +61,7 @@ translation_of: Web/SVG/Tutorial/Tools_for_SVG
<h2 id="Science">Science</h2>
-<p>The well-known plotting tools xfig and gnuplot both support exporting as SVG. To render graphs on the web <a class="external" href="http://jsxgraph.uni-bayreuth.de/wp/" title="http://jsxgraph.uni-bayreuth.de/wp/">JSXGraph</a> supports VML, SVG and canvas, automatically deciding which technology to use based on browser capabilities.</p>
+<p>The well-known plotting tools xfig and gnuplot both support exporting as SVG. To render graphs on the web <a class="external" href="http://jsxgraph.uni-bayreuth.de/wp/">JSXGraph</a> supports VML, SVG and canvas, automatically deciding which technology to use based on browser capabilities.</p>
<p>In GIS (Geographic Information System) applications SVG is often used as both storage and rendering format. See <a class="external" href="http://carto.net">carto.net</a> for details.</p>