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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg

Issue 2723093004: Adds SVGImageElement as a CanvasImageSource (Closed)
Patch Set: Moved from circle to rect, to avoid aliasing 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg b/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg
new file mode 100644
index 0000000000000000000000000000000000000000..04549f0cc4e7a001a20a35bb4f01e3fbf1a4f02e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/canvas/resources/rect.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <rect x="0" y="0" width="100%" height="100%" style="fill:blue;" />
+</svg>

Powered by Google App Engine
This is Rietveld 408576698