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/basic_animations | |
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/basic_animations')
-rw-r--r-- | files/de/web/api/canvas_api/tutorial/basic_animations/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/canvas_api/tutorial/basic_animations/index.html b/files/de/web/api/canvas_api/tutorial/basic_animations/index.html index 89fa97fd4d..20c72d98cb 100644 --- a/files/de/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/de/web/api/canvas_api/tutorial/basic_animations/index.html @@ -222,7 +222,7 @@ window.requestAnimationFrame(clock);</pre> <h2 id="A_looping_panorama">A looping panorama</h2> -<p>In this example, a panorama is scrolled left-to-right. We're using <a href="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg" title="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg">an image of Yosemite National Park</a> we took from Wikipedia, but you could use any image that's larger than the canvas.</p> +<p>In this example, a panorama is scrolled left-to-right. We're using <a href="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg">an image of Yosemite National Park</a> we took from Wikipedia, but you could use any image that's larger than the canvas.</p> <pre class="brush: js">var img = new Image(); |