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

Unified Diff: PerformanceTests/Layout/Shapes/resources/shape.svg

Issue 195633002: [CSS Shapes] Add performance tests for SVG shape with shape-margin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/Shapes/resources/shape.svg
diff --git a/PerformanceTests/Layout/Shapes/resources/shape.svg b/PerformanceTests/Layout/Shapes/resources/shape.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5577d5fa9c01e23b90875078cb7665d5c65490de
--- /dev/null
+++ b/PerformanceTests/Layout/Shapes/resources/shape.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
leviw_travelin_and_unemployed 2014/03/11 18:51:48 Is this necessary?
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="200px" height="200px" viewBox="0 0 200 200" enable-background="new 0 0 200 200" xml:space="preserve">
+<path fill="#BE5C27" stroke="#000000" stroke-miterlimit="10" d="M177,172H20.5v-25h107l-47-32l114,8.5
+ c-26.808,0-48.5-24.376-48.5-54.5c18.517,0,33.5-6.933,33.5-15.5c-12.713,0-23-7.156-23-16L183,28l-83-15.5l-93-3V196L177,172z"/>
+</svg>
« no previous file with comments | « PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698