From d3a068a0dbdbeaad7bf7f878d7d566060c8e2719 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 6 Oct 2009 20:40:12 +0000 Subject: [PATCH] add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@772 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/images/README.txt | 61 ++++++++ editor/images/align-bottom.svg | 277 +++++++++++++++++++++++++++++++++ editor/images/align-center.svg | 252 ++++++++++++++++++++++++++++++ editor/images/align-left.svg | 235 ++++++++++++++++++++++++++++ editor/images/align-middle.svg | 250 +++++++++++++++++++++++++++++ editor/images/align-right.svg | 233 +++++++++++++++++++++++++++ editor/images/align-top.svg | 233 +++++++++++++++++++++++++++ editor/images/polygon.svg | 220 ++++++++++++++++++++++++++ editor/images/text.png | Bin 944 -> 1032 bytes editor/images/text.svg | 157 +++++++++++++++++++ 10 files changed, 1918 insertions(+) create mode 100644 editor/images/README.txt create mode 100644 editor/images/align-bottom.svg create mode 100644 editor/images/align-center.svg create mode 100644 editor/images/align-left.svg create mode 100644 editor/images/align-middle.svg create mode 100644 editor/images/align-right.svg create mode 100644 editor/images/align-top.svg create mode 100644 editor/images/polygon.svg create mode 100644 editor/images/text.svg diff --git a/editor/images/README.txt b/editor/images/README.txt new file mode 100644 index 00000000..9224bc1c --- /dev/null +++ b/editor/images/README.txt @@ -0,0 +1,61 @@ +filename origin + +align-bottom.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-bottom.png +align-bottom.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-bottom.svg +align-center.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-center.png +align-center.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-center.svg +align-left.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-left.png +align-left.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-left.svg +align-middle.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-center.png +align-middle.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-center.svg +align-right.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-right.png +align-right.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-right.svg +align-top.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-top.png +align-top.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-top.svg +bold.png +cancel.png +circle.png +clear.png +clone.png +copy.png +cut.png +delete.png +document-properties.png +dropdown.gif +ellipse.png +eye.png +flyouth.png +flyup.gif +freehand-circle.png +freehand-square.png +go-down.png +go-up.png +image.png +italic.png +line.png +logo.png +logo.svg +move_bottom.png +move_top.png +none.png +open.png +paste.png +path.png +polygon.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-polygon.png +polygon.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-polygon.svg +rect.png +redo.png +rotate.png +save.png +select.png +sep.png +shape_group.png +shape_ungroup.png +source.png +square.png +text.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-text.png +text.svg http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-text.svg +undo.png +view-refresh.png +wave.png +zoom.png http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/page-magnifier.png diff --git a/editor/images/align-bottom.svg b/editor/images/align-bottom.svg new file mode 100644 index 00000000..36f8efe2 --- /dev/null +++ b/editor/images/align-bottom.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/align-center.svg b/editor/images/align-center.svg new file mode 100644 index 00000000..ddf49fce --- /dev/null +++ b/editor/images/align-center.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/align-left.svg b/editor/images/align-left.svg new file mode 100644 index 00000000..b1a24a5a --- /dev/null +++ b/editor/images/align-left.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/align-middle.svg b/editor/images/align-middle.svg new file mode 100644 index 00000000..d2b42e6a --- /dev/null +++ b/editor/images/align-middle.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/align-right.svg b/editor/images/align-right.svg new file mode 100644 index 00000000..c2f8f19e --- /dev/null +++ b/editor/images/align-right.svg @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/align-top.svg b/editor/images/align-top.svg new file mode 100644 index 00000000..f314f32d --- /dev/null +++ b/editor/images/align-top.svg @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/polygon.svg b/editor/images/polygon.svg new file mode 100644 index 00000000..92fe0418 --- /dev/null +++ b/editor/images/polygon.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Draw Rectangle + 2005-10-10 + + + Andreas Nilsson + + + + + draw + rectangle + square + + + + + + + + + + + + + + + + + + + + diff --git a/editor/images/text.png b/editor/images/text.png index 944fcfe829b518a64dfb4b4a5427f2a8a5ee062f..5652e2fab90e54526c9e68185f81ebeba72cd2aa 100644 GIT binary patch delta 995 zcmV<9104LY2Z#tEiBL{Q4GJ0x0000DNk~Le0000M0000M2nGNE0K~LxJCPw1kx35mBDWmRUF4Z-@aO;!%~Uh5eflo#9+|Ci33IwJ$cYzq8^k)1858f z{tJy44<;rint0JafTSjJAjknvR4Jj`hCNK#?smI7JI{IZyv%O4&=!5kH#5JNd_VJj z^WMx4=Nvmp(kGIf@B3Tid7cY`U}0B(uXB!_Mi2z6*REZA{@}rbqdDgs#u%<&zn=Db zy_cMGe{JWj>;#o`_Ryh2duL~7xq0&@)>`sB$6Cwb!-qM3{CMT|?b{y%Uu@_1c1e5X z+_`hLX0wSgW{d9Mzt8OKYyf;DY1?qyf+fvJdgH{26JDdyz!*c8Wef%bj4`x-S}n3H zBMd_ic=P`xe*g68)2`F$(Cv0H#&GZ6y?kL|AswdP*w|qI{{54_?_d7U;7X-(_0*|T zwTBNMj+WnOG*V-Xd;IwEXa#W`QxwH(k`6o*Ea~-ny*@KNJx#OOB+D|AB*9vn0ADqm zO*4F$wU#)J3*duif-9BE8@Z&dnH{scI=q<;K2ioF{EiqtJU&=ADnZ4154}c>lkCm^PDgY@jP!*(%Ib-U!0$x zr`>MT>2xs0kR%C`es|8T0Te~?O}pLhkAGN`larC8&vpd+zJK-P$&i8F4kJA)hhGz^H1&z04pmitgNhz>VCh^+S=M; zQ517f{wpL+`M&?wkt0Wcyc;)eV2nW$y5g;mWl22IO}+$v115l=+-Ly~$bo-=2>2P;Gv;%WmR0t)+St3> zQz{y}AJ$dC0DYh~H>UA=1L$n&d6I%MUA0Uaj%lJyY)TD)th^5AjB~C4_!m2P99vvw R7svnr002ovPDHLkV1j3b@s0oh delta 904 zcmV;319$w02(SksiBL{Q4GJ0x0000DNk~Le0000O0000O2nGNE0N{5$_>mzK5(#if zS#tmY4b%Vt4b%bek-8O;F(`j6Nkl36hlxL1=_w z7zV_Jt6?x8gY;5pXq{e6FJ1Zrv^TS9mqV|5`~kyk{0Y*y65Kd~9~Dw2hLm+HAJ&R5G&Mi?@z7eCqagRMW@vYeb0i5OKWoK(^%K?9!wY4>8X=%v; zQmATAT9)-5(ECgz67Rd>##B|C&8A*nUh3xNrncK{jiN|Z)sl}Ks1u$7MqSta@8!#vxUO3Q@__cUXntyHD&;s1#u#d~8paqz z1lzWgzg9xo!j@Lh>Se9gI9$@K|IgH7(=yMHBl681E}hDtJN}Hv2Ebh zvji;5dOI;OVV|C!#g+cjg1&cde7a%98{v%X*#5<*cKlBZ45{`uchR z_$VS86ZpuDH8EZQuX_n3yQ=>=pU-D}-^cSj!Z2iZc2)|70`+?R4i63vHVB7ZF`EJQOiGY_Wc6L>u|H1zlR`MHjcj;epEx^dn_r}`I`W&JijJ}!rc zhp~19T=!u-NdXe|di~c{tJTw@UvjyexUNg1aXS=Cz@NRm1^xiO?^;K@yStBD1pEtV zGMS89z5?F$dyIg0ow!@8=I7@hSOoALPzPFF^nu|o2n=`P;xp}mfdS2Cvv&lNs(J}z z`dINORJBM73<6`oIe_o`Y;SMF&5wWrrM_?S6FH`;S}YcIV`D>ARaaM6b$xxk|C{^_ e+;;E?O8*1RYDZ{ZNkI|-0000 + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + +