aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/tutorial/tools_for_svg
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/tools_for_svg
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/tools_for_svg')
-rw-r--r--files/ru/web/svg/tutorial/tools_for_svg/index.html6
1 files changed, 3 insertions, 3 deletions
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>