diff options
| author | Mirco Müller <mirco.mueller@ubuntu.com> | 2011-08-05 16:05:32 +0200 |
|---|---|---|
| committer | Mirco Müller <mirco.mueller@ubuntu.com> | 2011-08-05 16:05:32 +0200 |
| commit | 1a8cd5ad1f64b12ae156e8943740ce7542a5f82e (patch) | |
| tree | 5eb75cf3e470f8b66f7ff5b9dab44b47939aaa50 /plugins/unityshell/resources/flow-view.svg | |
| parent | dbd303226c684fe1d8206c0112c721c4cba71c30 (diff) | |
| parent | bff9cbd575b5835380a2293398da7162e425920d (diff) | |
rebase on trunk, adapting to latest designs, beginning of porting custom button outline shape from SVG to real code
(bzr r1242.5.8)
Diffstat (limited to 'plugins/unityshell/resources/flow-view.svg')
| -rw-r--r-- | plugins/unityshell/resources/flow-view.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/unityshell/resources/flow-view.svg b/plugins/unityshell/resources/flow-view.svg new file mode 100644 index 000000000..295a735a7 --- /dev/null +++ b/plugins/unityshell/resources/flow-view.svg @@ -0,0 +1,16 @@ +<?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="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> +<path fill="#FFFFFF" d="M19,7H3C2.45,7,2,7.45,2,8v16c0,0.55,0.45,1,1,1h16c0.55,0,1-0.45,1-1V8C20,7.45,19.55,7,19,7z M18,23H4V9 + h14V23z"/> +<g opacity="0.3"> + <g> + <path fill="#FFFFFF" d="M23,8.019h-2v1h2v13.963h-2v1h2c0.55,0,1-0.45,1-1V9.019C24,8.469,23.55,8.019,23,8.019z M26,9.025h-1v1h1 + v11.957h-1v1h1c0.55,0,1-0.45,1-1V10.024C27,9.475,26.55,9.025,26,9.025z M29,10.024h-1v1h1v9.957h-1v1h1c0.55,0,1-0.45,1-1 + v-9.957C30,10.475,29.55,10.024,29,10.024z"/> + </g> +</g> +</svg> + \ No newline at end of file |
