aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/svg/tutorial/svg_fonts
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:32:55 -0400
committerGitHub <noreply@github.com>2021-07-27 11:32:55 -0400
commit9fb44756a5432219d159d6892341e0a9e0582bb2 (patch)
treefa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/svg/tutorial/svg_fonts
parentf223964e7c5c62237914625780565de982015f04 (diff)
downloadtranslated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz
translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2
translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/svg/tutorial/svg_fonts')
-rw-r--r--files/de/web/svg/tutorial/svg_fonts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/svg/tutorial/svg_fonts/index.html b/files/de/web/svg/tutorial/svg_fonts/index.html
index 7fe15b2998..efc87cdf91 100644
--- a/files/de/web/svg/tutorial/svg_fonts/index.html
+++ b/files/de/web/svg/tutorial/svg_fonts/index.html
@@ -11,14 +11,14 @@ original_slug: Web/SVG/Tutorial/SVG_Schriftarten
<p><strong>SVG-Schriftarten werden gegenwärtig nur durch Safari und Android-Browser unterstützt. </strong></p>
<p>
- </p><div class="note">Im Internet Explorer <a href="http://blogs.msdn.com/b/ie/archive/2010/08/04/html5-modernized-fourth-ie9-platform-preview-available-for-developers.aspx">wurde eine Implementierung nicht berücksichtigt</a>, in <a href="https://www.chromestatus.com/feature/5930075908210688">Chrome 38 wurde sie entfernt</a> (auch in Opera 25) und Firefox hat es auf <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=119490" title="https://bugzilla.mozilla.org/show_bug.cgi?id=119490">unbestimmte Zeit verschoben</a>, um sich auf <a href="/en/WOFF" title="en/About WOFF">WOFF</a> konzentrieren zu können. Andere Tools jedoch wie <a class="external" href="http://www.adobe.com/svg/viewer/install/" title="http://www.adobe.com/svg/viewer/install/">Adobe SVG Viewer</a>-Plugin, Batik und Teile von Inkscape unterstützen das Einbetten von SVG-Schriftarten.</div>
+ </p><div class="note">Im Internet Explorer <a href="http://blogs.msdn.com/b/ie/archive/2010/08/04/html5-modernized-fourth-ie9-platform-preview-available-for-developers.aspx">wurde eine Implementierung nicht berücksichtigt</a>, in <a href="https://www.chromestatus.com/feature/5930075908210688">Chrome 38 wurde sie entfernt</a> (auch in Opera 25) und Firefox hat es auf <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=119490">unbestimmte Zeit verschoben</a>, um sich auf <a href="/en/WOFF" title="en/About WOFF">WOFF</a> konzentrieren zu können. Andere Tools jedoch wie <a class="external" href="http://www.adobe.com/svg/viewer/install/">Adobe SVG Viewer</a>-Plugin, Batik und Teile von Inkscape unterstützen das Einbetten von SVG-Schriftarten.</div>
<p></p>
<p>Das grundlegende Tag zur Definition einer SVG-Schriftart ist {{ SVGElement("font") }}.</p>
<h2 id="Eine_Schriftart_definieren">Eine Schriftart definieren</h2>
-<p>Es sind einige Angaben nötig, um eine Schriftart in SVG einzubetten. Gezeigt wird das Beispiel <a class="external" href="http://www.w3.org/TR/SVG/fonts.html#FontElement" title="http://www.w3.org/TR/SVG/fonts.html#FontElement">aus der Spezifikation</a> und an ihm werden die Details erklärt.</p>
+<p>Es sind einige Angaben nötig, um eine Schriftart in SVG einzubetten. Gezeigt wird das Beispiel <a class="external" href="http://www.w3.org/TR/SVG/fonts.html#FontElement">aus der Spezifikation</a> und an ihm werden die Details erklärt.</p>
<pre>&lt;font id="Font1" horiz-adv-x="1000"&gt;
&lt;font-face font-family="Super Sans" font-weight="bold" font-style="normal"