Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-03-03 22:56:19 (GMT)
committer florent <florent.pigout@gmail.com>2011-03-03 22:56:19 (GMT)
commitada9620670aabc8e322535dfa16515c218ee317e (patch)
treeab4592ff4ba8bdb995284690da2d68f550c53b94 /docs
parent3087eba0a35dd6110158dd3e010c8ec7c850a5de (diff)
panel enhancement in edit screens
Diffstat (limited to 'docs')
-rw-r--r--docs/img/src/export.py4
-rw-r--r--docs/img/src/export/24/repeat.pngbin0 -> 529 bytes
-rw-r--r--docs/img/src/export/24/repeat_grey.pngbin0 -> 1011 bytes
-rw-r--r--docs/img/src/repeat.svg12
-rw-r--r--docs/img/src/repeat_grey.svg12
5 files changed, 27 insertions, 1 deletions
diff --git a/docs/img/src/export.py b/docs/img/src/export.py
index e7f350a..b282bb2 100644
--- a/docs/img/src/export.py
+++ b/docs/img/src/export.py
@@ -30,7 +30,9 @@ def main(argv=None):
'less',
'less_small',
'more',
- 'more_small'
+ 'more_small',
+ 'repeat',
+ 'repeat_grey'
]
cwd = os.getcwd()
diff --git a/docs/img/src/export/24/repeat.png b/docs/img/src/export/24/repeat.png
new file mode 100644
index 0000000..96de955
--- /dev/null
+++ b/docs/img/src/export/24/repeat.png
Binary files differ
diff --git a/docs/img/src/export/24/repeat_grey.png b/docs/img/src/export/24/repeat_grey.png
new file mode 100644
index 0000000..124ed5d
--- /dev/null
+++ b/docs/img/src/export/24/repeat_grey.png
Binary files differ
diff --git a/docs/img/src/repeat.svg b/docs/img/src/repeat.svg
new file mode 100644
index 0000000..f5e2e96
--- /dev/null
+++ b/docs/img/src/repeat.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="media-playlist-repeat">
+ <g display="inline">
+ <polyline fill="none" points=" 31.046,28.818 23.233,22.229 31.046,15.639 " stroke="&fill_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <path d="M23.233,22.229h15 c4.693,0,8.533,3.841,8.533,8.534c0,4.694-3.84,8.534-8.533,8.534h-15" fill="none" stroke="&fill_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <g>
+ <path d="M23.233,39.361h-6.467 c-4.693,0-8.533-3.84-8.533-8.534c0-4.693,3.84-8.533,8.533-8.533h0.549" fill="none" stroke="&fill_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/docs/img/src/repeat_grey.svg b/docs/img/src/repeat_grey.svg
new file mode 100644
index 0000000..13aba76
--- /dev/null
+++ b/docs/img/src/repeat_grey.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="media-playlist-repeat-insensitive">
+ <g display="inline">
+ <polyline fill="none" points=" 31.046,28.818 23.233,22.229 31.046,15.639 " stroke="#808284" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <path d="M23.233,22.229h15 c4.693,0,8.533,3.841,8.533,8.534c0,4.694-3.84,8.534-8.533,8.534h-15" fill="none" stroke="#808284" stroke-linecap="round" stroke-width="3.5"/>
+ <g>
+ <path d="M23.233,39.361h-6.467 c-4.693,0-8.533-3.84-8.533-8.534c0-4.693,3.84-8.533,8.533-8.533h0.549" fill="none" stroke="#808284" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file