Mercurial > pidgin
changeset 23951:a0ea445b99de
Throbber test.
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/gtkstatusbox.c Thu Aug 21 23:45:39 2008 +0000 @@ -1217,6 +1217,51 @@ icon_size, "PidginStatusBox"); status_box->connecting_pixbufs[8] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT8, icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[9] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT9, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[10] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT10, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[11] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT11, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[12] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT12, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[13] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT13, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[14] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT14, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[15] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT15, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[16] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT16, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[17] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT17, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[18] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT18, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[19] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT19, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[20] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT20, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[21] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT21, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[22] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT22, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[23] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT23, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[24] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT24, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[25] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT25, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[26] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT26, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[27] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT27, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[28] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT28, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[29] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT29, + icon_size, "PidginStatusBox"); + status_box->connecting_pixbufs[30] = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), PIDGIN_STOCK_ANIMATION_CONNECT30, + icon_size, "PidginStatusBox"); + for (i = 0; i < G_N_ELEMENTS(status_box->typing_pixbufs); i++) { if (status_box->typing_pixbufs[i] != NULL)
--- a/pidgin/gtkstatusbox.h Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/gtkstatusbox.h Thu Aug 21 23:45:39 2008 +0000 @@ -111,7 +111,7 @@ GdkPixbuf *error_pixbuf; int connecting_index; - GdkPixbuf *connecting_pixbufs[9]; + GdkPixbuf *connecting_pixbufs[31]; int typing_index; GdkPixbuf *typing_pixbufs[6];
--- a/pidgin/pidginstock.c Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pidginstock.c Thu Aug 21 23:45:39 2008 +0000 @@ -134,15 +134,37 @@ { PIDGIN_STOCK_DIALOG_QUESTION, "dialogs", "question.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, { PIDGIN_STOCK_DIALOG_WARNING, "dialogs", "warning.png", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT0, "animations", "connect0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT1, "animations", "connect1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT2, "animations", "connect2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT3, "animations", "connect3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT4, "animations", "connect4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT5, "animations", "connect5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT6, "animations", "connect6.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT7, "animations", "connect7.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_ANIMATION_CONNECT8, "animations", "connect8.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT0, "animations", "process-working0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT1, "animations", "process-working1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT2, "animations", "process-working2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT3, "animations", "process-working3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT4, "animations", "process-working4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT5, "animations", "process-working5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT6, "animations", "process-working6.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT7, "animations", "process-working7.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT8, "animations", "process-working8.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT9, "animations", "process-working9.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT10, "animations", "process-working10.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT11, "animations", "process-working11.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT12, "animations", "process-working12.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT13, "animations", "process-working13.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT14, "animations", "process-working14.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT15, "animations", "process-working15.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT16, "animations", "process-working16.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT17, "animations", "process-working17.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT18, "animations", "process-working18.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT19, "animations", "process-working19.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT20, "animations", "process-working20.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT21, "animations", "process-working21.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT22, "animations", "process-working22.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT23, "animations", "process-working23.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT24, "animations", "process-working24.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT25, "animations", "process-working25.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT26, "animations", "process-working26.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT27, "animations", "process-working27.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT28, "animations", "process-working28.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT29, "animations", "process-working29.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_ANIMATION_CONNECT30, "animations", "process-working30.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING0, "animations", "typing0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING1, "animations", "typing1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_ANIMATION_TYPING2, "animations", "typing2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL },
--- a/pidgin/pidginstock.h Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pidginstock.h Thu Aug 21 23:45:39 2008 +0000 @@ -102,6 +102,28 @@ #define PIDGIN_STOCK_ANIMATION_CONNECT6 "pidgin-anim-connect6" #define PIDGIN_STOCK_ANIMATION_CONNECT7 "pidgin-anim-connect7" #define PIDGIN_STOCK_ANIMATION_CONNECT8 "pidgin-anim-connect8" +#define PIDGIN_STOCK_ANIMATION_CONNECT9 "pidgin-anim-connect9" +#define PIDGIN_STOCK_ANIMATION_CONNECT10 "pidgin-anim-connect10" +#define PIDGIN_STOCK_ANIMATION_CONNECT11 "pidgin-anim-connect11" +#define PIDGIN_STOCK_ANIMATION_CONNECT12 "pidgin-anim-connect12" +#define PIDGIN_STOCK_ANIMATION_CONNECT13 "pidgin-anim-connect13" +#define PIDGIN_STOCK_ANIMATION_CONNECT14 "pidgin-anim-connect14" +#define PIDGIN_STOCK_ANIMATION_CONNECT15 "pidgin-anim-connect15" +#define PIDGIN_STOCK_ANIMATION_CONNECT16 "pidgin-anim-connect16" +#define PIDGIN_STOCK_ANIMATION_CONNECT17 "pidgin-anim-connect17" +#define PIDGIN_STOCK_ANIMATION_CONNECT18 "pidgin-anim-connect18" +#define PIDGIN_STOCK_ANIMATION_CONNECT19 "pidgin-anim-connect19" +#define PIDGIN_STOCK_ANIMATION_CONNECT20 "pidgin-anim-connect20" +#define PIDGIN_STOCK_ANIMATION_CONNECT21 "pidgin-anim-connect21" +#define PIDGIN_STOCK_ANIMATION_CONNECT22 "pidgin-anim-connect22" +#define PIDGIN_STOCK_ANIMATION_CONNECT23 "pidgin-anim-connect23" +#define PIDGIN_STOCK_ANIMATION_CONNECT24 "pidgin-anim-connect24" +#define PIDGIN_STOCK_ANIMATION_CONNECT25 "pidgin-anim-connect25" +#define PIDGIN_STOCK_ANIMATION_CONNECT26 "pidgin-anim-connect26" +#define PIDGIN_STOCK_ANIMATION_CONNECT27 "pidgin-anim-connect27" +#define PIDGIN_STOCK_ANIMATION_CONNECT28 "pidgin-anim-connect28" +#define PIDGIN_STOCK_ANIMATION_CONNECT29 "pidgin-anim-connect29" +#define PIDGIN_STOCK_ANIMATION_CONNECT30 "pidgin-anim-connect30" #define PIDGIN_STOCK_ANIMATION_TYPING0 "pidgin-anim-typing0" #define PIDGIN_STOCK_ANIMATION_TYPING1 "pidgin-anim-typing1" #define PIDGIN_STOCK_ANIMATION_TYPING2 "pidgin-anim-typing2"
--- a/pidgin/pixmaps/Makefile.am Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/Makefile.am Thu Aug 21 23:45:39 2008 +0000 @@ -19,6 +19,37 @@ animations/16/connect6.png \ animations/16/connect7.png \ animations/16/connect8.png \ + animations/16/process-working0.png \ + animations/16/process-working1.png \ + animations/16/process-working2.png \ + animations/16/process-working3.png \ + animations/16/process-working4.png \ + animations/16/process-working5.png \ + animations/16/process-working6.png \ + animations/16/process-working7.png \ + animations/16/process-working8.png \ + animations/16/process-working9.png \ + animations/16/process-working10.png \ + animations/16/process-working11.png \ + animations/16/process-working12.png \ + animations/16/process-working13.png \ + animations/16/process-working14.png \ + animations/16/process-working15.png \ + animations/16/process-working16.png \ + animations/16/process-working17.png \ + animations/16/process-working18.png \ + animations/16/process-working19.png \ + animations/16/process-working20.png \ + animations/16/process-working21.png \ + animations/16/process-working22.png \ + animations/16/process-working23.png \ + animations/16/process-working24.png \ + animations/16/process-working25.png \ + animations/16/process-working26.png \ + animations/16/process-working27.png \ + animations/16/process-working28.png \ + animations/16/process-working29.png \ + animations/16/process-working30.png \ animations/16/typing0.png \ animations/16/typing1.png \ animations/16/typing2.png \ @@ -133,7 +164,6 @@ emotes/default/24/scalable/hammer.svg \ emotes/default/24/scalable/handcuffs.svg \ emotes/default/24/scalable/island.svg \ - emotes/default/24/scalable/jump.svg \ emotes/default/24/scalable/knife.svg \ emotes/default/24/scalable/lamp.svg \ emotes/default/24/scalable/liquor.svg \ @@ -146,7 +176,6 @@ emotes/default/24/scalable/msn_online.svg \ emotes/default/24/scalable/msn.svg \ emotes/default/24/scalable/musical-note.svg \ - emotes/default/24/scalable/music.svg \ emotes/default/24/scalable/peace.svg \ emotes/default/24/scalable/phone.svg \ emotes/default/24/scalable/pig.svg \
--- a/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Thu Aug 21 23:45:39 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="clover.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clover.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/emotes/default/24/clover.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,27 +25,351 @@ id="defs4"> <linearGradient inkscape:collect="always" - id="linearGradient3150"> + id="linearGradient8888"> + <stop + style="stop-color:#68bf13;stop-opacity:1;" + offset="0" + id="stop8890" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop8892" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8880"> + <stop + style="stop-color:#68bf13;stop-opacity:1;" + offset="0" + id="stop8882" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop8884" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8872"> + <stop + style="stop-color:#68bf13;stop-opacity:1;" + offset="0" + id="stop8874" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop8876" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8864"> <stop - style="stop-color:#2e3436;stop-opacity:1;" + style="stop-color:#68bf13;stop-opacity:1;" + offset="0" + id="stop8866" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop8868" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8850"> + <stop + style="stop-color:#2f5d03;stop-opacity:1;" + offset="0" + id="stop8852" /> + <stop + style="stop-color:#73d216;stop-opacity:1" + offset="1" + id="stop8854" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8741"> + <stop + style="stop-color:#306003;stop-opacity:1;" + offset="0" + id="stop8743" /> + <stop + style="stop-color:#306003;stop-opacity:0;" + offset="1" + id="stop8745" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8733"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" offset="0" - id="stop3152" /> + id="stop8735" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8737" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8725"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8727" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8729" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8717"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8719" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8721" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8709"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8711" /> <stop - style="stop-color:#2e3436;stop-opacity:0;" + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8713" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8657"> + <stop + style="stop-color:#4e9a06;stop-opacity:1;" + offset="0" + id="stop8659" /> + <stop + style="stop-color:#326503;stop-opacity:1" offset="1" - id="stop3154" /> + id="stop8661" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8649"> + <stop + style="stop-color:#4e9a06;stop-opacity:1;" + offset="0" + id="stop8651" /> + <stop + style="stop-color:#234502;stop-opacity:1" + offset="1" + id="stop8653" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8641"> + <stop + style="stop-color:#4e9a06;stop-opacity:1;" + offset="0" + id="stop8643" /> + <stop + style="stop-color:#366b03;stop-opacity:1" + offset="1" + id="stop8645" /> </linearGradient> - <radialGradient + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 12 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="24 : 12 : 1" + inkscape:persp3d-origin="12 : 8 : 1" + id="perspective30" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8641" + id="linearGradient8647" + x1="15.016424" + y1="4.7602296" + x2="20.562496" + y2="9.6406269" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9659258,0.2678103,-0.258819,0.9994818,3.4133884,-3.4030382)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8649" + id="linearGradient8655" + x1="13.774074" + y1="11.726928" + x2="20.349154" + y2="18.037413" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.97377,0.2589264,-0.2651756,0.982084,3.6256155,-3.049655)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8657" + id="linearGradient8663" + x1="7.1626916" + y1="12.97095" + x2="10.459808" + y2="18.712593" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9659258,0.2581978,-0.2631486,0.9797266,3.4628688,-2.6438912)" /> + <linearGradient inkscape:collect="always" - xlink:href="#linearGradient3150" - id="radialGradient3314" + xlink:href="#linearGradient8741" + id="linearGradient8751" + gradientUnits="userSpaceOnUse" + x1="10.779674" + y1="9.7902288" + x2="5.8559451" + y2="3.9259787" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8741" + id="linearGradient8798" + gradientUnits="userSpaceOnUse" + x1="10.210463" + y1="8.8122396" + x2="5.8559451" + y2="3.9259787" + gradientTransform="matrix(-0.7469377,-0.1857071,-0.2010429,0.6961904,23.664827,6.1288938)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8741" + id="linearGradient8800" + gradientUnits="userSpaceOnUse" + x1="10.403084" + y1="9.2915192" + x2="5.8559451" + y2="3.9259787" + gradientTransform="matrix(0.6979933,0.1958113,-0.1878692,0.7340697,6.2475297,0.9607668)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8741" + id="linearGradient8802" + gradientUnits="userSpaceOnUse" + x1="10.31529" + y1="8.9912491" + x2="5.8559451" + y2="3.9259787" + gradientTransform="matrix(0.7469376,0.1871528,0.2010429,-0.70161,1.335174,16.877888)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8741" + id="linearGradient8804" + gradientUnits="userSpaceOnUse" + x1="10.259902" + y1="9.2977829" + x2="5.8559451" + y2="3.9259787" + gradientTransform="matrix(-0.6989802,-0.1668373,0.1881349,-0.6254503,19.194776,20.441553)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8725" + id="linearGradient8806" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" - cx="10.748654" - cy="10.457643" - fx="10.748654" - fy="10.457643" - r="6.6449099" /> + x1="10.652974" + y1="12.422029" + x2="7.6124334" + y2="4.4080796" + gradientTransform="matrix(-0.9782754,-0.265917,0.2644895,-1.0013568,21.94694,26.001397)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8741" + id="linearGradient8808" + gradientUnits="userSpaceOnUse" + x1="10.779674" + y1="9.7902288" + x2="5.8559451" + y2="3.9259787" + gradientTransform="matrix(-0.8316491,-0.2228397,0.2238435,-0.8353953,20.066205,23.368207)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8733" + id="linearGradient8810" + gradientUnits="userSpaceOnUse" + x1="4" + y1="11.568473" + x2="11.966513" + y2="6.96875" + gradientTransform="matrix(0.9659258,0.2611145,0.2611507,-0.9832719,-2.547611,19.740699)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8717" + id="linearGradient8812" + gradientUnits="userSpaceOnUse" + x1="11.703372" + y1="2.6625175" + x2="8.2845287" + y2="9.0740194" + gradientTransform="matrix(-1.0010735,-0.2633072,-0.2682368,0.9826761,27.780785,3.2809046)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8709" + id="linearGradient8814" + gradientUnits="userSpaceOnUse" + x1="5.0512848" + y1="1.4680505" + x2="11.489066" + y2="9.1500616" + gradientTransform="matrix(1.0175235,0.2599797,-0.2738727,0.9746279,2.9452766,-2.8983618)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8850" + id="linearGradient8856" + x1="5.1459494" + y1="23.405354" + x2="12.07898" + y2="13.64456" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8850" + id="linearGradient8862" + gradientUnits="userSpaceOnUse" + x1="5.1459494" + y1="23.405354" + x2="12.07898" + y2="13.64456" + gradientTransform="matrix(1.1443927,0,0,1.0784314,-1.2320404,-1.7941176)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8864" + id="linearGradient8870" + x1="8.6012821" + y1="4.584877" + x2="13.047955" + y2="12.40029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8872" + id="linearGradient8878" + x1="19.070377" + y1="7.0808907" + x2="13.967036" + y2="10.531853" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8880" + id="linearGradient8886" + x1="16.548607" + y1="18.857956" + x2="13.015422" + y2="11.516205" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8888" + id="linearGradient8894" + x1="5.0449662" + y1="15.676661" + x2="12.416404" + y2="11.346042" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -55,18 +379,28 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="29.556978" - inkscape:cx="19.845664" - inkscape:cy="10.962307" + inkscape:cx="21.539628" + inkscape:cy="12.685325" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" fill="#ef2929" - inkscape:window-width="1268" - inkscape:window-height="971" - inkscape:window-x="7" - inkscape:window-y="21" + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" showguides="true" - inkscape:guide-bbox="true" /> + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-nodes="false" + objecttolerance="10" + gridtolerance="10"> + <inkscape:grid + type="xygrid" + id="grid8639" + visible="true" + enabled="true" /> + </sodipodi:namedview> <metadata id="metadata7"> <rdf:RDF> @@ -83,160 +417,61 @@ inkscape:groupmode="layer" id="layer1"> <path - style="fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.42928,7.481312 C 12.42928,8.5791619 12.498291,10.112536 12.498291,11.498181 C 11.325072,11.498181 9.5601062,11.459027 8.4663329,11.459027 C 6.2787861,11.459027 4.5033858,9.6770116 4.5033858,7.481312 C 4.5033858,5.2856128 6.2787861,3.5035962 8.4663329,3.5035962 C 10.65388,3.5035962 12.42928,5.2856128 12.42928,7.481312 z " + style="fill:url(#linearGradient8862);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 10.927132,16 C 10.204831,19.030731 9.2804345,21.827316 6.3019752,21.906028 C 3.3235159,21.984741 2.6207135,21.064629 1.9871221,19.75421 L 1,20.894724 C 1.7108713,21.806345 2.9743146,22.875 6.3853234,22.875 C 9.8348917,22.875 11.30999,19.416802 12,16.370711 L 10.927132,16 z" + id="path8818" + sodipodi:nodetypes="czcczcc" /> + <path + style="fill:url(#linearGradient8870);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999970000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.608506,7.1081504 C 13.279009,8.3029406 12.896735,9.9920022 12.480861,11.5 C 11.155891,11.155055 9.1743874,10.593515 7.9391399,10.271927 C 5.4686446,9.6287535 3.9984406,7.1673891 4.6574355,4.7778089 C 5.3164301,2.388229 7.8563061,0.97085635 10.326802,1.6140305 C 12.797296,2.2572048 14.2675,4.7185705 13.608506,7.1081504 z" id="path3170" sodipodi:nodetypes="ccsssc" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:1;fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4110" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(0.668399,0,0,0.668399,4.323806,3.981811)" /> - <rect - style="opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4074" - width="1.0606613" - height="3.1819839" - x="0.17677543" - y="12.551146" - transform="matrix(0.707107,-0.707107,0.707107,0.707107,0,0)" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8814);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.095113,2.5845487 C 8.1457487,2.0864816 6.143596,3.1844466 5.6241402,5.0330274 C 5.1046846,6.8816087 6.2628735,8.787048 8.2122374,9.2851151 C 9.2066131,9.5391805 10.558954,9.9322654 11.756452,10.255958 C 12.064678,9.061245 12.379414,7.7964686 12.651412,6.828512 C 13.173229,4.9715276 12.044477,3.0826157 10.095113,2.5845487 z" + id="path4066" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.4" - id="path4066" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " /> - <path - style="fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.570968,7.4813144 C 12.570968,8.5791645 12.501962,10.11254 12.501962,11.498185 C 13.675111,11.498185 15.439969,11.459031 16.533676,11.459031 C 18.721092,11.459031 20.496384,9.6770146 20.496384,7.4813144 C 20.496384,5.2856146 18.721092,3.5035972 16.533676,3.5035972 C 14.346261,3.5035972 12.570968,5.2856146 12.570968,7.4813144 z " + style="fill:url(#linearGradient8878);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8647);stroke-width:1.00000024000000010;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.768422,6.9016874 C 13.451302,8.1263114 12.933374,9.8159574 12.533122,11.361609 C 13.808245,11.715146 15.737819,12.203325 16.926594,12.532922 C 19.304147,13.192117 21.748498,11.739321 22.382738,9.2900724 C 23.016979,6.8408248 21.60212,4.3180316 19.224567,3.6588368 C 16.847016,2.9996426 14.402663,4.4524397 13.768422,6.9016874 z" id="path4050" sodipodi:nodetypes="ccsssc" /> <path - sodipodi:type="arc" - style="opacity:0.5;fill:url(#radialGradient3314);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3312" - sodipodi:cx="10.748654" - sodipodi:cy="10.457643" - sodipodi:rx="6.6449099" - sodipodi:ry="2.3675451" - d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1 4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1 17.393564 10.457643 z" - transform="matrix(1.580157,0,0,1.267135,-4.484559,5.748756)" /> - <path - style="fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.427301,15.520468 C 12.427301,14.422635 12.496309,12.889282 12.496309,11.503657 C 11.323178,11.503657 9.5583483,11.54281 8.4646589,11.54281 C 6.2772799,11.54281 4.502016,13.3248 4.502016,15.520468 C 4.502016,17.716137 6.2772799,19.498129 8.4646589,19.498129 C 10.652039,19.498129 12.427301,17.716137 12.427301,15.520468 z " + style="fill:url(#linearGradient8894);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8663);stroke-width:0.99999994000000003;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.270703,16.151308 C 11.593123,14.95091 12.118456,13.294349 12.525397,11.779269 C 11.250294,11.438426 9.3205617,10.968482 8.1318057,10.65072 C 5.7542934,10.015197 3.3013699,11.447885 2.6565289,13.848688 C 2.0116872,16.249493 3.4179129,18.713758 5.7954253,19.349282 C 8.172939,19.984805 10.625861,18.552114 11.270703,16.151308 z" id="path4052" sodipodi:nodetypes="ccsssc" /> <path - style="fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.572458,15.520468 C 12.572458,14.422634 12.503448,12.889281 12.503448,11.503657 C 13.676653,11.503657 15.441592,11.54281 16.535351,11.54281 C 18.722868,11.54281 20.498242,13.3248 20.498242,15.520468 C 20.498242,17.716137 18.722868,19.498129 16.535351,19.498129 C 14.347834,19.498129 12.572458,17.716137 12.572458,15.520468 z " + style="fill:url(#linearGradient8886);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8655);stroke-width:1.00000011999999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.657663,15.834396 C 11.982566,14.631107 12.360745,12.930356 12.770821,11.411632 C 14.056359,11.753458 15.978702,12.310606 17.177189,12.629285 C 19.57416,13.266642 20.992146,15.737081 20.342338,18.14366 C 19.692529,20.550242 17.219784,21.986133 14.822813,21.348776 C 12.425842,20.711419 11.007855,18.240978 11.657663,15.834396 z" id="path4054" sodipodi:nodetypes="ccsssc" /> - <image - id="image4063" - height="50.99995" - width="50.99995" - sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" - xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" - x="-50.446793" - y="-7.5028973" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8812);stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.864651,4.6220412 C 20.7825,5.1264832 21.923827,7.0494915 21.415061,8.9133377 C 20.906295,10.777185 18.938372,11.882382 17.020523,11.37794 C 16.042223,11.120622 14.687265,10.812186 13.5,10.517782 C 13.852241,9.3264477 14.234996,8.0708216 14.501396,7.0948717 C 15.012475,5.2225527 16.946802,4.117599 18.864651,4.6220412 z" + id="path4068" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:1;fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4112" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(-0.668399,0,0,0.668399,20.6657,3.992205)" /> - <rect - style="opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4076" - width="1.0606612" - height="3.1819832" - x="-17.500906" - y="-5.1265621" - transform="matrix(-0.707105,-0.707108,-0.707105,0.707108,0,0)" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8810);stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.063638,18.380004 C 4.2131248,17.879763 3.1154629,15.959242 3.6107885,14.094265 C 4.1061143,12.229289 6.0085359,11.119769 7.8590494,11.62001 C 8.8030012,11.875184 10.110492,12.180652 11.256112,12.472456 C 10.913396,13.664572 10.541077,14.921047 10.281714,15.897588 C 9.7841363,17.771043 7.9141516,18.880246 6.063638,18.380004 z" + id="path4070" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4068" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(-1,0,0,1,25,0)" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8806);stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.077022,20.377621 C 16.951194,20.887062 18.877939,19.757135 19.379598,17.857857 C 19.881256,15.958579 18.76956,14.002735 16.895387,13.493293 C 15.939368,13.233426 14.639243,12.83116 13.487954,12.499999 C 13.190179,13.727446 12.886062,15.026865 12.623383,16.021367 C 12.119444,17.929279 13.202849,19.868179 15.077022,20.377621 z" + id="path4072" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:1;fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4116" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(0.668399,0,0,-0.668399,4.323804,19.0078)" /> - <rect - style="opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4078" - width="1.0606622" - height="3.1819861" - x="-17.500908" - y="0.53037679" - transform="matrix(-0.707109,-0.707105,-0.707109,0.707105,0,0)" /> + style="fill:url(#linearGradient8804);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.283249,16.922991 C 15.62235,17.242618 16.997714,16.538018 17.354551,15.351723 C 17.711387,14.165429 16.915777,12.942647 15.576676,12.623022 C 14.893598,12.45998 13.964617,12.207724 13.142005,12 C 12.930271,12.766687 12.714066,13.578334 12.527219,14.199503 C 12.168761,15.39119 12.944149,16.603367 14.283249,16.922991 z" + id="path8749" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4070" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(1,0,0,-1,0,23)" /> + style="fill:url(#linearGradient8802);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044000000004;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.9909831,15.913626 C 6.5600058,15.555081 5.7098094,14.183402 6.0911281,12.852655 C 6.4724471,11.521908 7.9421754,10.731511 9.3731529,11.090057 C 10.103098,11.272952 11.114123,11.492039 12,11.701241 C 11.736082,12.551849 11.449333,13.448372 11.249666,14.145179 C 10.866613,15.481976 9.4219606,16.272172 7.9909831,15.913626 z" + id="path8753" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:1;fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4114" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(-0.668399,0,0,-0.668399,20.6657,19.01819)" /> - <rect - style="opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4080" - width="1.0606592" - height="3.1819768" - x="-1.2374371" - y="-21.38998" - transform="matrix(-0.707107,0.707107,-0.707107,-0.707107,0,0)" /> + style="fill:url(#linearGradient8800);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044000000004;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.152122,5.0903824 C 9.8149115,4.7152486 8.4414893,5.5422133 8.0851569,6.9345264 C 7.7288245,8.3268399 8.5233104,9.7619777 9.8605208,10.137111 C 10.542636,10.328469 11.470304,10.624532 12.291755,10.868331 C 12.50319,9.9684972 12.71909,9.0158936 12.905674,8.2868484 C 13.263626,6.888206 12.489332,5.4655162 11.152122,5.0903824 z" + id="path8757" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0142047" - inkscape:original="M 8.46875 3.5 C 6.2812032 3.5 4.4999998 5.273051 4.5 7.46875 C 4.5 9.6644496 6.2812037 11.46875 8.46875 11.46875 C 9.5625233 11.46875 11.326781 11.5 12.5 11.5 C 12.5 10.114355 12.4375 8.5666001 12.4375 7.46875 C 12.4375 5.2730508 10.656298 3.4999999 8.46875 3.5 z " - xlink:href="#path3170" - style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4072" - inkscape:href="#path3170" - d="M 8.46875,4.5 C 6.8292255,4.5 5.4999998,5.8215491 5.5,7.46875 C 5.5,9.1159516 6.8388849,10.46875 8.46875,10.46875 C 9.297114,10.46875 10.438895,10.491146 11.46875,10.5 C 11.451216,9.4394327 11.4375,8.32314 11.4375,7.46875 C 11.4375,5.8215484 10.108276,4.4999999 8.46875,4.5 z " - transform="matrix(-1,0,0,-1,25,23)" /> - <rect - style="opacity:1;fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect4229" - width="1" - height="6" - x="12" - y="15" /> + style="fill:url(#linearGradient8798);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49611044;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.009017,7.0857067 C 18.439994,7.441483 19.29019,8.8025656 18.908873,10.123033 C 18.527553,11.4435 17.057824,12.227792 15.626847,11.872016 C 14.896902,11.690533 13.885877,11.47314 13,11.265553 C 13.263918,10.421515 13.550667,9.5319182 13.750334,8.8404931 C 14.133386,7.514023 15.578039,6.7299303 17.009017,7.0857067 z" + id="path8759" /> </g> </svg>
--- a/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Thu Aug 21 23:45:39 2008 +0000 @@ -17,7 +17,7 @@ version="1.0" sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" sodipodi:docname="poop.svg" - inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/poop.png" + inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/emotes/default/24/poop.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" inkscape:output_extension="org.inkscape.output.svg.inkscape"> @@ -25,6 +25,109 @@ id="defs4"> <linearGradient inkscape:collect="always" + id="linearGradient8809"> + <stop + style="stop-color:#99630d;stop-opacity:1;" + offset="0" + id="stop8811" /> + <stop + style="stop-color:#99630d;stop-opacity:0;" + offset="1" + id="stop8813" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8801"> + <stop + style="stop-color:#99630d;stop-opacity:1;" + offset="0" + id="stop8803" /> + <stop + style="stop-color:#99630d;stop-opacity:0;" + offset="1" + id="stop8805" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8739"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8741" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8743" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8731"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop8733" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8735" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8723"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8725" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8727" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8665"> + <stop + style="stop-color:#8f5902;stop-opacity:1;" + offset="0" + id="stop8667" /> + <stop + style="stop-color:#744801;stop-opacity:1" + offset="1" + id="stop8669" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8657"> + <stop + style="stop-color:#8f5902;stop-opacity:1;" + offset="0" + id="stop8659" /> + <stop + style="stop-color:#6f4501;stop-opacity:1" + offset="1" + id="stop8661" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8649"> + <stop + style="stop-color:#8f5902;stop-opacity:1;" + offset="0" + id="stop8651" /> + <stop + style="stop-color:#573500;stop-opacity:1" + offset="1" + id="stop8653" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 12 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="24 : 12 : 1" + inkscape:persp3d-origin="12 : 8 : 1" + id="perspective27" /> + <linearGradient + inkscape:collect="always" id="linearGradient2434"> <stop style="stop-color:#ffffff;stop-opacity:1;" @@ -37,18 +140,6 @@ </linearGradient> <linearGradient inkscape:collect="always" - id="linearGradient2426"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2428" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2430" /> - </linearGradient> - <linearGradient - inkscape:collect="always" id="linearGradient3150"> <stop style="stop-color:#2e3436;stop-opacity:1;" @@ -59,26 +150,6 @@ offset="1" id="stop3154" /> </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3150" - id="radialGradient3156" - cx="10.748654" - cy="10.457643" - fx="10.748654" - fy="10.457643" - r="6.6449099" - gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2426" - id="linearGradient2432" - x1="11.683364" - y1="14.819944" - x2="11.683364" - y2="16.696867" - gradientUnits="userSpaceOnUse" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient2434" @@ -88,6 +159,113 @@ x2="12.851224" y2="12.331053" gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient7873" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.5712298,0,0,-0.51023,28.854701,25.18339)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8649" + id="linearGradient8655" + x1="11" + y1="13" + x2="17" + y2="19" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8657" + id="linearGradient8663" + x1="4.0000003" + y1="12.5" + x2="20" + y2="12.5" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8665" + id="linearGradient8671" + x1="7.0000003" + y1="6.9870702" + x2="18" + y2="6.9870702" + gradientUnits="userSpaceOnUse" /> + <filter + inkscape:collect="always" + id="filter8719" + x="-0.10449761" + width="1.2089952" + y="-0.28363636" + height="1.5672727"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.82727273" + id="feGaussianBlur8721" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8723" + id="linearGradient8729" + x1="10.471396" + y1="5.6164417" + x2="13" + y2="9" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8731" + id="linearGradient8737" + x1="7.3988738" + y1="9" + x2="10" + y2="14" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8739" + id="linearGradient8745" + x1="6" + y1="11" + x2="10" + y2="22" + gradientUnits="userSpaceOnUse" /> + <filter + inkscape:collect="always" + id="filter8797" + x="-0.080649351" + width="1.1612987" + y="-0.28227273" + height="1.5645455"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.47045455" + id="feGaussianBlur8799" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8801" + id="linearGradient8807" + x1="21" + y1="17.37027" + x2="12.967044" + y2="17.37027" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8809" + id="linearGradient8815" + x1="20.000051" + y1="11.966431" + x2="8.9999294" + y2="11.966431" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -96,17 +274,26 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="19.500333" - inkscape:cx="20.450723" - inkscape:cy="17.682031" + inkscape:zoom="27.577635" + inkscape:cx="21.471962" + inkscape:cy="11.608238" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" fill="#c17d11" - inkscape:window-width="1268" - inkscape:window-height="972" - inkscape:window-x="6" - inkscape:window-y="21" /> + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10"> + <inkscape:grid + type="xygrid" + visible="true" + enabled="true" + id="grid7866" /> + </sodipodi:namedview> <metadata id="metadata7"> <rdf:RDF> @@ -123,67 +310,35 @@ inkscape:groupmode="layer" id="layer1"> <path - sodipodi:type="arc" - style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3140" - sodipodi:cx="10.748654" - sodipodi:cy="10.457643" - sodipodi:rx="6.6449099" - sodipodi:ry="2.3675451" - d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1 4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1 17.393564 10.457643 z" - transform="matrix(1.655403,0,0,1.267136,-5.793351,5.748748)" /> - <image - xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" - sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" - width="19.793839" - height="19.793839" - id="image2404" - x="-20" - y="1.2061615" /> - <rect - style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect2412" - width="16.907871" - height="7" - x="3.5304446" - y="12.5" - rx="3.5000012" - ry="3.5" /> + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter8719)" + d="M 6.9330807,14 L 18.066919,14 C 20.245845,14 22,15.561 22,17.499999 C 22,19.438999 20.245845,21 18.066919,21 L 6.9330807,21 C 4.7541542,21 3,19.438999 3,17.499999 C 3,15.561 4.7541542,14 6.9330807,14 z" + id="path8673" + transform="matrix(1,0,0,0.9089447,0,2.2747747)" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0512236" - inkscape:original="M 7.03125 12.5 C 5.0922493 12.5 3.53125 14.061 3.53125 16 C 3.53125 17.939 5.0922491 19.5 7.03125 19.5 L 16.9375 19.5 C 18.876501 19.5 20.4375 17.939 20.4375 16 C 20.4375 14.061 18.876501 12.5 16.9375 12.5 L 7.03125 12.5 z " - xlink:href="#rect2412" - style="opacity:0.3;fill:url(#linearGradient2432);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path2419" - inkscape:href="#rect2412" - d="M 7.03125,13.5625 C 5.6564437,13.5625 4.59375,14.625194 4.59375,16 C 4.59375,17.374806 5.6564435,18.4375 7.03125,18.4375 L 16.9375,18.4375 C 18.312307,18.4375 19.375,17.374806 19.375,16 C 19.375,14.625194 18.312307,13.5625 16.9375,13.5625 L 7.03125,13.5625 z " /> + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8655);stroke-width:1.00000036000000003;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.4330811,12.5 L 17.56692,12.5 C 19.745846,12.5 21.500001,14.284 21.500001,16.499999 C 21.500001,18.715998 19.745846,20.499999 17.56692,20.499999 L 6.4330811,20.499999 C 4.2541544,20.499999 2.5000002,18.715998 2.5000002,16.499999 C 2.5000002,14.284 4.2541544,12.5 6.4330811,12.5 z" + id="rect2412" /> <path - style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" - d="M 8.2535217,10.183538 L 14.321922,8.6014206 C 16.198107,8.112273 18.026218,8.8720602 18.420825,10.30498 C 18.815432,11.737899 17.62268,13.285268 15.746496,13.774416 L 9.6780953,15.356533 C 7.8019101,15.845681 5.9737996,15.085893 5.5791928,13.652974 C 5.1845858,12.220054 6.3773365,10.672686 8.2535217,10.183538 z " + style="opacity:1;fill:url(#linearGradient8807);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8745);stroke-width:1.00000024000000010;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.3033826,13.5 C 4.7222101,13.5 3.5,14.807931 3.5,16.499998 C 3.5,18.192069 4.7222099,19.499999 6.3033826,19.499999 L 17.696618,19.499999 C 19.277791,19.499999 20.499999,18.192069 20.499999,16.499998 C 20.499999,14.807931 19.277791,13.5 17.696618,13.5 L 6.3033826,13.5 z" + id="path2419" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8663);stroke-width:1.00000083000000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.6746179,10.463134 L 14.680687,8.668274 C 16.846776,8.113352 18.95736,8.9753057 19.41294,10.600906 C 19.868521,12.226506 18.491469,13.981945 16.325382,14.536866 L 9.3193123,16.331727 C 7.1532246,16.886648 5.0426404,16.024694 4.5870601,14.399095 C 4.1314798,12.773494 5.5085304,11.018056 7.6746179,10.463134 z" id="rect2414" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0682048" - inkscape:original="M 14.3125 8.59375 L 8.25 10.1875 C 6.3738148 10.676648 5.1991432 12.22333 5.59375 13.65625 C 5.9883568 15.089169 7.8113152 15.832898 9.6875 15.34375 L 15.75 13.78125 C 17.626184 13.292102 18.800858 11.745419 18.40625 10.3125 C 18.011643 8.8795802 16.188685 8.1046026 14.3125 8.59375 z " - xlink:href="#rect2414" - style="opacity:0.3;fill:url(#linearGradient2440);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" - id="path2422" - inkscape:href="#rect2414" - d="M 14.59375,9.625 L 8.53125,11.21875 C 7.8064568,11.407714 7.2222739,11.805012 6.90625,12.21875 C 6.5902261,12.632488 6.525853,13.014971 6.625,13.375 C 6.7230714,13.731122 7.001466,14.013898 7.5,14.21875 C 7.998534,14.423602 8.6777723,14.502424 9.40625,14.3125 L 15.46875,12.75 C 16.193542,12.561036 16.777726,12.163738 17.09375,11.75 C 17.409774,11.336262 17.474147,10.953777 17.375,10.59375 C 17.276401,10.235711 16.999755,9.9293826 16.5,9.71875 C 16.000245,9.5081174 15.316855,9.4364766 14.59375,9.625 z " /> + style="opacity:1;fill:url(#linearGradient8815);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8737);stroke-width:1.00000083000000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.111798,9.6334706 L 7.8384409,11.583145 C 6.9688855,11.814308 6.2680245,12.300333 5.8888815,12.806468 C 5.5097385,13.312604 5.4325082,13.780505 5.5514577,14.220937 C 5.6691167,14.65659 6.0031148,15.002517 6.6012204,15.253118 C 7.1993261,15.503718 8.0142278,15.600144 8.8882035,15.367805 L 16.161561,13.45636 C 17.031114,13.225195 17.731976,12.739171 18.111119,12.233035 C 18.490263,11.726899 18.567492,11.258995 18.448543,10.818567 C 18.33025,10.380568 17.99835,10.005829 17.398781,9.7481574 C 16.79921,9.4904853 15.979327,9.4028453 15.111798,9.6334706 z" + id="path2422" /> <path - style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000107;stroke-miterlimit:4;stroke-opacity:1" - d="M 9.7314319,7.5257966 C 9.7314319,7.5257966 14.539938,6.0208711 15.257875,3.610656 C 17.817257,3.6106556 15.972926,8.5534484 14.268589,9.4742135 L 11.767735,10.825295 C 10.063399,11.74606 8.2372196,11.751538 7.6731634,10.837577 C 7.1091072,9.9236154 8.0270951,8.4465616 9.7314319,7.5257966 z " + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8671);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.9674793,6.9422547 C 9.9674793,6.9422547 15.301396,5.2247738 16.09778,2.4741401 C 18.936818,2.4741396 16.890962,8.1150521 15.000396,9.1658659 L 12.226283,10.707774 C 10.335719,11.75859 8.309999,11.76484 7.68431,10.721792 C 7.0586211,9.6787413 8.0769147,7.9930686 9.9674793,6.9422547 z" id="rect2416" sodipodi:nodetypes="ccccsc" /> <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0915455" - inkscape:original="M 15.25 3.625 C 14.532063 6.0352151 9.7187499 7.5312502 9.71875 7.53125 C 8.0144132 8.452015 7.1234438 9.9297885 7.6875 10.84375 C 8.2515562 11.757711 10.076914 11.733265 11.78125 10.8125 L 14.28125 9.46875 C 15.985587 8.5479849 17.809382 3.6249996 15.25 3.625 z " - xlink:href="#rect2416" - style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000107;stroke-miterlimit:4;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8729);stroke-width:1.00000106999999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 16.489668,4 C 15.52555,5 13.618935,6.4226258 12.505508,7 C 10.556314,7.9175591 9.9628394,7.8863121 8.7049424,9.6900699 C 8.4264954,10.143302 8.5088691,10.298572 8.5195918,10.315823 C 8.523586,10.32225 8.6863474,10.505583 9.2980644,10.499869 C 9.9097816,10.494153 10.788467,10.253798 11.633483,9.8004969 L 14.599092,8.2177097 C 14.764967,8.1287272 15.233977,7.7297287 15.599986,7.1502486 C 16.181796,6.1786457 16.633351,4 16.489668,4 z" id="path2424" - inkscape:href="#rect2416" - d="M 15.34375,5.34375 C 14.592139,6.2385497 13.657366,6.9473225 12.71875,7.4375 C 11.439733,8.1054462 10.435557,8.4096345 10.25,8.46875 L 10.25,8.5 C 9.5427035,8.8821157 9.0159799,9.365217 8.78125,9.75 C 8.5465201,10.134783 8.6159609,10.266604 8.625,10.28125 C 8.6283672,10.286706 8.7655745,10.442352 9.28125,10.4375 C 9.7969255,10.432648 10.537655,10.228593 11.25,9.84375 L 13.75,8.5 C 13.889832,8.4244559 14.285206,8.0857153 14.59375,7.59375 C 14.902294,7.1017847 15.169962,6.4870595 15.3125,5.9375 C 15.383769,5.6627202 15.336455,5.5495097 15.34375,5.34375 z " /> + sodipodi:nodetypes="cccsscccc" /> </g> </svg>
--- a/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Thu Aug 21 21:17:42 2008 +0000 +++ b/pidgin/pixmaps/toolbar/16/scalable/emote-select.svg Thu Aug 21 23:45:39 2008 +0000 @@ -9,19 +9,225 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" + width="16px" + height="16px" + id="svg10335" sodipodi:version="0.32" inkscape:version="0.46" - width="16" - height="16" - version="1.0" sodipodi:docname="emote-select.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape" - inkscape:export-filename="/home/hbons/Pidgin objects refresh/emote-select.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs10337"> + <linearGradient + id="linearGradient11170" + inkscape:collect="always"> + <stop + id="stop11172" + offset="0" + style="stop-color:#000000;stop-opacity:1" /> + <stop + id="stop11174" + offset="1" + style="stop-color:#2e3436;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient11164" + inkscape:collect="always"> + <stop + id="stop11166" + offset="0" + style="stop-color:#000000;stop-opacity:1" /> + <stop + id="stop11168" + offset="1" + style="stop-color:#2e3436;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient11148"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop11150" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop11152" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter22950" + x="-0.15004814" + width="1.3000963" + y="-0.42113513" + height="1.8422703"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.83088033" + id="feGaussianBlur22952" /> + </filter> + <linearGradient + id="linearGradient11455" + inkscape:collect="always"> + <stop + id="stop11457" + offset="0" + style="stop-color:#673b09;stop-opacity:1" /> + <stop + id="stop11459" + offset="1" + style="stop-color:#ad8248;stop-opacity:0.96470588" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11455" + id="linearGradient20929" + gradientUnits="userSpaceOnUse" + x1="14.365882" + y1="19.515574" + x2="8.5458574" + y2="3.9464788" /> + <linearGradient + inkscape:collect="always" + id="linearGradient22870"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop22872" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop22874" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient22870" + id="linearGradient20933" + gradientUnits="userSpaceOnUse" + x1="-11.187567" + y1="-14.181667" + x2="31.90255" + y2="35.477989" /> + <linearGradient + id="linearGradient11461" + inkscape:collect="always"> + <stop + id="stop11463" + offset="0" + style="stop-color:#fbfeac;stop-opacity:1" /> + <stop + id="stop11465" + offset="1" + style="stop-color:#eedb3c;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient11461" + id="radialGradient20931" + gradientUnits="userSpaceOnUse" + cx="11.806158" + cy="10.04414" + fx="11.88395" + fy="6.1128922" + r="10.561975" + gradientTransform="matrix(1.9034559,3.0329373e-8,-4.2282289e-8,2.6533656,-10.666343,-17.069444)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient22526" + id="linearGradient20942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8980646,-2.999998,-2.2354831)" + x1="8.4266119" + y1="9.6068554" + x2="8.7451591" + y2="10.765122" /> + <linearGradient + inkscape:collect="always" + id="linearGradient22526"> + <stop + style="stop-color:#ff9022;stop-opacity:1" + offset="0" + id="stop22528" /> + <stop + style="stop-color:#fea523;stop-opacity:0;" + offset="1" + id="stop22530" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient22526" + id="linearGradient20915" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(7.000002,1)" + x1="9.2937651" + y1="8.8493233" + x2="8.7171106" + y2="10" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 8 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 8 : 1" + inkscape:persp3d-origin="8 : 5.3333333 : 1" + id="perspective10343" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11148" + id="linearGradient11154" + x1="9.432662" + y1="9.6526775" + x2="10.732871" + y2="9.6526775" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11164" + id="linearGradient11158" + gradientUnits="userSpaceOnUse" + x1="9.432662" + y1="9.6526775" + x2="10.732871" + y2="9.6526775" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11170" + id="linearGradient11160" + gradientUnits="userSpaceOnUse" + x1="9.432662" + y1="9.6526775" + x2="10.732871" + y2="9.6526775" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.392433" + inkscape:cx="16.930711" + inkscape:cy="8.4315576" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + objecttolerance="10" + gridtolerance="10" + inkscape:window-width="1440" + inkscape:window-height="847" + inkscape:window-x="0" + inkscape:window-y="0"> + <inkscape:grid + type="xygrid" + id="grid10376" + visible="true" + enabled="true" /> + </sodipodi:namedview> <metadata - id="metadata7"> + id="metadata10340"> <rdf:RDF> <cc:Work rdf:about=""> @@ -31,246 +237,101 @@ </cc:Work> </rdf:RDF> </metadata> - <defs - id="defs5"> - <linearGradient - inkscape:collect="always" - id="linearGradient3398"> - <stop - style="stop-color:#fe9906;stop-opacity:1;" - offset="0" - id="stop3400" /> - <stop - style="stop-color:#ffffff;stop-opacity:1" - offset="1" - id="stop3402" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3390"> - <stop - style="stop-color:#fe9906;stop-opacity:1" - offset="0" - id="stop3392" /> - <stop - style="stop-color:#ffffff;stop-opacity:1" - offset="1" - id="stop3394" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3378"> - <stop - style="stop-color:#a64a00;stop-opacity:1;" - offset="0" - id="stop3380" /> - <stop - style="stop-color:#a64a00;stop-opacity:0;" - offset="1" - id="stop3382" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3357"> - <stop - style="stop-color:#dd6c00;stop-opacity:1" - offset="0" - id="stop3359" /> - <stop - style="stop-color:#7c3c00;stop-opacity:1" - offset="1" - id="stop3361" /> - </linearGradient> - <linearGradient - id="linearGradient3104" - inkscape:collect="always"> - <stop - id="stop3106" - offset="0" - style="stop-color:#eeeeec;stop-opacity:1;" /> - <stop - id="stop3108" - offset="1" - style="stop-color:#eeeeec;stop-opacity:0;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3104" - id="radialGradient3344" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-1.30241,1.304442,-1.325199,-1.323009,41.46631,16.11711)" - cx="5.7434092" - cy="16.737026" - fx="5.7434092" - fy="16.737026" - r="9.975256" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3357" - id="linearGradient3363" - x1="12.549859" - y1="12.357164" - x2="13.745301" - y2="19.751348" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3378" - id="radialGradient3384" - cx="11.76924" - cy="25.560368" - fx="11.76924" - fy="25.560368" - r="9.8412299" - gradientTransform="matrix(1.6444693,0,0,1.4596828,-7.5849142,-16.236248)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3390" - id="linearGradient3396" - x1="5.0167913" - y1="6.0080996" - x2="5.9832082" - y2="6.9919" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3398" - id="linearGradient3404" - x1="9.9935493" - y1="9.1751938" - x2="9.4590645" - y2="10.073978" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-height="849" - inkscape:window-width="1430" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - showgrid="true" - inkscape:snap-bbox="true" - inkscape:snap-nodes="false" - inkscape:zoom="20.32932" - inkscape:cx="16.928433" - inkscape:cy="11.656784" - inkscape:window-x="157" - inkscape:window-y="378" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid3156" - visible="true" - enabled="true" /> - </sodipodi:namedview> - <path - sodipodi:type="arc" - style="fill:#edd400;fill-opacity:1;stroke:url(#linearGradient3363);stroke-width:1.33355486000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3317" - sodipodi:cx="11.806158" - sodipodi:cy="10.983024" - sodipodi:rx="9.975256" - sodipodi:ry="9.975256" - d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" - transform="matrix(0.751736,0,0,0.751736,-0.8751143,-0.2563346)" /> - <path - sodipodi:type="arc" - style="opacity:0.64044948999999995;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.53465486000000007;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3321" - sodipodi:cx="11.806158" - sodipodi:cy="10.983024" - sodipodi:rx="9.975256" - sodipodi:ry="9.975256" - d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" - transform="matrix(0.6516124,0,0,0.6516124,0.3069616,0.8433262)" /> - <path - sodipodi:type="arc" - style="opacity:0.79545456;fill:url(#radialGradient3344);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3319" - sodipodi:cx="11.806158" - sodipodi:cy="10.983024" - sodipodi:rx="9.975256" - sodipodi:ry="9.975256" - d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" - transform="matrix(0.7017364,0,0,0.7017364,-0.2848107,0.2928127)" /> - <path - style="fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient3396);stroke-width:0.99999987999999995;stroke-miterlimit:4;stroke-opacity:1" - d="M 7.5,6.5000001 C 7.5,7.6040001 6.6040006,8.5000002 5.5000006,8.5000002 C 4.3960003,8.5000002 3.4999999,7.6040001 3.4999999,6.5000001 C 3.4999999,5.3959999 4.3960003,4.5 5.5000006,4.5 C 6.6040006,4.5 7.5,5.3959999 7.5,6.5000001 z" - id="path3154" /> - <path - sodipodi:type="arc" - style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path2172" - sodipodi:cx="9.7069349" - sodipodi:cy="9.6526775" - sodipodi:rx="1.0259361" - sodipodi:ry="1.9413869" - d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" - transform="matrix(0.9747194,0,0,0.5150957,-3.4615376,2.0279472)" /> - <path - sodipodi:type="arc" - style="fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient3404);stroke-width:0.70564497000000004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3152" - sodipodi:cx="9.7069349" - sodipodi:cy="9.6526775" - sodipodi:rx="1.0259361" - sodipodi:ry="1.9413869" - d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" - transform="matrix(1.9494389,0,0,1.0301914,-8.4230764,-3.4441052)" /> - <path - sodipodi:type="arc" - style="opacity:0.75;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:0.85073602000000004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path2259" - sodipodi:cx="8.3258924" - sodipodi:cy="9.2232141" - sodipodi:rx="1.2276785" - sodipodi:ry="1.7410715" - d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" - transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196421,1.6361947,-7.2342213)" - sodipodi:start="3.5782199" - sodipodi:end="5.6135639" - sodipodi:open="true" /> - <path - sodipodi:type="arc" - style="opacity:0.75;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:0.85073620000000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path2261" - sodipodi:cx="8.3258924" - sodipodi:cy="9.2232141" - sodipodi:rx="1.2276785" - sodipodi:ry="1.7410715" - d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" - transform="matrix(-1.4017777,0.3494645,0.2648498,0.9196416,14.363806,-7.2342154)" - sodipodi:start="3.5782199" - sodipodi:end="5.6135639" - sodipodi:open="true" /> - <path - sodipodi:type="arc" - style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3346" - sodipodi:cx="9.7069349" - sodipodi:cy="9.6526775" - sodipodi:rx="1.0259361" - sodipodi:ry="1.9413869" - d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" - transform="matrix(0.9747195,0,0,0.5150957,0.5384613,2.0279474)" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:none;fill-opacity:1;stroke:url(#radialGradient3384);stroke-width:2.21672367999999986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path3367" - sodipodi:cx="11.806158" - sodipodi:cy="10.983024" - sodipodi:rx="9.975256" - sodipodi:ry="9.975256" - d="M 20.502108,15.870372 A 9.975256,9.975256 0 0 1 3.0363724,15.736611" - transform="matrix(0.4511163,0,0,0.4511162,2.6740503,3.0453797)" - sodipodi:start="0.51202919" - sodipodi:end="2.6448802" - sodipodi:open="true" /> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + inkscape:label="22x22" + y="-0.90471238" + x="-0.90471238" + height="17.809425" + width="17.809425" + id="rect6749" + style="opacity:0;fill:#d3d7cf;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + transform="matrix(0.751736,0,0,0.751736,-0.8751144,-0.2563346)" + d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" + sodipodi:ry="9.975256" + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17960" + style="opacity:1;fill:#e37d0a;fill-opacity:1;stroke:url(#linearGradient20929);stroke-width:1.33355497999999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + transform="matrix(0.6516124,0,0,0.6516124,0.3069616,0.8433261)" + d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z" + sodipodi:ry="9.975256" + sodipodi:rx="9.975256" + sodipodi:cy="10.983024" + sodipodi:cx="11.806158" + id="path17964" + style="opacity:1;fill:url(#radialGradient20931);fill-opacity:1;stroke:url(#linearGradient20933);stroke-width:1.53465486;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + id="path17966" + d="M 8.5000003,6.7451615 C 8.5000003,7.9844904 7.3800023,8.9903231 6.0000012,8.9903231 C 4.6200001,8.9903231 3.5000004,7.9844904 3.5000004,6.7451615 C 3.5000004,5.5058325 4.6200001,4.5000005 6.0000012,4.5000005 C 7.3800023,4.5000005 8.5000003,5.5058325 8.5000003,6.7451615 z" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20942);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" /> + <path + sodipodi:nodetypes="cscsc" + id="path17974" + d="M 12,10 C 11.849363,11.840243 9.9230553,13 8.0000003,13 C 6.0769461,13 4.2780558,12.095082 4,10 C 4.8429975,11.109108 6.3235548,12.028463 8.0000003,12.028463 C 9.6764449,12.028464 11.157002,11.109108 12,10 z" + style="opacity:1;fill:#833a00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" /> + <path + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(1.4017776,0.3494647,-0.2648498,0.9196422,0.6361947,-7.2342221)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17976" + style="opacity:1;fill:none;fill-opacity:1;stroke:#c05e00;stroke-width:0.85073596;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:open="true" + sodipodi:end="5.6135639" + sodipodi:start="3.5782199" + transform="matrix(-1.4017775,0.3494645,0.2648497,0.9196415,15.363805,-7.2342146)" + d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499" + sodipodi:ry="1.7410715" + sodipodi:rx="1.2276785" + sodipodi:cy="9.2232141" + sodipodi:cx="8.3258924" + id="path17978" + style="opacity:1;fill:none;fill-opacity:1;stroke:#b65a00;stroke-width:0.85073632;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + <a + style="opacity:1;display:inline;enable-background:new" + id="a22276" + transform="matrix(0.9944816,0,0,0.9130993,-5.9074188,-3.2856548)"> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient20915);stroke-width:1.04940391;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" + d="M 18.5,11 C 18.5,12.38 17.380001,13.5 16,13.5 C 14.62,13.5 13.5,12.38 13.5,11 C 13.5,9.62 14.62,8.5 16,8.5 C 17.380001,8.5 18.5,9.62 18.5,11 z" + id="path22835" /> + </a> + <path + transform="matrix(0.9747196,0,0,0.5150957,-2.4615398,2.0279474)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path17968" + style="opacity:1;fill:url(#linearGradient11160);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + transform="matrix(-0.9747196,0,0,0.5150957,18.46154,2.0279474)" + d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z" + sodipodi:ry="1.9413869" + sodipodi:rx="1.0259361" + sodipodi:cy="9.6526775" + sodipodi:cx="9.7069349" + id="path11156" + style="opacity:1;fill:url(#linearGradient11158);fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + sodipodi:type="arc" /> + </g> </svg>