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

Unified Diff: polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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: polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
diff --git a/polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html b/polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
similarity index 96%
copy from polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
copy to polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
index 94c930d5746628fbcc8c8e999035cb4ce28ec2f7..3eed843f09820167565b7974e722b67b7b4c3cbe 100644
--- a/polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
+++ b/polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
@@ -65,5 +65,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</g>
</defs>
+
+ </svg>
+</iron-iconset-svg>
+
+<iron-iconset-svg name="inline" size="24">
+ <svg>
+ <defs>
+ <g id="shape">
+ <rect x="12" y="0" width="12" height="24" />
+ <circle cx="12" cy="12" r="12" />
+ </g>
+ </defs>
</svg>
</iron-iconset-svg>

Powered by Google App Engine
This is Rietveld 408576698