Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/icons/checkmark.svg

Issue 29596678: Issue 5973 - broken icons on Firefox v50-53 (Closed)
Patch Set: Use IDs for shared icons Created Nov. 3, 2017, 6:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skin/icons/checkmark.svg
===================================================================
--- a/skin/icons/checkmark.svg
+++ b/skin/icons/checkmark.svg
@@ -1,1 +1,7 @@
-<svg id="c7a84ece-d790-40f5-a9a3-952827e82ab7" data-name="artwork" xmlns="http://www.w3.org/2000/svg" viewBox="10 10 30 30"><title>checkmark</title><polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 34.71 16.95 20.49 31.17"/></svg>
+<svg xmlns="http://www.w3.org/2000/svg">
+ <view id="default" viewBox="10 10 30 30"/>
+ <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 34.71 16.95 20.49 31.17" fill="#BBB"/>
+
+ <view id="approve" viewBox="10 40 30 30"/>
Thomas Greiner 2017/11/03 19:04:10 Detail: I'd suggest calling it "approved" since "a
saroyanm 2017/11/03 19:18:16 agree
saroyanm 2017/11/03 19:35:08 Done.
+ <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 34.71 16.95 20.49 31.17" transform="translate(0, 30)" fill="#008000"/>
Thomas Greiner 2017/11/03 19:04:10 Detail: According to the options page style guide,
saroyanm 2017/11/03 19:18:16 I can't see it specified, but I'd rather keep the
+</svg>
« no previous file with comments | « skin/icons/attention.svg ('k') | skin/icons/code.svg » ('j') | skin/icons/delete.svg » ('J')

Powered by Google App Engine
This is Rietveld