Bug 1444301 - Fix badly rounded corner on frames graphic; r?jryans draft
authorBrian Birtles <birtles@gmail.com>
Thu, 05 Apr 2018 10:14:02 +0900
changeset 778580 b70847e3a4a3559c6287f2ecbfc78473702a66c0
parent 778579 bf5eaacc0c5a00557106b1006d08b56134d338eb
child 778581 b3b1c07e40ccd333ff86b7a7ede7e179bfed5add
push id105521
push userbbirtles@mozilla.com
push dateFri, 06 Apr 2018 14:07:54 +0000
reviewersjryans
bugs1444301
milestone61.0a1
Bug 1444301 - Fix badly rounded corner on frames graphic; r?jryans There seems to be a bug in the way the top-right corner of the frames graphic is rounded. This patch fixes it to make it consistent with the other corners. MozReview-Commit-ID: I7z5IVcEZHL
devtools/client/themes/images/command-frames.svg
--- a/devtools/client/themes/images/command-frames.svg
+++ b/devtools/client/themes/images/command-frames.svg
@@ -1,6 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="context-fill #0b0b0b">
-  <path d="M14.2 2H1.8c-.4 0-.8.4-.8.9v11.2c0 .4.3.9.8.9h12.4c.4 0 .8-.4.8-.9V2.9s-.6-.9-.8-.9zM8 14H2v-4h6v4zm6 0H9v-4h5v4zm0-5H2V3h12v6z"/>
+  <path d="M14.2 2h-12.4c-.4 0-.8.4-.8.9v11.2c0 .4.3.9.8.9h12.4c.4 0 .8-.4.8-.9v-11.2c0-.4-.3-.9-.8-.9zM8 14H2v-4h6v4zm6 0H9v-4h5v4zm0-5H2V3h12v6z"/>
 </svg>