Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/resources/circle.svg

Issue 2723093004: Adds SVGImageElement as a CanvasImageSource (Closed)
Patch Set: Refactored, added tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0"?>
fs 2017/03/07 22:01:24 You can drop the XML decl (this line) and the doct
fserb 2017/03/21 19:15:22 done.
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg xmlns="http://www.w3.org/2000/svg">
5 <circle cx="50%" cy="50%" r="50%" style="fill:blue;" />
6 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698