diff options
author | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:10:55 +0000 |
---|---|---|
committer | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:10:55 +0000 |
commit | 5d47fa8aa8f02fcfa256de0f08115a882e7d3841 (patch) | |
tree | 489f4b846dafdf763ca49de567a1a7920fcbf7a3 /chrome/browser/resources/keyboard/tab.svg | |
parent | f618023d6e812140700a938eb3c37c709e1efdb6 (diff) | |
download | chromium_src-5d47fa8aa8f02fcfa256de0f08115a882e7d3841.zip chromium_src-5d47fa8aa8f02fcfa256de0f08115a882e7d3841.tar.gz chromium_src-5d47fa8aa8f02fcfa256de0f08115a882e7d3841.tar.bz2 |
Change SVG files used for TOUCH_UI keyboard to LF EOL style.
These are really XML files, but were initially created by Adobe illustrator,
and our default autoprops configuration doesn't say anything about SVG files,
so they had CRLF line endings. This cause problems for people wanting to
change them using the commit bot / try bots. This change just sets the
eol-style explicitly to LF (and in the case of shift.svg corrects the mixed
line endings resulting from a previous change).
I'll follow up with an addition to our autoprops for SVG files in another CL.
TEST=None
BUG=None
Review URL: http://codereview.chromium.org/7889054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/keyboard/tab.svg')
-rw-r--r-- | chrome/browser/resources/keyboard/tab.svg | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chrome/browser/resources/keyboard/tab.svg b/chrome/browser/resources/keyboard/tab.svg index b002e5c..774e306 100644 --- a/chrome/browser/resources/keyboard/tab.svg +++ b/chrome/browser/resources/keyboard/tab.svg @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
-<!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="100%" height="100%" viewBox="5 5 40 40" enable-background="new" xml:space="preserve">
-<g>
- <line fill="none" stroke="#bababb" stroke-width="1.7" stroke-linecap="round" x1="36.377" y1="20.5" x2="36.377" y2="29.5"/>
- <g>
- <path fill="#bababb" d="M27.377,28.75c-0.043,0-0.086-0.011-0.125-0.033c-0.077-0.045-0.125-0.127-0.125-0.217v-7
- c0-0.089,0.048-0.172,0.125-0.217c0.039-0.022,0.082-0.033,0.125-0.033c0.044,0,0.087,0.011,0.126,0.034l6,3.5
- c0.077,0.045,0.124,0.127,0.124,0.216s-0.047,0.171-0.124,0.216l-6,3.5C27.464,28.738,27.421,28.75,27.377,28.75L27.377,28.75z"/>
- </g>
- <polygon fill="#bababb" points="14.888,23.5 13.623,26.5 29.877,26.5 29.877,23.5 "/>
-</g>
-</svg>
+<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) --> +<!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="100%" height="100%" viewBox="5 5 40 40" enable-background="new" xml:space="preserve"> +<g> + <line fill="none" stroke="#bababb" stroke-width="1.7" stroke-linecap="round" x1="36.377" y1="20.5" x2="36.377" y2="29.5"/> + <g> + <path fill="#bababb" d="M27.377,28.75c-0.043,0-0.086-0.011-0.125-0.033c-0.077-0.045-0.125-0.127-0.125-0.217v-7 + c0-0.089,0.048-0.172,0.125-0.217c0.039-0.022,0.082-0.033,0.125-0.033c0.044,0,0.087,0.011,0.126,0.034l6,3.5 + c0.077,0.045,0.124,0.127,0.124,0.216s-0.047,0.171-0.124,0.216l-6,3.5C27.464,28.738,27.421,28.75,27.377,28.75L27.377,28.75z"/> + </g> + <polygon fill="#bababb" points="14.888,23.5 13.623,26.5 29.877,26.5 29.877,23.5 "/> +</g> +</svg> |