diff options
Diffstat (limited to 'dom/canvas/test/webgl-conf/checkout/extra/sample.svg')
-rw-r--r-- | dom/canvas/test/webgl-conf/checkout/extra/sample.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/canvas/test/webgl-conf/checkout/extra/sample.svg b/dom/canvas/test/webgl-conf/checkout/extra/sample.svg new file mode 100644 index 0000000000..dfca524023 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/extra/sample.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> + <rect width="100" height="100" fill="red"/> + <circle cx="50" cy="50" r="50" fill="blue"/> +</svg> |