aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/tutorial
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 02:54:07 -0400
committerGitHub <noreply@github.com>2021-07-27 09:54:07 +0300
commita3d3f72729edf1ff829150bf7ddccfbc0a70497d (patch)
tree95cdc5554055d40267679708305e124e2ab52470 /files/ru/web/svg/tutorial
parent40b2b076975760cb8d519d53fe40bc78282114ad (diff)
downloadtranslated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.gz
translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.bz2
translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.zip
remove link 'title' attributes that's just the 'href' (ru) (#1715)
Diffstat (limited to 'files/ru/web/svg/tutorial')
-rw-r--r--files/ru/web/svg/tutorial/tools_for_svg/index.html2
1 files changed, 1 insertions, 1 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 3962c6a5fe..97d478ee5a 100644
--- a/files/ru/web/svg/tutorial/tools_for_svg/index.html
+++ b/files/ru/web/svg/tutorial/tools_for_svg/index.html
@@ -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" title="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/" 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>
<h2 id="Raphael_JS">Raphael JS</h2>