diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/api/canvas_api/tutorial/drawing_shapes | |
parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
download | translated-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/api/canvas_api/tutorial/drawing_shapes')
-rw-r--r-- | files/de/web/api/canvas_api/tutorial/drawing_shapes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/de/web/api/canvas_api/tutorial/drawing_shapes/index.html index f12dc90556..5a7ed7c7c4 100644 --- a/files/de/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/de/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -257,7 +257,7 @@ Dieses Beispiel zeigt Kreisbügen mit den unterschiedlichsten Parametern:<br> <h3 id="Bezier_und_quadratische_Kurven">Bezier und quadratische Kurven</h3> -<p><a class="external" href="http://de.wikipedia.org/wiki/B%C3%A9zierkurve" rel="external" title="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">Bézierkurven</a> sind in kubischer und quadratischer Form enthalten. Damit kann man ziemlich komplexe Strukturen zeichnen.</p> +<p><a class="external" href="http://de.wikipedia.org/wiki/B%C3%A9zierkurve" rel="external">Bézierkurven</a> sind in kubischer und quadratischer Form enthalten. Damit kann man ziemlich komplexe Strukturen zeichnen.</p> <dl> <dt><code>quadraticCurveTo(cp1x, cp1y, x, y)</code></dt> |