Mercurial > pidgin
changeset 15379:959b753fc926
New smileys
line wrap: on
line diff
--- a/configure.ac Sun Jan 21 22:58:02 2007 +0000 +++ b/configure.ac Mon Jan 22 08:37:53 2007 +0000 @@ -1890,9 +1890,11 @@ pidgin/pixmaps/Makefile pidgin/pixmaps/buddy_icons/Makefile pidgin/pixmaps/buddy_icons/qq/Makefile - pidgin/pixmaps/smileys/Makefile - pidgin/pixmaps/smileys/default/Makefile - pidgin/pixmaps/smileys/none/Makefile + pidgin/pixmaps/emotes/Makefile + pidgin/pixmaps/emotes/default/Makefile + pidgin/pixmaps/emotes/default/22/Makefile + pidgin/pixmaps/emotes/default/scalable/Makefile + pidgin/pixmaps/emotes/none/Makefile pidgin/pixmaps/status/Makefile pidgin/pixmaps/status/default/Makefile pidgin/plugins/Makefile
--- a/pidgin/pixmaps/Makefile.am Sun Jan 21 22:58:02 2007 +0000 +++ b/pidgin/pixmaps/Makefile.am Mon Jan 22 08:37:53 2007 +0000 @@ -1,4 +1,4 @@ -SUBDIRS = buddy_icons smileys status +SUBDIRS = buddy_icons emotes status EXTRA_DIST = \ about_menu.png \
--- a/pidgin/pixmaps/Makefile.mingw Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Gaim pixmaps -# - -GAIM_TOP := ../.. -include $(GAIM_TOP)/libpurple/win32/global.mak - -datadir := $(GAIM_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install - -install: - if test '$(SUBDIRS)'; then \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - $(MAKE) -C $$subdir -f $(GAIM_WIN32_MAKEFILE) install; \ - done; \ - fi; - if test '$(gaimbuttonpix_DATA)'; then \ - mkdir -p $(gaimbuttonpixdir); \ - cp $(gaimbuttonpix_DATA) $(gaimbuttonpixdir); \ - fi; - if test '$(gaimdialogpix_DATA)'; then \ - mkdir -p $(gaimdialogpixdir); \ - cp $(gaimdialogpix_DATA) $(gaimdialogpixdir); \ - fi; - if test '$(gaimiconpix_DATA)'; then \ - mkdir -p $(gaimiconpixdir); \ - cp $(gaimiconpix_DATA) $(gaimiconpixdir); \ - fi; - if test '$(gaimdistpix_DATA)'; then \ - mkdir -p $(gaimdistpixdir); \ - cp $(gaimdistpix_DATA) $(gaimdistpixdir); \ - fi; - if test '$(distpixmap_DATA)'; then \ - mkdir -p $(distpixmapdir); \ - cp $(distpixmap_DATA) $(distpixmapdir); \ - fi; -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/THEMES-HOWTO Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,32 @@ +Gaim Smiley Themes Documentation +Sean M. Egan +5 Jan 2003 + +Version 0.60 of Gaim brings up all themable smileys. In the preferences dialog, a user can choose from a selection of looks his smileys will take. This guide is to serve as a reference to those interested in creating third-party smiley themes. + +Your theme should be contained in a single directory. This directory will be installed in the Gaim smiley theme directory ($HOME/.gaim/smileys/). This directory will contain a file called `theme' that specifies the theme metadata and image files that are used by the theme. The format of the `theme' file is as follows. + +The beginning of the file contains some metainformation about the theme in the format + +Key=Value + +Valid keys include: +Name - Name of the theme +Description - Description of the theme +Icon - An image used to represent the theme in the theme selector UI +Author - The author's name + +Following this meta-information are "sml" groups. A "sml" group is a group of smileys that will be shown together. For example, each protocol has its own "sml" group (MSN, Yahoo, Gadu-Gadu, etc.). The name of the group is surrounded in square brackets, and each line beneath it (until the next sml group or the end of the file) defines a smiley. +Each line of the group starts with a filename of the icon followed by a space-delimited list of the characters that represent it. + +Example: +[AIM/ICQ] +smiley.png :) :-) + +In the smiley selector UI, each icon will only be shown once, and the first string representing it will be used. To keep a smiley out of the selector altogether, make the first two characters of the line "! " followed by the filename and emoticons. + +As of 2.0.0beta2, spaces and backslashes in the "list of characters" (see above) must be escaped by prepending them with a backslash. For example, to define a smiley that is represented by ":-/" and ":-\", use: + +[AIM/ICQ] +think.png :-/ :-\\ +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/22/Makefile.am Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,166 @@ +SMILEYS = act-up.png \ + airplane.png \ + alien.png \ + angel.png \ + angry.png \ + arrogant.png \ + bad.png \ + bashful.png \ + beat-up.png \ + beauty.png \ + beer.png \ + blowkiss.png \ + bomb.png \ + bowl.png \ + boy.png \ + brb.png \ + bye.png \ + cake.png \ + camera.png \ + can.png \ + car.png \ + cat.png \ + chicken.png \ + clap.png \ + clock.png \ + cloudy.png \ + clover.png \ + clown.png \ + coffee.png \ + coins.png \ + computer.png \ + confused.png \ + console.png \ + cowboy.png \ + cow.png \ + crying.png \ + curl-lip.png \ + curse.png \ + cute.png \ + dance.png \ + dazed.png \ + desire.png \ + devil.png \ + disapointed.png \ + disdain.png \ + doctor.png \ + dog.png \ + doh.png \ + dont-know.png \ + drink.png \ + drool.png \ + eat.png \ + embarrassed.png \ + excruciating.png \ + eyeroll.png \ + film.png \ + fingers-crossed.png \ + flag.png \ + freaked-out.png \ + ghost.png \ + girl.png \ + glasses-cool.png \ + glasses-nerdy.png \ + go-away.png \ + good.png \ + hammer.png \ + handcuffs.png \ + handshake.png \ + highfive.png \ + hug-left.png \ + hug-right.png \ + hungry.png \ + hypnotized.png \ + in-love.png \ + island.png \ + jump.png \ + kiss.png \ + knife.png \ + lamp.png \ + lashes.png \ + laugh.png \ + liquor.png \ + love-over.png \ + love.png \ + lying.png \ + mail.png \ + mean.png \ + meeting.png \ + mobile.png \ + monkey.png \ + moon.png \ + msn-away.png \ + msn-busy.png \ + msn_online.png \ + msn.png \ + musical-note.png \ + neutral.png \ + party.png \ + peace.png \ + phone.png \ + pig.png \ + pill.png \ + pissed-off.png \ + pizza.png \ + plate.png \ + poop.png \ + pray.png \ + present.png \ + pumpkin.png \ + qq.png \ + question.png \ + quiet.png \ + rainbow.png \ + rain.png \ + rose-dead.png \ + rose.png \ + sad.png \ + sarcastic.png \ + search.png \ + secret.png \ + shame.png \ + sheep.png \ + shock.png \ + shut-mouth.png \ + sick.png \ + sigarette.png \ + silly.png \ + skeleton.png \ + sleepy.png \ + smile-big.png \ + smile.png \ + smirk.png \ + snail.png \ + snicker.png \ + snowman.png \ + soccerball.png \ + soldier.png \ + star.png \ + starving.png \ + struggle.png \ + sun.png \ + sweat.png \ + teeth.png \ + terror.png \ + thinking.png \ + thunder.png \ + tongue.png \ + tremble.png \ + turtle.png \ + tv.png \ + umbrella.png \ + vampire.png \ + victory.png \ + watermelon.png \ + weep.png \ + wilt.png \ + wink.png \ + yawn.png \ + yin-yang.png + +pidginsmileypixdir = $(datadir)/pixmaps/gaim/smileys/default +pidginsmileypix_DATA = \ + $(SMILEYS) \ + theme + +EXTRA_DIST = $(pidginsmileypix_DATA)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/22/theme Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,274 @@ +Name=Default +Description=Emotes from each protocol's official client, restyled. +Icon=smile.png +Author=Hylke Bons + +[default] +smile.png :) +smile-big.png :-D :-d :D :d +sad.png :-( :( +wink.png ;-) ;) +tongue.png :-P :-p +shock.png =-O =-o +kiss.png :-* +glasses-cool.png 8-) +embarrassed.png :-[ +crying.png :'( +thinking.png :-/ :-\\ +angel.png O:-) +shut-mouth.png :-X + +[MSN] +smile.png :) +smile-big.png :-D :-d :D :d +shock.png :-O :-o :O :o +tongue.png :-P :-p :P :p +wink.png ;-) ;) +sad.png :-( :( +confused.png :-S :-s :S :s +disapointed.png :-| :| +crying.png :'-( :'( +embarrassed.png :-$ :$ +glasses-cool.png (H) (h) +angry.png :-@ :@ >:-( >:( +angel.png (A) (a) +devil.png (6) +quiet.png :-# :# +teeth.png 8o| +glasses-nerdy.png 8-) +sarcastic.png ^o( +secret.png :-* +sick.png +o( +dont-know.png :^) +thinking.png *-) +party.png <:O) <:o) +disdain.png +sleepy.png |-) +coffee.png (C) (c) +good.png (Y) (y) +bad.png (N) (n) +beer.png (B) (b) +drink.png (D) (d) +boy.png (Z) (z) +girl.png (X) (x) +hug-left.png ({) +hug-right.png (}) +vampire.png :[ :-[ +cake.png (^) +love.png (L) (l) +love-over.png (U) (u) +kiss.png (K) (k) +present.png (G) (g) +rose.png (F) (f) +rose-dead.png (W) (w) +camera.png (P) (p) +film.png (~) +cat.png (@) +dog.png (&) +phone.png (T) (t) +lamp.png (I) (i) +musical-note.png (8) +moon.png (S) (s) +star.png (*) +mail.png (E) (e) +clock.png (O) (o) +msn.png (M) (m) +snail.png (SN) (sn) +sheep.png (BAH) (bah) +plate.png (PL) (pl) +bowl.png (||) +pizza.png (PI) (pi) +soccerball.png (SO) (so) +car.png (AU) (au) +airplane.png (AP) (ap) +umbrella.png (UM) (um) +island.png (IP) (ip) +computer.png (CO) (co) +mobile.png (MP) (mp) +rain.png (ST) (st) +thunder.png (LI) (li) +coins.png (MO) (mo) + +[QQ] +shock.png /惊讶 /:O /jy /surprised +curl-lip.png /撇嘴 /:~ /pz /curl_lip +desire.png /色 /:* /se /desire +dazed.png /发呆 /:| /dazed +party.png /得意 /8-) /dy /revel (to revel in) +crying.png /:< /ll /cry +bashful.png /害羞 /:$ /hx /bashful +shut-mouth.png /闭嘴 /:X /bz /shut_mouth +sleepy.png /睡 /:Z /shui /sleep +weep.png /大哭 /:'( /dk /weep +embarrassed.png /尴尬 /:-| /gg /embarassed +pissed-off.png /发怒 /:@ /fn /pissed_off +act-up.png /调皮 /:P /tp /act_up +smile-big.png /呲牙 /:D /cy /toothy_smile +smile.png /微笑 /:) /wx /small_smile +sad.png /难过 /:( /ng /sad +glasses-cool.png /酷 /:+ /kuk /cool +doctor.png /非典 /:# /feid /SARS +silly.png /抓狂 /:Q /zk /crazy +sick.png /吐 /:T /tu /vomit +snicker.png /偷笑 /;p /tx /titter (snicker) +cute.png /可爱 /;-D /ka /cute +disdain.png /白眼 /;d /by /disdain +arrogant.png /傲慢 /;o /am /arrogant +starving.png /饥饿 /:g /jie /starving +yawn.png /困 /|-) /kun /sleepy +terror.png /惊恐 /:! /jk /terror +sweat.png /流汗 /:L /sweat +smirk.png /憨笑 /:> /hanx /smirk +soldier.png /大兵 /:; /db /soldier +struggle.png /奋斗 /;f /fendou /struggle +curse.png /咒骂 /:-S /zhm /curse (swear) +question.png /疑问 /? /yiw /question (confused) +quiet.png /嘘... /;x /xu /shh +hypnotized.png /晕 /;@ /yun /dizzy +excruciating.png /折磨 /:8 /zhem /excrutiating +freaked-out.png /衰 /;! /shuai /freaked_out (pissed off) +skeleton.png /骷髅 /!!! /kl /skeleton +hammer.png /敲打 /xx /qiao /hammer +bye.png /再见 /bye /zj /bye +go-away.png /闪人 /go /shan /go (going somewhere) +tremble.png /发抖 /shake /fad /shake (tremble) +in-love.png /爱情 /love /aiq /love +jump.png /跳 /jump /tiao /jump +search.png /找 /find /zhao /search +lashes.png /美眉 /& /mm /beautiful_eyebrows (synonym for beauty) +pig.png /猪头 /pig /zt /pig +cat.png /猫咪 /cat /mm /cat +dog.png /小狗 /dog /xg /dog +hug-left.png /拥抱 /hug /yb /hug +coins.png /钱 /$ /qianc /money +lamp.png /灯泡 /! /dp /lightbulb +bowl.png /酒杯 /cup /bei /cup +cake.png /蛋糕 /cake /dg /cake +thunder.png /闪电 /li /shd /lightning +bomb.png /炸弹 /bome /zhd /bomb +knife.png /刀 /kn /dao /knife +soccerball.png /足球 /footb /zq /soccer +musical-note.png /音乐 /music /yy /music +poop.png /便便 /shit /bb /shit +coffee.png /咖啡 /coffee /kf /coffee +eat.png /饭 /eat /fan /eat +pill.png /药丸 /pill /yw /pill +rose.png /玫瑰 /rose /mg /rose +wilt.png /凋谢 /fade /dx /wilt +kiss.png /吻 /kiss /wen /kiss +love.png /爱心 /heart /xin /heart +love-over.png /心碎 /break /xs /broken_heart +meeting.png /会议 /meeting /hy /meeting +present.png /礼物 /gift /lw /gift +phone.png /电话 /phone /dh /phone +clock.png /时间 /time /sj /time +mail.png /邮件 /email /yj /email +tv.png /电视 /TV /ds /TV +sun.png /太阳 /sun /ty /sun +moon.png /月亮 /moon /yl /moon +good.png /强 /strong /qiang /thumbs_up +bad.png /弱 /weak /ruo /thumbs_down +handshake.png /握手 /share /ws /handshake +victory.png /胜利 /v /shl /victory +beauty.png /美女 /<J> /mn /beauty (noun) +qq.png /Q仔 /<QQ> /qz /qq (QQ's penguin logo) +blowkiss.png /飞吻 /<L> /fw /blow_kiss +angry.png /怄火 /<O> /oh /angry +liquor.png /白酒 /<B> /bj /baijiu (a type of Chinese liquor) +can.png /汽水 /<U> /qsh /soda +watermelon.png /西瓜 /<W> /xigua /watermelon +rain.png /下雨 /<!!> /xy /rain +cloudy.png /多云 /<~> /duoy /cloudy +snowman.png /雪人 /<Z> /xr /snowman +star.png /星星 /<*> /xixing /star +girl.png /女 /<00> /nv /woman +boy.png /男 /<11> /nan /man + + +[YAHOO] +angel.png o:-) O:-) 0:-) +angry.png X-( x-( X( x( +lashes.png ;;) +smile-big.png :D :-D :d :-d +embarrassed.png :"> +bye.png =; +clap.png =D> =d> +clown.png :o) :O) :0) +crying.png :(( :-(( +devil.png >:) +doh.png #-o #-O +drool.png =P~ =p~ +sarcastic.png /:) /:-) +eyeroll.png 8-| +glasses-nerdy.png :-B :-b +kiss.png :* :-* +laugh.png :)) :-)) +love.png :x :-x :X :-X +mean.png :> :-> +neutral.png :| :-| +shock.png :O :-O :o :-o +question.png :-\\ :-/ +sad.png :( :-( +quiet.png :-$ [-( +sick.png :-& +silly.png 8-} +sleepy.png I-) |-) +smile.png :-) :) (: (-: +glasses-cool.png B-) b-) +yawn.png (:| +thinking.png :-? +tongue.png :-p :-P :p :P +wink.png ;-) ;) +confused.png :-s :-S + +# These are supposed to be hidden. + +alien.png =:) =:-) >-) +beat-up.png b-( B-( +chicken.png ~:> +coffee.png ~o) ~O) +cow.png 3:-0 3:-O 3:-o +cowboy.png <):) +dance.png \\:D/ \\:d/ +rose.png @};- +don't-know.png :-L :-l +ghost.png 8-X 8-x +hug-left.png >:D< >:d< +hypnotized.png @-) +lamp.png *-:) +lying.png :^o :^O +monkey.png :(|) +coins.png $-) +peace.png :)>- +pig.png :@) +pray.png [-o< [-O< +pumpkin.png (~~) +shame.png [-X [-x +flag.png **== +clover.png %%- +musical-note.png :-" + +# These only work in a certain IMvironment + +#yahoo_malefighter1.gif o-> O-> +#yahoo_malefighter2.gif o=> O=> +#yahoo_femalefighter.gif o-+ O-+ +#ying-yan.png (%) + +# New in Yahoo 6 + +#love-over.png =(( +#yahoo_sweating.gif #:-S #:-s +#yahoo_rotfl.gif =)) +#yahoo_loser.gif L-) l-) +#party.png <:-P <:-p +#yahoo_nailbiting.gif :-SS :-Ss :-sS :-ss +#yahoo_waiting.gif :-w :-W +#yahoo_sighing.gif :-< +#yahoo_madtongue.gif >:P >:p +#yahoo_waving.gif >:/ +#yahoo_giggle.gif ;)) +#yahoo_talktohand.gif :-@ +#yahoo_worship.gif ^:)^ +#yahoo_youkiddingme.gif :-j :-J +#star.png (*)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/Makefile.am Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,154 @@ +EXTRA_DIST = act-up.svg \ + airplane.svg \ + alien.svg \ + angel.svg \ + angry.svg \ + arrogant.svg \ + bad.svg \ + bashful.svg \ + beat-up.svg \ + beauty.svg \ + beer.svg \ + blowkiss.svg \ + bomb.svg \ + bowl.svg \ + boy.svg \ + brb.svg \ + bye.svg \ + cake.svg \ + camera.svg \ + can.svg \ + car.svg \ + cat.svg \ + chicken.svg \ + clap.svg \ + clock.svg \ + cloudy.svg \ + clover.svg \ + clown.svg \ + coffee.svg \ + coins.svg \ + computer.svg \ + confused.svg \ + console.svg \ + cow.svg \ + crying.svg \ + curl-lip.svg \ + curse.svg \ + cute.svg \ + dance.svg \ + dazed.svg \ + desire.svg \ + devil.svg \ + disapointed.svg \ + disdain.svg \ + doctor.svg \ + dog.svg \ + doh.svg \ + dont-know.svg \ + drink.svg \ + drool.svg \ + eat.svg \ + embarrassed.svg \ + excruciating.svg \ + eyeroll.svg \ + film.svg \ + fingers-crossed.svg \ + flag.svg \ + freaked-out.svg \ + ghost.svg \ + girl.svg \ + glasses-cool.svg \ + glasses-nerdy.svg \ + go-away.svg \ + good.svg \ + hammer.svg \ + handcuffs.svg \ + handshake.svg \ + highfive.svg \ + hug-left.svg \ + hug-right.svg \ + hypnotized.svg \ + in-love.svg \ + island.svg \ + jump.svg \ + knife.svg \ + lamp.svg \ + lashes.svg \ + laugh.svg \ + liquor.svg \ + love-over.svg \ + love.svg \ + lying.svg \ + mail.svg \ + mean.svg \ + meeting.svg \ + mobile.svg \ + monkey.svg \ + moon.svg \ + msn-away.svg \ + msn-busy.svg \ + msn_online.svg \ + msn.svg \ + musical-note.svg \ + neutral.svg \ + party.svg \ + peace.svg \ + phone.svg \ + pig.svg \ + pill.svg \ + pissed-off.svg \ + pizza.svg \ + plate.svg \ + poop.svg \ + pray.svg \ + present.svg \ + question.svg \ + quiet.svg \ + rainbow.svg \ + rain.svg \ + rose-dead.svg \ + rose.svg \ + sad.svg \ + sarcastic.svg \ + search.svg \ + secret.svg \ + shame.svg \ + sheep.svg \ + shock.svg \ + shut-mouth.svg \ + sick.svg \ + sigarette.svg \ + silly.svg \ + skeleton.svg \ + sleepy.svg \ + smile-big.svg \ + smile.svg \ + smirk.svg \ + snail.svg \ + snicker.svg \ + snowman.svg \ + soccerball.svg \ + soldier.svg \ + star.svg \ + starving.svg \ + struggle.svg \ + sun.svg \ + sweat.svg \ + teeth.svg \ + terror.svg \ + thinking.svg \ + thunder.svg \ + tongue.svg \ + tremble.svg \ + turtle.svg \ + tv.svg \ + umbrella.svg \ + vampire.svg \ + victory.svg \ + watermelon.svg \ + weep.svg \ + wilt.svg \ + wink.svg \ + yawn.svg \ + yin-yang.svg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/act-up.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,179 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="act-up.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/act-up.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.426021" + inkscape:cy="13.433768" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#204a87" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,15.033942 12,15.033942 C 14.095556,15.033943 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,6.000258 C 14.679329,6.007089 14.745122,6.030186 14.781988,6.041921 C 14.83072,6.05969 14.922307,6.099265 14.969194,6.125247 C 15.56061,6.481805 15.998827,7.493797 15.998827,8.666696 C 15.998827,8.781686 16.006772,8.888833 15.998827,9 C 15.897529,8.184362 15.385047,7.540062 14.781988,7.37514 C 14.732834,7.363406 14.645467,7.338632 14.594782,7.333477 C 14.569268,7.331748 14.527013,7.333477 14.501179,7.333477 C 14.475344,7.333477 14.43309,7.331748 14.407576,7.333477 C 14.356891,7.338632 14.269524,7.363406 14.22037,7.37514 C 13.617311,7.540062 13.104829,8.184362 13.003531,9 C 12.995586,8.888833 13.003531,8.781686 13.003531,8.666696 C 13.003531,7.493797 13.441747,6.481805 14.033164,6.125247 C 14.080051,6.099265 14.171638,6.05969 14.22037,6.041921 C 14.269524,6.026274 14.356891,6.007131 14.407576,6.000258 C 14.43309,5.997952 14.475344,6.000258 14.501179,6.000258 C 14.527013,6.000258 14.569268,5.997952 14.594782,6.000258 C 14.607453,6.001976 14.629002,5.99798 14.641583,6.000258 z " + id="path1536" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,6.000258 C 9.3206704,6.007089 9.2548774,6.030186 9.2180114,6.041921 C 9.1692794,6.05969 9.0776924,6.099265 9.0308054,6.125247 C 8.4393894,6.481805 8.0011724,7.493797 8.0011724,8.666696 C 8.0011724,8.781686 7.9932274,8.888833 8.0011724,9 C 8.1024704,8.184362 8.6149524,7.540062 9.2180114,7.37514 C 9.2671654,7.363406 9.3545324,7.338632 9.4052174,7.333477 C 9.4307314,7.331748 9.4729864,7.333477 9.4988204,7.333477 C 9.5246554,7.333477 9.5669094,7.331748 9.5924234,7.333477 C 9.6431084,7.338632 9.7304754,7.363406 9.7796294,7.37514 C 10.382688,7.540062 10.895171,8.184362 10.996469,9 C 11.004414,8.888833 10.996469,8.781686 10.996469,8.666696 C 10.996469,7.493797 10.558253,6.481805 9.9668354,6.125247 C 9.9199484,6.099265 9.8283614,6.05969 9.7796294,6.041921 C 9.7304754,6.026274 9.6431084,6.007131 9.5924234,6.000258 C 9.5669094,5.997952 9.5246554,6.000258 9.4988204,6.000258 C 9.4729864,6.000258 9.4307314,5.997952 9.4052174,6.000258 C 9.3925464,6.001976 9.3709974,5.99798 9.3584164,6.000258 z " + id="path2423" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/airplane.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="airplane.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/airplane.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2213"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2215" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2217" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2213" + id="linearGradient2219" + x1="10.209924" + y1="2.1092532" + x2="10.209924" + y2="17.195154" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="22.906096" + inkscape:cy="16.707667" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#75507b" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.7376571,2.4992571 C 6.8386253,5.4843976 7.9395935,8.4695381 9.0405617,11.454679 C 7.274858,11.454679 5.5091543,11.454679 3.7434506,11.454679 C 3.0371692,10.508171 1.9975602,9.2539759 1.2912788,8.3074681 C 2.0693231,9.593114 2.6099576,11.034278 2.5483529,12.503556 C 2.5666572,14.050859 1.9297462,15.364699 1.3717656,16.793622 C 2.1611389,15.493474 3.0787152,14.783059 3.8680885,13.482911 C 5.6026327,13.482911 7.3371769,13.482911 9.0717211,13.482911 C 7.9603664,16.488854 6.8490117,19.494797 5.7376571,22.50074 C 6.7567215,22.50074 7.7757859,22.50074 8.7948503,22.50074 C 10.644948,19.494797 12.495046,16.488854 14.345144,13.482911 C 16.764743,13.478232 19.184751,13.492295 21.604092,13.475835 C 22.6426,13.429228 22.81982,11.733359 21.784787,11.517086 C 20.708932,11.3826 19.608309,11.488268 18.522104,11.454679 C 17.076664,11.454679 15.631223,11.454679 14.185782,11.454679 C 12.388805,8.4695381 10.591828,5.4843976 8.7948503,2.4992571 C 7.7757859,2.4992571 6.7567215,2.4992571 5.7376571,2.4992571 z " + id="path2203" + sodipodi:nodetypes="ccccccccccccccccc" /> + <path + style="fill:#75507b;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.00000072;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.7376571,2.4999827 C 6.8386253,5.4849112 7.9395935,8.4698398 9.0405617,11.454769 C 7.274858,11.454769 5.5091543,11.454769 3.7434506,11.454769 C 3.0371692,10.508328 1.9975602,9.2542219 1.2912788,8.3077813 C 2.0693231,9.5933359 2.6099576,11.034397 2.5483529,12.503571 C 2.5666572,14.050765 1.9297462,15.364511 1.3717656,16.793333 C 2.1611389,15.493277 3.0787152,14.782912 3.8680885,13.482857 C 5.6026327,13.482857 7.3371769,13.482857 9.0717211,13.482857 C 7.9603664,16.488586 6.8490117,19.494316 5.7376571,22.500046 C 6.7567215,22.500046 7.7757859,22.500046 8.7948503,22.500046 C 10.644948,19.494316 12.495046,16.488586 14.345144,13.482857 C 16.764743,13.478178 19.184751,13.49224 21.604092,13.475781 C 22.6426,13.429177 22.81982,11.733429 21.784787,11.517171 C 20.708932,11.382695 19.608309,11.488355 18.522104,11.454769 C 17.076664,11.454769 15.631223,11.454769 14.185782,11.454769 C 12.388805,8.4698398 10.591828,5.4849112 8.7948503,2.4999827 C 7.7757859,2.4999827 6.7567215,2.4999827 5.7376571,2.4999827 z " + id="rect1317" + sodipodi:nodetypes="ccccccccccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.95919794" + inkscape:original="M 5.75 2.5 C 6.8509682 5.4849286 7.9302818 8.4838208 9.03125 11.46875 C 7.2655463 11.46875 5.5157037 11.46875 3.75 11.46875 C 3.0437186 10.522309 1.9875314 9.2589406 1.28125 8.3125 C 2.0592943 9.5980547 2.6241047 11.030826 2.5625 12.5 C 2.5808042 14.047194 1.9329806 15.352428 1.375 16.78125 C 2.1643733 15.481194 3.0856267 14.768805 3.875 13.46875 C 5.6095442 13.46875 7.3279558 13.46875 9.0625 13.46875 C 7.9511453 16.474479 6.8613546 19.49427 5.75 22.5 C 6.7690644 22.5 7.7621856 22.5 8.78125 22.5 C 10.631348 19.49427 12.493652 16.474479 14.34375 13.46875 C 16.763349 13.464071 19.174409 13.485209 21.59375 13.46875 C 22.632258 13.422146 22.816283 11.747508 21.78125 11.53125 C 20.705396 11.396774 19.617455 11.502336 18.53125 11.46875 C 17.08581 11.46875 15.632941 11.46875 14.1875 11.46875 C 12.390523 8.4838207 10.578228 5.4849285 8.78125 2.5 C 7.7621856 2.5000001 6.7690644 2.5 5.75 2.5 z " + xlink:href="#rect1317" + style="fill:url(#linearGradient2219);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1;opacity:0.5" + id="path2221" + inkscape:href="#rect1317" + d="M 7.125,3.46875 C 8.0617422,6.023949 8.9986769,8.5794959 9.9375,11.125 C 10.055469,11.422785 10.017032,11.759802 9.8350402,12.023376 C 9.6530483,12.28695 9.3515146,12.442305 9.03125,12.4375 C 7.2655463,12.4375 5.5157037,12.4375 3.75,12.4375 C 3.664235,12.428005 3.5801431,12.406982 3.5,12.375 C 3.4993007,12.418931 3.5328754,12.455891 3.53125,12.5 C 3.5313822,12.511177 3.5311746,12.520102 3.53125,12.53125 C 3.5313254,12.542398 3.531231,12.55138 3.53125,12.5625 C 3.6410414,12.5208 3.7575569,12.499615 3.875,12.5 C 5.6095442,12.5 7.3279558,12.5 9.0625,12.5 C 9.3827646,12.495195 9.6842983,12.65055 9.8662902,12.914124 C 10.048282,13.177698 10.086719,13.514715 9.96875,13.8125 C 9.0198759,16.378973 8.0718228,18.955124 7.125,21.53125 C 7.4984367,21.53125 7.874574,21.53125 8.25,21.53125 C 10.006158,18.678531 11.776798,15.819292 13.53125,12.96875 C 13.702015,12.681712 14.009782,12.504153 14.34375,12.5 C 16.738792,12.495368 19.121733,12.515234 21.5,12.5 C 21.505938,12.485557 21.497759,12.490534 21.5,12.46875 C 20.599334,12.37696 19.610229,12.471832 18.5,12.4375 C 17.05456,12.4375 15.632941,12.4375 14.1875,12.4375 C 13.853532,12.433347 13.545765,12.255788 13.375,11.96875 C 11.672387,9.1403665 9.9551136,6.300149 8.25,3.46875 C 7.874574,3.46875 7.4984367,3.46875 7.125,3.46875 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/alien.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="alien.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/alien.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.617629" + inkscape:cy="13.873405" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ce5c00" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="opacity:1;fill:#8ae234;fill-opacity:1;stroke:#4e9a06;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.375 1.46875 C 5.3672119 1.4693472 5.3515171 1.4992347 5.34375 1.5 C 5.3205233 1.5028014 5.272934 1.4956764 5.25 1.5 C 5.1815596 1.5144995 5.0948866 1.5341024 5.03125 1.5625 C 5.0172654 1.5691572 4.9823979 1.5863974 4.96875 1.59375 C 4.8946756 1.6361075 4.8104169 1.7175405 4.75 1.78125 C 4.7446434 1.7872203 4.723967 1.8063508 4.71875 1.8125 C 4.6933826 1.8441424 4.6464934 1.9013502 4.625 1.9375 C 4.6167355 1.9523226 4.6013258 1.9844499 4.59375 2 C 4.5757001 2.0397872 4.544565 2.111877 4.53125 2.15625 C 4.5041666 2.2559 4.5 2.3777747 4.5 2.5 L 4.5 6.1875 C 3.2566194 7.7935991 2.5 9.8131759 2.5 12 C 2.5 17.243336 6.7566635 21.5 12 21.5 C 17.243336 21.5 21.499999 17.243337 21.5 12 C 21.5 9.8131758 20.743381 7.7935991 19.5 6.1875 C 19.5 5.209508 19.5 4.0010341 19.5 2.53125 C 19.5 2.4398154 19.48719 2.3296544 19.46875 2.25 C 19.45972 2.2151868 19.449713 2.1574444 19.4375 2.125 C 19.408316 2.0533403 19.355475 1.9657059 19.3125 1.90625 C 19.263238 1.8417119 19.187271 1.7678556 19.125 1.71875 C 19.118664 1.7139957 19.100191 1.6920977 19.09375 1.6875 C 19.080665 1.6786184 19.044718 1.6645017 19.03125 1.65625 C 19.017602 1.6483142 18.982735 1.6323017 18.96875 1.625 C 18.954609 1.6180163 18.920682 1.6000954 18.90625 1.59375 C 18.884401 1.5847121 18.834883 1.570091 18.8125 1.5625 C 18.797475 1.5577623 18.765209 1.5353397 18.75 1.53125 C 18.63533 1.5030148 18.491822 1.4910413 18.375 1.5 C 18.32063 1.5053574 18.240089 1.5175876 18.1875 1.53125 C 18.172578 1.5354953 18.139692 1.5575691 18.125 1.5625 C 18.110434 1.5677748 18.076791 1.5877854 18.0625 1.59375 C 18.027146 1.6095264 17.970701 1.636123 17.9375 1.65625 C 17.924415 1.6646509 17.887672 1.6783967 17.875 1.6875 C 17.868773 1.6922278 17.849864 1.7138458 17.84375 1.71875 C 17.79577 1.7593983 17.726909 1.8229354 17.6875 1.875 C 17.67795 1.8883761 17.665173 1.9234021 17.65625 1.9375 C 17.626159 1.9881098 17.583873 2.0654532 17.5625 2.125 C 17.525319 2.2379762 17.5 2.3868019 17.5 2.53125 L 17.5 4.25 C 15.948061 3.1460996 14.048178 2.5 12 2.5 C 9.9518217 2.5 8.0519394 3.1460995 6.5 4.25 C 6.5 3.4761407 6.5000001 3.2034864 6.5 2.5 C 6.5 2.3780872 6.4694561 2.2571449 6.4375 2.15625 C 6.4260598 2.1232113 6.4206899 2.0619032 6.40625 2.03125 C 6.3873105 1.9936833 6.3356004 1.9400414 6.3125 1.90625 C 6.3029499 1.8930376 6.291397 1.8563521 6.28125 1.84375 C 6.276033 1.8376021 6.2553566 1.8184945 6.25 1.8125 C 6.200568 1.7599338 6.1213845 1.6962171 6.0625 1.65625 C 6.0492194 1.647683 6.0136479 1.6329358 6 1.625 C 5.9861799 1.6173809 5.9516415 1.6007337 5.9375 1.59375 C 5.9232093 1.5870851 5.8895662 1.5685253 5.875 1.5625 C 5.8603076 1.5567956 5.827422 1.5363106 5.8125 1.53125 C 5.789962 1.5241434 5.741684 1.505647 5.71875 1.5 C 5.6342589 1.4810857 5.5236115 1.4677044 5.4375 1.46875 C 5.4218625 1.4692742 5.3905763 1.4675555 5.375 1.46875 z " + id="path1307" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,1.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,7.243239,-2.099183)" /> + <image + id="image3609" + height="38" + width="38" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-40.408108" + y="-6" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4497" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,4.243239,-3.099183)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/angel.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,268 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh" + sodipodi:docname="face-angel.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-angel.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient5322"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop5324" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop5326" /> + </linearGradient> + <linearGradient + id="linearGradient3451"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3453" /> + <stop + id="stop4936" + offset="0.5" + style="stop-color:#fefc9a;stop-opacity:0.62886596;" /> + <stop + style="stop-color:#fefc9a;stop-opacity:0;" + offset="1" + id="stop3455" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3451" + id="radialGradient3468" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.166667,6.149596e-16,8.709935)" + cx="25.127777" + cy="10.451922" + fx="25.127777" + fy="10.451922" + r="15.076666" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5322" + id="radialGradient5328" + cx="2.6794336" + cy="-0.3541379" + fx="2.6794336" + fy="-0.3541379" + r="10.00003" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5322" + id="radialGradient5335" + gradientUnits="userSpaceOnUse" + cx="2.6794336" + cy="-0.3541379" + fx="2.6794336" + fy="-0.3541379" + r="10.00003" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="15.184161" + inkscape:cy="12.750058" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.7;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ada53e;stroke-width:4.14678144;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1453" + sodipodi:cx="25.127777" + sodipodi:cy="10.451922" + sodipodi:rx="15.076666" + sodipodi:ry="2.5127776" + d="M 40.204443 10.451922 A 15.076666 2.5127776 0 1 1 10.051111,10.451922 A 15.076666 2.5127776 0 1 1 40.204443 10.451922 z" + transform="matrix(0.629211,0,0,0.83181,-3.835569,-5.214862)" /> + <path + transform="matrix(0.630674,0,0,0.806942,-3.854207,-4.934096)" + d="M 40.204443 10.451922 A 15.076666 2.5127776 0 1 1 10.051111,10.451922 A 15.076666 2.5127776 0 1 1 40.204443 10.451922 z" + sodipodi:ry="2.5127776" + sodipodi:rx="15.076666" + sodipodi:cy="10.451922" + sodipodi:cx="25.127777" + id="path2472" + style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff06;stroke-width:1.40176928;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5303" + sodipodi:cx="-6.7703547" + sodipodi:cy="5.1004233" + sodipodi:rx="0.45454678" + sodipodi:ry="1.1483287" + d="M -6.315808 5.1004233 A 0.45454678 1.1483287 0 1 1 -7.2249015,5.1004233 A 0.45454678 1.1483287 0 1 1 -6.315808 5.1004233 z" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient5335);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5320" + sodipodi:cx="2.6794336" + sodipodi:cy="-0.3541379" + sodipodi:rx="10.00003" + sodipodi:ry="10.00003" + d="M 12.679463 -0.3541379 A 10.00003 10.00003 0 1 1 -7.320596,-0.3541379 A 10.00003 10.00003 0 1 1 12.679463 -0.3541379 z" + transform="translate(9.320537,2.354108)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/angry.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-angry.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-angry.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="13.984605" + inkscape:cy="11.013859" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:guide-points="false" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,17 C 16.413519,14.716235 14.403819,13 12,13 C 9.596182,13 7.586481,14.716235 7,17 C 8.053747,15.521189 9.904443,13.955598 12,13.955598 C 14.095556,13.955597 15.946253,15.521189 17,17 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.227795,8.7845774 C 10.227795,9.5861334 9.7045357,10.236672 9.0598059,10.236672 C 8.415076,10.236672 7.891817,9.5861334 7.891817,8.7845774 C 7.891817,7.9830213 7.8918174,7.7944754 7.8918174,7.3324831 C 9.3108209,7.8596275 10.227795,7.9830213 10.227795,8.7845774 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/arrogant.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="arrogant.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/arrogant.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="21.30821" + inkscape:cy="13.421094" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16.037524,14 C 18.197395,11.368995 16.377099,10 13.97328,10 C 11.569462,10 9.5597612,11.716235 8.9732802,14 C 10.027027,12.521189 11.877723,10.955598 13.97328,10.955598 C 16.068836,10.955597 16.846246,11.542604 16.037524,14 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12.353943,8.9444381 C 12.317838,8.9573953 12.249311,8.9702892 12.211517,8.9785594 C 12.160429,8.987537 12.061325,8.9990576 12.007729,9 C 11.317269,8.9869197 10.431766,8.3296174 9.8453164,7.3138571 C 9.7878214,7.2142728 9.7273674,7.1254533 9.6786644,7.0252074 C 10.17421,7.6809216 10.940182,7.9826608 11.544908,7.8239579 C 11.593343,7.8095428 11.681392,7.7873143 11.727864,7.7664361 C 11.750824,7.7551765 11.786554,7.7325516 11.808927,7.7196346 C 11.831301,7.7067171 11.868758,7.6870875 11.889989,7.6728331 C 11.931306,7.6430263 11.994581,7.5778878 12.031283,7.5431489 C 12.471086,7.0987928 12.592759,6.2845716 12.272666,5.5275594 C 12.335131,5.6198603 12.381823,5.7166248 12.439318,5.8162091 C 13.025768,6.8319694 13.152258,7.9274882 12.818355,8.531985 C 12.79074,8.5779296 12.731211,8.657996 12.697893,8.6977504 C 12.663147,8.7358781 12.597057,8.79614 12.556599,8.8274346 C 12.535656,8.8421887 12.49791,8.8613186 12.475536,8.8742361 C 12.453163,8.8871531 12.417722,8.9102777 12.394474,8.9210376 C 12.382641,8.9258853 12.365977,8.9401204 12.353943,8.9444381 z " + id="path4668" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16.675279,8.9444381 C 16.639174,8.9573953 16.570647,8.9702892 16.532853,8.9785594 C 16.481765,8.987537 16.382661,8.9990576 16.329065,9 C 15.638605,8.9869197 14.753102,8.3296174 14.166652,7.3138571 C 14.109157,7.2142728 14.048703,7.1254533 14,7.0252074 C 14.495546,7.6809216 15.261518,7.9826608 15.866244,7.8239579 C 15.914679,7.8095428 16.002728,7.7873143 16.0492,7.7664361 C 16.07216,7.7551765 16.10789,7.7325516 16.130263,7.7196346 C 16.152637,7.7067171 16.190094,7.6870875 16.211325,7.6728331 C 16.252642,7.6430263 16.315917,7.5778878 16.352619,7.5431489 C 16.792422,7.0987928 16.914095,6.2845716 16.594002,5.5275594 C 16.656467,5.6198603 16.703159,5.7166248 16.760654,5.8162091 C 17.347104,6.8319694 17.473594,7.9274882 17.139691,8.531985 C 17.112076,8.5779296 17.052547,8.657996 17.019229,8.6977504 C 16.984483,8.7358781 16.918393,8.79614 16.877935,8.8274346 C 16.856992,8.8421887 16.819246,8.8613186 16.796872,8.8742361 C 16.774499,8.8871531 16.739058,8.9102777 16.71581,8.9210376 C 16.703977,8.9258853 16.687313,8.9401204 16.675279,8.9444381 z " + id="path4674" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/bad.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="thumbs-down.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/thumbs-down.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2301"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2303" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2305" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2301" + id="linearGradient2307" + x1="26.59111" + y1="15.416265" + x2="7.7206392" + y2="10.359937" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="22.736203" + inkscape:cy="14.155824" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ce5c00" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.472149,0,0,1.478325,-4.041324,4.040207)" /> + <path + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.4272042,11.582286 C 4.4272042,12.686686 8.2753637,14.207631 8.2753637,14.207631 C 6.0744003,17.221994 5.2499662,19.703071 7.4114431,20.515302 C 9.5567582,21.321459 11.288616,15.03995 15.073934,14.506248 C 17.351839,14.18508 19.579467,12.754063 19.579467,12.754063 L 20.416696,7.290883 C 20.416696,7.290883 14.501118,3.5 9.1385252,3.5 C 7.8255591,3.5 4.4272042,6.646374 4.4272042,11.582286 z " + id="rect2277" + sodipodi:nodetypes="cczsccss" /> + <rect + style="opacity:1;fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2290" + width="2.141026" + height="0.97348154" + x="7.5069437" + y="-4.4360933" + transform="matrix(0.87548,0.483254,0.128983,-0.991647,0,0)" /> + <path + style="fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.9999972,10.170199 L 6.8360111,11.061458 L 6.9999972,9.952717 L 5.1639833,9.061458 L 4.9999972,10.170199 z " + id="rect2288" /> + <rect + style="opacity:1;fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2292" + width="2.1413293" + height="0.97405744" + x="8.2959938" + y="-2.0322208" + transform="matrix(0.875358,0.483475,0.128907,-0.991657,0,0)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0127089" + inkscape:original="M 9.125 3.5 C 7.8120341 3.5 4.4375 6.657838 4.4375 11.59375 C 4.4375001 12.69815 8.28125 14.21875 8.28125 14.21875 C 6.0802864 17.233113 5.2447731 19.687769 7.40625 20.5 C 9.551565 21.306156 11.277182 15.033702 15.0625 14.5 C 17.340405 14.178832 19.59375 12.75 19.59375 12.75 L 20.40625 7.28125 C 20.406249 7.2812499 14.487593 3.5 9.125 3.5 z " + xlink:href="#rect2277" + style="opacity:0.33000004;fill:url(#linearGradient2307);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2286" + inkscape:href="#rect2277" + d="M 8.75,3.46875 C 8.3889695,3.6044165 8.2866996,3.7348737 8.21875,3.875 C 8.1508004,4.0151263 8.1083506,4.2491275 8.1875,4.65625 C 8.3457987,5.4704949 9.0354632,6.8006073 10.09375,8.25 C 10.275883,8.5017409 10.332384,8.823154 10.247023,9.1219173 C 10.161662,9.4206806 9.9438866,9.6637291 9.65625,9.78125 C 9.65625,9.78125 8.7385508,10.142465 7.84375,10.625 C 7.3963496,10.866267 6.9590251,11.15056 6.6875,11.375 C 6.4159749,11.59944 6.4375,11.780088 6.4375,11.46875 C 6.4375,13.70592 7.2292382,15.531101 8.125,16.78125 C 8.5728809,17.406324 9.0359693,17.888418 9.4375,18.1875 C 9.8390307,18.486582 10.202705,18.5625 10.125,18.5625 C 14.62713,18.5625 19.503414,15.702478 20.3125,15.21875 L 19.65625,10.96875 C 19.152748,10.678478 17.574425,9.7977004 15.90625,9.5625 C 13.488856,9.2216652 11.998267,7.2152559 10.8125,5.65625 C 10.219616,4.8767471 9.6864056,4.1892334 9.28125,3.8125 C 9.0786722,3.6241333 8.9181899,3.5275708 8.84375,3.5 C 8.7693101,3.4724292 8.7938358,3.4522776 8.75,3.46875 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/bashful.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="bashful.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/bashful.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="20.410928" + inkscape:cy="13.314409" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,11.998975 C 14.679329,11.992144 14.745122,11.969047 14.781988,11.957312 C 14.83072,11.939543 14.922307,11.899968 14.969194,11.873986 C 15.56061,11.517428 15.998827,10.505436 15.998827,9.3325371 C 15.998827,9.2175471 16.006772,9.1104001 15.998827,8.9992331 C 15.897529,9.8148711 15.385047,10.459171 14.781988,10.624093 C 14.732834,10.635827 14.645467,10.660601 14.594782,10.665756 C 14.569268,10.667485 14.527013,10.665756 14.501179,10.665756 C 14.475344,10.665756 14.43309,10.667485 14.407576,10.665756 C 14.356891,10.660601 14.269524,10.635827 14.22037,10.624093 C 13.617311,10.459171 13.104829,9.8148711 13.003531,8.9992331 C 12.995586,9.1104001 13.003531,9.2175471 13.003531,9.3325371 C 13.003531,10.505436 13.441747,11.517428 14.033164,11.873986 C 14.080051,11.899968 14.171638,11.939543 14.22037,11.957312 C 14.269524,11.972959 14.356891,11.992102 14.407576,11.998975 C 14.43309,12.001281 14.475344,11.998975 14.501179,11.998975 C 14.527013,11.998975 14.569268,12.001281 14.594782,11.998975 C 14.607453,11.997257 14.629002,12.001253 14.641583,11.998975 z " + id="path2193" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,11.998975 C 9.3206704,11.992144 9.2548774,11.969047 9.2180114,11.957312 C 9.1692794,11.939543 9.0776924,11.899968 9.0308054,11.873986 C 8.4393894,11.517428 8.0011724,10.505436 8.0011724,9.3325371 C 8.0011724,9.2175471 7.9932274,9.1104001 8.0011724,8.9992331 C 8.1024704,9.8148711 8.6149524,10.459171 9.2180114,10.624093 C 9.2671654,10.635827 9.3545324,10.660601 9.4052174,10.665756 C 9.4307314,10.667485 9.4729864,10.665756 9.4988204,10.665756 C 9.5246554,10.665756 9.5669094,10.667485 9.5924234,10.665756 C 9.6431084,10.660601 9.7304754,10.635827 9.7796294,10.624093 C 10.382688,10.459171 10.895171,9.8148711 10.996469,8.9992331 C 11.004414,9.1104001 10.996469,9.2175471 10.996469,9.3325371 C 10.996469,10.505436 10.558253,11.517428 9.9668354,11.873986 C 9.9199484,11.899968 9.8283614,11.939543 9.7796294,11.957312 C 9.7304754,11.972959 9.6431084,11.992102 9.5924234,11.998975 C 9.5669094,12.001281 9.5246554,11.998975 9.4988204,11.998975 C 9.4729864,11.998975 9.4307314,12.001281 9.4052174,11.998975 C 9.3925464,11.997257 9.3709974,12.001253 9.3584164,11.998975 z " + id="path2423" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path8451" + sodipodi:nodetypes="cscsc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/beat-up.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="beat-up.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/beat-up.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="23.022059" + inkscape:cy="14.000633" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#555753" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.40625,3.125 C 14.348735,2.7182363 13.200232,2.5 12,2.5 C 6.7566637,2.5 2.4999999,6.756663 2.5,12 C 2.5,17.243336 6.7566635,21.5 12,21.5 C 17.243336,21.5 21.499999,17.243336 21.5,12 C 21.5,9.7674855 20.811902,7.4557245 19.521184,5.8336173 C 19.495141,5.3296446 19.52465,5.0275145 19.52465,4.6144592 C 19.52465,3.6724535 18.710647,2.5440941 17.884733,2.5440941 C 17.253192,2.5440941 15.808869,2.5102865 15.40625,3.125 z " + id="path1307" + sodipodi:nodetypes="csssscssc" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + transform="matrix(0.852176,0,0,0.852216,1.93909,2.639626)" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.781414,10.983024 C 21.781414,16.489365 17.312499,20.95828 11.806158,20.95828 C 6.2998168,20.95828 1.8309021,16.489365 1.8309021,10.983024 C 1.8309021,5.4766824 6.2998168,1.0077677 11.806158,1.0077677 C 13.182743,1.0077677 15.050136,1.5463646 16.243426,2.0513619 C 16.837681,0.40264054 20.150042,0.34819753 19.420133,4.1550947 C 20.972993,6.0729046 21.781414,8.3702138 21.781414,10.983024 z " + id="path2184" + sodipodi:nodetypes="csssccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6062" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999887;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="7.0141883" + height="2.0024207" + x="8.4929113" + y="14.498785" + ry="1.4859639" + rx="1.4859643" /> + <rect + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6230" + width="2" + height="1" + x="12" + y="15" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/beauty.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,247 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="beauty.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/beauty.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3260" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3254"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop3256" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop3258" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3262" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.630801" + inkscape:cy="13.666951" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:url(#radialGradient3262);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2333" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,-6.019437,-20.60278)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:url(#radialGradient3260);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3240" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,3.980563,-20.60278)" /> + <path + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856172,0,0,1.377321,2.243245,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856174,0,0,1.377321,6.243226,-2.099183)" /> + <path + style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7,-18 C 7,-18 9.0388639,-17.052621 9.0388639,-14.98954 L 9,-14 L 8,-14 C 8,-17.150131 7,-18 7,-18 z " + id="rect2372" + sodipodi:nodetypes="ccccc" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 6,7 C 6,7 7.007164,9.0388639 9.070245,9.0388639 L 10.059785,9 L 10.059785,8 C 6.909654,8 6,7 6,7 z " + id="path2385" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9,5 C 9,5 8.1068832,7.1063019 9.5657018,8.5651205 L 10.292893,9.2373499 L 11,8.5302432 C 8.772521,6.3027642 9,5 9,5 z " + id="path2399" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,5 C 15,5 15.522739,7.1063019 14.063921,8.5651205 L 13.33673,9.2373499 L 12.629623,8.5302432 C 14.857101,6.3027642 15,5 15,5 z " + id="path2401" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/beer.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,250 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2191" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="beer.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/beer.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2193"> + <linearGradient + inkscape:collect="always" + id="linearGradient2294"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2296" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2298" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2226"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2228" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2230" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2199"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2201" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2203" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient2199" + id="linearGradient2209" + gradientUnits="userSpaceOnUse" + x1="19.230101" + y1="15.785927" + x2="10.514593" + y2="15.785927" + gradientTransform="matrix(-1,0,0,1,21.98882,0)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1359" + 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" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2226" + id="linearGradient2232" + x1="14.508163" + y1="6.9025793" + x2="14.508163" + y2="17.402578" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2226" + id="linearGradient2234" + x1="10.045679" + y1="6.25" + x2="10.045679" + y2="17.778603" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2226" + id="linearGradient2236" + x1="5.4918365" + y1="6.6944547" + x2="5.4918365" + y2="18.839884" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2294" + id="radialGradient2300" + cx="8.3262348" + cy="3.6795094" + fx="8.3262348" + fy="3.6795094" + r="4.4976635" + gradientTransform="matrix(1.719269,-1.618885e-16,-4.646328e-6,0.717148,-9.730496,3.000491)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="42.440064" + inkscape:cx="14.912204" + inkscape:cy="14.256679" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#d3d7cf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata2196"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1359);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.580158,0,0,1.055945,-6.484565,9.4573)" /> + <path + style="opacity:1;fill:#e1e0dd;fill-opacity:1;stroke:#999e97;stroke-width:0.99112004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.5357924,8.496577 C 2.5796262,10.669836 2.5861124,13.84649 2.5861124,16.408046 C 2.5861124,19.202084 5.1274254,21.542011 9.9993471,21.542011 C 14.840178,21.542011 17.46441,19.173667 17.46441,16.543766 C 18.712026,16.543766 21.587133,16.772895 21.587133,12.045598 C 21.587133,7.338052 19.406745,7.5083631 17.482825,7.5083631 C 17.482825,5.1523127 17.584098,2.4770579 10.06223,2.4770579 C 2.5736847,2.4770579 2.5357924,5.2234289 2.5357924,8.496577 z M 17.487057,9.5337748 C 19.067753,9.5337748 19.55956,10.173059 19.55956,12.017838 C 19.55956,13.436074 19.466483,14.415353 17.489672,14.462478 C 17.489672,13.478159 17.487057,10.518009 17.487057,9.5337748 z " + id="path4023" + sodipodi:nodetypes="cczccczccccc" /> + <path + style="opacity:1;fill:#df9b25;fill-opacity:1;stroke:#805c19;stroke-width:1.00000131;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.501546,11.891157 C 15.501546,16.956788 14.591273,18.499944 9.9829426,18.499944 C 5.4458171,18.499944 4.4999425,17.142941 4.4999425,11.954617 C 4.4999425,4.1050698 7.5782886,4.4965576 10.02936,4.4965576 C 12.546866,4.4965576 15.501546,4.7278647 15.501546,11.891157 z " + id="path2224" + sodipodi:nodetypes="czczc" /> + <path + style="opacity:1;fill:url(#linearGradient2234);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.0498286,10.006747 C 9.4801821,10.505399 10.655253,10.42966 12.066648,10.051478 L 12.066648,18.010165 C 10.929861,19.30935 9.2536155,19.298477 8.0247109,17.998441 L 8.0498286,10.006747 z " + id="path1325" + sodipodi:nodetypes="ccccc" /> + <image + id="image2213" + height="112" + width="97" + sodipodi:absref="/home/hbons/Desktop/images.jpeg" + xlink:href="/home/hbons/Desktop/images.jpeg" + x="-118" + y="-63" /> + <path + style="opacity:1;fill:url(#linearGradient2236);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 3.9831802,8.1002896 C 4.7194076,9.3754729 6.0276784,9.6705259 7.0256108,9.9379211 L 7.0256108,18.004874 C 5.5637768,18.004874 5.1869671,18.29173 3.9580625,16.991694 L 3.9831802,8.1002896 z " + id="path2216" + sodipodi:nodetypes="ccccc" /> + <path + style="opacity:1;fill:url(#linearGradient2232);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.05364,10.028522 C 13.907332,9.9973191 15.276264,9.5045274 16.041937,8.1783432 L 16.041937,17.003417 C 14.90515,18.302602 14.671131,18.020215 12.974389,18.020215 L 13.05364,10.028522 z " + id="path2220" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.63135248;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2284" + sodipodi:cx="9.1470556" + sodipodi:cy="5.6392436" + sodipodi:rx="4.1819873" + sodipodi:ry="1.5661625" + d="M 13.329043 5.6392436 A 4.1819873 1.5661625 0 1 1 4.9650683,5.6392436 A 4.1819873 1.5661625 0 1 1 13.329043 5.6392436 z" + transform="matrix(1.313912,0,0,1.909372,-2.01944,-6.264336)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2300);fill-opacity:1;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.63016176;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2266" + sodipodi:cx="9.1470556" + sodipodi:cy="5.6392436" + sodipodi:rx="4.1819873" + sodipodi:ry="1.5661625" + d="M 13.329043 5.6392436 A 4.1819873 1.5661625 0 1 1 4.9650683,5.6392436 A 4.1819873 1.5661625 0 1 1 13.329043 5.6392436 z" + transform="matrix(1.315088,0,0,1.91488,-2.029316,-6.29802)" /> + <path + transform="matrix(1.24193,0,0,1.770383,-2.295852,-4.72407)" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.67440075;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.375092,6.077144 C 14.375092,7.1910459 11.471581,7.464286 9.8928576,7.464286 C 8.3331059,7.464286 5.4451779,7.1462927 5.4451779,6.0667033" + id="path2256" + sodipodi:nodetypes="czc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/blowkiss.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="blowkiss.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/blowkiss.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="20.004932" + inkscape:cy="13.280576" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,9.000258 C 14.679329,9.007089 14.745122,9.030186 14.781988,9.041921 C 14.83072,9.05969 14.922307,9.099265 14.969194,9.125247 C 15.56061,9.481805 15.998827,10.493797 15.998827,11.666696 C 15.998827,11.781686 16.006772,11.888833 15.998827,12 C 15.897529,11.184362 15.385047,10.540062 14.781988,10.37514 C 14.732834,10.363406 14.645467,10.338632 14.594782,10.333477 C 14.569268,10.331748 14.527013,10.333477 14.501179,10.333477 C 14.475344,10.333477 14.43309,10.331748 14.407576,10.333477 C 14.356891,10.338632 14.269524,10.363406 14.22037,10.37514 C 13.617311,10.540062 13.104829,11.184362 13.003531,12 C 12.995586,11.888833 13.003531,11.781686 13.003531,11.666696 C 13.003531,10.493797 13.441747,9.481805 14.033164,9.125247 C 14.080051,9.099265 14.171638,9.05969 14.22037,9.041921 C 14.269524,9.026274 14.356891,9.007131 14.407576,9.000258 C 14.43309,8.997952 14.475344,9.000258 14.501179,9.000258 C 14.527013,9.000258 14.569268,8.997952 14.594782,9.000258 C 14.607453,9.001976 14.629002,8.99798 14.641583,9.000258 z " + id="path2193" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,9.000258 C 9.3206704,9.007089 9.2548774,9.030186 9.2180114,9.041921 C 9.1692794,9.05969 9.0776924,9.099265 9.0308054,9.125247 C 8.4393894,9.481805 8.0011724,10.493797 8.0011724,11.666696 C 8.0011724,11.781686 7.9932274,11.888833 8.0011724,12 C 8.1024704,11.184362 8.6149524,10.540062 9.2180114,10.37514 C 9.2671654,10.363406 9.3545324,10.338632 9.4052174,10.333477 C 9.4307314,10.331748 9.4729864,10.333477 9.4988204,10.333477 C 9.5246554,10.333477 9.5669094,10.331748 9.5924234,10.333477 C 9.6431084,10.338632 9.7304754,10.363406 9.7796294,10.37514 C 10.382688,10.540062 10.895171,11.184362 10.996469,12 C 11.004414,11.888833 10.996469,11.781686 10.996469,11.666696 C 10.996469,10.493797 10.558253,9.481805 9.9668354,9.125247 C 9.9199484,9.099265 9.8283614,9.05969 9.7796294,9.041921 C 9.7304754,9.026274 9.6431084,9.007131 9.5924234,9.000258 C 9.5669094,8.997952 9.5246554,9.000258 9.4988204,9.000258 C 9.4729864,9.000258 9.4307314,8.997952 9.4052174,9.000258 C 9.3925464,9.001976 9.3709974,8.99798 9.3584164,9.000258 z " + id="path2423" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7938" + sodipodi:cx="11.909202" + sodipodi:cy="5.5610371" + sodipodi:rx="1.6239821" + sodipodi:ry="1.657815" + d="M 13.533184 5.5610371 A 1.6239821 1.657815 0 1 1 10.28522,5.5610371 A 1.6239821 1.657815 0 1 1 13.533184 5.5610371 z" + transform="matrix(0.615771,0,0,0.603202,4.666658,11.64557)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:5.16113901;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250504,0,0,0.150609,13.95755,16.34904)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11.39081669;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.15037,0,0,5.125457e-2,12.77529,17.43455)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/bomb.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="bomb.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/bomb.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs1309"> + <linearGradient + inkscape:collect="always" + id="linearGradient2315"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2317" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2319" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2299"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2301" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2303" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2211"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2213" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2215" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2201"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2203" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2205" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2201" + id="linearGradient2207" + x1="25.440979" + y1="8.9406662" + x2="25.440979" + y2="16.944761" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2211" + id="radialGradient2217" + cx="18.733864" + cy="6.3627386" + fx="18.733864" + fy="6.3627386" + r="8.7305231" + gradientTransform="matrix(0.804564,1.956935e-16,-4.836956e-16,0.325512,6.497048,8.960949)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2299" + id="radialGradient2305" + cx="19.912924" + cy="6.6755304" + fx="19.912924" + fy="6.6755304" + r="2.9665158" + gradientTransform="matrix(1.153269,-6.393671e-16,7.682318e-16,0.959818,-3.052043,0.211096)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2315" + id="radialGradient2321" + cx="21.205803" + cy="7.2726784" + fx="21.205803" + fy="7.2726784" + r="3.3684309" + gradientTransform="matrix(1.219171,2.830154e-16,-2.707103e-16,1.274588,-4.647691,-1.996988)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="26.124924" + inkscape:cx="24.565862" + inkscape:cy="10.723605" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68716264;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.96566,1.0284552 C 14.765295,1.159975 13.744935,1.741602 13.016325,2.6010867 C 12.287715,3.4605714 11.876211,4.6558013 12.033213,5.8985399 L 12.859027,5.7463498 C 12.753504,4.9110964 13.04365,4.0763547 13.606192,3.4127675 C 14.168734,2.7491803 15.013321,2.2574782 16.04431,2.1445162 C 17.075299,2.0315542 18.063725,2.3156135 18.797022,2.8547369 C 19.53032,3.3938604 19.989207,4.2008755 20.09473,5.036129 C 20.130321,5.3178445 20.136352,5.5157116 20.09473,5.7970798 L 20.959869,6 C 21.017413,5.6109972 21.009183,5.2235596 20.959869,4.8332088 C 20.802867,3.5904701 20.131774,2.5541533 19.229592,1.890866 C 18.327411,1.2275787 17.166026,0.89693514 15.96566,1.0284552 z " + id="path2237" /> + <rect + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2219" + width="3" + height="2" + x="11" + y="5" /> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.7;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.039014,0,0,0.461784,-20.32652,10.22212)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.74042547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1315" + sodipodi:cx="25.858343" + sodipodi:cy="12.744682" + sodipodi:rx="8.7305231" + sodipodi:ry="3.5321963" + d="M 34.588866 12.744682 A 8.7305231 3.5321963 0 1 1 17.12782,12.744682 A 8.7305231 3.5321963 0 1 1 34.588866 12.744682 z" + transform="matrix(0.859055,0,0,2.123324,-10.21373,-13.06109)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2207);stroke-width:0.85434276;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2199" + sodipodi:cx="25.858343" + sodipodi:cy="12.744682" + sodipodi:rx="8.7305231" + sodipodi:ry="3.5321963" + d="M 34.588866 12.744682 A 8.7305231 3.5321963 0 1 1 17.12782,12.744682 A 8.7305231 3.5321963 0 1 1 34.588866 12.744682 z" + transform="matrix(0.744509,0,0,1.8402,-7.251733,-9.45271)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient2217);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.85435051;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2209" + sodipodi:cx="25.858343" + sodipodi:cy="12.744682" + sodipodi:rx="8.7305231" + sodipodi:ry="3.5321963" + d="M 34.588866 12.744682 A 8.7305231 3.5321963 0 1 1 17.12782,12.744682 A 8.7305231 3.5321963 0 1 1 34.588866 12.744682 z" + transform="matrix(0.687241,0,0,1.698651,-5.77094,-7.648799)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2321);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2313" + sodipodi:cx="21.205803" + sodipodi:cy="7.2726784" + sodipodi:rx="3.3684309" + sodipodi:ry="3.5215414" + d="M 24.574234 7.2726784 A 3.3684309 3.5215414 0 1 1 17.837372,7.2726784 A 3.3684309 3.5215414 0 1 1 24.574234 7.2726784 z" + transform="matrix(1.03906,0,0,0.993883,-1.534091,-1.728191)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/bowl.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="bowl.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/bowl.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2234"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2236" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2238" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2346" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3314" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3318" + 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" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2234" + id="linearGradient2240" + x1="11.726729" + y1="19.672266" + x2="11.984186" + y2="13.00823" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.596091" + inkscape:cx="18.472366" + inkscape:cy="9.6208774" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <image + id="image2355" + height="64" + width="64" + sodipodi:absref="/home/hbons/Desktop/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Tango-Palette.png" + x="-69" + y="-22" /> + <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.35442,0,0,1.478325,-2.558194,4.040202)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:url(#radialGradient3318);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3316" + 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.279175,0,0,1.055946,-4.249407,5.457294)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#989b95;stroke-width:1.01799941;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2200" + sodipodi:cx="14.994308" + sodipodi:cy="10.840816" + sodipodi:rx="8.4594755" + sodipodi:ry="4.1625991" + d="M 23.453784 10.840816 A 8.4594755 4.1625991 0 1 1 6.534833,10.840816 A 8.4594755 4.1625991 0 1 1 23.453784 10.840816 z" + transform="matrix(1.00479,0,0,0.960353,-3.066136,9.100703e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1.17315018;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3097" + sodipodi:cx="14.994308" + sodipodi:cy="10.840816" + sodipodi:rx="8.4594755" + sodipodi:ry="4.1625991" + d="M 23.453784 10.840816 A 8.4594755 4.1625991 0 1 1 6.534833,10.840816 A 8.4594755 4.1625991 0 1 1 23.453784 10.840816 z" + transform="matrix(0.709264,0,0,0.600586,1.365075,6.989157)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3101" + width="1.0000014" + height="11.000002" + x="16.225933" + y="-0.6721338" + transform="matrix(0.965926,0.258819,-0.258819,0.965926,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3103" + width="1.000001" + height="10.999996" + x="19.374357" + y="-5.4426322" + transform="matrix(0.866025,0.5,-0.5,0.866025,0,0)" /> + <path + style="opacity:1;fill:#fbfff6;fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.4999928,10.476293 C 3.5010793,10.533315 3.5292895,10.570503 3.5310148,10.627302 C 3.5239117,10.587831 3.5054773,10.516044 3.4999928,10.476293 z M 12.00001,14.484039 C 7.649791,14.484043 4.0250807,13.135637 3.5310148,10.677641 C 3.5310148,16.327168 7.437215,20.503609 12.00001,20.503609 C 16.577223,20.50361 20.468379,17.728284 20.468379,11.287131 C 18.320837,13.419228 16.385033,14.484039 12.00001,14.484039 z " + id="path2224" + sodipodi:nodetypes="cscccscc" /> + <path + style="opacity:1;fill:url(#linearGradient2240);fill-opacity:1.0;stroke:#989b95;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.4999928,10.476293 C 3.5010793,10.533315 3.5292895,10.570503 3.5310148,10.627302 C 3.5239117,10.587831 3.5054773,10.516044 3.4999928,10.476293 z M 12.00001,14.484039 C 7.649791,14.484043 4.0250807,13.135637 3.5310148,10.677641 C 3.5310148,16.327168 7.437215,20.503609 12.00001,20.503609 C 16.577223,20.50361 20.468379,17.728284 20.468379,11.287131 C 18.320837,13.419228 16.385033,14.484039 12.00001,14.484039 z " + id="path3075" + sodipodi:nodetypes="cscccscc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96902329" + inkscape:original="M 3.5 10.46875 C 3.5010865 10.525772 3.5295247 10.568201 3.53125 10.625 C 3.524147 10.585529 3.5054845 10.508501 3.5 10.46875 z M 3.53125 10.6875 C 3.5312501 16.337027 7.437205 20.5 12 20.5 C 16.577213 20.500001 20.46875 17.722403 20.46875 11.28125 C 18.321209 13.413347 16.385023 14.46875 12 14.46875 C 7.6497815 14.468754 4.0253159 13.145496 3.53125 10.6875 z " + xlink:href="#path3075" + style="opacity:0.4;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999952;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3107" + inkscape:href="#path3075" + d="M 19.15625,13.5 C 17.380296,14.730525 15.26358,15.5 12,15.5 C 9.7233241,15.500002 7.6203451,15.16273 5.9375,14.4375 C 5.5892259,14.28741 5.3444349,14.032599 5.03125,13.84375 C 6.1193663,17.340514 8.8967497,19.625 12,19.625 C 14.080464,19.625 15.93248,18.969884 17.28125,17.625 C 18.222208,16.686752 18.805351,15.230767 19.15625,13.5 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/boy.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="boy.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/boy.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2195"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2197" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2199" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2195" + id="linearGradient2201" + x1="11.892674" + y1="15.416684" + x2="11.892674" + y2="-1.8913801" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-0.991254)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="22.977657" + inkscape:cy="12.127896" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#3465a4" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.504911,0,0,1.267135,-5.175766,5.757502)" /> + <path + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.98250818;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12.5,4.5 L 14.9375,6.9375 L 12.78125,9.09375 L 12.75,9.09375 C 11.915795,8.7038634 10.980412,8.5000001 10,8.5 C 9.8599412,8.5000002 9.7316141,8.491244 9.59375,8.5 C 6.2022936,8.7153989 3.5,11.551132 3.5,15 C 3.5,18.589066 6.4144945,21.500001 10,21.5 C 13.585506,21.5 16.499999,18.589066 16.5,15 C 16.5,13.497079 15.982387,12.101607 15.125,11 C 15.118602,10.991779 15.131437,10.976939 15.125,10.96875 L 17.0625,9.0625 L 19.5,11.5 L 19.5,4.5 L 12.5,4.5 z M 9.625,12.5 C 9.6638234,12.494161 9.7106276,12.504006 9.75,12.5 C 9.8339946,12.491453 9.9137646,12.5 10,12.5 C 11.379766,12.5 12.5,13.61886 12.5,15 C 12.5,16.38114 11.379766,17.5 10,17.5 C 8.6202339,17.5 7.5,16.38114 7.5,15 C 7.4999998,13.745644 8.4214733,12.681004 9.625,12.5 z " + id="path2193" /> + <path + style="opacity:1;fill:url(#linearGradient2201);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.98250818;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12.5,3.5087459 L 14.9375,5.9462459 L 12.78125,8.1024959 L 12.75,8.1024959 C 11.915795,7.7126093 10.980412,7.508746 10,7.5087459 C 9.8599412,7.5087461 9.7316141,7.4999899 9.59375,7.5087459 C 6.2022936,7.7241448 3.5,10.559878 3.5,14.008746 C 3.5,17.597812 6.4144945,20.508747 10,20.508746 C 13.585506,20.508746 16.499999,17.597812 16.5,14.008746 C 16.5,12.505825 15.982387,11.110353 15.125,10.008746 C 15.118602,10.000525 15.131437,9.9856849 15.125,9.9774959 L 17.0625,8.0712459 L 19.5,10.508746 L 19.5,3.5087459 L 12.5,3.5087459 z M 9.625,11.508746 C 9.6638234,11.502907 9.7106276,11.512752 9.75,11.508746 C 9.8339946,11.500199 9.9137646,11.508746 10,11.508746 C 11.379766,11.508746 12.5,12.627606 12.5,14.008746 C 12.5,15.389886 11.379766,16.508746 10,16.508746 C 8.6202339,16.508746 7.5,15.389886 7.5,14.008746 C 7.4999998,12.75439 8.4214733,11.68975 9.625,11.508746 z " + id="path1307" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96595836" + inkscape:original="M 12.5 3.5 L 14.9375 5.9375 L 12.78125 8.09375 L 12.75 8.09375 C 11.915795 7.7038632 10.980412 7.5000001 10 7.5 C 9.8599412 7.5000004 9.7316141 7.491244 9.59375 7.5 C 6.2022936 7.7153991 3.5 10.551132 3.5 14 C 3.5 17.589066 6.4144945 20.500001 10 20.5 C 13.585506 20.500001 16.499999 17.589066 16.5 14 C 16.5 12.497079 15.982387 11.101607 15.125 10 C 15.118602 9.9917789 15.131437 9.976939 15.125 9.96875 L 17.0625 8.0625 L 19.5 10.5 L 19.5 3.5 L 12.5 3.5 z M 9.625 11.5 C 9.6638234 11.494161 9.7106276 11.504006 9.75 11.5 C 9.8339946 11.491453 9.9137646 11.5 10 11.5 C 11.379766 11.5 12.5 12.61886 12.5 14 C 12.5 15.38114 11.379766 16.5 10 16.5 C 8.6202339 16.500001 7.5 15.38114 7.5 14 C 7.4999998 12.745644 8.4214733 11.681004 9.625 11.5 z " + xlink:href="#path1307" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.98250818;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + inkscape:href="#path1307" + d="M 14.84375,5.46875 L 15.625,6.25 C 15.808875,6.4315158 15.912375,6.6791243 15.912375,6.9375 C 15.912375,7.1958757 15.808875,7.4434842 15.625,7.625 L 13.46875,9.78125 C 13.286224,9.962878 13.038741,10.064121 12.78125,10.0625 L 12.75,10.0625 C 12.609374,10.061192 12.470729,10.029197 12.34375,9.96875 C 11.643458,9.6414512 10.846507,9.4687501 10,9.46875 C 9.8196805,9.4687503 9.7156182,9.4649794 9.65625,9.46875 C 6.7676103,9.6522139 4.46875,12.055704 4.46875,15 C 4.46875,18.06613 6.9373111,20.531251 10,20.53125 C 13.06269,20.53125 15.531249,18.06613 15.53125,15 C 15.53125,13.718866 15.105273,12.532036 14.375,11.59375 C 14.374947,11.593681 14.376542,11.56572 14.375,11.5625 C 14.37508,11.562602 14.34695,11.537989 14.34375,11.53125 C 14.333096,11.521073 14.322677,11.510654 14.3125,11.5 C 14.274541,11.441086 14.243106,11.378216 14.21875,11.3125 C 14.206741,11.281804 14.19631,11.250513 14.1875,11.21875 C 14.187419,11.218391 14.190682,11.154096 14.1875,11.125 C 14.168751,11.053519 14.158266,10.980122 14.15625,10.90625 C 14.15975,10.860122 14.15137,10.871947 14.15625,10.84375 C 14.16591,10.822547 14.176333,10.8017 14.1875,10.78125 C 14.189146,10.775959 14.186595,10.752228 14.1875,10.75 C 14.225389,10.573457 14.311998,10.411066 14.4375,10.28125 L 16.375,8.375 C 16.556516,8.1911251 16.804124,8.0876246 17.0625,8.0876246 C 17.320876,8.0876246 17.568484,8.1911251 17.75,8.375 L 18.53125,9.15625 L 18.53125,5.46875 L 14.84375,5.46875 z M 9.46875,11.53125 C 9.7783963,11.48468 9.8521287,11.51132 9.65625,11.53125 C 9.8660466,11.509902 9.9775903,11.53125 10,11.53125 C 11.901967,11.53125 13.46875,13.096538 13.46875,15 C 13.46875,16.903462 11.901967,18.46875 10,18.46875 C 8.0980332,18.46875 6.53125,16.903462 6.53125,15 C 6.5312497,13.27257 7.7860663,11.784317 9.46875,11.53125 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/brb.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,145 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="brb.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/brb.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient8088"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8090" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8092" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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(-1.054742,1.148661e-16,-5.714292e-9,-0.35721,22.08571,14.19321)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient8088" + id="radialGradient8094" + cx="12" + cy="12.521494" + fx="12" + fy="12.521494" + r="9.0000001" + gradientTransform="matrix(2.547161,-9.698141e-18,-5.38786e-18,1.503083,-18.56593,-6.657909)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.097561" + inkscape:cy="11.11223" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.655402,0,0,0.633568,-5.793347,13.87438)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12,3 L 11.323529,3.7092511 L 6,9.2907489 L 6.6764706,10 L 12,4.4185022 L 17.323529,10 L 18,9.2907489 L 12.676471,3.7092511 L 12,3 z " + id="rect8112" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7179" + width="18.99951" + height="10.9979" + x="2.5" + y="9.5021" + rx="2.0209198" + ry="2.0209229" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99446601" + inkscape:original="M 4.53125 9.5 C 3.4116604 9.5 2.5 10.411659 2.5 11.53125 L 2.5 18.46875 C 2.5 19.588341 3.4116604 20.5 4.53125 20.5 L 19.46875 20.5 C 20.58834 20.5 21.5 19.588342 21.5 18.46875 L 21.5 11.53125 C 21.5 10.411659 20.58834 9.5 19.46875 9.5 L 4.53125 9.5 z " + xlink:href="#rect7179" + style="opacity:0.7;fill:url(#radialGradient8094);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path8086" + inkscape:href="#rect7179" + d="M 4.53125,10.5 C 3.9515093,10.5 3.5,10.951508 3.5,11.53125 L 3.5,18.46875 C 3.5,19.048492 3.9515093,19.5 4.53125,19.5 L 19.46875,19.5 C 20.048492,19.5 20.499999,19.048495 20.5,18.46875 L 20.5,11.53125 C 20.5,10.951508 20.04849,10.5 19.46875,10.5 L 4.53125,10.5 z " /> + <path + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.45659173;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.0554652,12 C 5.0554652,14 5.0554652,16 5.0554652,18 C 5.3887985,18 5.7221319,18 6.0554652,18 C 5.9480914,17.517831 6.4084342,18.019694 6.6611249,17.990378 C 7.7715308,18.254293 8.9461637,17.352194 9.0134791,16.219495 C 9.1691354,15.118784 8.2759012,13.999721 7.1521985,13.97119 C 6.7207339,13.97119 6.270782,14.020599 6.0554652,14.022672 C 6.0554652,13.303337 6.0554652,12.719335 6.0554652,12 C 5.7221319,12 5.3887985,12 5.0554652,12 z M 15.024215,12 C 15.024215,14 15.024215,16 15.024215,18 C 15.357548,18 15.690882,18 16.024215,18 C 15.916876,17.517942 16.377014,18.019282 16.629558,17.990408 C 17.740464,18.254848 18.916225,17.353298 18.982281,16.219347 C 19.138064,15.118651 18.239198,14.052833 17.121365,13.971192 C 16.752284,13.944236 16.239813,14.020674 16.024215,14.022672 C 16.024215,13.303337 16.024215,12.719335 16.024215,12 C 15.690882,12 15.357548,12 15.024215,12 z M 10.02358,14 C 10.023558,15.333376 10.023532,16.666629 10.02358,18 C 10.356913,18 10.753382,18 11.086715,18 C 11.086715,17.270833 11.086715,16.541667 11.086715,15.8125 C 11.486914,14.962571 12.79061,14.757296 13.461715,15.40625 C 13.670048,15.145833 13.878382,14.885417 14.086715,14.625 C 13.301878,13.861257 11.991587,13.7756 11.086715,14.375 C 11.066289,14.20968 11.177662,13.912561 10.904477,14 C 10.63189,14 10.296167,14 10.02358,14 z M 7.9431741,16.21875 C 7.9431741,17.135345 6.0403625,17.348827 6.0403625,16.247606 C 6.0403625,15.923013 6.0456074,15.322546 6.0456074,15.025849 C 7.6707277,15.025849 7.9431741,15.555401 7.9431741,16.21875 z M 18.022271,16.0625 C 18.022271,17.287443 16.024215,17.35698 16.024215,15.975766 C 16.024215,15.975766 16.024978,15.395837 16.024469,15.015752 C 16.270372,15.015752 18.022271,14.733593 18.022271,16.0625 z " + id="path8060" + sodipodi:nodetypes="ccccccccccccccscccccccccccccscccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/bye.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="bye.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,6.95516,6.248987)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,5.75214,7.342557)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/cake.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,365 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="pie.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/pie.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2420"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2422" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2424" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2412"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2414" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2416" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2306"> + <stop + style="stop-color:#fcaf3e;stop-opacity:1;" + offset="0" + id="stop2308" /> + <stop + style="stop-color:#fcaf3e;stop-opacity:0;" + offset="1" + id="stop2310" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2298"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2300" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2302" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2227"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2229" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2231" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2233" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.650253,3.773983e-4,4.398989)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2237" + gradientUnits="userSpaceOnUse" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" + gradientTransform="matrix(1,0,0,0.978769,4,2.123329)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2241" + gradientUnits="userSpaceOnUse" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" + gradientTransform="matrix(1,0,0,0.650253,8.000377,4.39899)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2298" + id="radialGradient2304" + cx="11.561999" + cy="10.203328" + fx="11.561999" + fy="10.203328" + r="6.9760637" + gradientTransform="matrix(1,0,0,0.345404,-2.157562e-17,6.679059)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2306" + id="linearGradient2312" + x1="6.3242626" + y1="2.3812122" + x2="6.3242626" + y2="1.3218555" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.463041,0,0,1.13907,-7.833076,2.675943)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2306" + id="linearGradient2316" + gradientUnits="userSpaceOnUse" + x1="6.3242626" + y1="2.7894163" + x2="6.3242626" + y2="0.95747113" + gradientTransform="matrix(2.463041,0,0,1.140429,-3.833097,1.675556)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2306" + id="linearGradient2320" + gradientUnits="userSpaceOnUse" + x1="6.3242626" + y1="2.7894163" + x2="6.3242626" + y2="0.95747113" + gradientTransform="matrix(2.463041,0,0,1.140429,0.166903,2.665997)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2306" + id="linearGradient2324" + gradientUnits="userSpaceOnUse" + x1="6.3242626" + y1="2.3812122" + x2="6.3242626" + y2="1.2165204" + gradientTransform="matrix(2.463041,0,0,1.137329,-3.833097,1.67778)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2306" + id="linearGradient2328" + gradientUnits="userSpaceOnUse" + x1="6.3242626" + y1="2.3812122" + x2="6.3242626" + y2="1.2212343" + gradientTransform="matrix(2.463041,0,0,1.13699,0.149098,2.677725)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2398" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.978769,3.658208,0.83937)" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2404" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.646248,-1.902e-3,4.440367)" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2227" + id="linearGradient2410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.652513,8,4.415553)" + x1="4.9990835" + y1="7.0454555" + x2="8" + y2="7.0454555" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2412" + id="radialGradient2418" + cx="11.998844" + cy="11" + fx="11.998844" + fy="11" + r="7.9976375" + gradientTransform="matrix(1,0,0,0.250074,0,8.249188)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2420" + id="linearGradient2426" + x1="12.551172" + y1="21.325607" + x2="12.551172" + y2="15.804798" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.542706" + inkscape:cy="13.049453" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#f57900" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.35442,0,0,1.267136,-2.558194,6.748746)" /> + <path + style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.5616937,11.493686 L 3.5616937,17.798319 C 3.5616937,17.798319 3.5616937,18.093193 3.5616937,18.248651 C 3.5616937,19.492312 7.3478839,20.500306 12.015628,20.500306 C 16.683373,20.500306 20.469564,19.492312 20.469564,18.248651 L 20.469564,17.798319 L 20.469564,11.493686 L 3.5616937,11.493686 z " + id="path2187" + sodipodi:nodetypes="ccsssccc" /> + <path + style="fill:#c17d11;fill-opacity:1;stroke:none;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 4,15 L 4,16.04241 C 4.2983136,16.139077 4.6205836,16.221405 4.9642858,16.303571 C 6.7973642,16.741786 9.274377,17 12,17 C 14.725621,17 17.202636,16.741786 19.035714,16.303571 C 19.379415,16.221405 19.701686,16.139077 20,16.04241 L 20,15.011905 L 19.642858,15.142855 C 19.369329,15.233074 19.055978,15.322332 18.714286,15.404016 C 17.03211,15.806157 14.634654,16.071428 12,16.071428 C 9.3653458,16.071428 6.9678897,15.806157 5.2857142,15.404016 C 4.9440224,15.322332 4.6306709,15.233074 4.3571428,15.142855 L 4,15 z " + id="path2346" + sodipodi:nodetypes="ccssscccssscc" /> + <path + style="opacity:0.6;fill:url(#linearGradient2426);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.6673365,12.5 C 4.6673365,12.5 4.3351834,18.025124 4.6099585,18.194687 C 4.8847338,18.36425 5.5530913,18.691622 6.2559209,18.875 C 7.66158,19.241757 9.7161196,19.5 12.002555,19.5 C 14.288991,19.5 16.34353,19.241757 17.749189,18.875 C 18.452018,18.691622 19.497949,18.340519 19.496706,18.04742 L 19.473179,12.5 L 4.6673365,12.5 z " + id="path2335" + sodipodi:nodetypes="cssssscc" /> + <path + style="fill:#fce94f;fill-opacity:1;stroke:#c4a000;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.469567,10.999967 C 20.469567,12.379928 16.682203,13.499897 12.015631,13.499897 C 7.3490586,13.499897 3.5616952,12.379928 3.5616952,10.999967 C 3.5616952,9.6200056 7.3490586,8.5000369 12.015631,8.5000369 C 16.682203,8.5000369 20.469567,9.6200056 20.469567,10.999967 z " + id="path1307" /> + <path + style="opacity:0.6;fill:url(#radialGradient2418);fill-opacity:1.0;stroke:#ffffff;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.998844,9.5000002 C 9.7025813,9.5000002 7.6374669,9.7838927 6.2322304,10.1875 C 5.5296121,10.389304 4.9859971,10.624492 4.708974,10.8125 C 4.4319507,11.000508 4.4319507,10.999492 4.708974,11.1875 C 4.9859971,11.375508 5.5296121,11.610696 6.2322304,11.8125 C 7.6374669,12.216107 9.7025813,12.5 11.998844,12.5 C 14.295106,12.5 16.360221,12.216107 17.765458,11.8125 C 18.468076,11.610696 19.01169,11.375508 19.288714,11.1875 C 19.565737,10.999492 19.565737,11.000508 19.288714,10.8125 C 19.01169,10.624492 18.468076,10.389304 17.765458,10.1875 C 16.360221,9.7838928 14.295106,9.5000001 11.998844,9.5000002 z " + id="path2343" + sodipodi:nodetypes="csssssssssc" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.001902,6 C 11.001902,6 12.065936,6.9359658 13.001902,6 L 13.001902,11.505436 C 12.344855,12.108324 11.670527,12.118948 11.001902,11.505436 L 11.001902,6 z " + id="path2205" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2237);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 11,6.0384053 L 13,6.0384053 L 13,11.543841 C 12.342953,12.146729 11.668625,12.157353 11,11.543841 L 11,6.0384053 z " + id="path2235" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2312);fill-opacity:1;stroke:#f57900;stroke-width:1.00000119;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.9999974,6.5053769 C 7.1720109,6.5053769 6.5000219,5.832039 6.5000219,5.0023906 C 6.5000219,4.1727421 7.1720109,3.4994043 7.9999974,3.4994043 C 8.5378053,3.4994043 8.8279838,6.5053769 7.9999974,6.5053769 z " + id="path2289" + sodipodi:nodetypes="csss" /> + <path + style="fill:url(#linearGradient2324);fill-opacity:1;stroke:#f57900;stroke-width:1.00000131;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.999976,5.5013611 C 11.17199,5.5013611 10.500001,4.8290522 10.500001,4.0006719 C 10.500001,3.1722914 11.17199,2.4999828 11.999976,2.4999828 C 12.537784,2.4999828 12.827963,5.5013611 11.999976,5.5013611 z " + id="path2322" + sodipodi:nodetypes="csss" /> + <path + style="fill:url(#linearGradient2328);fill-opacity:1;stroke:#f57900;stroke-width:1.00000107;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.982171,6.5001669 C 15.154184,6.5001669 14.482195,5.8280585 14.482195,4.9999249 C 14.482195,4.1717912 15.154184,3.499683 15.982171,3.499683 C 16.519979,3.499683 16.810157,6.5001669 15.982171,6.5001669 z " + id="path2326" + sodipodi:nodetypes="csss" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 7,7 C 7,7 8.064034,7.6179861 9,7 L 9,10.63505 C 8.342953,11.033117 7.668625,11.040131 7,10.63505 L 7,7 z " + id="path2400" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2404);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.998098,7.0253577 L 8.998098,7.0253577 L 8.998098,10.660408 C 8.341051,11.058474 7.666723,11.065489 6.998098,10.660408 L 6.998098,7.0253577 z " + id="path2402" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.001902,7 C 15.001902,7 16.065936,7.6239772 17.001902,7 L 17.001902,10.670292 C 16.344855,11.072217 15.670527,11.0793 15.001902,10.670292 L 15.001902,7 z " + id="path2406" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2410);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,7.0256035 L 17,7.0256035 L 17,10.695895 C 16.342953,11.09782 15.668625,11.104903 15,10.695895 L 15,7.0256035 z " + id="path2408" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/camera.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,251 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg3138" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="camera.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/camera.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3140"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient4128"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop4130" /> + <stop + style="stop-color:#555753;stop-opacity:0;" + offset="1" + id="stop4132" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4120"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4122" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop4124" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4069"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4071" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4073" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4069" + id="linearGradient4075" + x1="13.725338" + y1="18.275682" + x2="13.725338" + y2="12.151185" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.059176,0,0,1.076638,-1.179376,0.676171)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4120" + id="linearGradient4126" + x1="9.1010656" + y1="6.7013493" + x2="9.1010656" + y2="9.1739826" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4128" + id="linearGradient4134" + x1="6.5105848" + y1="3.9999342" + x2="6.5105848" + y2="4.1652694" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2.391378e-2,1.0198)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1367" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="21.947139" + inkscape:cy="9.929612" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata3143"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1367);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.807694,0,0,1.262954,-7.418314,5.802382)" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4035" + width="17.002697" + height="13.000049" + x="3.5222161" + y="6.5197968" + rx="1.4996798" + ry="1.4163723" /> + <rect + style="opacity:1;fill:url(#linearGradient4075);fill-opacity:1;stroke:#888a85;stroke-width:1.00000107;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4023" + width="18.008844" + height="13.996336" + x="2.5259416" + y="5.5210347" + rx="2.2974291" + ry="2.2974277" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0312988" + inkscape:original="M 4.8125 5.53125 C 3.5397243 5.53125 2.53125 6.5397251 2.53125 7.8125 L 2.53125 17.21875 C 2.53125 18.491525 3.539724 19.53125 4.8125 19.53125 L 18.25 19.53125 C 19.522776 19.53125 20.53125 18.491524 20.53125 17.21875 L 20.53125 7.8125 C 20.53125 6.5397251 19.522776 5.53125 18.25 5.53125 L 4.8125 5.53125 z " + xlink:href="#rect4023" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99568468;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4033" + inkscape:href="#rect4023" + d="M 4.8125,4.53125 C 4.1013668,4.53125 3.53125,5.1013677 3.53125,5.8125 L 3.53125,15.1875 C 3.53125,15.898633 4.1013679,16.468751 4.8125,16.46875 L 18.21875,16.46875 C 18.929884,16.46875 19.46875,15.915514 19.46875,15.1875 L 19.46875,5.8125 C 19.46875,5.0844871 18.929882,4.53125 18.21875,4.53125 L 4.8125,4.53125 z " + transform="matrix(1.003745,0,0,1.004925,-4.352496e-2,-5.110752e-2)" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4027" + width="11" + height="4" + x="8.0239134" + y="7.0198002" + rx="1.49968" + ry="1.4163727" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:0.92466646;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4098" + sodipodi:cx="9.1010656" + sodipodi:cy="8.3860893" + sodipodi:rx="3.1126323" + sodipodi:ry="2.4528894" + d="M 12.213698 8.3860893 A 3.1126323 2.4528894 0 1 1 5.9884334,8.3860893 A 3.1126323 2.4528894 0 1 1 12.213698 8.3860893 z" + transform="matrix(0.959973,0,0,1.218347,6.27518,2.32569)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient4126);fill-opacity:1;stroke:#3465a4;stroke-width:0.92466646;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3146" + sodipodi:cx="9.1010656" + sodipodi:cy="8.3860893" + sodipodi:rx="3.1126323" + sodipodi:ry="2.4528894" + d="M 12.213698 8.3860893 A 3.1126323 2.4528894 0 1 1 5.9884334,8.3860893 A 3.1126323 2.4528894 0 1 1 12.213698 8.3860893 z" + transform="matrix(0.959973,0,0,1.218347,6.27518,2.32569)" /> + <rect + style="opacity:0.70454544;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4029" + width="3" + height="2" + x="9.0239134" + y="8.0198002" + rx="1.49968" + ry="1" /> + <path + style="opacity:0.5;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.0606603,12 C 4.0606603,12 5.1203153,15.994332 9.0498758,15.994332 C 9.0498758,16.982835 8.4181743,18.0198 7.6335043,18.0198 L 5.9484293,18.0198 C 3.5989933,18.0198 4.0606603,12.830823 4.0606603,12 z " + id="rect4085" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:url(#linearGradient4134);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4088" + width="3" + height="2" + x="5.0239139" + y="4.0198002" + rx="1.5" + ry="1" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/can.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="can.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/can.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2197"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2199" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2201" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2197" + id="linearGradient2203" + x1="11.999784" + y1="9.5655193" + x2="11.999784" + y2="15.809309" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.883637" + inkscape:cy="13.568572" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#888a85" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.7;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.354421,0,0,1.689514,-2.558198,1.331669)" /> + <path + style="opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#984100;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.5122966,6.755329 C 5.5122966,6.755329 5.4904604,17.776215 5.5009309,17.818949 C 5.5228519,17.895604 7.2892405,20.50089 11.973725,20.50089 C 16.6875,20.50089 18.468735,17.865535 18.468836,17.830089 L 18.500159,6.8135206 L 5.5122966,6.755329 z " + id="path2182" + sodipodi:nodetypes="cszscc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.95906037" + inkscape:original="M 5.5 6.75 C 5.4999999 6.7499999 5.4895295 17.769766 5.5 17.8125 C 5.5219211 17.889155 7.2842655 20.5 11.96875 20.5 C 16.682525 20.499999 18.468649 17.879196 18.46875 17.84375 L 18.5 6.8125 L 5.5 6.75 z " + xlink:href="#path2182" + style="opacity:0.5;fill:url(#linearGradient2203);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2190" + inkscape:href="#path2182" + d="M 6.53125,6.9375 C 6.5269156,7.6950063 6.514347,9.6231313 6.5,12.3125 C 6.4915336,13.899533 6.474116,15.493646 6.46875,16.6875 C 6.466067,17.284427 6.46974,17.775351 6.46875,18.125 C 6.4685596,18.19224 6.4688642,18.225395 6.46875,18.28125 C 6.6583239,18.417895 6.9378793,18.587615 7.375,18.78125 C 8.2852216,19.184458 9.7796824,19.59375 12,19.59375 C 14.23293,19.59375 15.693445,19.156729 16.59375,18.75 C 17.015453,18.559488 17.313958,18.384758 17.5,18.25 L 17.53125,6.9375 L 6.53125,6.9375 z " /> + <path + style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.499996,6.5003465 C 18.499996,8.1561079 15.587998,9.4999141 11.999999,9.4999141 C 8.4120006,9.4999141 5.5000017,8.1561079 5.5000017,6.5003465 C 5.5000017,4.8445852 8.4120006,3.500779 11.999999,3.500779 C 15.587998,3.500779 18.499996,4.8445852 18.499996,6.5003465 z " + id="path1307" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0128443" + inkscape:original="M 12 3.5 C 8.4120016 3.5 5.4999998 4.8442385 5.5 6.5 C 5.5 8.1557614 8.4120016 9.4999999 12 9.5 C 15.587999 9.5 18.5 8.1557612 18.5 6.5 C 18.5 4.8442387 15.587999 3.5000001 12 3.5 z " + xlink:href="#path1307" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1;opacity:0.5" + id="path2212" + inkscape:href="#path1307" + d="M 12,4.5 C 10.332516,4.5 8.8424276,4.851515 7.84375,5.3125 C 7.3444112,5.5429925 6.954927,5.8077728 6.75,6.03125 C 6.545073,6.2547272 6.5,6.3830707 6.5,6.5 C 6.5,6.6169294 6.545073,6.7452727 6.75,6.96875 C 6.954927,7.1922273 7.3444112,7.4570075 7.84375,7.6875 C 8.8424275,8.148485 10.332516,8.5 12,8.5 C 13.667485,8.5 15.157573,8.1484849 16.15625,7.6875 C 16.655589,7.4570075 17.045073,7.1922272 17.25,6.96875 C 17.454927,6.7452728 17.5,6.6169295 17.5,6.5 C 17.5,6.3830706 17.454927,6.2547272 17.25,6.03125 C 17.045073,5.8077728 16.655589,5.5429925 16.15625,5.3125 C 15.157573,4.8515151 13.667485,4.5 12,4.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2192" + sodipodi:cx="13.239259" + sodipodi:cy="5.6947732" + sodipodi:rx="1.4873917" + sodipodi:ry="0.36816627" + d="M 14.72665 5.6947732 A 1.4873917 0.36816627 0 1 1 11.751867,5.6947732 A 1.4873917 0.36816627 0 1 1 14.72665 5.6947732 z" + transform="matrix(0.672316,0,0,1.358083,5.099032,-1.233975)" /> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path2230" + d="M 12.337368,17.067657 C 13.498924,17.328783 14.778356,17.301053 15.96289,17.150677 C 16.633515,17.065541 16.702959,16.974144 16.599357,17.035219 C 14.653903,18.182099 15.396279,17.85472 15.590307,17.373296 C 15.703769,16.453551 14.37876,16.377985 13.701595,16.467085 C 13.03619,16.618322 11.472555,16.221787 11.944134,15.324975 C 12.627065,14.349271 13.746822,13.984036 14.848997,14.178803 C 15.55573,14.336478 17.070531,13.607528 14.88897,14.578423 C 14.819041,14.609545 15.004555,14.480828 15.056499,14.426628 C 15.337097,14.13383 15.480804,13.786632 15.450382,13.392603 C 14.870787,12.894153 13.864112,13.567455 13.464097,12.702984 C 13.336404,12.040993 13.365241,11.345462 13.344076,10.668507 L 14.741114,10 C 14.671122,10.658611 14.673588,11.335927 14.812324,11.985569 C 15.17755,12.825179 16.510769,11.878763 16.845296,12.715325 C 16.81259,14.196539 15.055689,15.261038 13.573122,15.026981 C 13.259169,14.982096 12.972249,14.911379 12.673914,15.045315 C 12.633698,15.063369 12.516477,15.123883 12.554792,15.102433 C 14.88726,13.796594 13.7538,14.32273 13.392438,14.715963 C 12.802235,15.50012 14.391687,15.770883 14.929705,15.600454 C 15.721681,15.528538 17.086411,15.748831 16.995696,16.744084 C 16.479961,18.690329 11.716806,18.887999 11,17.988586 L 12.337368,17.067657 z " + sodipodi:nodetypes="cssccccssccccccsssccccc" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2292" + width="1" + height="1" + x="11" + y="6" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/car.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,280 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="car.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/car.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3128"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3130" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3132" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3120"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3122" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3124" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3090"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3092" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3094" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient3090" + id="linearGradient3096" + x1="14.432055" + y1="4.691833" + x2="15.710317" + y2="9.462369" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3120" + id="linearGradient3126" + x1="16.753075" + y1="16.167942" + x2="21.273411" + y2="16.167942" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3128" + id="linearGradient3134" + x1="16.345298" + y1="16.167942" + x2="21.579243" + y2="16.167942" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007726" + inkscape:cx="17.82612" + inkscape:cy="10.087282" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.730649,0,0,1.478324,-6.102141,5.040217)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.71721089;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3100" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.399653,0,0,1.388948,-10.5402,-7.456641)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.71721089;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3098" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.399653,0,0,1.388948,-20.5402,-7.45622)" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.5517326,6.7777971 C 3.681986,7.3558955 1.5226805,9.2062754 1.5226805,11.883438 C 1.5226805,14.99868 4.4143969,17.529397 7.987081,17.529397 C 8.9807336,17.529397 9.9248436,17.320065 10.76646,16.970683 C 10.776046,16.974155 10.788088,16.967241 10.79769,16.970683 C 11.780286,17.32295 12.858507,17.529397 13.983046,17.529397 C 18.671686,17.529397 22.477331,14.156725 22.477331,10.001451 C 22.477331,6.1315484 18.671686,2.4735033 13.983046,2.4735033 C 10.500279,2.4735033 6.5517326,2.3467132 6.5517326,6.7777971 z " + id="path2197" + sodipodi:nodetypes="csssssssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.016536" + inkscape:original="M 13.96875 2.46875 C 10.485983 2.4687499 6.5625 2.3501661 6.5625 6.78125 C 3.6927535 7.3593483 1.53125 9.1978374 1.53125 11.875 C 1.53125 14.990242 4.4273159 17.53125 8 17.53125 C 8.9936525 17.531251 9.9396336 17.318132 10.78125 16.96875 C 10.790836 16.972223 10.802898 16.965308 10.8125 16.96875 C 11.795096 17.321018 12.844211 17.53125 13.96875 17.53125 C 18.65739 17.531251 22.46875 14.155274 22.46875 10 C 22.46875 6.1300979 18.65739 2.46875 13.96875 2.46875 z " + xlink:href="#path2197" + style="opacity:0.5;fill:url(#linearGradient3096);fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3086" + inkscape:href="#path2197" + d="M 14.03125,3.5 C 12.576264,3.5726732 11.095545,3.7027618 10.15625,4.1875 C 9.2169554,4.6722382 8.625,5.3652085 8.625,7.46875 C 8.6269373,7.9530647 8.2869552,8.3715042 7.8125,8.46875 C 6.5592164,8.7491523 5.4480944,9.2369525 4.6875,9.90625 C 3.9269056,10.575547 3.5,11.361325 3.5,12.5 C 3.5000001,15.242654 5.7720313,17.468749 8.65625,17.46875 C 9.4481194,17.46875 10.191375,17.283944 10.875,16.96875 C 10.975233,16.931618 11.080695,16.910526 11.1875,16.90625 C 11.323638,16.889146 11.46183,16.899776 11.59375,16.9375 C 11.642786,16.947381 11.627303,16.947639 11.6875,16.96875 C 11.706849,16.975536 11.698234,16.960582 11.71875,16.96875 C 12.544624,17.297591 13.468773,17.46875 14.40625,17.46875 C 18.349736,17.46875 21.500001,14.35604 21.5,10.5 C 21.500001,6.6439594 18.349736,3.5312499 14.40625,3.53125 C 14.232656,3.5312501 14.09724,3.4967039 14.03125,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3114" + sodipodi:cx="6.7428803" + sodipodi:cy="7.7743368" + sodipodi:rx="1.2242117" + sodipodi:ry="1.1076201" + d="M 7.967092 7.7743368 A 1.2242117 1.1076201 0 1 1 5.5186687,7.7743368 A 1.2242117 1.1076201 0 1 1 7.967092 7.7743368 z" + transform="matrix(0.816852,0,0,1.354255,0.492065,1.971565)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.71721089;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3077" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.399653,0,0,1.388948,-15.0402,-5.95622)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.71723014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3080" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.399578,0,0,1.388948,-7.038536,-5.95622)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.63490593;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3082" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(0.599816,0,0,0.694444,8.912107,5.275829)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.63490593;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3084" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(0.599816,0,0,0.694444,0.912107,5.272693)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:url(#linearGradient3126);stroke-width:0.94602895;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3107" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.006066,0,0,1.110617,-7.452196,-1.454189)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:url(#linearGradient3134);stroke-width:0.94602895;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3109" + sodipodi:cx="19.319075" + sodipodi:cy="16.167942" + sodipodi:rx="2.500762" + sodipodi:ry="3.5999982" + d="M 21.819837 16.167942 A 2.500762 3.5999982 0 1 1 16.818313,16.167942 A 2.500762 3.5999982 0 1 1 21.819837 16.167942 z" + transform="matrix(1.006066,0,0,1.110617,0.547804,-1.45461)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3116" + sodipodi:cx="6.7428803" + sodipodi:cy="7.7743368" + sodipodi:rx="1.2242117" + sodipodi:ry="1.1076201" + d="M 7.967092 7.7743368 A 1.2242117 1.1076201 0 1 1 5.5186687,7.7743368 A 1.2242117 1.1076201 0 1 1 7.967092 7.7743368 z" + transform="matrix(0.816852,0,0,1.354255,-2.507935,1.971565)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3136" + sodipodi:cx="11.517126" + sodipodi:cy="7.8385358" + sodipodi:rx="3.3530872" + sodipodi:ry="1.5411706" + d="M 14.870213 7.8385358 A 3.3530872 1.5411706 0 1 1 8.1640389,7.8385358 A 3.3530872 1.5411706 0 1 1 14.870213 7.8385358 z" + transform="matrix(1.043814,0,0,1.622144,-1.521737,-6.215233)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/cat.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,289 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop" + sodipodi:docname="poesjjj.svg" + inkscape:export-filename="/home/hbons/Desktop/poesjjj.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2314"> + <stop + style="stop-color:#a40000;stop-opacity:1;" + offset="0" + id="stop2316" /> + <stop + style="stop-color:#a40000;stop-opacity:0;" + offset="1" + id="stop2318" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2293"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2295" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2297" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2293" + id="radialGradient2299" + cx="11.314209" + cy="19.799667" + fx="11.314209" + fy="19.799667" + r="8.578125" + gradientTransform="matrix(1.719902,2.952085e-17,-1.181699e-17,0.981785,-8.145123,0.221141)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2314" + id="linearGradient2320" + x1="11.5" + y1="18.083927" + x2="11.5" + y2="16.507494" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="17.990756" + inkscape:cy="12.483157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + fill="#2e3436" + inkscape:window-width="1267" + inkscape:window-height="971" + inkscape:window-x="7" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="spiral" + style="fill:#eeeeec;fill-opacity:0.75;fill-rule:evenodd;stroke:#e7eeda;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path2354" + sodipodi:cx="25.076496" + sodipodi:cy="11.089964" + sodipodi:expansion="1" + sodipodi:revolution="3" + sodipodi:radius="1.4405015" + sodipodi:argument="-17.842075" + sodipodi:t0="0.90160865" + d="M 25.936436,10.116669 C 26.523743,10.577081 26.596897,11.452167 26.13975,12.029386 C 26.055634,12.135596 25.956263,12.229583 25.845713,12.307892" /> + <path + sodipodi:type="spiral" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#e8e2e2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path2360" + sodipodi:cx="23.473959" + sodipodi:cy="8.013093" + sodipodi:expansion="1" + sodipodi:revolution="3" + sodipodi:radius="1.0529826" + sodipodi:argument="-18.115835" + sodipodi:t0="0.90160865" + d="M 23.886806,7.1581801 C 24.391119,7.3661353 24.61554,7.9675309 24.407889,8.4640988 C 24.369681,8.5554688 24.318322,8.641251 24.255996,8.7182097" + transform="translate(0.613194,4.78179)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:#e8e2e2;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2362" + width="0" + height="0.49980384" + x="20" + y="12.500196" /> + <path + sodipodi:type="arc" + style="opacity:1;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.655402,0,0,1.267135,-5.793349,6.748756)" /> + <path + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.4461257,1.9496252 C 2.4461257,1.9496252 2.4468311,12.368382 2.4468311,13.449604 C 2.4468311,17.914011 6.662425,21.542722 11.853195,21.542722 C 17.043961,21.542722 21.509081,17.914085 21.513384,13.449604 L 21.524432,1.9858864 L 15.745479,5.8209079 C 14.565313,5.3617564 9.2434548,5.3291156 8.0906481,5.7630999 L 2.4461257,1.9496252 z " + id="path1324" + sodipodi:nodetypes="cssscccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9598214" + inkscape:original="M 2.4375 1.9375 C 2.4375 1.9374999 2.4375 12.356278 2.4375 13.4375 C 2.4375001 17.901907 6.65298 21.53125 11.84375 21.53125 C 17.034516 21.531249 21.495697 17.901981 21.5 13.4375 L 21.53125 2 L 15.75 5.8125 C 14.569834 5.3533483 9.2465567 5.3160157 8.09375 5.75 L 2.4375 1.9375 z " + xlink:href="#path1324" + style="opacity:0.2;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:#e2e2e2;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2331" + inkscape:href="#path1324" + d="M 2.15625,4.21875 C 2.15625,6.5167767 2.15625,13.517914 2.15625,14.53125 C 2.15625,18.796457 6.325824,22.40625 11.6875,22.40625 C 17.049025,22.406251 21.144413,18.788695 21.25,14.5 L 21.5,4.25 L 16.625,7.3125 C 16.476043,7.4099322 16.30293,7.4640301 16.125,7.46875 L 16.03125,7.46875 C 15.913808,7.4691204 15.797295,7.4479362 15.6875,7.40625 C 15.577859,7.3644999 14.975756,7.2196374 14.25,7.15625 C 13.524244,7.0928626 12.631906,7.0684469 11.75,7.0625 C 10.868094,7.0565531 9.9720812,7.0719709 9.25,7.125 C 8.5279188,7.1780291 7.9380932,7.3089884 7.84375,7.34375 C 7.563214,7.445324 7.2513969,7.4106776 7,7.25 L 2.15625,4.21875 z " + transform="translate(8.940697e-8,9.375009e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2272" + sodipodi:cx="7.6897321" + sodipodi:cy="6.6897321" + sodipodi:rx="0.65848213" + sodipodi:ry="0.7254464" + d="M 8.3482142,6.6897321 A 0.65848213,0.7254464 0 0 1 8.3480965,6.7034475" + sodipodi:start="0" + sodipodi:end="0.01890734" + sodipodi:open="true" + transform="translate(-16.72902,-11.35923)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cee14b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2383" + sodipodi:cx="7.5892859" + sodipodi:cy="11.589286" + sodipodi:rx="2.4553573" + sodipodi:ry="2.5" + d="M 10.044643 11.589286 A 2.4553573 2.5 0 1 1 5.1339285,11.589286 A 2.4553573 2.5 0 1 1 10.044643 11.589286 z" + transform="matrix(1.018182,0,0,1,-0.227273,-8.928585e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cee14b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2385" + sodipodi:cx="7.5892859" + sodipodi:cy="11.589286" + sodipodi:rx="2.4553573" + sodipodi:ry="2.5" + d="M 10.044643 11.589286 A 2.4553573 2.5 0 1 1 5.1339285,11.589286 A 2.4553573 2.5 0 1 1 10.044643 11.589286 z" + transform="matrix(1.018182,0,0,1,7.772729,-8.928585e-2)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9598214" + inkscape:original="M 2.4375 1.9375 C 2.4375 1.9374999 2.4375 12.356278 2.4375 13.4375 C 2.4375001 17.901907 6.65298 21.53125 11.84375 21.53125 C 17.034516 21.531249 21.495697 17.901981 21.5 13.4375 L 21.53125 2 L 15.75 5.8125 C 14.569834 5.3533483 9.2465567 5.3160157 8.09375 5.75 L 2.4375 1.9375 z " + xlink:href="#path1324" + style="opacity:0.5;fill:url(#radialGradient2299);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2291" + inkscape:href="#path1324" + d="M 3.40625,3.71875 C 3.40625,6.0458208 3.40625,12.52375 3.40625,13.4375 C 3.4062501,17.297705 7.1003794,20.5625 11.84375,20.5625 C 16.587126,20.562499 20.527563,17.263075 20.53125,13.4375 L 20.5625,3.8125 L 16.28125,6.625 C 16.02193,6.7959769 15.695906,6.8309079 15.40625,6.71875 C 15.334344,6.6907745 14.772194,6.5580716 14.125,6.5 C 13.477806,6.4419284 12.695462,6.4123203 11.90625,6.40625 C 11.117038,6.4001797 10.331277,6.4210502 9.6875,6.46875 C 9.0437225,6.5164498 8.4935054,6.6351663 8.4375,6.65625 C 8.1428582,6.7593313 7.8164934,6.7127077 7.5625,6.53125 L 3.40625,3.71875 z " + transform="matrix(0.932605,0,0,0.890538,0.823317,1.688313)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2389" + sodipodi:cx="7.5446429" + sodipodi:cy="11.544642" + sodipodi:rx="1.5178572" + sodipodi:ry="1.5178572" + d="M 9.0625001 11.544642 A 1.5178572 1.5178572 0 1 1 6.0267857,11.544642 A 1.5178572 1.5178572 0 1 1 9.0625001 11.544642 z" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2391" + sodipodi:cx="7.5446429" + sodipodi:cy="11.544642" + sodipodi:rx="1.5178572" + sodipodi:ry="1.5178572" + d="M 9.0625001 11.544642 A 1.5178572 1.5178572 0 1 1 6.0267857,11.544642 A 1.5178572 1.5178572 0 1 1 9.0625001 11.544642 z" + transform="translate(7.973214,-2.678525e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2421" + sodipodi:cx="8.5714283" + sodipodi:cy="10.763392" + sodipodi:rx="0.98214287" + sodipodi:ry="0.9598214" + d="M 9.5535712 10.763392 A 0.98214287 0.9598214 0 1 1 7.5892854,10.763392 A 0.98214287 0.9598214 0 1 1 9.5535712 10.763392 z" + transform="matrix(1,0,0,1.04186,0.44643,-0.213953)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2423" + sodipodi:cx="8.5714283" + sodipodi:cy="10.763392" + sodipodi:rx="0.98214287" + sodipodi:ry="0.9598214" + d="M 9.5535712 10.763392 A 0.98214287 0.9598214 0 1 1 7.5892854,10.763392 A 0.98214287 0.9598214 0 1 1 9.5535712 10.763392 z" + transform="matrix(1,0,0,1.04186,8.446429,-0.213953)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2427" + sodipodi:cx="12.120536" + sodipodi:cy="17.325893" + sodipodi:rx="1.3169643" + sodipodi:ry="0.9598214" + d="M 13.4375,17.325893 A 1.3169643,0.9598214 0 0 1 13.405759,17.53535" + sodipodi:start="0" + sodipodi:end="0.21999499" + sodipodi:open="true" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.125552,14.003369 C 10.257045,14.05642 9.5205875,14.313829 9.1884244,14.627316 C 9.1734973,14.642426 9.1390438,14.674251 9.1259364,14.689711 C 9.0711361,14.760032 9.0154575,14.86327 9.0009604,14.93929 C 8.9987996,14.956297 9.0009604,14.984463 9.0009604,15.001684 C 9.0009604,15.018905 8.9987995,15.047072 9.0009604,15.064079 C 9.0154575,15.140099 9.0711361,15.243337 9.1259364,15.313658 C 9.1390438,15.329118 9.1734973,15.360942 9.1884244,15.376053 C 9.1917207,15.372946 9.2168822,15.378771 9.2196684,15.376053 C 9.2247636,15.369889 9.2451082,15.351458 9.2509124,15.344855 C 9.2763086,15.317345 9.3170923,15.276621 9.3446444,15.251263 C 9.351257,15.245468 9.3697153,15.225153 9.3758884,15.220066 C 9.3813343,15.214502 9.4016563,15.194395 9.4071324,15.188868 C 9.417961,15.183502 9.458678,15.162882 9.4696204,15.157671 C 9.4804118,15.15224 9.5212111,15.131741 9.5321084,15.126474 C 9.6111439,15.086034 9.7238391,15.051177 9.8133044,15.032882 C 9.8186392,15.027092 9.8391965,15.007424 9.8445484,15.001684 C 9.8481633,15.001475 9.8718084,15.001697 9.8757924,15.001684 C 9.8886616,15.00222 9.9272772,15.001791 9.9382804,15.001684 C 9.9542082,15.001562 9.9878333,15.001684 10.000768,15.001684 C 10.013703,15.001684 10.047328,15.001562 10.063256,15.001684 C 10.068153,15.002565 10.089131,15.00039 10.0945,15.001684 C 10.117086,15.007935 10.169027,15.028129 10.188232,15.032882 C 10.277697,15.051177 10.390393,15.086034 10.469428,15.126474 C 10.480325,15.131741 10.521125,15.15224 10.531916,15.157671 C 10.542858,15.162882 10.583575,15.183502 10.594404,15.188868 C 10.59988,15.194395 10.620202,15.214502 10.625648,15.220066 C 10.631821,15.225153 10.65028,15.245468 10.656892,15.251263 C 10.684444,15.276621 10.725228,15.317345 10.750624,15.344855 C 10.756428,15.351458 10.776773,15.369889 10.781868,15.376053 C 10.78744,15.38149 10.807577,15.401782 10.813112,15.40725 C 10.818487,15.418063 10.839137,15.458719 10.844356,15.469645 C 10.849795,15.48042 10.870325,15.521159 10.8756,15.53204 C 10.916101,15.610957 10.95101,15.723485 10.969332,15.812816 C 10.974092,15.831992 10.994317,15.883856 11.000576,15.906408 C 11.001872,15.911769 10.999694,15.932716 11.000576,15.937605 C 11.000617,15.942906 11.00063,15.963142 11.000576,15.968803 C 11.163241,15.982108 11.328013,16 11.50048,16 C 11.672947,16 11.837721,15.982108 12.000384,15.968803 C 12.00033,15.963142 12.000343,15.942906 12.000384,15.937605 C 12.001673,15.920712 11.997758,15.892624 12.000384,15.875211 C 12.010083,15.822459 12.044852,15.740072 12.062872,15.688026 C 12.081847,15.636728 12.10327,15.575086 12.12536,15.53204 C 12.130635,15.521159 12.151165,15.48042 12.156604,15.469645 C 12.161823,15.458719 12.182473,15.418063 12.187848,15.40725 C 12.193383,15.401782 12.21352,15.38149 12.219092,15.376053 C 12.224187,15.369889 12.244532,15.351458 12.250336,15.344855 C 12.275732,15.317345 12.316517,15.276621 12.344068,15.251263 C 12.350681,15.245468 12.369139,15.225153 12.375312,15.220066 C 12.380758,15.214502 12.40108,15.194395 12.406556,15.188868 C 12.417385,15.183502 12.458102,15.162882 12.469044,15.157671 C 12.479835,15.15224 12.520635,15.131741 12.531532,15.126474 C 12.610568,15.086034 12.723263,15.051177 12.812728,15.032882 C 12.818063,15.027092 12.83862,15.007424 12.843972,15.001684 C 12.847588,15.001475 12.871232,15.001697 12.875216,15.001684 C 12.888086,15.00222 12.926701,15.001791 12.937704,15.001684 C 12.953632,15.001562 12.987258,15.001684 13.000192,15.001684 C 13.013127,15.001684 13.046752,15.001562 13.06268,15.001684 C 13.067577,15.002565 13.088555,15.00039 13.093924,15.001684 C 13.11651,15.007935 13.168451,15.028129 13.187656,15.032882 C 13.277121,15.051177 13.389816,15.086034 13.468852,15.126474 C 13.479749,15.131741 13.520549,15.15224 13.53134,15.157671 C 13.542282,15.162882 13.582999,15.183502 13.593828,15.188868 C 13.599304,15.194395 13.619626,15.214502 13.625072,15.220066 C 13.631245,15.225153 13.649703,15.245468 13.656316,15.251263 C 13.683868,15.276621 13.724652,15.317345 13.750048,15.344855 C 13.755852,15.351458 13.776197,15.369889 13.781292,15.376053 C 13.785356,15.372344 13.808582,15.379784 13.812536,15.376053 C 13.827463,15.360942 13.861917,15.329118 13.875024,15.313658 C 13.929825,15.243337 13.985503,15.140099 14,15.064079 C 14.002161,15.047072 14,15.018905 14,15.001684 C 14,14.984463 14.002161,14.956297 14,14.93929 C 13.985503,14.86327 13.929825,14.760032 13.875024,14.689711 C 13.861917,14.674251 13.827463,14.642426 13.812536,14.627316 C 13.432921,14.269044 12.535283,14.003369 11.50048,14.003369 C 11.37113,14.003369 11.249624,13.995789 11.125552,14.003369 z " + id="path2190" /> + <path + style="opacity:0.75;fill:url(#linearGradient2320);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11,16 L 11,18 C 10.343486,17.930574 9.7698746,17.733973 9.34375,17.46875 C 9.1113182,17.324083 9.0382507,17.16039 8.9151786,17 L 8,17 C 8.059588,17.230368 8.1586006,17.444616 8.28125,17.625 C 8.3070708,17.662976 8.3468829,17.713786 8.375,17.75 C 8.5685085,17.991515 8.8235308,18.206814 9.09375,18.375 C 9.7342693,18.773663 10.569685,19.03125 11.5,19.03125 C 12.430315,19.03125 13.29698,18.773664 13.9375,18.375 C 14.257759,18.175667 14.512182,17.928804 14.71875,17.625 C 14.841399,17.444616 14.934617,17.230368 15,17 L 14.03125,17 C 13.908178,17.16039 13.888682,17.324083 13.65625,17.46875 C 13.230126,17.733973 12.656514,17.930574 12,18 L 12,16 L 11,16 z " + id="rect2301" + sodipodi:nodetypes="ccsccssssssccsccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/chicken.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,230 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="chicken.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/chicken.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.524669" + inkscape:cy="12.734218" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.504911,0,0,1.267135,-4.17577,5.748753)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#c4a000;stroke-width:1.1769799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.851982,0,0,0.851499,1.942815,2.654239)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.32998371;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.752142,0,0,0.751636,3.122608,3.742833)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243238,-9.918289e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243237,-9.918289e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.94621873;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2227" + sodipodi:cx="11.445408" + sodipodi:cy="3.324424" + sodipodi:rx="3.2451327" + sodipodi:ry="2.6427429" + d="M 14.690541 3.324424 A 3.2451327 2.6427429 0 1 1 8.2002752,3.324424 A 3.2451327 2.6427429 0 1 1 14.690541 3.324424 z" + transform="matrix(0.463779,0,0,0.569253,6.696885,17.10846)" /> + <path + style="fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.992622,17.5 C 9.7576499,16.351321 3.1107244,13.505144 11.992622,13.505144 C 20.924834,13.505144 14.194577,16.368289 11.992622,17.5 z " + id="path2212" + sodipodi:nodetypes="czc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.91183245" + inkscape:original="M 12 13.5 C 3.1181024 13.5 9.7650275 16.351321 12 17.5 C 14.201955 16.368289 20.932212 13.5 12 13.5 z " + xlink:href="#path2212" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999964;stroke-miterlimit:4;stroke-opacity:1" + id="path2233" + inkscape:href="#path2212" + d="M 12,15.40625 C 10.181076,15.40625 9.4234694,15.586648 8.9375,15.71875 C 9.2860953,15.983443 9.670696,16.282691 10.25,16.59375 C 10.87334,16.928455 11.461703,17.200267 12,17.46875 C 12.534554,17.202663 13.124499,16.927995 13.75,16.59375 C 14.333659,16.281865 14.740984,15.985401 15.09375,15.71875 C 14.609232,15.586383 13.832424,15.40625 12,15.40625 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.16829908;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2223" + sodipodi:cx="11.445408" + sodipodi:cy="3.324424" + sodipodi:rx="3.2451327" + sodipodi:ry="2.6427429" + d="M 14.690541 3.324424 A 3.2451327 2.6427429 0 1 1 8.2002752,3.324424 A 3.2451327 2.6427429 0 1 1 14.690541 3.324424 z" + transform="matrix(0.770896,0,0,0.950378,3.17678,0.840541)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.95847201;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2231" + sodipodi:cx="11.445408" + sodipodi:cy="3.324424" + sodipodi:rx="3.2451327" + sodipodi:ry="2.6427429" + d="M 14.690541 3.324424 A 3.2451327 2.6427429 0 1 1 8.2002752,3.324424 A 3.2451327 2.6427429 0 1 1 14.690541 3.324424 z" + transform="matrix(0.460044,0,0,0.566719,6.735154,2.118292)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.16895401;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2215" + sodipodi:cx="11.445408" + sodipodi:cy="3.324424" + sodipodi:rx="3.2451327" + sodipodi:ry="2.6427429" + d="M 14.690541 3.324424 A 3.2451327 2.6427429 0 1 1 8.2002752,3.324424 A 3.2451327 2.6427429 0 1 1 14.690541 3.324424 z" + transform="matrix(0.77076,0,0,0.949482,3.178881,3.84642)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.95847201;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2229" + sodipodi:cx="11.445408" + sodipodi:cy="3.324424" + sodipodi:rx="3.2451327" + sodipodi:ry="2.6427429" + d="M 14.690541 3.324424 A 3.2451327 2.6427429 0 1 1 8.2002752,3.324424 A 3.2451327 2.6427429 0 1 1 14.690541 3.324424 z" + transform="matrix(0.460044,0,0,0.566719,6.735154,5.118889)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/clap.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="clap.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clap.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="14.880848" + inkscape:cy="7.2192475" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,13.527087 C 17.502944,15.892107 15.140024,17.503252 12.067027,17.503252 C 8.9940272,17.503252 6.5000001,15.891125 6.5000001,13.496751 C 8.8954736,13.496751 14.896167,13.527087 17.502944,13.527087 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,14 L 17,14 L 16.615267,15 L 7.4479109,15 L 7.0137405,14 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.4015265,16 L 15.615267,16 C 15.615267,16 14.704206,16.587786 14.250771,16.656489 C 14.250771,16.656489 13.614227,17 12.116518,17 C 10.756145,17.002082 9.2677613,16.532825 9.2677613,16.532825 L 8.4015265,16 z " + id="path2207" + sodipodi:nodetypes="cccccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.07718897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3672" + 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.201764,0,0,0.299632,11.88694,16.2122)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:7.2810359;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3674" + 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(-9.548652e-2,0,0,0.19755,10.61749,17.33031)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.360775,9.000258 C 9.323029,9.007089 9.257236,9.030186 9.22037,9.041921 C 9.171638,9.05969 9.080051,9.099265 9.033164,9.125247 C 8.4417481,9.481805 8.0035311,10.493797 8.0035311,11.666696 C 8.0035311,11.781686 7.9955861,11.888833 8.0035311,12 C 8.1048291,11.184362 8.6173111,10.540062 9.22037,10.37514 C 9.269524,10.363406 9.356891,10.338632 9.407576,10.333477 C 9.43309,10.331748 9.475345,10.333477 9.501179,10.333477 C 9.527014,10.333477 9.569268,10.331748 9.594782,10.333477 C 9.645467,10.338632 9.732834,10.363406 9.781988,10.37514 C 10.385047,10.540062 10.897529,11.184362 10.998827,12 C 11.006772,11.888833 10.998827,11.781686 10.998827,11.666696 C 10.998827,10.493797 10.560611,9.481805 9.969194,9.125247 C 9.922307,9.099265 9.83072,9.05969 9.781988,9.041921 C 9.732834,9.026274 9.645467,9.007131 9.594782,9.000258 C 9.569268,8.997952 9.527014,9.000258 9.501179,9.000258 C 9.475345,9.000258 9.43309,8.997952 9.407576,9.000258 C 9.394905,9.001976 9.373356,8.99798 9.360775,9.000258 z " + id="path2271" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.360775,9.000258 C 14.323029,9.007089 14.257236,9.030186 14.22037,9.041921 C 14.171638,9.05969 14.080051,9.099265 14.033164,9.125247 C 13.441748,9.481805 13.003531,10.493797 13.003531,11.666696 C 13.003531,11.781686 12.995586,11.888833 13.003531,12 C 13.104829,11.184362 13.617311,10.540062 14.22037,10.37514 C 14.269524,10.363406 14.356891,10.338632 14.407576,10.333477 C 14.43309,10.331748 14.475345,10.333477 14.501179,10.333477 C 14.527014,10.333477 14.569268,10.331748 14.594782,10.333477 C 14.645467,10.338632 14.732834,10.363406 14.781988,10.37514 C 15.385047,10.540062 15.897529,11.184362 15.998827,12 C 16.006772,11.888833 15.998827,11.781686 15.998827,11.666696 C 15.998827,10.493797 15.560611,9.481805 14.969194,9.125247 C 14.922307,9.099265 14.83072,9.05969 14.781988,9.041921 C 14.732834,9.026274 14.645467,9.007131 14.594782,9.000258 C 14.569268,8.997952 14.527014,9.000258 14.501179,9.000258 C 14.475345,9.000258 14.43309,8.997952 14.407576,9.000258 C 14.394905,9.001976 14.373356,8.99798 14.360775,9.000258 z " + id="path6204" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.07718897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6206" + 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.201764,0,0,0.299632,16.84928,16.2122)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:7.2810359;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6208" + 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(-9.548652e-2,0,0,0.19755,15.57983,17.33031)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/clock.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg1331" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clock.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="clock.svg"> + <defs + id="defs1333"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.632138,0,0,0.632138,1.881144,1.881144)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1356" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.251465" + inkscape:cx="17.000978" + inkscape:cy="8.9182996" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata1336"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1356);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1354" + 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.730649,0,0,1.478324,-6.102141,5.040217)" /> + <path + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.50993371px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1339" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.662277,0,0,0.662285,1.67508,1.024488)" /> + <path + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:#dae6f3;fill-opacity:1;fill-rule:evenodd;stroke:#3466a4;stroke-width:1.91271806px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1341" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.522815,0,0,0.522818,3.849233,3.335823)" /> + <path + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:9.54692364px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path2216" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.104715,0,0,0.104778,10.37101,10.26629)" /> + <path + style="opacity:0.65895954;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 20.522704,11.995352 C 20.522704,16.70245 16.70245,20.522704 11.995353,20.522704 C 7.2882542,20.522704 3.4680008,16.70245 3.4680008,11.995352 C 3.4680008,7.2882539 7.2882542,3.4680005 11.995353,3.4680005 C 16.70245,3.4680005 20.522704,7.2882539 20.522704,11.995352 z " + id="path2220" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2203" + width="1.8957856" + height="3.7915711" + x="-0.94790792" + y="-22.401884" + rx="0.99714684" + ry="2.4928665" + transform="matrix(-0.707106,0.707107,-0.707106,-0.707107,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="1.8957875" + height="3.791575" + x="16.022675" + y="-5.4313583" + rx="0.99714482" + ry="2.4928617" + transform="matrix(0.707105,0.707108,-0.707105,0.707108,0,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/cloudy.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2201" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="cloudy.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/cloudy.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2203"> + <linearGradient + inkscape:collect="always" + id="linearGradient2256"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2258" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2260" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2262" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" + gradientTransform="matrix(1,-1.301044e-17,2.611735e-17,1.105,-1.872308e-16,-0.793125)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2266" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,-1.171209e-16,1.321141e-16,1.105,1.065101e-16,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2270" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,3.631897e-18,-6.202866e-17,1.105,3.329002e-15,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient1407" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,-5.865536e-17,8.470167e-17,1.105,-1.660428e-15,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient1409" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,-2.858227e-16,1.536189e-16,1.105,-2.083819e-16,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient1411" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,3.631773e-18,-6.202868e-17,1.105,3.317293e-15,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.375416" + inkscape:cx="18.512014" + inkscape:cy="12.737263" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#729fcf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata2206"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.798651,3.447744 C 9.3912835,3.5469341 8.1615977,4.4634778 7.5096383,5.7584285 C 7.078938,5.5559374 6.6009354,5.4461739 6.1040772,5.4461739 C 4.1166454,5.4461739 2.5058412,7.2351299 2.5058412,9.4430336 C 2.5058412,11.650937 4.1166454,13.439894 6.1040772,13.439894 C 6.1118407,13.439894 6.1244366,13.439949 6.1321885,13.439894 C 6.1399404,13.439839 6.1525595,13.440003 6.1602997,13.439894 L 6.4695232,13.439894 L 16.53334,13.439894 L 16.870675,13.439894 C 16.878426,13.439949 16.891023,13.439894 16.898786,13.439894 C 18.886217,13.439894 20.497022,11.650937 20.497022,9.4430336 C 20.497022,7.23513 18.886217,5.4461739 16.898786,5.4461739 C 16.114682,5.4461739 15.381921,5.7222397 14.790444,6.195585 C 14.176386,4.5838178 12.725532,3.447744 11.051652,3.447744 C 10.964471,3.447744 10.884466,3.4416958 10.798651,3.447744 z " + id="path2237" + sodipodi:nodetypes="ccssssccccssscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2262);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2246" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848704,-0.658303,0.443438,13.87302,-10.27411)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2266);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2264" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,2.873003,-10.27177)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2270);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2268" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,17.77931,-13.65751)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0351878" + inkscape:original="M 10.8125 3.4375 C 9.4051328 3.5366902 8.1519594 4.4550493 7.5 5.75 C 7.0692997 5.5475088 6.5906082 5.4375 6.09375 5.4375 C 4.1063181 5.4375002 2.5 7.2295963 2.5 9.4375 C 2.4999999 11.645404 4.1063182 13.4375 6.09375 13.4375 C 6.1015134 13.4375 6.1172481 13.437555 6.125 13.4375 C 6.1327521 13.437445 6.1485098 13.437609 6.15625 13.4375 L 6.46875 13.4375 L 16.53125 13.4375 L 16.875 13.4375 C 16.882752 13.437555 16.898487 13.4375 16.90625 13.4375 C 18.89368 13.4375 20.5 11.645403 20.5 9.4375 C 20.499999 7.2295968 18.893681 5.4375 16.90625 5.4375 C 16.122145 5.4375002 15.372727 5.7141547 14.78125 6.1875 C 14.167192 4.575733 12.73638 3.4375 11.0625 3.4375 C 10.975319 3.4375001 10.898315 3.4314518 10.8125 3.4375 z " + xlink:href="#path2237" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2286" + inkscape:href="#path2237" + d="M 10.875,3.53125 C 9.8716407,3.6019659 8.9382625,4.2866132 8.4375,5.28125 C 8.1841105,5.7868076 7.5719333,5.9955043 7.0625,5.75 C 6.768424,5.611742 6.4378082,5.53125 6.09375,5.53125 C 4.7286142,5.5312499 3.53125,6.7941837 3.53125,8.5 C 3.5312499,10.205815 4.7286144,11.46875 6.09375,11.46875 C 6.1064026,11.46875 6.1320822,11.4687 6.125,11.46875 C 6.157303,11.468521 6.1829073,11.468375 6.15625,11.46875 L 6.46875,11.46875 L 16.53125,11.46875 L 16.875,11.46875 C 16.867918,11.4687 16.893598,11.46875 16.90625,11.46875 C 18.271383,11.46875 19.46875,10.205815 19.46875,8.5 C 19.468749,6.7941835 18.271385,5.53125 16.90625,5.53125 C 16.365641,5.5312499 15.849558,5.7327393 15.4375,6.0625 C 15.179235,6.2738645 14.834917,6.3477692 14.512661,6.2610081 C 14.190406,6.174247 13.929736,5.937461 13.8125,5.625 C 13.331183,4.3616492 12.267097,3.53125 11.0625,3.53125 C 10.927443,3.5312498 10.869214,3.5316578 10.875,3.53125 z " /> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12.770379,9.4760158 C 11.363011,9.5752059 10.133326,10.49175 9.4813661,11.7867 C 9.0506658,11.584209 8.5726632,11.474446 8.075805,11.474446 C 6.0883732,11.474446 4.477569,13.263402 4.477569,15.471305 C 4.477569,17.679209 6.0883732,19.468166 8.075805,19.468166 C 8.0835685,19.468166 8.0961644,19.468221 8.1039163,19.468166 C 8.1116682,19.468111 8.1242873,19.468275 8.1320275,19.468166 L 8.441251,19.468166 L 18.505068,19.468166 L 18.842403,19.468166 C 18.850154,19.468221 18.862751,19.468166 18.870514,19.468166 C 20.857945,19.468166 22.46875,17.679209 22.46875,15.471305 C 22.46875,13.263402 20.857945,11.474446 18.870514,11.474446 C 18.08641,11.474446 17.353649,11.750511 16.762172,12.223857 C 16.148114,10.61209 14.69726,9.4760158 13.02338,9.4760158 C 12.936199,9.4760158 12.856194,9.4699676 12.770379,9.4760158 z " + id="path1397" + sodipodi:nodetypes="ccssssccccssscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient1407);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1399" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848704,-0.658303,0.443438,15.84475,-4.245842)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient1409);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1401" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,4.844731,-4.243502)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient1411);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1403" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,19.75104,-7.629242)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0351878" + inkscape:original="M 10.8125 3.4375 C 9.4051328 3.5366902 8.1519594 4.4550493 7.5 5.75 C 7.0692997 5.5475088 6.5906082 5.4375 6.09375 5.4375 C 4.1063181 5.4375002 2.5 7.2295963 2.5 9.4375 C 2.4999999 11.645404 4.1063182 13.4375 6.09375 13.4375 C 6.1015134 13.4375 6.1172481 13.437555 6.125 13.4375 C 6.1327521 13.437445 6.1485098 13.437609 6.15625 13.4375 L 6.46875 13.4375 L 16.53125 13.4375 L 16.875 13.4375 C 16.882752 13.437555 16.898487 13.4375 16.90625 13.4375 C 18.89368 13.4375 20.5 11.645403 20.5 9.4375 C 20.499999 7.2295968 18.893681 5.4375 16.90625 5.4375 C 16.122145 5.4375002 15.372727 5.7141547 14.78125 6.1875 C 14.167192 4.575733 12.73638 3.4375 11.0625 3.4375 C 10.975319 3.4375001 10.898315 3.4314518 10.8125 3.4375 z " + xlink:href="#path2237" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1405" + inkscape:href="#path2237" + d="M 10.875,3.53125 C 9.8716407,3.6019659 8.9382625,4.2866132 8.4375,5.28125 C 8.1841105,5.7868076 7.5719333,5.9955043 7.0625,5.75 C 6.768424,5.611742 6.4378082,5.53125 6.09375,5.53125 C 4.7286142,5.5312499 3.53125,6.7941837 3.53125,8.5 C 3.5312499,10.205815 4.7286144,11.46875 6.09375,11.46875 C 6.1064026,11.46875 6.1320822,11.4687 6.125,11.46875 C 6.157303,11.468521 6.1829073,11.468375 6.15625,11.46875 L 6.46875,11.46875 L 16.53125,11.46875 L 16.875,11.46875 C 16.867918,11.4687 16.893598,11.46875 16.90625,11.46875 C 18.271383,11.46875 19.46875,10.205815 19.46875,8.5 C 19.468749,6.7941835 18.271385,5.53125 16.90625,5.53125 C 16.365641,5.5312499 15.849558,5.7327393 15.4375,6.0625 C 15.179235,6.2738645 14.834917,6.3477692 14.512661,6.2610081 C 14.190406,6.174247 13.929736,5.937461 13.8125,5.625 C 13.331183,4.3616492 12.267097,3.53125 11.0625,3.53125 C 10.927443,3.5312498 10.869214,3.5316578 10.875,3.53125 z " + transform="translate(1.971728,6.028272)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/clover.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,271 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + 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-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3314" + 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" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556978" + inkscape:cx="19.845664" + inkscape:cy="10.962307" + 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" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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 " + 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)" /> + <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 " + 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 " + 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 " + 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 + 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)" /> + <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)" /> + <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)" /> + <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)" /> + <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)" /> + <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" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/clown.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,249 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="clown.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/clown.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="21.284927" + inkscape:cy="14.285603" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,15 C 16.413519,17.283765 14.403819,19 12,19 C 9.596182,19 7.586481,17.283765 7,15 C 8.053747,16.478811 9.904443,18.044402 12,18.044402 C 14.095556,18.044403 15.946253,16.478811 17,15 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.87364888;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4283" + sodipodi:cx="5.3437815" + sodipodi:cy="7.3856978" + sodipodi:rx="1.0298924" + sodipodi:ry="2.9730856" + d="M 6.3736739 7.3856978 A 1.0298924 2.9730856 0 1 1 4.313889,7.3856978 A 1.0298924 2.9730856 0 1 1 6.3736739 7.3856978 z" + transform="matrix(1.949743,3.249996e-16,-6.211529e-16,0.67197,-4.930556,0.537046)" /> + <rect + style="opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4309" + width="1" + height="5" + x="9" + y="6" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4313" + width="0.99999952" + height="5" + x="14" + y="6" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4311" + width="1" + height="10" + x="-9" + y="7" + rx="0" + ry="0" + transform="matrix(1.917818e-17,-1,1,1.471653e-18,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.84142292;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4281" + sodipodi:cx="11.65916" + sodipodi:cy="12.53516" + sodipodi:rx="2.0986488" + sodipodi:ry="2.0986488" + d="M 13.757808 12.53516 A 2.0986488 2.0986488 0 1 1 9.5605109,12.53516 A 2.0986488 2.0986488 0 1 1 13.757808 12.53516 z" + transform="matrix(1.190642,0,0,1.186289,-1.883146,-1.880718)" /> + <image + id="image4292" + height="9.8804474" + width="9.8804474" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-19.880447" + y="7" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.39275038;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4295" + sodipodi:cx="11.65916" + sodipodi:cy="12.53516" + sodipodi:rx="2.0986488" + sodipodi:ry="2.0986488" + d="M 13.757808 12.53516 A 2.0986488 2.0986488 0 1 1 9.5605109,12.53516 A 2.0986488 2.0986488 0 1 1 13.757808 12.53516 z" + transform="matrix(0.71932,0,0,0.716691,3.61207,4.005776)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.87364888;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4299" + sodipodi:cx="5.3437815" + sodipodi:cy="7.3856978" + sodipodi:rx="1.0298924" + sodipodi:ry="2.9730856" + d="M 6.3736739 7.3856978 A 1.0298924 2.9730856 0 1 1 4.313889,7.3856978 A 1.0298924 2.9730856 0 1 1 6.3736739 7.3856978 z" + transform="matrix(1.949743,3.249996e-16,-6.211529e-16,0.67197,9.089026,0.537046)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1.73483396;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4301" + sodipodi:cx="5.3437815" + sodipodi:cy="7.3856978" + sodipodi:rx="1.0298924" + sodipodi:ry="2.9730856" + d="M 6.3736739 7.3856978 A 1.0298924 2.9730856 0 1 1 4.313889,7.3856978 A 1.0298924 2.9730856 0 1 1 6.3736739 7.3856978 z" + transform="matrix(0.981876,1.636672e-16,-3.128078e-16,0.338398,16.2643,2.006781)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1.74484336;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4303" + sodipodi:cx="5.3437815" + sodipodi:cy="7.3856978" + sodipodi:rx="1.0298924" + sodipodi:ry="2.9730856" + d="M 6.3736739 7.3856978 A 1.0298924 2.9730856 0 1 1 4.313889,7.3856978 A 1.0298924 2.9730856 0 1 1 6.3736739 7.3856978 z" + transform="matrix(0.974582,1.630058e-16,-3.104839e-16,0.33703,-1.704239,2.012817)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/coffee.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,196 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2191" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="coffee.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/coffee.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2193"> + <linearGradient + inkscape:collect="always" + id="linearGradient2199"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2201" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2203" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient4067"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop4069" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop4071" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4067" + id="radialGradient4073" + cx="8.8415651" + cy="10.518879" + fx="8.8415651" + fy="10.518879" + r="3.6769278" + gradientTransform="matrix(-2.597343,2.889917,-2.915196,-2.078501,65.18777,-2.8412)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2199" + id="linearGradient2205" + x1="16.988882" + y1="15.785927" + x2="10.199979" + y2="15.785927" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2199" + id="linearGradient2209" + gradientUnits="userSpaceOnUse" + x1="19.230101" + y1="15.785927" + x2="10.514593" + y2="15.785927" + gradientTransform="matrix(-1,0,0,1,21.98882,0)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1359" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32.163554" + inkscape:cx="15.876396" + inkscape:cy="8.4574347" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata2196"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1359);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.730649,0,0,1.478324,-7.102141,6.040217)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#878d84;stroke-width:0.43392092;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4053" + sodipodi:cx="9.5760565" + sodipodi:cy="9.4493694" + sodipodi:rx="4.9745746" + sodipodi:ry="1.6167368" + d="M 14.550631 9.4493694 A 4.9745746 1.6167368 0 1 1 4.6014819,9.4493694 A 4.9745746 1.6167368 0 1 1 14.550631 9.4493694 z" + transform="matrix(1.909711,0,0,2.78107,-7.287501,-8.279429)" /> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#878d84;stroke-width:0.99111986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.7905056,6.5001745 C 6.2060931,6.7192174 3.4955604,8.0121184 3.4955604,9.5324118 C 3.4955605,9.5324128 3.52657,14.867193 3.52657,15.002941 C 3.5265699,17.485233 6.8443288,19.504408 10.937861,19.504408 C 14.167913,19.504408 16.929222,18.251042 17.946027,16.503431 C 19.442919,16.372167 22.504435,13.56604 22.504435,12.252048 C 22.504435,12.05232 22.439471,11.847953 22.349387,11.689364 C 22.334505,11.664648 22.304178,11.619337 22.287368,11.595583 C 22.272976,11.574012 22.240766,11.522845 22.225348,11.501802 C 22.209327,11.48551 22.173829,11.450068 22.16333,11.439282 C 22.105836,11.382579 22.014914,11.302084 21.946262,11.251722 C 21.176931,10.706205 19.782851,10.532736 18.783285,10.532736 C 18.669698,10.532736 18.499335,10.533082 18.48898,10.532905 C 18.492287,9.9522544 18.380161,9.5695937 18.380161,9.5324118 C 18.380161,7.8588762 15.048123,6.5001746 10.937861,6.5001745 C 10.680968,6.5001747 10.412837,6.4898181 10.162621,6.5001745 C 10.155292,6.500478 10.139231,6.5000844 10.131613,6.5001745 C 10.100327,6.4999359 10.038754,6.5002742 10.007573,6.5001745 C 9.999995,6.5003168 9.9838417,6.4998016 9.976564,6.5001745 C 9.919243,6.5031117 9.8474011,6.4966976 9.7905056,6.5001745 z M 18.487052,12.503321 C 18.487052,12.503321 18.910526,12.495546 19.490551,12.495546 C 19.490551,13.089545 18.490534,13.903072 18.490534,13.903072 L 18.487052,12.503321 z " + id="path4023" + sodipodi:nodetypes="ccsscssssssssssssssccccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#724907;fill-opacity:1;stroke:#3d2300;stroke-width:0.85498416;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4021" + sodipodi:cx="9.5760565" + sodipodi:cy="9.4493694" + sodipodi:rx="4.9745746" + sodipodi:ry="1.6167368" + d="M 14.550631 9.4493694 A 4.9745746 1.6167368 0 1 1 4.6014819,9.4493694 A 4.9745746 1.6167368 0 1 1 14.550631 9.4493694 z" + transform="matrix(1.105617,0,0,1.237314,0.412527,-1.191743)" /> + <path + style="opacity:1;fill:url(#linearGradient2205);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.99535,13.993186 C 13.311241,13.993186 14.816995,14.305402 16.988823,13 L 16.988823,16.955333 C 16.988823,16.955333 15.262876,19.007128 10.998976,19.007128 L 10.99535,13.993186 z " + id="rect4042" + sodipodi:nodetypes="ccccc" /> + <path + style="opacity:1;fill:url(#radialGradient4073);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.819854,0.007128436 C -2.0631033,5.1262674 17.0062,4.1545816 11.072089,11.007128 C 21.520206,2.476268 7.1658799,5.3902464 12.819854,0.007128436 z " + id="rect4055" + sodipodi:nodetypes="ccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/coins.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,348 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="coins.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_coins.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient8662"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop8664" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop8666" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient8662" + id="radialGradient2494" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.536723,4.641923e-15,16.87306)" + cx="24.837126" + cy="36.421127" + fx="24.837126" + fy="36.421127" + r="15.644737" /> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2435"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2437" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2439" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2405"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2407" /> + <stop + style="stop-color:#babdb6" + offset="1" + id="stop2409" /> + </linearGradient> + <linearGradient + id="linearGradient2851"> + <stop + style="stop-color:#73d216;stop-opacity:1;" + offset="0" + id="stop2853" /> + <stop + style="stop-color:#5ca911;stop-opacity:1;" + offset="1" + id="stop2855" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2345" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.370788,0,0,0.370892,10.56557,10.55964)" + x1="15.535398" + y1="1.8014067" + x2="15.535398" + y2="48.674999" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2186"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2188" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2190" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2186" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.525701,0,0,0.525844,10.18726,10.18624)" + x1="11.226587" + y1="-5.4832759" + x2="11.226587" + y2="17.697369" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2260"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop2262" /> + <stop + style="stop-color:#555753;stop-opacity:0" + offset="1" + id="stop2264" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2260" + id="radialGradient2266" + cx="11.756953" + cy="17.588654" + fx="11.756953" + fy="17.588654" + r="6.3436799" + gradientTransform="matrix(1.147277,-7.982062e-16,2.037973e-16,0.71896,-1.731525,4.943114)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient1357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.371983,0,0,0.372254,10.53035,9.522329)" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.300504,0,0,0.300499,11.2109,10.23233)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient1691" + gradientUnits="userSpaceOnUse" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2405" + id="radialGradient2411" + cx="14.616517" + cy="11.941205" + fx="14.616517" + fy="11.941205" + r="6.9652892" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.289311,5.209784e-16,-6.514104e-16,1.289311,-3.516836,-2.546482)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2435" + id="radialGradient2441" + cx="15.3284" + cy="11.951571" + fx="15.3284" + fy="11.951571" + r="6.9652892" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient8662" + id="radialGradient2570" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.536723,4.547814e-15,16.87306)" + cx="24.837126" + cy="36.421127" + fx="24.837126" + fy="36.421127" + r="15.644737" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="24.280965" + inkscape:cy="10.486753" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <image + id="image2210" + height="8" + width="8" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-16" + y="13.013611" /> + <path + sodipodi:type="arc" + style="opacity:0.4;color:#000000;fill:url(#radialGradient2570);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path2568" + sodipodi:cx="24.837126" + sodipodi:cy="36.421127" + sodipodi:rx="15.644737" + sodipodi:ry="8.3968935" + d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" + transform="matrix(0.479394,0,0,0.41682,-2.406762,0.318939)" + inkscape:r_cx="true" + inkscape:r_cy="true" /> + <path + sodipodi:type="arc" + style="opacity:0.4;color:#000000;fill:url(#radialGradient2494);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path2492" + sodipodi:cx="24.837126" + sodipodi:cy="36.421127" + sodipodi:rx="15.644737" + sodipodi:ry="8.3968935" + d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" + transform="matrix(0.479394,0,0,0.41682,3.593221,4.318951)" + inkscape:r_cx="true" + inkscape:r_cy="true" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:0.9045853;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2421" + sodipodi:cx="15.3284" + sodipodi:cy="14.16983" + sodipodi:rx="6.3312955" + sodipodi:ry="6.3312955" + d="M 21.659695 14.16983 A 6.3312955 6.3312955 0 1 1 8.9971042,14.16983 A 6.3312955 6.3312955 0 1 1 21.659695 14.16983 z" + transform="matrix(1.105475,0,0,1.105482,-7.438309,-6.157684)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2441);fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.26798749;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2423" + sodipodi:cx="15.3284" + sodipodi:cy="14.16983" + sodipodi:rx="6.3312955" + sodipodi:ry="6.3312955" + d="M 21.659695 14.16983 A 6.3312955 6.3312955 0 1 1 8.9971042,14.16983 A 6.3312955 6.3312955 0 1 1 21.659695 14.16983 z" + transform="matrix(0.788648,0,0,0.788653,-2.581875,-1.668274)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.9045853;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1521" + sodipodi:cx="15.3284" + sodipodi:cy="14.16983" + sodipodi:rx="6.3312955" + sodipodi:ry="6.3312955" + d="M 21.659695 14.16983 A 6.3312955 6.3312955 0 1 1 8.9971042,14.16983 A 6.3312955 6.3312955 0 1 1 21.659695 14.16983 z" + transform="matrix(1.105475,0,0,1.105482,-1.438309,-2.14407)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2411);fill-opacity:1;fill-rule:evenodd;stroke:#babdb6;stroke-width:1.26798749;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2403" + sodipodi:cx="15.3284" + sodipodi:cy="14.16983" + sodipodi:rx="6.3312955" + sodipodi:ry="6.3312955" + d="M 21.659695 14.16983 A 6.3312955 6.3312955 0 1 1 8.9971042,14.16983 A 6.3312955 6.3312955 0 1 1 21.659695 14.16983 z" + transform="matrix(0.788648,0,0,0.788653,3.418125,2.345337)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/computer.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="pc.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/pc.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2486"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2488" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2490" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient2486" + id="linearGradient2492" + x1="12.388853" + y1="12.613103" + x2="12.388853" + y2="2.2926812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.166557,0,0,1.200417,-6.080017,1.498612)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2510" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2530" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="16.145095" + inkscape:cy="11.411989" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#729fcf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:0.99999952;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1328" + width="13.994627" + height="11.993155" + x="1.5027508" + y="4.5051608" + rx="1.2942584" + ry="1.3573917" /> + <path + sodipodi:type="arc" + style="opacity:0.3;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.35442,0,0,1.267135,-5.558194,5.748751)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:1.00000119;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2478" + width="5.9969611" + height="2.9580183" + x="5.5016975" + y="15.523574" + rx="1.2942572" + ry="1.3573974" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999928;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2318" + width="4.989852" + height="14.005187" + x="17.5" + y="4.4948134" + rx="0.91024917" + ry="0.91024917" /> + <rect + style="opacity:1;fill:url(#linearGradient2492);fill-opacity:1;stroke:#888a85;stroke-width:0.99999952;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2320" + width="13.994627" + height="11.993155" + x="1.5027508" + y="4.5051608" + rx="1.2942584" + ry="1.3573917" /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1.0;stroke:#3465a4;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2322" + width="9.936203" + height="7.957787" + x="3.563797" + y="6.5271511" + rx="0" + ry="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.25;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:0.99999899;stroke-miterlimit:4;stroke-opacity:1" + d="M 3.0050245,6 L 14.005024,6 C 12.293695,12.615091 6.1944445,9.0734525 3.0050245,14.795177 L 3.0050245,6 z " + id="rect2475" + sodipodi:nodetypes="cccc" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2480" + width="5" + height="2" + x="-16.997927" + y="18.936415" + transform="matrix(-7.860466e-19,-1,1,-7.860466e-19,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:0.2;fill:url(#radialGradient2530);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2528" + 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(0.601965,0,0,1.267135,13.52968,5.748754)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2502" + sodipodi:cx="10.809021" + sodipodi:cy="-3.0121381" + sodipodi:rx="1.3537309" + sodipodi:ry="1.2704244" + d="M 12.162752 -3.0121381 A 1.3537309 1.2704244 0 1 1 9.4552901,-3.0121381 A 1.3537309 1.2704244 0 1 1 12.162752 -3.0121381 z" + transform="matrix(-5.806518e-19,-0.738699,0.78714,-6.187287e-19,22.3074,14.98253)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2506" + sodipodi:cx="10.809021" + sodipodi:cy="-3.0121381" + sodipodi:rx="1.3537309" + sodipodi:ry="1.2704244" + d="M 12.162752 -3.0121381 A 1.3537309 1.2704244 0 1 1 9.4552901,-3.0121381 A 1.3537309 1.2704244 0 1 1 12.162752 -3.0121381 z" + transform="matrix(-5.806518e-19,-0.738699,0.78714,-6.187287e-19,22.3074,17.98253)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/confused.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-confused.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-confused.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="39.000665" + inkscape:cx="12.902263" + inkscape:cy="13.889023" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.73076844;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 8,16 C 8.2471898,17.191286 9.3037204,18 10.5,18 C 11.696279,18 12.75281,17.191286 13,16 L 12,16 C 11.7713,16.542184 11.227197,17 10.509716,17 C 9.7922352,17 9.2175309,16.542183 9,16 L 8,16 z " + id="path5368" + sodipodi:nodetypes="csccscc" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.73076844;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,16 C 16.752811,14.808714 15.696281,14 14.500001,14 C 13.303721,14 12.24719,14.808714 12,16 L 13,16 C 13.2287,15.457816 13.772803,15 14.490285,15 C 15.207765,15 15.78247,15.457817 16,16 L 17,16 z " + id="path6251" + sodipodi:nodetypes="csccscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/console.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,466 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2283" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="xbox.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/xbox.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2285"> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient2261" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2259" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2257" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4948"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4950" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4952" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4948" + id="linearGradient4954" + x1="11.430942" + y1="22.66783" + x2="11.430942" + y2="9.4944477" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.000107,0,0,1.000171,2.997841,-7.001529)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient5433" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient5435" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient5437" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient5447" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient5449" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient5451" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.081777" + inkscape:cx="25.781922" + inkscape:cy="16.203888" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata2288"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2249" + style="opacity:0.3" + transform="matrix(0.382978,0,0,0.625,5.617022,-14)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect2251" + style="opacity:1;color:#000000;fill:url(#radialGradient2257);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect2253" + style="opacity:1;color:#000000;fill:url(#radialGradient2259);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect2255" + style="opacity:1;color:#000000;fill:url(#linearGradient2261);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4946" + width="15" + height="11" + x="7.4434767" + y="2.5846946" + rx="1.3662269" + ry="1.3662269" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4972" + width="14" + height="4" + x="8" + y="9" /> + <rect + style="opacity:1;fill:url(#linearGradient4954);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4938" + width="15.001611" + height="11.001879" + x="7.4983239" + y="2.5000939" + rx="1.3662266" + ry="1.3662274" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0193406" + inkscape:original="M 8.875 2.5 C 8.1181105 2.5 7.5 3.11811 7.5 3.875 L 7.5 12.125 C 7.5 12.88189 8.1181104 13.5 8.875 13.5 L 21.125 13.5 C 21.88189 13.5 22.5 12.88189 22.5 12.125 L 22.5 3.875 C 22.5 3.11811 21.881889 2.5 21.125 2.5 L 8.875 2.5 z " + xlink:href="#rect4938" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#fafff4;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4944" + inkscape:href="#rect4938" + d="M 8.875,4.53125 C 8.6730698,4.53125 8.53125,4.6730697 8.53125,4.875 L 8.53125,13.125 C 8.53125,13.326931 8.6730694,13.46875 8.875,13.46875 L 21.125,13.46875 C 21.326931,13.46875 21.46875,13.326931 21.46875,13.125 L 21.46875,4.875 C 21.46875,4.6730706 21.326929,4.53125 21.125,4.53125 L 8.875,4.53125 z " /> + <rect + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4960" + width="10" + height="1" + x="10" + y="6" + rx="1.3662269" + ry="1" /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4958" + width="7.0136976" + height="4.9902205" + x="11.493149" + y="1.5090785" + rx="1.3662269" + ry="1.0000001" /> + <rect + style="opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4962" + width="4" + height="2" + x="13" + y="3" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4964" + sodipodi:cx="10.963138" + sodipodi:cy="12.603668" + sodipodi:rx="0.93303299" + sodipodi:ry="0.89971036" + d="M 11.896171 12.603668 A 0.93303299 0.89971036 0 1 1 10.030105,12.603668 A 0.93303299 0.89971036 0 1 1 11.896171 12.603668 z" + transform="matrix(1.071773,0,0,1.111469,2.250009,-3.008589)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4970" + sodipodi:cx="10.963138" + sodipodi:cy="12.603668" + sodipodi:rx="0.93303299" + sodipodi:ry="0.89971036" + d="M 11.896171 12.603668 A 0.93303299 0.89971036 0 1 1 10.030105,12.603668 A 0.93303299 0.89971036 0 1 1 11.896171 12.603668 z" + transform="matrix(1.071773,0,0,1.111469,-0.749991,-3.008582)" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4999" + width="4" + height="2" + x="16" + y="10" /> + <g + id="g5439" + style="opacity:0.3" + transform="matrix(0.276596,0,0,0.5,5.723404,0)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect5441" + style="opacity:1;color:#000000;fill:url(#radialGradient5447);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect5443" + style="opacity:1;color:#000000;fill:url(#radialGradient5449);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect5445" + style="opacity:1;color:#000000;fill:url(#linearGradient5451);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <g + id="g5425" + style="opacity:0.3" + transform="matrix(0.340425,0,0,0.5,0.659575,-2)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect5427" + style="opacity:1;color:#000000;fill:url(#radialGradient5433);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect5429" + style="opacity:1;color:#000000;fill:url(#radialGradient5435);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect5431" + style="opacity:1;color:#000000;fill:url(#linearGradient5437);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 4.8125,14.514758 C 3.5226619,14.632022 2.5,15.931879 2.5000001,17.501288 C 2.5000001,19.147882 3.6204717,20.487816 5,20.487817 C 5.1724411,20.487817 10.827559,20.487817 11,20.487817 C 12.379528,20.487817 13.5,19.147881 13.5,17.501288 C 13.5,15.854694 12.379529,14.514759 11,14.514758 C 10.827559,14.514758 4.8759347,14.508991 4.8125,14.514758 z " + id="path4940" + sodipodi:nodetypes="csssssc" /> + <rect + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4981" + width="1" + height="3" + x="5" + y="16" /> + <rect + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4983" + width="1" + height="3" + x="-18" + y="4" + transform="matrix(-1.753697e-17,-1,1,-1.753697e-17,0,0)" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4993" + width="1" + height="1" + x="10" + y="18" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5011" + width="1" + height="1" + x="10" + y="16" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5013" + width="1" + height="1" + x="9" + y="17" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5015" + width="1" + height="1" + x="11" + y="17" /> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.8125,16.502563 C 8.5226619,16.619827 7.5,17.919684 7.5000001,19.489093 C 7.5000001,21.135687 8.6204717,22.475621 10,22.475622 C 10.172441,22.475622 15.827559,22.475622 16,22.475622 C 17.379528,22.475622 18.5,21.135686 18.5,19.489093 C 18.5,17.842499 17.379529,16.502564 16,16.502563 C 15.827559,16.502563 9.8759347,16.496796 9.8125,16.502563 z " + id="path5062" + sodipodi:nodetypes="csssssc" /> + <rect + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5064" + width="1" + height="3" + x="10" + y="17.987804" /> + <rect + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5066" + width="1" + height="3" + x="-19.987804" + y="9" + transform="matrix(-1.753697e-17,-1,1,-1.753697e-17,0,0)" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5068" + width="1" + height="1" + x="15" + y="19.987804" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5070" + width="1" + height="1" + x="15" + y="17.987804" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5072" + width="1" + height="1" + x="14" + y="18.987804" /> + <rect + style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5074" + width="1" + height="1" + x="16" + y="18.987804" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/cow.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,243 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="cow.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/cow.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2248"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2250" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2252" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2248" + id="radialGradient2254" + cx="10.101524" + cy="5.9737821" + fx="10.101524" + fy="0.26491976" + r="8.4669624" + gradientTransform="matrix(1.645931,-1.304917e-15,1.475917e-15,1.483313,-6.524887,-4.36013)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="24.461469" + inkscape:cy="12.775745" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 3.6949565,3.48483 C 2.0086279,6.0457111 2.5216789,7.7652977 3.3819795,8.5149308 C 5.2565991,8.5149308 8.2951364,8.5154772 10.754328,8.5149308 C 11.778991,8.5147033 13.030085,8.5149308 13.536346,8.5149308 C 15.931784,8.515479 18.843041,8.5149308 20.700042,8.5149308 C 21.560344,7.7652977 22.073394,6.0457111 20.387065,3.48483 C 20.377784,4.1089724 20.154566,4.6283334 19.795886,5.0302224 C 18.611492,6.3187393 15.897622,6.5771117 13.640671,6.6059167 C 13.640684,6.5970723 10.928227,6.5970723 10.928204,6.6059167 C 7.8092099,6.5731767 3.7376807,6.1658058 3.6949565,3.48483 z " + id="path2244" + sodipodi:nodetypes="ccsscccccc" /> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.501209,10.998771 C 18.501209,15.548107 15.588936,17.499997 12.000598,17.499997 C 8.4122616,17.499997 5.4999881,16.591176 5.4999881,10.998771 C 5.4999881,7.4100945 5.0588772,4.4975454 12.000598,4.4975454 C 18.988784,4.4975454 18.501209,6.4494353 18.501209,10.998771 z " + id="path2317" + sodipodi:nodetypes="csszz" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2221" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(3.038442e-16,0.856173,-1.377321,4.887926e-16,16.09918,2.243239)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2313" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.519221e-16,1.284259,-0.688661,7.331883e-16,24.04959,-1.135135)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2223" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(3.038444e-16,0.856174,-1.377322,4.887934e-16,32.09919,2.243231)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.94218826" + inkscape:original="M 3.6875 3.5 C 2.0011714 6.0608812 2.5146994 7.7503669 3.375 8.5 C 5.2496196 8.5000001 8.2908084 8.5005464 10.75 8.5 C 11.774663 8.4997726 13.024989 8.5 13.53125 8.5 C 15.926688 8.5005483 18.830499 8.5 20.6875 8.5 C 21.547801 7.750367 22.061329 6.0608811 20.375 3.5 C 20.365718 4.1241425 20.13993 4.629361 19.78125 5.03125 C 18.596857 6.3197669 15.913201 6.564945 13.65625 6.59375 C 13.656263 6.5849058 10.937523 6.5849056 10.9375 6.59375 C 7.8185063 6.5610102 3.7302242 6.1809758 3.6875 3.5 z " + xlink:href="#path2244" + style="opacity:0.2;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + id="path2266" + inkscape:href="#path2244" + d="M 20.28125,5.78125 C 19.481494,6.553063 18.436375,6.9881127 17.3125,7.21875 C 16.112227,7.4650654 14.81407,7.516473 13.65625,7.53125 C 13.635422,7.5319411 13.614578,7.5319411 13.59375,7.53125 C 13.587896,7.5311078 13.575129,7.5314476 13.5625,7.53125 C 13.557351,7.5307224 13.545085,7.533388 13.53125,7.53125 C 13.517216,7.5310935 13.485468,7.5313989 13.46875,7.53125 C 13.40188,7.5306544 13.319794,7.5316883 13.21875,7.53125 C 12.96614,7.5301543 12.651321,7.53125 12.3125,7.53125 C 11.973679,7.53125 11.627615,7.5301543 11.375,7.53125 C 11.273954,7.5316883 11.191873,7.5306544 11.125,7.53125 C 11.062655,7.5374837 10.999845,7.5374837 10.9375,7.53125 C 9.3440629,7.5145238 7.4661597,7.4249941 5.875,6.9375 C 5.0933591,6.6980235 4.3674786,6.3532369 3.78125,5.8125 C 3.5879568,6.667083 3.6400635,7.2623676 3.90625,7.5625 C 5.7935073,7.5625652 8.4682432,7.563007 10.75,7.5625 C 11.774972,7.5622725 13.025271,7.5625 13.53125,7.5625 C 15.748566,7.5630075 18.300993,7.562567 20.15625,7.5625 C 20.424916,7.2595723 20.484431,6.6501492 20.28125,5.78125 z " /> + <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.354421,0,0,1.267136,-2.558196,5.748745)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2311" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(4.557665e-16,1.284261,-2.065983,7.331899e-16,30.14879,-6.135157)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2315" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.519221e-16,1.284259,-0.688661,7.331883e-16,12.0496,-1.135135)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96914369" + inkscape:original="M 12 4.5 C 5.0654342 4.5 5.4999998 7.4113235 5.5 11 C 5.5 16.592407 8.4153622 17.5 12 17.5 C 15.584639 17.5 18.5 15.549337 18.5 11 C 18.5 6.4506638 18.980983 4.4999998 12 4.5 z " + xlink:href="#path1312" + style="opacity:0.2;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + id="path2269" + inkscape:href="#path1312" + d="M 12,5.46875 C 10.334171,5.46875 9.1549207,5.6628934 8.375,5.9375 C 7.5950793,6.2121066 7.2263476,6.5378033 6.96875,6.9375 C 6.4535548,7.7368935 6.4687499,9.1665429 6.46875,11 C 6.46875,13.627795 7.1033183,14.88828 8,15.59375 C 8.8966817,16.29922 10.289474,16.53125 12,16.53125 C 13.616526,16.53125 14.98025,16.10917 15.9375,15.25 C 16.89475,14.39083 17.53125,13.067649 17.53125,11 C 17.53125,8.6911776 17.545351,7.2277949 17.09375,6.59375 C 16.86795,6.2767275 16.515912,6.0286478 15.71875,5.8125 C 14.921588,5.5963522 13.700112,5.46875 12,5.46875 z " /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.493212,10.998772 C 18.493212,15.548109 15.58394,17.5 11.999301,17.5 C 8.4146632,17.5 5.5053914,16.591179 5.5053914,10.998772 C 5.5053914,7.4100952 5.0647352,4.4975455 11.999301,4.4975455 C 18.980284,4.4975455 18.493212,6.4494358 18.493212,10.998772 z " + id="path1312" + sodipodi:nodetypes="csszz" /> + <path + style="opacity:1;fill:#f78585;fill-opacity:1;fill-rule:evenodd;stroke:#ff4a4a;stroke-width:1.02743757;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.5299327,13.517518 C 7.8399485,13.675567 6.513771,15.183305 6.513771,17.001968 C 6.513771,18.925842 7.9967879,20.486418 9.8256354,20.486418 C 10.654332,20.486418 11.403093,20.176054 11.984262,19.646417 C 11.989271,19.641851 12.008846,19.651013 12.013831,19.646417 C 12.594997,20.176054 13.34376,20.486418 14.172457,20.486418 C 16.001304,20.486418 17.484321,18.925842 17.48432,17.001968 C 17.48432,15.078093 16.001305,13.517518 14.172457,13.517518 C 13.34376,13.517518 12.549964,13.999957 12.058474,14.491448 C 11.584398,14.017372 10.654332,13.517518 9.8256354,13.517518 C 9.72562,13.517518 9.6277003,13.508374 9.5299327,13.517518 z " + id="path1307" + sodipodi:nodetypes="cssssssscsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0357003" + inkscape:original="M 9.53125 13.53125 C 7.8412655 13.689299 6.5 15.181337 6.5 17 C 6.4999999 18.923874 7.9836525 20.5 9.8125 20.5 C 10.641197 20.5 11.387581 20.185887 11.96875 19.65625 C 11.973759 19.651683 11.995015 19.660846 12 19.65625 C 12.581166 20.185886 13.358803 20.5 14.1875 20.5 C 16.016347 20.5 17.468751 18.923874 17.46875 17 C 17.46875 15.076125 16.016348 13.53125 14.1875 13.53125 C 13.358803 13.53125 12.55399 14.008509 12.0625 14.5 C 11.588424 14.025924 10.641197 13.53125 9.8125 13.53125 C 9.712485 13.53125 9.6290176 13.522106 9.53125 13.53125 z " + xlink:href="#path1307" + style="opacity:0.4375;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.02743709;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2241" + inkscape:href="#path1307" + d="M 9.625,14.5625 C 8.4847125,14.669106 7.53125,15.708367 7.53125,17.03125 C 7.53125,18.436735 8.5638762,19.5 9.8125,19.5 C 10.386657,19.500001 10.915085,19.299558 11.3125,18.9375 C 11.704748,18.589425 12.295252,18.589425 12.6875,18.9375 C 13.084912,19.299557 13.613339,19.5 14.1875,19.5 C 15.436122,19.500001 16.468751,18.436733 16.46875,17.03125 C 16.468751,15.625768 15.436123,14.5625 14.1875,14.5625 C 13.61334,14.5625 13.084913,14.762943 12.6875,15.125 C 12.295252,15.473075 11.704748,15.473075 11.3125,15.125 C 10.915086,14.762942 10.386659,14.5625 9.8125,14.5625 C 9.648905,14.5625 9.6060022,14.564276 9.625,14.5625 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ff4a4a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.75983429;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1318" + sodipodi:cx="9.9436893" + sodipodi:cy="7.9006939" + sodipodi:rx="0.56821078" + sodipodi:ry="1.4836615" + d="M 10.5119 7.9006939 A 0.56821078 1.4836615 0 1 1 9.3754786,7.9006939 A 0.56821078 1.4836615 0 1 1 10.5119 7.9006939 z" + transform="matrix(1.75991,0,0,0.674007,-3.499998,11.67488)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,13 C 15,11.344 14.551999,10 13.999999,10 C 13.447999,10 12.999999,11.344 12.999999,13 C 14.206093,13 14.083975,13 15,13 z " + id="path2193" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11,13 C 11,11.344 10.551999,10 9.999999,10 C 9.4479993,10 8.999999,11.344 8.999999,13 C 10.014501,13 10.17676,13 11,13 z " + id="path2219" + sodipodi:nodetypes="cscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ff4a4a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.75983429;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2256" + sodipodi:cx="9.9436893" + sodipodi:cy="7.9006939" + sodipodi:rx="0.56821078" + sodipodi:ry="1.4836615" + d="M 10.5119 7.9006939 A 0.56821078 1.4836615 0 1 1 9.3754786,7.9006939 A 0.56821078 1.4836615 0 1 1 10.5119 7.9006939 z" + transform="matrix(1.75991,0,0,0.674007,-7.499998,11.67488)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/crying.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="crying.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-sad.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#3465a4" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15,16 C 14.648111,14.858117 13.442291,14 12,14 C 10.557709,14 9.351889,14.858117 9,16 C 10.04381,16 13.608449,16 15,16 z " + id="path2186" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,9.999999 C 8.9999989,11.103999 9.4479989,12 9.9999995,12 C 10.552,12 11,11.103999 11,9.999999 C 11,8.8959994 11,8.6363112 11,7.9999995 C 9.7850869,8.7260465 8.9999989,8.8959994 8.9999989,9.999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,9.999999 C 15,11.103999 14.551999,12 13.999999,12 C 13.447999,12 12.999999,11.103999 12.999999,9.999999 C 12.999999,8.8959994 12.999999,8.6363112 12.999999,7.9999995 C 14.214911,8.7260465 15,8.8959994 15,9.999999 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98891073" + inkscape:original="M 16.5 12.09375 C 16.549716 13.296534 16.466835 14.004127 16.53125 15.5625 C 16.610919 17.489916 18.710432 17.7864 19.53125 17.3125 C 20.352067 16.838601 21.200289 14.92141 19.5 13.84375 C 18.393101 13.142185 17.486309 12.718884 16.5 12.09375 z " + xlink:href="#path2222" + style="opacity:0.10795456;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2225" + inkscape:href="#path2222" + d="M 14,13.65625 C 13.986119,14.163557 13.96988,14.615056 14,15.34375 C 14.025117,15.951397 14.235194,16.074858 14.59375,16.21875 C 14.952306,16.362642 15.483111,16.291001 15.5,16.28125 C 15.538061,16.259275 15.882262,15.832911 15.9375,15.46875 C 15.992738,15.104589 16.00087,14.85707 15.4375,14.5 C 14.924967,14.175151 14.464358,13.918767 14,13.65625 z " /> + <path + style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.3568222,11.622985 C 9.7422222,12.008385 9.2761891,13.237301 8.8255021,13.687988 C 8.3748152,14.138675 7.6962523,14.191662 7.3108523,13.806262 C 6.9254515,13.420861 6.9784384,12.742298 7.4291253,12.291611 C 7.8798123,11.840924 8.9714221,11.237584 9.3568222,11.622985 z " + id="path2227" + sodipodi:nodetypes="csssc" /> + <path + style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.643178,11.622985 C 14.257778,12.008385 14.723811,13.237301 15.174498,13.687988 C 15.625185,14.138675 16.303748,14.191662 16.689148,13.806262 C 17.074549,13.420861 17.021562,12.742298 16.570875,12.291611 C 16.120188,11.840924 15.028578,11.237584 14.643178,11.622985 z " + id="path2242" + sodipodi:nodetypes="csssc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/curl-lip.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="curl-lip.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/curl-lip.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.795064,11 C 18.438908,13.397261 17.542839,16.026871 15.428665,17.295581 C 13.314492,18.564291 10.675471,18.05608 9,16.277896 C 10.677692,17.073607 13.100373,17.528026 14.943428,16.422014 C 16.786483,15.316002 17.619202,12.908025 17.795064,11 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/curse.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,287 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="curse.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/curse.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="24.828934" + inkscape:cy="20.080309" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fcaf3e" + inkscape:window-width="1267" + inkscape:window-height="971" + inkscape:window-x="7" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,17.472916 C 17.502944,15.107896 15.140024,13.496751 12.067027,13.496751 C 8.9940272,13.496751 6.5000001,15.108878 6.5000001,17.503252 C 8.8954736,17.503252 14.896167,17.472916 17.502944,17.472916 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,17.000003 L 17,17.000003 L 16.615267,16.000003 L 7.4479109,16.000003 L 7.0137405,17.000003 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.4015265,15.000003 L 15.615267,15.000003 C 15.615267,15.000003 14.704206,14.412217 14.250771,14.343514 C 14.250771,14.343514 13.614227,14.000003 12.116518,14.000003 C 10.756145,13.997921 9.2677613,14.467178 9.2677613,14.467178 L 8.4015265,15.000003 z " + id="path2207" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.227795,8.7845774 C 10.227795,9.5861334 9.7045357,10.236672 9.0598059,10.236672 C 8.415076,10.236672 7.891817,9.5861334 7.891817,8.7845774 C 7.891817,7.9830213 7.8918174,7.7944754 7.8918174,7.3324831 C 9.3108209,7.8596275 10.227795,7.9830213 10.227795,8.7845774 z " + id="path2191" + sodipodi:nodetypes="csscc" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2476" + width="1" + height="2" + x="17.000004" + y="5.000001" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2478" + width="0.99999958" + height="2" + x="5.9999995" + y="-19.000006" + transform="matrix(-8.852541e-8,1,-1,-8.852533e-8,0,0)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2480" + width="1" + height="2" + x="-16.000004" + y="5.0000014" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2482" + width="0.99999958" + height="2" + x="6.0000024" + y="14.000003" + transform="matrix(8.852541e-8,1,1,-8.852533e-8,0,0)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2484" + width="1" + height="2" + x="-16.000004" + y="-10" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2486" + width="0.99999958" + height="2" + x="-9" + y="14.000001" + transform="matrix(8.852541e-8,-1,1,8.852533e-8,0,0)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2488" + width="1" + height="2" + x="17" + y="-10" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00100005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2490" + width="0.99999958" + height="2" + x="-9.0000019" + y="-19.000002" + transform="matrix(-8.852541e-8,-1,-1,8.852533e-8,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,7.95516,2.277023)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,6.75214,3.370593)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/cute.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="cute.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/cute.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="20.410928" + inkscape:cy="13.314409" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.989141,13.996751 C 14.40266,16.280516 14.403819,17 12,17 C 9.596182,17 9.5785999,16.275485 8.9921189,13.99172 C 10.045866,15.470531 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 13.935394,15.475562 14.989141,13.996751 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,9.000258 C 14.679329,9.007089 14.745122,9.030186 14.781988,9.041921 C 14.83072,9.05969 14.922307,9.099265 14.969194,9.125247 C 15.56061,9.481805 15.998827,10.493797 15.998827,11.666696 C 15.998827,11.781686 16.006772,11.888833 15.998827,12 C 15.897529,11.184362 15.385047,10.540062 14.781988,10.37514 C 14.732834,10.363406 14.645467,10.338632 14.594782,10.333477 C 14.569268,10.331748 14.527013,10.333477 14.501179,10.333477 C 14.475344,10.333477 14.43309,10.331748 14.407576,10.333477 C 14.356891,10.338632 14.269524,10.363406 14.22037,10.37514 C 13.617311,10.540062 13.104829,11.184362 13.003531,12 C 12.995586,11.888833 13.003531,11.781686 13.003531,11.666696 C 13.003531,10.493797 13.441747,9.481805 14.033164,9.125247 C 14.080051,9.099265 14.171638,9.05969 14.22037,9.041921 C 14.269524,9.026274 14.356891,9.007131 14.407576,9.000258 C 14.43309,8.997952 14.475344,9.000258 14.501179,9.000258 C 14.527013,9.000258 14.569268,8.997952 14.594782,9.000258 C 14.607453,9.001976 14.629002,8.99798 14.641583,9.000258 z " + id="path2193" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,9.000258 C 9.3206704,9.007089 9.2548774,9.030186 9.2180114,9.041921 C 9.1692794,9.05969 9.0776924,9.099265 9.0308054,9.125247 C 8.4393894,9.481805 8.0011724,10.493797 8.0011724,11.666696 C 8.0011724,11.781686 7.9932274,11.888833 8.0011724,12 C 8.1024704,11.184362 8.6149524,10.540062 9.2180114,10.37514 C 9.2671654,10.363406 9.3545324,10.338632 9.4052174,10.333477 C 9.4307314,10.331748 9.4729864,10.333477 9.4988204,10.333477 C 9.5246554,10.333477 9.5669094,10.331748 9.5924234,10.333477 C 9.6431084,10.338632 9.7304754,10.363406 9.7796294,10.37514 C 10.382688,10.540062 10.895171,11.184362 10.996469,12 C 11.004414,11.888833 10.996469,11.781686 10.996469,11.666696 C 10.996469,10.493797 10.558253,9.481805 9.9668354,9.125247 C 9.9199484,9.099265 9.8283614,9.05969 9.7796294,9.041921 C 9.7304754,9.026274 9.6431084,9.007131 9.5924234,9.000258 C 9.5669094,8.997952 9.5246554,9.000258 9.4988204,9.000258 C 9.4729864,9.000258 9.4307314,8.997952 9.4052174,9.000258 C 9.3925464,9.001976 9.3709974,8.99798 9.3584164,9.000258 z " + id="path2423" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/dance.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,210 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="dance.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/dance.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="19.96832" + inkscape:cy="11.019117" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#5c3566" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,9.000258 C 14.679329,9.007089 14.745122,9.030186 14.781988,9.041921 C 14.83072,9.05969 14.922307,9.099265 14.969194,9.125247 C 15.56061,9.481805 15.998827,10.493797 15.998827,11.666696 C 15.998827,11.781686 16.006772,11.888833 15.998827,12 C 15.897529,11.184362 15.385047,10.540062 14.781988,10.37514 C 14.732834,10.363406 14.645467,10.338632 14.594782,10.333477 C 14.569268,10.331748 14.527013,10.333477 14.501179,10.333477 C 14.475344,10.333477 14.43309,10.331748 14.407576,10.333477 C 14.356891,10.338632 14.269524,10.363406 14.22037,10.37514 C 13.617311,10.540062 13.104829,11.184362 13.003531,12 C 12.995586,11.888833 13.003531,11.781686 13.003531,11.666696 C 13.003531,10.493797 13.441747,9.481805 14.033164,9.125247 C 14.080051,9.099265 14.171638,9.05969 14.22037,9.041921 C 14.269524,9.026274 14.356891,9.007131 14.407576,9.000258 C 14.43309,8.997952 14.475344,9.000258 14.501179,9.000258 C 14.527013,9.000258 14.569268,8.997952 14.594782,9.000258 C 14.607453,9.001976 14.629002,8.99798 14.641583,9.000258 z " + id="path2193" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,9.000258 C 9.3206704,9.007089 9.2548774,9.030186 9.2180114,9.041921 C 9.1692794,9.05969 9.0776924,9.099265 9.0308054,9.125247 C 8.4393894,9.481805 8.0011724,10.493797 8.0011724,11.666696 C 8.0011724,11.781686 7.9932274,11.888833 8.0011724,12 C 8.1024704,11.184362 8.6149524,10.540062 9.2180114,10.37514 C 9.2671654,10.363406 9.3545324,10.338632 9.4052174,10.333477 C 9.4307314,10.331748 9.4729864,10.333477 9.4988204,10.333477 C 9.5246554,10.333477 9.5669094,10.331748 9.5924234,10.333477 C 9.6431084,10.338632 9.7304754,10.363406 9.7796294,10.37514 C 10.382688,10.540062 10.895171,11.184362 10.996469,12 C 11.004414,11.888833 10.996469,11.781686 10.996469,11.666696 C 10.996469,10.493797 10.558253,9.481805 9.9668354,9.125247 C 9.9199484,9.099265 9.8283614,9.05969 9.7796294,9.041921 C 9.7304754,9.026274 9.6431084,9.007131 9.5924234,9.000258 C 9.5669094,8.997952 9.5246554,9.000258 9.4988204,9.000258 C 9.4729864,9.000258 9.4307314,8.997952 9.4052174,9.000258 C 9.3925464,9.001976 9.3709974,8.99798 9.3584164,9.000258 z " + id="path2423" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.983731,13.028802 C 15.39725,15.312567 14.3982,16.013813 11.994381,16.013813 C 9.5905633,16.013813 8.586481,15.283765 8,13 C 9.053747,14.478811 9.8793924,14.018763 11.974949,14.018763 C 14.070505,14.018764 14.929984,14.507613 15.983731,13.028802 z " + id="path3634" + sodipodi:nodetypes="cscsc" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 18.40625,11.5 C 17.913773,11.628034 17.53125,12.706922 17.53125,14 C 17.53125,14.418095 17.553923,14.809851 17.625,15.15625 C 17.622306,15.163949 17.627621,15.179766 17.625,15.1875 C 17.539831,15.438838 17.5,15.720034 17.5,16 C 17.500001,17.378292 18.620739,18.5 20,18.5 C 21.379261,18.5 22.5,17.378292 22.5,16 C 22.500001,14.621707 21.379261,13.5 20,13.5 C 19.816817,13.5 19.640752,13.525049 19.46875,13.5625 C 19.391354,12.455369 19.008894,11.586954 18.5625,11.5 C 18.545855,11.49784 18.516854,11.5 18.5,11.5 C 18.483146,11.5 18.454145,11.49784 18.4375,11.5 C 18.429233,11.50161 18.414458,11.497866 18.40625,11.5 z " + id="path3638" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3640" + 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.149308,0,0,0.149316,21.75214,14.34256)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.5725224,2.528033 C 7.0649994,2.656067 7.4475224,3.734955 7.4475224,5.028033 C 7.4475224,5.446128 7.4248494,5.837884 7.3537724,6.184283 C 7.3564664,6.191982 7.3511514,6.207799 7.3537724,6.215533 C 7.4389414,6.466871 7.4787724,6.748067 7.4787724,7.028033 C 7.4787714,8.406325 6.3580334,9.528033 4.9787725,9.528033 C 3.5995114,9.528033 2.4787724,8.406325 2.4787724,7.028033 C 2.4787714,5.64974 3.5995114,4.528033 4.9787725,4.528033 C 5.1619555,4.528033 5.3380205,4.553082 5.5100225,4.590533 C 5.5874185,3.483402 5.9698785,2.614987 6.4162724,2.528033 C 6.4329174,2.525873 6.4619184,2.528033 6.4787724,2.528033 C 6.4956264,2.528033 6.5246274,2.525873 6.5412724,2.528033 C 6.5495394,2.529643 6.5643144,2.525899 6.5725224,2.528033 z " + id="path4643" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4645" + 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.149308,0,0,0.149316,3.226632,5.370593)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/dazed.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="dazed.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="12.925295" + inkscape:cy="12.617627" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7.6764706,8 L 7,8.6764706 L 8.3235294,10 L 7,11.323529 L 7.6764706,12 L 9,10.676471 L 10.323529,12 L 11,11.323529 L 9.6764706,10 L 11,8.6764706 L 10.323529,8 L 9,9.3235294 L 7.6764706,8 z " + id="rect1327" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.676471,8 L 13,8.6764706 L 14.323529,10 L 13,11.323529 L 13.676471,12 L 15,10.676471 L 16.323529,12 L 17,11.323529 L 15.676471,10 L 17,8.6764706 L 16.323529,8 L 15,9.3235294 L 13.676471,8 z " + id="path1332" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="10" + height="1" + x="7" + y="15" + ry="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/desire.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,254 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="desire.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/desire.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="20.410928" + inkscape:cy="13.314409" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#204a87" + inkscape:window-width="1266" + inkscape:window-height="971" + inkscape:window-x="8" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.5318,3.192759)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.997022,12.996751 C 14.410541,15.280516 14.4117,16.981156 12.007881,16.981156 C 9.6040631,16.981156 9.586481,15.275485 9,12.99172 C 10.053747,14.470531 9.9123241,15.044402 12.007881,15.044402 C 14.103437,15.044403 13.943275,14.475562 14.997022,12.996751 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#193969;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2787" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(2.996605,0,0,2.410311,-11.64866,-11.67356)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#193969;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2789" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(2.996606,0,0,2.410311,-18.64866,-11.67356)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2791" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.284259,0,0,1.032991,-4.135136,-0.574402)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2793" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.284259,0,0,1.032991,2.864864,-0.574394)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2795" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428088,0,0,0.344329,12.6216,6.475219)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2797" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428089,0,0,0.344333,5.6216,6.475176)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2823" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428089,0,0,0.344333,3.6216,7.475184)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2825" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428089,0,0,0.344333,10.6216,7.475184)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/devil.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,154 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-devil.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/face-devil.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="18.284511" + inkscape:cy="14.043934" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:guide-points="false" + inkscape:grid-points="false" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.4375,1.875 C 3.4375,3.7144514 3.9411316,5.2140532 4.4375,6.25 C 4.4411056,6.257525 4.4338942,6.2737731 4.4375,6.28125 C 3.2309475,7.8742361 2.5,9.8494129 2.5,12 C 2.5,17.243336 6.7566635,21.5 12,21.5 C 17.243336,21.5 21.499999,17.243337 21.5,12 C 21.5,9.8425855 20.775765,7.845307 19.5625,6.25 C 20.03605,5.2214037 20.5,3.7905316 20.5,2.03125 L 17.0625,3.96875 C 15.597426,3.0444283 13.859116,2.5 12,2.5 C 10.181848,2.5 8.4757921,3.018954 7.03125,3.90625 L 3.4375,1.875 z " + id="path1307" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + transform="matrix(0.852176,0,0,0.852216,1.93909,2.639626)" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.781414,10.983024 C 21.781414,16.489365 17.312499,20.95828 11.806158,20.95828 C 6.2998168,20.95828 1.8309021,16.489365 1.8309021,10.983024 C 1.8309021,8.2298532 2.9481308,5.7360391 4.7536521,3.9305177 C 6.5591734,2.1249964 9.0529874,1.0077677 11.806158,1.0077677 C 17.312499,1.0077677 21.781414,5.4766824 21.781414,10.983024 z " + id="path2184" + sodipodi:nodetypes="cssssc" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7,13 C 7.586481,15.283765 9.596181,17 12,17 C 14.403818,17 16.413519,15.283765 17,13 C 15.946253,14.478811 14.095557,16.044402 12,16.044402 C 9.904444,16.044403 8.053747,14.478811 7,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.227795,8.7845774 C 10.227795,9.5861334 9.7045357,10.236672 9.0598059,10.236672 C 8.415076,10.236672 7.891817,9.5861334 7.891817,8.7845774 C 7.891817,7.9830213 7.8918174,7.7944754 7.8918174,7.3324831 C 9.3108209,7.8596275 10.227795,7.9830213 10.227795,8.7845774 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/disapointed.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-disapointed.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-disapointed.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,14.999999 C 8.9999989,16.103999 9.4479989,17 9.9999995,17 C 10.552,17 11,16.103999 11,14.999999 C 11,13.895999 11,13.636311 11,13 C 9.7850869,13.726047 8.9999989,13.895999 8.9999989,14.999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,14.999999 C 15,16.103999 14.551999,17 13.999999,17 C 13.447999,17 12.999999,16.103999 12.999999,14.999999 C 12.999999,13.895999 12.999999,13.636311 12.999999,13 C 14.214911,13.726047 15,13.895999 15,14.999999 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="2" + height="0.99999917" + x="11" + y="18" + rx="1" + ry="1" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/disdain.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="disdain.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/disdain.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,1.243238,-2.099183)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1433" + width="4" + height="1" + x="7.999999" + y="8" + rx="0.5" + ry="0.5" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2308" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2310" + width="4.000001" + height="1" + x="12.999999" + y="8" + rx="0.5" + ry="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/doctor.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,256 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="doctor.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient6629"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop6631" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop6633" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6629" + id="radialGradient6635" + cx="11.999995" + cy="15.093184" + fx="11.999995" + fy="15.093184" + r="6.9957802" + gradientTransform="matrix(2.687272,-9.03296e-23,-1.139652e-22,1.347035,-20.24726,-5.251976)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="20.742075" + inkscape:cy="14.231157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00017202;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6620" + width="5.9038911" + height="1.8640901" + x="6.1425033" + y="11.272849" + rx="0.49978602" + ry="0.49975118" + transform="matrix(0.969169,0.246396,-0.271776,0.962361,0,0)" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.0002197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6622" + width="5.8962679" + height="1.8508935" + x="-16.921103" + y="17.184555" + rx="0.49978295" + ry="0.49974778" + transform="matrix(-0.969562,0.244845,0.273469,0.961881,0,0)" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.5042143,13.486524 L 18.495775,13.486524 L 17.552982,19.499999 L 6.410746,19.499999 L 5.5042143,13.486524 z " + id="path6637" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#radialGradient6635);fill-opacity:1.0;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.5042143,13.486524 L 18.495775,13.486524 L 17.552982,19.499999 L 6.410746,19.499999 L 5.5042143,13.486524 z " + id="rect6618" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98984754" + inkscape:original="M 5.5 13.5 L 6.40625 19.5 L 17.5625 19.5 L 18.5 13.5 L 5.5 13.5 z " + xlink:href="#rect6618" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1;opacity:0.4" + id="path6627" + inkscape:href="#rect6618" + d="M 6.65625,14.5 L 7.25,18.5 L 16.71875,18.5 L 17.34375,14.5 L 6.65625,14.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.5305014,1.4929178 L 15.472687,1.4929178 C 16.597656,1.4929178 17.503318,2.3985792 17.503318,3.5235488 L 17.503318,6.473026 C 17.503318,7.5979956 16.597656,8.5036571 15.472687,8.5036571 L 8.5305014,8.5036571 C 7.4055318,8.5036571 6.4998703,7.5979956 6.4998703,6.473026 L 6.4998703,3.5235488 C 6.4998703,2.3985792 7.4055318,1.4929178 8.5305014,1.4929178 z " + id="rect6643" /> + <rect + style="opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6639" + width="2" + height="6" + x="11" + y="2" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0154907" + inkscape:original="M 8.53125 1.5 C 7.4062804 1.5 6.5 2.4062804 6.5 3.53125 L 6.5 6.46875 C 6.5 7.5937196 7.4062804 8.4999998 8.53125 8.5 L 15.46875 8.5 C 16.593719 8.5 17.499999 7.5937198 17.5 6.46875 L 17.5 3.53125 C 17.5 2.4062804 16.593719 1.5 15.46875 1.5 L 8.53125 1.5 z " + xlink:href="#rect6643" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1;opacity:0.4" + id="path6648" + inkscape:href="#rect6643" + d="M 8.53125,2.5 C 7.9516695,2.5 7.5,2.9516695 7.5,3.53125 L 7.5,6.46875 C 7.5,7.0483305 7.9516693,7.4999999 8.53125,7.5 L 15.46875,7.5 C 16.04833,7.5 16.499999,7.0483315 16.5,6.46875 L 16.5,3.53125 C 16.5,2.9516699 16.04833,2.5 15.46875,2.5 L 8.53125,2.5 z " /> + <rect + style="opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6641" + width="2" + height="6" + x="4" + y="-15" + transform="matrix(-4.947215e-17,1,-1,-3.435566e-17,0,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/dog.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="face-dog.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-dog.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2225"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2227" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2229" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="7.788753" + cy="14.723619" + fx="7.788753" + fy="14.723619" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2225" + id="linearGradient2231" + x1="11.806158" + y1="0.67667705" + x2="11.806158" + y2="41.96603" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="14.286371" + inkscape:cy="11.374291" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.1202702,13.281003 C 8.178754,17.919319 5.7930162,21.110188 3.7949637,20.403473 C 1.796911,19.696759 0.93943261,15.358761 1.8809489,10.720444 C 2.8224654,6.0821256 5.2082024,2.8912596 7.2062551,3.5979741 C 9.2043075,4.3046887 10.061786,8.6426858 9.1202702,13.281003 z " + id="path2194" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99481761" + inkscape:original="M 7.21875 3.59375 C 5.2206973 2.8870355 2.8165165 6.0804319 1.875 10.71875 C 0.93348371 15.357067 1.7831974 19.699536 3.78125 20.40625 C 5.7793025 21.112965 8.1834842 17.919566 9.125 13.28125 C 10.066516 8.6429328 9.2168025 4.3004646 7.21875 3.59375 z " + xlink:href="#path2194" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1;opacity:0.3" + id="path2234" + inkscape:href="#path2194" + d="M 6.21875,3.78125 C 5.9837748,3.6910991 5.7688967,3.7008812 5.40625,3.90625 C 5.0436033,4.1116188 4.5792131,4.5305823 4.125,5.1875 C 3.2165737,6.5013353 2.3540738,8.6587145 1.875,11.21875 C 1.3958055,13.77943 1.3793484,16.267495 1.71875,18.125 C 2.0581516,19.982505 2.8097862,21.037868 3.28125,21.21875 C 3.516225,21.308901 3.7311032,21.299119 4.09375,21.09375 C 4.4563968,20.888381 4.9207868,20.469418 5.375,19.8125 C 6.2834263,18.498665 7.1459263,16.341285 7.625,13.78125 C 8.1041946,11.22057 8.1206516,8.7325046 7.78125,6.875 C 7.4418484,5.0174954 6.6902145,3.9621327 6.21875,3.78125 z " /> + <path + style="fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999946;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.931222,13.854696 C 14.989753,18.765932 17.672003,22.144553 19.918385,21.396256 C 22.164765,20.647958 23.128815,16.054709 22.070282,11.143472 C 21.011748,6.2322335 18.329501,2.8536157 16.083122,3.6019136 C 13.836739,4.3502115 12.872688,8.9434581 13.931222,13.854696 z " + id="path2196" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0392361" + inkscape:original="M 16.09375 3.59375 C 13.847367 4.3420478 12.878966 8.9325121 13.9375 13.84375 C 14.996031 18.754986 17.659868 22.154547 19.90625 21.40625 C 22.15263 20.657953 23.121033 16.067487 22.0625 11.15625 C 21.003966 6.2450118 18.340129 2.8454521 16.09375 3.59375 z " + xlink:href="#path2196" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1;opacity:0.3" + id="path2239" + inkscape:href="#path2196" + d="M 17.8125,3.8125 C 17.367316,3.9832998 16.619389,5.0556551 16.28125,6.90625 C 15.943111,8.7568449 15.959213,11.225418 16.4375,13.78125 C 16.915661,16.336408 17.752992,18.474889 18.65625,19.78125 C 19.107879,20.434431 19.58329,20.861909 19.9375,21.0625 C 20.29171,21.263091 20.465699,21.272596 20.6875,21.1875 C 21.132683,21.016701 21.880611,19.944345 22.21875,18.09375 C 22.556889,16.243155 22.540787,13.774581 22.0625,11.21875 C 21.584339,8.6635919 20.747008,6.5251111 19.84375,5.21875 C 19.392121,4.5655695 18.91671,4.1380909 18.5625,3.9375 C 18.20829,3.7369091 18.034301,3.7274036 17.8125,3.8125 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:1.17634928;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.852197,0,0,0.852197,1.938136,2.639608)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient2231);stroke-width:1.32035303;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.757355,0,0,0.757391,3.058557,3.681091)" /> + <path + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,14 C 16.413518,15.712824 14.403819,17 12,17 C 9.5961825,17 7.586481,15.712824 7,14 C 8.053747,15.109108 9.9044425,16.030764 12,16.030764 C 14.095556,16.030764 15.946253,15.109108 17,14 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856171,0,0,1.032989,2.243255,1.425634)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.032992,6.243242,1.425603)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.999999,15 C 10.895998,15 9.9999967,13.530712 9.9999967,12.986283 C 9.9999967,12.441854 10.895998,11.999999 11.999999,11.999999 C 13.103999,11.999999 14,12.441854 14,12.986283 C 14,13.530712 13.103999,15 11.999999,15 z " + id="path1319" + sodipodi:nodetypes="csssc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/doh.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,196 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="doh.svg" + inkscape:export-filename="/home/hbons/Desktop/doh.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="16.478419" + inkscape:cy="12.600345" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.533484,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.499999,10 C 10.327999,10 11,9.776 11,9.500001 C 11,9.224 10.327999,9 9.499999,9 C 8.6719998,9 8.4772337,9 8,9 C 8.5445351,9.607456 8.6719998,10 9.499999,10 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1321" + sodipodi:cx="13.968515" + sodipodi:cy="9.8420811" + sodipodi:rx="0.77339804" + sodipodi:ry="1.7519833" + d="M 14.741913 9.8420811 A 0.77339804 1.7519833 0 1 1 13.195117,9.8420811 A 0.77339804 1.7519833 0 1 1 14.741913 9.8420811 z" + transform="matrix(1.292992,0,0,0.570782,-6.061175,9.382317)" /> + <path + style="fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.9999993,10 C 10.551999,10 11,10.224 11,10.499999 C 11,10.776 10.551999,11 9.9999993,11 C 9.4479998,11 9.3181558,11 9,11 C 9.3630234,10.392544 9.4479998,10 9.9999993,10 z " + id="path2196" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.500001,9.9999997 C 13.672001,9.9999997 13,9.7759998 13,9.5000008 C 13,9.2239999 13.672001,9 14.500001,9 C 15.328,9 15.522766,9 16,9 C 15.455465,9.6074558 15.328,9.9999997 14.500001,9.9999997 z " + id="path2460" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.000001,10 C 13.448001,10 13,10.224 13,10.499999 C 13,10.776 13.448001,11 14.000001,11 C 14.552,11 14.681844,11 15,11 C 14.636977,10.392544 14.552,10 14.000001,10 z " + id="path2462" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,21.95516,3.248987)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,20.75214,4.342557)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/dont-know.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="face-don't-know.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-glasses-cool.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="16.415284" + inkscape:cy="9.8100289" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.98881197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11,14 L 11,15 C 13,15 14,15 14,16 L 15,16 C 15,14 14,14 11,14 z " + id="path1327" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/drink.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg3190" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="cocktail.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/cocktail.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3192"> + <linearGradient + inkscape:collect="always" + id="linearGradient2246"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2248" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2250" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4247"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop4249" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop4251" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4146"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4148" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4150" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4138"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4140" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4142" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4130"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4132" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4134" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient4130" + id="linearGradient4136" + x1="12.015625" + y1="12.904307" + x2="12.015625" + y2="20.157516" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4138" + id="linearGradient4144" + x1="12.015625" + y1="13.368965" + x2="12.015625" + y2="17.151861" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4146" + id="radialGradient4152" + cx="12" + cy="12" + fx="12" + fy="12" + r="8.96875" + gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4247" + id="linearGradient4253" + x1="4.0895796" + y1="15.74871" + x2="8.5677795" + y2="14.007638" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.999821,0,3.927122e-3)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2246" + id="radialGradient2254" + cx="12.499992" + cy="14.22169" + fx="12.499992" + fy="14.22169" + r="5.0926506" + gradientTransform="matrix(1.48811,3.035014e-16,-3.572732e-16,1.513798,-6.101373,-7.892835)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="23.019886" + inkscape:cy="4.8431399" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata3195"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.429666,0,0,1.267134,-2.866982,7.748762)" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000131;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.773766,1.4993604 C 9.8337651,1.6013952 7.7883073,1.7921189 6.0894016,2.810134 C 5.1266003,3.3114036 5.5758176,4.4499626 5.8322419,5.2377804 C 6.643769,7.5378951 7.7029447,9.8658897 9.5190299,11.558295 C 10.018988,12.056261 10.950105,12.472016 11.533134,12.472016 C 11.533134,14.067824 11.533134,15.8832 11.533134,17.479008 C 10.775816,18.233308 9.2310359,19.38149 8.5211178,20.088579 C 8.5211178,21.880459 16.479067,22.02661 16.479067,20.183391 C 15.770085,19.477235 14.18255,18.130415 13.528535,17.479008 C 13.528535,15.814461 13.528535,14.149915 13.528535,12.485368 C 15.023736,12.390679 16.013626,11.054218 16.814268,9.9374503 C 18.000801,8.1184172 18.955722,6.1202252 19.479642,4.0103976 C 19.680007,2.8558075 18.248907,2.4409569 17.403584,2.1378276 C 15.584463,1.5892915 13.664001,1.4746325 11.773766,1.4993604 z " + id="path4221" + sodipodi:nodetypes="cccccccccccccc" /> + <path + style="fill:url(#linearGradient4253);fill-opacity:1;stroke:#729fcf;stroke-width:1.00000107;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.773766,1.5030191 C 9.8337651,1.6050357 7.7883073,1.7957252 6.0894016,2.8135581 C 5.1266003,3.314738 5.5758176,4.4530932 5.8322419,5.24077 C 6.643769,7.5404729 7.7029447,9.8680508 9.5190299,11.560153 C 10.018988,12.05803 10.950105,12.473711 11.533134,12.473711 C 11.533134,14.069233 11.533134,15.884284 11.533134,17.479806 C 10.775816,18.233971 9.2310359,19.381948 8.5211178,20.08891 C 8.5211178,21.88047 16.479067,22.026594 16.479067,20.183705 C 15.770085,19.477676 14.18255,18.131097 13.528535,17.479806 C 13.528535,15.815557 13.528535,14.151309 13.528535,12.48706 C 15.023736,12.392388 16.013626,11.056166 16.814268,9.9395986 C 18.000801,8.1208911 18.955722,6.1230568 19.479642,4.0136069 C 19.680007,2.8592234 18.248907,2.4444471 17.403584,2.1413721 C 15.584463,1.5929341 13.664001,1.4782957 11.773766,1.5030191 z " + id="path4156" + sodipodi:nodetypes="cccccccccccccc" /> + <path + style="fill:#3465a4;fill-opacity:1.0;stroke:none;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.592643,4.6116182 C 17.592643,5.5012316 15.311136,10.997765 12.499992,10.997765 C 9.6888493,10.997765 7.4073418,5.5012316 7.4073418,4.6116182 C 7.4073418,3.722005 9.6888493,3 12.499992,3 C 15.311136,3 17.592643,3.722005 17.592643,4.6116182 z " + id="path4163" + sodipodi:nodetypes="csssc" /> + <path + style="fill:url(#radialGradient2254);fill-opacity:1.0;stroke:none;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.592643,4.6116182 C 17.592643,5.5012316 15.311136,10.997765 12.499992,10.997765 C 9.6888493,10.997765 7.4073418,5.5012316 7.4073418,4.6116182 C 7.4073418,3.722005 9.6888493,3 12.499992,3 C 15.311136,3 17.592643,3.722005 17.592643,4.6116182 z " + id="path2244" + sodipodi:nodetypes="csssc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;stroke:#9dbfe0;stroke-width:0.92078024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4154" + sodipodi:cx="12.77862" + sodipodi:cy="6.7694745" + sodipodi:rx="7.0076299" + sodipodi:ry="2.1160295" + d="M 19.78625 6.7694745 A 7.0076299 2.1160295 0 1 1 5.7709899,6.7694745 A 7.0076299 2.1160295 0 1 1 19.78625 6.7694745 z" + transform="matrix(0.998919,0,0,1.180751,-0.264861,-3.991568)" /> + <path + transform="matrix(0.866025,-0.5,0.5,0.866025,0,0)" + style="fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.0578303,5.2383852 L 6.4215702,4.8621978 L 6.5529938,10.649879 L 5.7694346,10.021165 L 5.0578303,5.2383852 z " + id="rect4255" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/drool.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="drool.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/drool.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3291"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3293" /> + <stop + style="stop-color:#729fcf;stop-opacity:0;" + offset="1" + id="stop3295" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3283"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3285" /> + <stop + style="stop-color:#729fcf;stop-opacity:0;" + offset="1" + id="stop3287" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient3283" + id="linearGradient3289" + x1="10.5" + y1="14.520304" + x2="10.5" + y2="16.616072" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3291" + id="linearGradient3297" + x1="8.5" + y1="13.558035" + x2="8.5" + y2="17.605352" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="15.173694" + inkscape:cy="11.340321" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#204a87" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:url(#linearGradient3297);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3263" + width="1" + height="5" + x="8" + y="13" /> + <rect + style="opacity:1;fill:url(#linearGradient3289);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3265" + width="1" + height="3" + x="10" + y="14" /> + <path + style="opacity:1;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,11 C 16.413519,13.283765 14.403819,15 12,15 C 9.596182,15 7.586481,13.283765 7,11 C 8.053747,12.478811 9.904443,14.044402 12,14.044402 C 14.095556,14.044403 15.946253,12.478811 17,11 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/eat.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,277 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="eat.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/protocols/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2867"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2869" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2871" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2847"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2849" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2851" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2382"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2384" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2386" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.591138,1.574803,-1.783257,-1.76495,67.85273,-2.844223)" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2847" + id="linearGradient2853" + x1="12.5" + y1="18.202251" + x2="12.746171" + y2="20.761486" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2867" + id="linearGradient2873" + x1="12.720216" + y1="20.952612" + x2="12.720216" + y2="17.682426" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="20.597871" + inkscape:cy="14.406125" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#d3d7cf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="8" + height="1" + x="8" + y="13" + ry="0.5" + rx="0.5" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1327" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,4.23077,1.947223)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1329" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,8.230771,1.947221)" /> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.5,6.5174154 C 17.5,8.3787745 17.71836,9.3725605 18.516236,10.162247 C 18.516236,10.910658 18.559907,14.160504 18.559907,15.835357 C 18.790907,16.688611 20.267294,16.814257 20.558701,15.737876 C 20.558701,14.512144 20.507326,11.948246 20.507326,10.131579 C 21.357482,9.2901495 21.509028,8.6569204 21.509028,6.6226753 C 21.509028,6.5081085 21.300586,4.5000002 19.570393,4.5000002 C 17.860712,4.5000002 17.5,6.2615945 17.5,6.5174154 z " + id="path2843" + sodipodi:nodetypes="cccccczc" /> + <path + style="opacity:1;fill:url(#radialGradient2410);fill-opacity:1;stroke:#989994;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.5,6.5174154 C 17.5,8.3787745 17.71836,9.3725605 18.516236,10.162247 C 18.516236,10.910658 18.559907,14.160504 18.559907,15.835357 C 18.790907,16.688611 20.267294,16.814257 20.558701,15.737876 C 20.558701,14.512144 20.507326,11.948246 20.507326,10.131579 C 21.357482,9.2901495 21.509028,8.6569204 21.509028,6.6226753 C 21.509028,6.5081085 21.300586,4.5000002 19.570393,4.5000002 C 17.860712,4.5000002 17.5,6.2615945 17.5,6.5174154 z " + id="rect2360" + sodipodi:nodetypes="cccccczc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.154812,13.523774 C 13.154812,13.523774 14.64733,13.533268 15.479887,13.533268 C 15.479887,14.442362 15.753148,17.5 13.98289,17.5 C 12.294179,17.5 12.508818,14.035662 12.508818,14.035662 C 12.508818,13.752076 12.796931,13.523774 13.154812,13.523774 z " + id="rect1331" + sodipodi:nodetypes="cczcc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,22.95516,13.24899)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,21.75214,14.34256)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/embarrassed.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-embarrassed.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-embarrassed.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3262" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3254"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop3256" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop3258" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3260" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,14.957171 C 16.413519,17.240936 14.403819,17 12,17 C 9.596182,17 7.586481,17.240936 7,14.957171 C 8.053747,16.435982 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,16.435982 17,14.957171 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3262);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2333" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,-6.019437,-20.60278)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3260);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3240" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,3.980563,-20.60278)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/excruciating.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,203 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="excruciating.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/excruciating.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="24.828934" + inkscape:cy="20.080309" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fcaf3e" + inkscape:window-width="1267" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,17.472916 C 17.502944,15.107896 15.140024,13.496751 12.067027,13.496751 C 8.9940272,13.496751 6.5000001,15.108878 6.5000001,17.503252 C 8.8954736,17.503252 14.896167,17.472916 17.502944,17.472916 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,17.000003 L 17,17.000003 L 16.615267,16.000003 L 7.4479109,16.000003 L 7.0137405,17.000003 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.4015265,15.000003 L 15.615267,15.000003 C 15.615267,15.000003 14.704206,14.412217 14.250771,14.343514 C 14.250771,14.343514 13.614227,14.000003 12.116518,14.000003 C 10.756145,13.997921 9.2677613,14.467178 9.2677613,14.467178 L 8.4015265,15.000003 z " + id="path2207" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,9.4999991 C 8.9999989,10.879999 9.4479989,12 9.9999995,12 C 10.552,12 11,10.879999 11,9.4999991 C 11,8.1199997 11,7.7953895 11,7 C 9.7850869,7.9075586 8.9999989,8.1199997 8.9999989,9.4999991 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,9.4999991 C 15,10.879999 14.551999,12 13.999999,12 C 13.447999,12 12.999999,10.879999 12.999999,9.4999991 C 12.999999,8.1199997 12.999999,7.7953895 12.999999,7 C 14.214911,7.9075586 15,8.1199997 15,9.4999991 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/eyeroll.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="eyeroll.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/eyeroll.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.119916" + inkscape:cy="10.990414" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="4" + height="1" + x="10" + y="15" + ry="0.5" + rx="0.5" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856174,0,0,0.688661,1.243231,4.950404)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,0.688659,5.243242,4.950417)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/film.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="film.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/film.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2206"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2208" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2210" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3314" + 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" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2206" + id="linearGradient2212" + x1="8" + y1="3.2108977" + x2="8" + y2="17.109133" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.505995" + inkscape:cx="17.961881" + inkscape:cy="13.318946" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <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.655403,0,0,1.267135,-5.793358,6.748754)" /> + <path + style="fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:1.00000036;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20.499998,11.499999 C 20.499998,16.468 17.5881,20.5 14.000225,20.5 C 10.412352,20.5 7.5004531,16.468 7.5004531,11.499999 C 7.5004531,6.5320017 10.412352,2.5000031 14.000225,2.5000031 C 17.5881,2.5000031 20.499998,6.5320017 20.499998,11.499999 z " + id="path3330" /> + <path + style="fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.5757954,4.4999909 C 19.655331,4.4999909 18.463917,8.9224821 18.463917,20.657462 C 18.463917,21.144135 17.952137,21.535934 17.399922,21.535934 L 12.967939,21.535934 C 12.415724,21.535934 11.786816,21.144135 11.786816,20.657462 C 11.786816,11.868662 9.0235808,4.4999909 9.5757954,4.4999909 z " + id="rect3332" + sodipodi:nodetypes="cccccc" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3337" + width="6" + height="1" + x="12" + y="16" /> + <path + style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12,12 L 17.917343,12 L 17.972448,12.986224 L 12,13 L 12,12 z " + id="rect3339" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98407936" + inkscape:original="M 9.5625 4.5 C 9.0102854 4.5 11.78125 11.867451 11.78125 20.65625 C 11.78125 21.142923 12.416535 21.53125 12.96875 21.53125 L 17.40625 21.53125 C 17.958465 21.53125 18.46875 21.142924 18.46875 20.65625 C 18.46875 8.9212701 19.642036 4.5 9.5625 4.5 z " + xlink:href="#rect3332" + style="opacity:0.1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + id="path3360" + inkscape:href="#rect3332" + d="M 10.71875,5.5625 C 10.898299,6.1749685 11.129451,6.9516592 11.40625,8.03125 C 12.033521,10.477772 12.728652,14.035591 12.75,18.4375 C 12.813142,18.471316 12.928295,18.53125 12.96875,18.53125 L 17.40625,18.53125 C 17.438054,18.53125 17.473985,18.511714 17.5,18.5 C 17.504316,14.040069 17.683783,10.578779 16.875,8.5625 C 16.466329,7.5436922 15.887937,6.8713359 14.78125,6.34375 C 13.881373,5.9147555 12.474417,5.65705 10.71875,5.5625 z " /> + <path + style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.406078,8 L 17.003879,8 L 17.527376,9 L 11.406078,9 L 11.406078,8 z " + id="rect3341" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:1.00000036;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.499905,11.500102 C 14.499905,16.467927 11.587927,20.499785 7.9999548,20.499785 C 4.4119842,20.499785 1.5000069,16.467927 1.5000069,11.500102 C 1.5000069,6.5322759 4.4119842,2.5004181 7.9999548,2.5004181 C 11.587927,2.5004181 14.499905,6.5322759 14.499905,11.500102 z " + id="path2387" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0084771" + inkscape:original="M 8 2.5 C 4.4120294 2.5 1.5 6.5321739 1.5 11.5 C 1.5 16.467825 4.4120295 20.500001 8 20.5 C 11.587972 20.5 14.5 16.467825 14.5 11.5 C 14.5 6.5321739 11.587972 2.4999999 8 2.5 z " + xlink:href="#path2387" + style="opacity:0.6;fill:url(#linearGradient2212);fill-opacity:1.0;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path3265" + inkscape:href="#path2387" + d="M 10,3.5 C 8.5955262,3.5 7.279399,4.2862967 6.25,5.71875 C 5.220601,7.1512033 4.53125,9.21453 4.53125,11.5 C 4.53125,13.785469 5.2206009,15.848797 6.25,17.28125 C 7.2793991,18.713703 8.5955266,19.5 10,19.5 C 11.404474,19.5 12.720601,18.713703 13.75,17.28125 C 14.779399,15.848797 15.46875,13.785469 15.46875,11.5 C 15.46875,9.2145299 14.779399,7.1512032 13.75,5.71875 C 12.720601,4.2862968 11.404475,3.5 10,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3320" + sodipodi:cx="7.9895048" + sodipodi:cy="7.0139093" + sodipodi:rx="1.0070804" + sodipodi:ry="1.4099127" + d="M 8.9965852 7.0139093 A 1.0070804 1.4099127 0 1 1 6.9824244,7.0139093 A 1.0070804 1.4099127 0 1 1 8.9965852 7.0139093 z" + transform="matrix(0.99297,0,0,1.063896,-0.963187,3.792924e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3322" + sodipodi:cx="7.9895048" + sodipodi:cy="7.0139093" + sodipodi:rx="1.0070804" + sodipodi:ry="1.4099127" + d="M 8.9965852 7.0139093 A 1.0070804 1.4099127 0 1 1 6.9824244,7.0139093 A 1.0070804 1.4099127 0 1 1 8.9965852 7.0139093 z" + transform="matrix(-3.469438e-18,1.489454,-1.063893,-5.497771e-18,16.93221,-0.400002)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3324" + sodipodi:cx="7.9895048" + sodipodi:cy="7.0139093" + sodipodi:rx="1.0070804" + sodipodi:ry="1.4099127" + d="M 8.9965852 7.0139093 A 1.0070804 1.4099127 0 1 1 6.9824244,7.0139093 A 1.0070804 1.4099127 0 1 1 8.9965852 7.0139093 z" + transform="matrix(-2.312971e-18,1.489454,-0.709265,-5.497768e-18,9.944876,-0.400002)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3326" + sodipodi:cx="7.9895048" + sodipodi:cy="7.0139093" + sodipodi:rx="1.0070804" + sodipodi:ry="1.4099127" + d="M 8.9965852 7.0139093 A 1.0070804 1.4099127 0 1 1 6.9824244,7.0139093 A 1.0070804 1.4099127 0 1 1 8.9965852 7.0139093 z" + transform="matrix(0.99297,0,0,1.063896,-0.963184,8.037929)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/fingers-crossed.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,219 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="fingers-crossed.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:6.34132767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7168" + 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(-9.851119e-2,5.454095e-2,0.114553,0.190269,2.937774,10.74247)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 4.6875 11.5 C 4.1763212 11.575939 3.5268822 12.135437 3.0625 12.9375 C 2.6218108 13.698641 2.4465443 14.480854 2.59375 14.96875 C 1.9290669 15.417608 1.5 16.169817 1.5 17.03125 C 1.5 18.409543 2.6207386 19.53125 4 19.53125 C 5.3792615 19.53125 6.5 18.409542 6.5 17.03125 C 6.4999998 15.84678 5.6703871 14.849521 4.5625 14.59375 C 4.6993054 14.426264 4.8190351 14.235858 4.9375 14.03125 C 5.54404 12.983658 5.6153473 11.894044 5.09375 11.59375 C 5.0856 11.589058 5.0708397 11.566751 5.0625 11.5625 C 5.0028321 11.535804 4.911399 11.505957 4.84375 11.5 C 4.7947222 11.49779 4.7396611 11.492251 4.6875 11.5 z " + id="path2635" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,5.75214,15.37059)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:6.34132767;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7173" + 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(9.851119e-2,5.454095e-2,-0.114553,0.190269,21.041,10.74247)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 19.291272,11.5 C 19.802451,11.575939 20.45189,12.135437 20.916272,12.9375 C 21.356961,13.698641 21.532228,14.480854 21.385022,14.96875 C 22.049705,15.417608 22.478772,16.169817 22.478772,17.03125 C 22.478772,18.409543 21.358034,19.53125 19.978772,19.53125 C 18.599511,19.53125 17.478772,18.409542 17.478772,17.03125 C 17.478772,15.84678 18.308385,14.849521 19.416272,14.59375 C 19.279467,14.426264 19.159737,14.235858 19.041272,14.03125 C 18.434732,12.983658 18.363425,11.894044 18.885022,11.59375 C 18.893172,11.589058 18.907933,11.566751 18.916272,11.5625 C 18.97594,11.535804 19.067373,11.505957 19.135022,11.5 C 19.18405,11.49779 19.239111,11.492251 19.291272,11.5 z " + id="path7175" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7177" + 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.149308,0,0,0.149316,18.22663,15.37059)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/flag.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,262 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="flag.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/flag.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient1516" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1514" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1512" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2513"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2515" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2517" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2503"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2505" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2507" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2503" + id="radialGradient2511" + cx="11.976613" + cy="4.5490136" + fx="11.976613" + fy="4.5490136" + r="7.9884334" + gradientTransform="matrix(1.183488,1.876286e-16,-1.526842e-16,0.963074,-2.197565,3.517563)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2513" + id="linearGradient2519" + x1="4.0125021" + y1="8.0022409" + x2="10.993598" + y2="8.0022409" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="22.398671" + inkscape:cy="13.756272" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g1504" + style="opacity:0.5" + transform="matrix(0.425532,0,0,0.5,1.574468,-4)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect1506" + style="opacity:1;color:#000000;fill:url(#radialGradient1512);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect1508" + style="opacity:1;color:#000000;fill:url(#radialGradient1514);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect1510" + style="opacity:1;color:#000000;fill:url(#linearGradient1516);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 3.5008392,4.4999984 L 20.498397,4.4999984 C 20.498397,7.2256702 20.498385,10.366987 20.498385,18.500001 L 3.5069201,18.500001 C 3.5069201,18.500001 3.5008392,10.839212 3.5008392,4.4999984 z " + id="rect2213" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2218" + width="16" + height="1" + x="4" + y="5.0029507" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2220" + width="16" + height="0.99704933" + x="4" + y="7.0029507" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2222" + width="16" + height="1" + x="4" + y="9.0029507" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2224" + width="16" + height="1" + x="4" + y="11.002951" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2226" + width="16" + height="1.0000002" + x="4" + y="13.002951" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2228" + width="16" + height="1" + x="4" + y="15.002951" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2230" + width="16" + height="1" + x="4" + y="17.002951" /> + <path + style="opacity:0.5;fill:url(#radialGradient2511);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999911;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.4881792,5.5020661 L 19.465047,5.5020661 C 19.465047,7.8386131 19.465035,10.531467 19.465035,17.503388 L 4.4935375,17.503388 C 4.4935375,17.503388 4.4881792,10.936276 4.4881792,5.5020661 z " + id="path2475" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000119;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2478" + width="7.9892631" + height="6.9947219" + x="3.5071328" + y="4.5076799" /> + <rect + style="opacity:0.2;fill:url(#linearGradient2519);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2480" + width="5.9810953" + height="4.9955173" + x="4.5125022" + y="5.5044823" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/freaked-out.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="freaked-out.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/freaked-out.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.795112" + inkscape:cy="14.411367" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:guide-points="false" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.000001,9.9999999 C 11.000001,11.104 10.552,12 10,12 C 9.4479999,12 8.9999996,11.104 8.9999996,9.9999999 C 8.9999996,8.8959999 9,8.6363117 9,8 C 10.214912,8.726047 11.000001,8.8959999 11.000001,9.9999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9858682,13.497159 L 15.014164,13.497159 C 15.837346,13.497159 16.500053,13.942239 16.500053,14.495096 C 16.500053,15.047954 15.823289,17.502475 15.000106,17.502475 L 8.9718109,17.502475 C 8.1486283,17.502475 7.499979,15.047954 7.499979,14.495096 C 7.499979,13.942239 8.1626856,13.497159 8.9858682,13.497159 z " + id="rect1319" + sodipodi:nodetypes="ccsccsc" /> + <path + style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,15 L 16,15 L 15.572497,16 L 8.4275025,16 L 8,15 z " + id="rect9939" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/ghost.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="ghost.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/ghost.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.538553" + inkscape:cy="12.763216" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#d3d7cf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.504911,0,0,1.72336,-4.175772,1.057846)" /> + <path + style="fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.00248146;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.49876,12.000039 C 21.49876,14.621707 21.525664,18.672422 21.525664,21.207863 C 20.646324,20.700175 18.852298,19.439679 18.028939,18.61632 C 17.170963,19.474296 16.032595,20.320556 14.993216,21.359935 C 14.993216,21.359935 12.652945,19.324303 11.999962,18.67132 C 11.280585,19.390696 10.099059,20.27892 9.0295758,21.348403 C 8.1091189,20.427946 6.7631194,19.48774 5.9466308,18.671251 C 5.1160681,19.501814 3.3478679,20.69231 2.486248,21.189767 C 2.486248,19.031336 2.5011639,14.621707 2.5011639,12.000039 C 2.5011639,6.7567021 6.7566254,2.5012407 11.999962,2.5012407 C 17.243298,2.5012407 21.49876,6.7567021 21.49876,12.000039 z " + id="path1307" + sodipodi:nodetypes="ccccccccssc" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.37732,2.243239,-2.099172)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.37732,6.243238,-2.099172)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0561049" + inkscape:original="M 12 2.5 C 6.7566634 2.5 2.4999999 6.756663 2.5 12 C 2.5 14.621668 2.5 19.029068 2.5 21.1875 C 3.3616199 20.690043 5.1069371 19.486813 5.9375 18.65625 C 6.7539886 19.472739 8.1107936 20.423292 9.03125 21.34375 C 10.100733 20.274267 11.280623 19.375626 12 18.65625 C 12.652983 19.309233 15 21.374999 15 21.375 C 16.039379 20.335621 17.173275 19.482976 18.03125 18.625 C 18.854609 19.448359 20.651911 20.711062 21.53125 21.21875 C 21.53125 18.683309 21.5 14.621668 21.5 12 C 21.5 6.7566631 17.243336 2.5 12 2.5 z " + xlink:href="#path1307" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00248146;stroke-miterlimit:4;stroke-opacity:1" + id="path2613" + inkscape:href="#path1307" + d="M 12,3.5625 C 7.3282438,3.5625 3.5624999,7.3282434 3.5625,12 C 3.5625,14.024213 3.5625,16.797551 3.5625,19.09375 C 4.1930232,18.638625 4.8513526,18.242397 5.1875,17.90625 C 5.3858281,17.70624 5.6558301,17.593733 5.9375,17.593733 C 6.2191699,17.593733 6.4891719,17.70624 6.6875,17.90625 C 7.211697,18.430447 8.1717494,19.191171 9.03125,19.9375 C 9.8815023,19.166224 10.782728,18.373521 11.25,17.90625 C 11.448328,17.70624 11.71833,17.593733 12,17.593733 C 12.28167,17.593733 12.551672,17.70624 12.75,17.90625 C 13.168403,18.324653 14.317434,19.362505 15,19.96875 C 15.834019,19.213112 16.693888,18.462362 17.28125,17.875 C 17.479578,17.67499 17.74958,17.562483 18.03125,17.562483 C 18.31292,17.562483 18.582922,17.67499 18.78125,17.875 C 19.121225,18.214975 19.808266,18.645066 20.46875,19.125 C 20.460271,16.751443 20.4375,14.032732 20.4375,12 C 20.4375,7.3282436 16.671756,3.5625 12,3.5625 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/girl.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="girl.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/girl.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2195"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2197" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2199" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2195" + id="linearGradient2201" + x1="11.892674" + y1="15.416684" + x2="11.892674" + y2="-1.8913801" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-0.991254)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2278" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="22.977657" + inkscape:cy="12.127896" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient2278);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.20393,0,0,1.055945,-0.940619,9.457303)" /> + <path + style="opacity:1;fill:#f78282;fill-opacity:1;fill-rule:evenodd;stroke:#ff3b3b;stroke-width:1.07826877;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.43925,2.5430086 C 8.1393649,2.8339122 5.5360214,5.6359006 5.5360212,9.0157042 C 5.5360212,12.069524 7.6652704,14.621608 10.507162,15.301689 L 10.507162,16.484201 L 8.5187058,16.484201 L 8.5187058,19.471599 L 10.507162,19.471599 L 10.507162,21.463198 L 13.489846,21.463198 L 13.489846,19.471599 L 15.478303,19.471599 L 15.478303,16.484201 L 13.489846,16.484201 L 13.489846,15.301689 C 16.331738,14.621608 18.460986,12.069523 18.460987,9.0157042 C 18.460987,5.4426822 15.565889,2.5430086 11.998504,2.5430086 C 11.859153,2.5430086 11.731767,2.5342916 11.594599,2.5430086 C 11.541875,2.5463591 11.49163,2.538391 11.43925,2.5430086 z M 11.625669,6.5262064 C 11.664302,6.5203936 11.710762,6.530196 11.749947,6.5262064 C 11.83354,6.517695 11.912679,6.5262064 11.998504,6.5262064 C 13.371694,6.5262063 14.484075,7.6403455 14.484075,9.0157042 C 14.484075,10.391064 13.371694,11.505204 11.998504,11.505204 C 10.625315,11.505204 9.5129339,10.391064 9.5129339,9.0157042 C 9.5129343,7.7665992 10.428012,6.7064002 11.625669,6.5262064 z " + id="path2264" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0913763" + inkscape:original="M 11.4375 2.53125 C 8.1376149 2.8221536 5.5312502 5.6514464 5.53125 9.03125 C 5.53125 12.08507 7.6581084 14.632419 10.5 15.3125 L 10.5 16.46875 L 8.53125 16.46875 L 8.53125 19.46875 L 10.5 19.46875 L 10.5 21.46875 L 13.5 21.46875 L 13.5 19.46875 L 15.46875 19.46875 L 15.46875 16.46875 L 13.5 16.46875 L 13.5 15.3125 C 16.341892 14.632419 18.468749 12.085069 18.46875 9.03125 C 18.46875 5.458228 15.567385 2.53125 12 2.53125 C 11.860649 2.53125 11.730918 2.522533 11.59375 2.53125 C 11.541026 2.5346005 11.48988 2.5266324 11.4375 2.53125 z M 11.625 6.53125 C 11.663633 6.5254371 11.710815 6.5352396 11.75 6.53125 C 11.833593 6.5227385 11.914175 6.53125 12 6.53125 C 13.37319 6.5312498 14.46875 7.6558913 14.46875 9.03125 C 14.46875 10.40661 13.37319 11.5 12 11.5 C 10.626811 11.5 9.5 10.40661 9.5 9.03125 C 9.5000006 7.782145 10.427343 6.7114438 11.625 6.53125 z " + xlink:href="#path2264" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.07826877;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2275" + inkscape:href="#path2264" + d="M 11.53125,4.625 C 8.7911009,4.8665596 6.6250002,7.1812792 6.625,10 C 6.625,12.547088 8.3955148,14.686558 10.75,15.25 C 11.243949,15.365116 11.593518,15.805315 11.59375,16.3125 L 11.59375,17.46875 C 11.594353,17.759015 11.479312,18.037565 11.274064,18.242814 C 11.068815,18.448062 10.790265,18.563103 10.5,18.5625 L 9.625,18.5625 L 9.625,19.375 L 10.5,19.375 C 10.790265,19.374397 11.068815,19.489438 11.274064,19.694686 C 11.479312,19.899935 11.594353,20.178485 11.59375,20.46875 L 11.59375,21.375 L 12.40625,21.375 L 12.40625,20.46875 C 12.405647,20.178485 12.520688,19.899935 12.725936,19.694686 C 12.931185,19.489438 13.209735,19.374397 13.5,19.375 L 14.375,19.375 L 14.375,18.5625 L 13.5,18.5625 C 13.209735,18.563103 12.931185,18.448062 12.725936,18.242814 C 12.520688,18.037565 12.405647,17.759015 12.40625,17.46875 L 12.40625,16.3125 C 12.406482,15.805315 12.756051,15.365116 13.25,15.25 C 15.604485,14.686559 17.374999,12.547087 17.375,10 C 17.375,7.0177907 14.976788,4.625 12,4.625 C 11.815137,4.6249999 11.703992,4.621966 11.65625,4.625 C 11.44965,4.6381286 11.412322,4.6354842 11.53125,4.625 z M 11.46875,6.4375 C 11.815189,6.3853723 11.852863,6.4143003 11.625,6.4375 C 11.851859,6.4144008 11.986332,6.4375 12,6.4375 C 13.952523,6.4374996 15.5625,8.0450746 15.5625,10 C 15.5625,11.954926 13.96908,13.59375 12,13.59375 C 10.03092,13.59375 8.40625,11.971458 8.40625,10 C 8.4062509,8.2107327 9.7424333,6.6972334 11.46875,6.4375 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/glasses-cool.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-glasses-cool.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-glasses-cool.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="16.57312" + inkscape:cy="9.8539925" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="opacity:0.78977273;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.66300178;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5 9 C 5 11.200855 6.5679986 13 8.5 13 C 10.326346 13 11.841283 11.378761 12 9.34375 C 12.158717 11.378761 13.673654 13 15.5 13 C 17.432002 13 19 11.200855 19 9 L 12 9 L 5 9 z " + id="path2264" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/glasses-nerdy.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,220 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-glasses-nerdy.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-glasses-nerdy.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.330735" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.533484,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:0.41212121;stroke:#3465a4;stroke-width:1.31045115;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2200" + sodipodi:cx="5.8715115" + sodipodi:cy="10.71018" + sodipodi:rx="5.5558391" + sodipodi:ry="5.5558391" + d="M 11.427351 10.71018 A 5.5558391 5.5558391 0 1 1 0.3156724,10.71018 A 5.5558391 5.5558391 0 1 1 11.427351 10.71018 z" + transform="matrix(0.809886,0,0,0.719007,1.244341,1.793992)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:0.40000001;stroke:#3465a4;stroke-width:1.31045115;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2212" + sodipodi:cx="5.8715115" + sodipodi:cy="10.71018" + sodipodi:rx="5.5558391" + sodipodi:ry="5.5558391" + d="M 11.427351 10.71018 A 5.5558391 5.5558391 0 1 1 0.3156724,10.71018 A 5.5558391 5.5558391 0 1 1 11.427351 10.71018 z" + transform="matrix(0.809886,0,0,0.719007,13.24434,1.804619)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.39820731;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2214" + sodipodi:cx="5.8715115" + sodipodi:cy="10.71018" + sodipodi:rx="5.5558391" + sodipodi:ry="5.5558391" + d="M 11.427351 10.71018 A 5.5558391 5.5558391 0 1 1 0.3156724,10.71018 A 5.5558391 5.5558391 0 1 1 11.427351 10.71018 z" + transform="matrix(0.36078,0,0,0.449977,15.87724,4.680666)" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2216" + width="2" + height="1" + x="11" + y="9" + rx="0.47350901" + ry="0.47350901" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.39820731;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2219" + sodipodi:cx="5.8715115" + sodipodi:cy="10.71018" + sodipodi:rx="5.5558391" + sodipodi:ry="5.5558391" + d="M 11.427351 10.71018 A 5.5558391 5.5558391 0 1 1 0.3156724,10.71018 A 5.5558391 5.5558391 0 1 1 11.427351 10.71018 z" + transform="matrix(0.36078,0,0,0.449977,3.87724,4.680665)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.19358861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2223" + sodipodi:cx="5.9188623" + sodipodi:cy="10.205105" + sodipodi:rx="1.7519833" + sodipodi:ry="1.9887378" + d="M 7.6708456 10.205105 A 1.7519833 1.9887378 0 1 1 4.1668791,10.205105 A 1.7519833 1.9887378 0 1 1 7.6708456 10.205105 z" + transform="matrix(1.141564,0,0,0.754247,10.24324,0.802829)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.19358861;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2225" + sodipodi:cx="5.9188623" + sodipodi:cy="10.205105" + sodipodi:rx="1.7519833" + sodipodi:ry="1.9887378" + d="M 7.6708456 10.205105 A 1.7519833 1.9887378 0 1 1 4.1668791,10.205105 A 1.7519833 1.9887378 0 1 1 7.6708456 10.205105 z" + transform="matrix(1.141564,0,0,0.754247,-1.756761,0.802831)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/go-away.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="go-away.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/go-away.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20.028403,12.010461 C 19.441922,14.294226 18.403819,15 16,15 C 13.596182,15 11.586481,13.283765 11,11 C 12.053747,12.478811 13.904443,14.044402 16,14.044402 C 18.095556,14.044403 18.974656,13.489272 20.028403,12.010461 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,5.243239,-4.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,9.243238,-4.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,7.95516,2.248987)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,6.75214,3.342557)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/good.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="thumbs-up.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/thumbs-up.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2301"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2303" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2305" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2301" + id="linearGradient2307" + x1="26.59111" + y1="15.416265" + x2="7.7206392" + y2="10.359937" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="22.736203" + inkscape:cy="14.155824" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ce5c00" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.472149,0,0,1.478325,-4.041324,4.040207)" /> + <path + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.4272042,12.50435 C 4.4272042,11.39995 8.2753637,9.8790049 8.2753637,9.8790049 C 6.0744003,6.864642 5.2499662,4.3835648 7.4114431,3.5713344 C 9.5567582,2.7651772 11.288616,9.0466858 15.073934,9.5803879 C 17.351839,9.9015558 19.579467,11.332573 19.579467,11.332573 L 20.416696,16.795753 C 20.416696,16.795753 14.501118,20.586636 9.1385252,20.586636 C 7.8255591,20.586636 4.4272042,17.440262 4.4272042,12.50435 z " + id="rect2277" + sodipodi:nodetypes="cczsccss" /> + <rect + style="opacity:1;fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2290" + width="2.1410265" + height="0.97348136" + x="4.1681261" + y="18.226345" + transform="matrix(0.87548,-0.483254,0.128983,0.991647,0,0)" /> + <path + style="fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.9999972,13.916437 L 6.8360111,13.025178 L 6.9999972,14.133919 L 5.1639833,15.025178 L 4.9999972,13.916437 z " + id="rect2288" /> + <rect + style="opacity:1;fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2292" + width="2.1413295" + height="0.97405714" + x="4.9587111" + y="20.629993" + transform="matrix(0.875358,-0.483475,0.128907,0.991657,0,0)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0127089" + inkscape:original="M 7.40625 3.5625 C 5.2447731 4.3747304 6.0802864 6.8606375 8.28125 9.875 C 8.28125 9.875 4.4375001 11.3956 4.4375 12.5 C 4.4375 17.435912 7.8120341 20.59375 9.125 20.59375 C 14.487593 20.59375 20.406249 16.78125 20.40625 16.78125 L 19.59375 11.34375 C 19.59375 11.34375 17.340405 9.9149177 15.0625 9.59375 C 11.277182 9.0600479 9.551565 2.7563428 7.40625 3.5625 z " + xlink:href="#rect2277" + style="opacity:0.33000004;fill:url(#linearGradient2307);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2286" + inkscape:href="#rect2277" + d="M 8.75,3.46875 C 8.3889695,3.6044165 8.2866996,3.7348737 8.21875,3.875 C 8.1508004,4.0151263 8.1083506,4.2491275 8.1875,4.65625 C 8.3457987,5.4704949 9.0354632,6.8006073 10.09375,8.25 C 10.275883,8.5017409 10.332384,8.823154 10.247023,9.1219173 C 10.161662,9.4206806 9.9438866,9.6637291 9.65625,9.78125 C 9.65625,9.78125 8.7385508,10.142465 7.84375,10.625 C 7.3963496,10.866267 6.9590251,11.15056 6.6875,11.375 C 6.4159749,11.59944 6.4375,11.780088 6.4375,11.46875 C 6.4375,13.70592 7.2292382,15.531101 8.125,16.78125 C 8.5728809,17.406324 9.0359693,17.888418 9.4375,18.1875 C 9.8390307,18.486582 10.202705,18.5625 10.125,18.5625 C 14.62713,18.5625 19.503414,15.702478 20.3125,15.21875 L 19.65625,10.96875 C 19.152748,10.678478 17.574425,9.7977004 15.90625,9.5625 C 13.488856,9.2216652 11.998267,7.2152559 10.8125,5.65625 C 10.219616,4.8767471 9.6864056,4.1892334 9.28125,3.8125 C 9.0786722,3.6241333 8.9181899,3.5275708 8.84375,3.5 C 8.7693101,3.4724292 8.7938358,3.4522776 8.75,3.46875 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/hammer.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="hammer.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient4091"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4093" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4095" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4081"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient4091" + id="linearGradient4097" + x1="13.814401" + y1="-1.8455421" + x2="13.814401" + y2="16.204264" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12.47436,7.514764)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="radialGradient4101" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.182818,-1.182818,0.489519,0.489519,-7.07646,23.4061)" + cx="13.496805" + cy="-2.2006032" + fx="13.496805" + fy="-2.2006032" + r="8.491979" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="25.692287" + inkscape:cy="17.606254" + 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" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.504911,0,0,1.055945,-3.175771,7.457298)" /> + <rect + style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4089" + width="1.986135" + height="10.99604" + x="0.025720447" + y="16.014847" + rx="1.5000002" + ry="1.500001" + transform="matrix(0.707107,-0.707107,0.707107,0.707107,0,0)" /> + <rect + style="opacity:1;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4075" + width="1.986135" + height="10.99604" + x="0.025720447" + y="16.014847" + rx="1.5000002" + ry="1.500001" + transform="matrix(0.707107,-0.707107,0.707107,0.707107,0,0)" /> + <path + style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7.2115711,8.3656538 C 6.6755108,9.0200318 7.2598372,9.9643689 7.8506478,10.55518 C 7.3489997,11.056828 6.824629,11.596889 6.408018,12.0135 C 5.8537608,11.459243 5.5206022,11.143577 4.8659251,11.238959 C 3.8886726,11.301355 3.1941652,12.452884 3.6358511,13.339487 C 3.9338305,13.894407 4.4642442,14.270059 4.8828392,14.730962 C 5.3741327,15.191754 5.8060214,15.723198 6.3454943,16.127057 C 7.1614912,16.651564 8.3688659,16.138597 8.5655186,15.190724 C 8.7378375,14.570596 8.2895453,13.895028 7.8193645,13.424847 C 8.3203285,12.923883 8.9287945,12.32568 9.2387103,12.015765 C 9.7138483,12.490903 10.097152,12.903622 10.715249,12.872347 C 11.373512,12.906541 12.453766,11.621761 12.870701,11.191806 C 13.273472,10.753692 13.781236,10.403463 14.103835,9.8998747 C 14.465844,9.2529446 14.018878,8.3480876 13.455083,7.7842917 C 13.716542,7.5228319 13.993342,7.2386932 14.325717,6.9063177 C 15.246898,5.9703843 16.438801,5.0115684 17.816722,5.0684077 C 16.88136,4.1313486 15.619197,3.3093977 14.224697,3.5388798 C 13.09728,3.715044 12.358366,4.6462485 11.59435,5.403689 C 11.07323,5.924809 10.737833,5.541681 10.144621,5.7570497 C 9.5535126,5.9716543 7.4311055,8.1450778 7.2115711,8.3656538 z " + id="path4079" + sodipodi:nodetypes="cccccccccccsccccccsc" /> + <path + style="opacity:1;fill:url(#radialGradient4101);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7.2115711,8.3656538 C 6.6755108,9.0200318 7.2598372,9.9643689 7.8506478,10.55518 C 7.3489997,11.056828 6.824629,11.596889 6.408018,12.0135 C 5.8537608,11.459243 5.5206022,11.143577 4.8659251,11.238959 C 3.8886726,11.301355 3.1941652,12.452884 3.6358511,13.339487 C 3.9338305,13.894407 4.4642442,14.270059 4.8828392,14.730962 C 5.3741327,15.191754 5.8060214,15.723198 6.3454943,16.127057 C 7.1614912,16.651564 8.3688659,16.138597 8.5655186,15.190724 C 8.7378375,14.570596 8.2895453,13.895028 7.8193645,13.424847 C 8.3203285,12.923883 8.9287945,12.32568 9.2387103,12.015765 C 9.7138483,12.490903 10.097152,12.903622 10.715249,12.872347 C 11.373512,12.906541 12.453766,11.621761 12.870701,11.191806 C 13.273472,10.753692 13.781236,10.403463 14.103835,9.8998747 C 14.465844,9.2529446 14.018878,8.3480876 13.455083,7.7842917 C 13.716542,7.5228319 13.993342,7.2386932 14.325717,6.9063177 C 15.246898,5.9703843 16.438801,5.0115684 17.816722,5.0684077 C 16.88136,4.1313486 15.619197,3.3093977 14.224697,3.5388798 C 13.09728,3.715044 12.358366,4.6462485 11.59435,5.403689 C 11.07323,5.924809 10.737833,5.541681 10.144621,5.7570497 C 9.5535126,5.9716543 7.4311055,8.1450778 7.2115711,8.3656538 z " + id="rect4066" + sodipodi:nodetypes="cccccccccccsccccccsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.92983794" + inkscape:original="M 14.21875 3.53125 C 13.091333 3.7074141 12.357766 4.6488095 11.59375 5.40625 C 11.07263 5.9273701 10.749462 5.5346313 10.15625 5.75 C 9.5651417 5.9646047 7.4382844 8.154424 7.21875 8.375 C 6.6826896 9.0293778 7.2529394 9.9716889 7.84375 10.5625 C 7.3421018 11.064148 6.822861 11.583389 6.40625 12 C 5.8519927 11.445743 5.5296771 11.154618 4.875 11.25 C 3.8977473 11.312396 3.1833141 12.457147 3.625 13.34375 C 3.9229794 13.89867 4.456405 14.257847 4.875 14.71875 C 5.3662935 15.179542 5.8042771 15.721141 6.34375 16.125 C 7.1597469 16.649508 8.3658473 16.135373 8.5625 15.1875 C 8.7348191 14.567372 8.2826808 13.907681 7.8125 13.4375 C 8.313464 12.936536 8.9400842 12.341165 9.25 12.03125 C 9.7251379 12.506388 10.100653 12.906275 10.71875 12.875 C 11.377013 12.909194 12.458065 11.617455 12.875 11.1875 C 13.277771 10.749386 13.771151 10.409838 14.09375 9.90625 C 14.455759 9.2593199 14.032545 8.3450459 13.46875 7.78125 C 13.730209 7.5197902 13.980125 7.2386255 14.3125 6.90625 C 15.233681 5.9703166 16.434579 5.0056607 17.8125 5.0625 C 16.877137 4.1254411 15.61325 3.3017679 14.21875 3.53125 z " + xlink:href="#rect4066" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4099" + inkscape:href="#rect4066" + d="M 14.375,4.4375 C 13.686016,4.545157 13.076243,5.2433684 12.25,6.0625 C 11.838897,6.4736028 11.201901,6.6340957 10.875,6.625 C 10.548099,6.6159043 10.544024,6.5976712 10.46875,6.625 C 10.629647,6.5665857 10.322418,6.7203282 10.0625,6.9375 C 9.8025822,7.1546718 9.4956532,7.4257806 9.1875,7.71875 C 8.6005416,8.276787 8.1045562,8.799866 7.9375,8.96875 C 7.9105496,9.0016489 7.8903313,8.9509075 7.96875,9.15625 C 8.0471687,9.3615925 8.2736038,9.6798536 8.5,9.90625 C 8.8614168,10.269109 8.8614168,10.855891 8.5,11.21875 C 7.998352,11.720398 7.4791111,12.239639 7.0625,12.65625 C 6.6996412,13.017667 6.1128588,13.017667 5.75,12.65625 C 5.479038,12.385288 5.2939485,12.229738 5.21875,12.1875 C 5.1435515,12.145262 5.1722425,12.131155 5,12.15625 C 4.9795655,12.167446 4.9587175,12.17787 4.9375,12.1875 C 4.6532104,12.205651 4.34796,12.695036 4.46875,12.9375 C 4.6182474,13.215905 5.0181069,13.517519 5.5,14.03125 C 5.5126148,14.043082 5.5187723,14.050682 5.53125,14.0625 C 5.5455689,14.078008 5.5480313,14.077819 5.5625,14.09375 C 6.0625558,14.571772 6.4626268,15.046454 6.84375,15.34375 C 6.8485608,15.347503 6.8701922,15.34005 6.875,15.34375 C 7.1174272,15.465514 7.6014778,15.264004 7.65625,15 C 7.6555497,14.979173 7.6555497,14.958327 7.65625,14.9375 C 7.6634718,14.911511 7.6780587,14.825247 7.59375,14.65625 C 7.5094413,14.487253 7.3429673,14.280467 7.15625,14.09375 C 6.7948332,13.730891 6.7948332,13.144109 7.15625,12.78125 C 7.6708851,12.266615 8.3059318,11.662817 8.59375,11.375 C 8.9566088,11.013583 9.5433912,11.013583 9.90625,11.375 C 10.14944,11.61819 10.322447,11.797417 10.4375,11.875 C 10.552553,11.952583 10.556449,11.94255 10.65625,11.9375 C 10.69787,11.934696 10.73963,11.934696 10.78125,11.9375 C 10.629765,11.929631 10.662948,11.978855 10.78125,11.90625 C 10.899552,11.833645 11.073845,11.693363 11.25,11.53125 C 11.602311,11.207024 11.965908,10.791987 12.21875,10.53125 C 12.701579,10.006053 13.08196,9.7297088 13.28125,9.4375 C 13.295699,9.4116787 13.324302,9.3404358 13.25,9.125 C 13.175698,8.9095642 12.998953,8.6239529 12.8125,8.4375 C 12.451083,8.0746412 12.451083,7.4878588 12.8125,7.125 C 13.047766,6.8897334 13.30327,6.6029803 13.65625,6.25 C 14.204695,5.6927721 14.910343,5.111885 15.71875,4.6875 C 15.275667,4.4857215 14.820045,4.3642623 14.375,4.4375 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/handcuffs.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="handcuffs.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/act-up.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.952172" + inkscape:cy="11.735255" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#555753" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.655402,0,0,1.055945,-5.793347,8.457307)" /> + <path + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.12942255;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.007777,2.9264704 C 9.9476995,2.9264704 8.9609595,3.3640504 8.2412409,4.0834639 C 7.5215223,4.8028774 7.0660749,5.830249 7.0660749,6.9915826 C 7.0660749,8.1529162 7.5215223,9.211558 8.2412409,9.9309714 C 8.9609595,10.650385 9.9476996,11.056694 11.007777,11.056695 C 12.067856,11.056695 11.825333,9.3290136 12.545052,8.6096 C 13.26477,7.8901865 14.94948,8.1529162 14.94948,6.9915826 C 14.94948,5.830249 14.46955,4.8028774 13.749832,4.0834639 C 13.030113,3.3640504 12.067856,2.9264704 11.007777,2.9264704 z M 11.007777,4.0521938 C 11.880517,4.0521938 12.663396,4.4114411 13.211214,4.9590265 C 13.759031,5.5066119 14.068106,6.2209178 14.068106,6.9915826 C 14.068106,7.7622473 12.865162,7.427229 12.317345,7.9748144 C 11.769527,8.5223998 11.880517,9.9309714 11.007777,9.9309714 C 10.135038,9.9309712 9.3521589,9.5717241 8.8043413,9.0241387 C 8.2565236,8.4765533 7.9474494,7.7622474 7.9474494,6.9915826 C 7.9474494,6.2209178 8.2565236,5.5066119 8.8043413,4.9590265 C 9.3521589,4.4114411 10.135038,4.0521938 11.007777,4.0521938 z " + id="path3560" + sodipodi:nodetypes="csssssssccsssssssc" /> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.697833,4.9927808 C 11.242176,5.3480838 11.069716,6.0641772 11.436448,6.5434492 C 11.969564,7.0096751 11.140824,7.4715654 11.034481,8.0071197 C 9.9945991,10.218471 10.504927,13.014509 12.279686,14.673512 C 14.138635,16.518753 17.287214,16.853783 19.528437,15.42815 C 21.813415,14.083837 22.948904,11.136674 22.155218,8.6459676 C 21.518714,6.4065671 19.406404,4.7235742 17.070099,4.5545127 C 16.53642,4.3800353 15.717843,4.8945351 15.627745,4.1570046 C 15.370666,3.5139785 14.500135,3.3074775 13.942857,3.6966159 C 13.194514,4.1286718 12.446173,4.5607263 11.697833,4.9927808 z M 14.211652,7.6402511 C 15.152106,6.9899091 16.363189,6.6689254 17.47209,7.0114151 C 19.218516,7.4711892 20.347451,9.39844 19.927365,11.147859 C 19.602693,12.834969 17.89633,14.105901 16.182164,13.954666 C 14.480325,13.879564 12.994342,12.451324 12.8763,10.762098 C 12.763185,9.5918539 13.272779,8.3750444 14.211652,7.6402511 z " + id="path2649" /> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.0699706,8.5052243 C 5.497702,8.5850963 4.990294,9.1190156 5.0682582,9.7174369 C 5.2968395,10.387752 4.348172,10.373391 3.9882943,10.784019 C 1.9820307,12.17915 1.0259563,14.855726 1.7334507,17.17982 C 2.4207366,19.707294 4.9800022,21.57171 7.6338097,21.457687 C 10.284846,21.435967 12.741823,19.451413 13.299831,16.897582 C 13.86831,14.639976 12.880479,12.126332 10.941685,10.811781 C 10.56674,10.393844 9.60057,10.430126 9.891311,9.7463636 C 9.9901902,9.0609538 9.3395289,8.4468601 8.6623337,8.5052243 C 7.7982112,8.5052243 6.9340909,8.5052243 6.0699706,8.5052243 z M 6.923279,12.054873 C 8.06292,11.961888 9.2722566,12.289446 10.061358,13.140492 C 11.343937,14.41187 11.357997,16.645361 10.119467,17.950347 C 8.9947257,19.249077 6.8814779,19.496551 5.4725656,18.508508 C 4.0362632,17.592557 3.4634755,15.612693 4.2058712,14.090776 C 4.693039,13.020768 5.7427786,12.221785 6.923279,12.054873 z " + id="path3533" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3543" + width="1.9999986" + height="0.99999928" + x="8.062973" + y="18.557203" + transform="matrix(0.707107,-0.707107,0.707107,0.707107,0,0)" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3545" + width="2" + height="1" + x="2" + y="15" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3547" + width="1" + height="1" + x="7" + y="10" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3549" + width="1" + height="0.99999988" + x="13" + y="5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/handshake.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,299 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="handshake.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/handshake.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10103" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10312" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10314" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.788817" + inkscape:cx="32.355555" + inkscape:cy="20.94974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10308" + 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.250486,0,0,0.25031,16.95517,16.27702)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10310" + 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.149308,0,0,0.149316,15.75214,17.37059)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,11.73731,1.543146)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient10314);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,13.51225,3.193371)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,12.91869,2.641164)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25.978771,13 C 25.39229,15.283765 23.38259,17 20.978771,17 C 18.574953,17 16.565252,15.283765 15.978771,13 C 17.032518,14.478811 18.883214,16.044402 20.978771,16.044402 C 23.074327,16.044403 24.925024,14.478811 25.978771,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,10.22201,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,13.22201,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10091" + 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.952236,0,0,0.952236,12.24221,1.543146)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient10312);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10093" + 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.8019,0,0,0.801938,10.4682,3.190614)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10095" + 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.852176,0,0,0.852216,11.06193,2.639019)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,12.95516,16.27702)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -1.998318,12.997855 C -1.411837,15.28162 0.59786309,16.997855 3.001682,16.997855 C 5.4055,16.997855 7.415201,15.28162 8.001682,12.997855 C 6.947935,14.476666 5.097239,16.042257 3.001682,16.042257 C 0.90612609,16.042258 -0.94457094,14.476666 -1.998318,12.997855 z " + id="path10097" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,11.75214,17.37059)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10099" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,13.75844,-2.101328)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10101" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,10.75844,-2.101328)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/highfive.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,320 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="highfive.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/highfive.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10103" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10312" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient10314" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient6128" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.788817" + inkscape:cx="27.133932" + inkscape:cy="14.640279" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient6128);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6126" + 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.504911,0,0,1.300982,5.824234,6.474929)" /> + <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.504911,0,0,1.300982,-14.17577,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,11.73731,1.543146)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient10314);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,13.51225,3.193371)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,12.91869,2.641164)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25.978771,13 C 25.39229,15.283765 23.38259,17 20.978771,17 C 18.574953,17 16.565252,15.283765 15.978771,13 C 17.032518,14.478811 18.883214,16.044402 20.978771,16.044402 C 23.074327,16.044403 24.925024,14.478811 25.978771,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,10.22201,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,13.22201,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10091" + 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.952236,0,0,0.952236,12.24221,1.543146)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient10312);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10093" + 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.8019,0,0,0.801938,10.4682,3.190614)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10095" + 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.852176,0,0,0.852216,11.06193,2.639019)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,12.95516,1.255955)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -1.998318,12.997855 C -1.411837,15.28162 0.59786309,16.997855 3.001682,16.997855 C 5.4055,16.997855 7.415201,15.28162 8.001682,12.997855 C 6.947935,14.476666 5.097239,16.042257 3.001682,16.042257 C 0.90612609,16.042258 -0.94457094,14.476666 -1.998318,12.997855 z " + id="path10097" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,11.75214,2.349525)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10308" + 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.250486,0,0,0.25031,16.95517,1.255955)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10310" + 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.149308,0,0,0.149316,15.75214,2.349525)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10099" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,13.75844,-2.101328)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10101" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,10.75844,-2.101328)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/hug-left.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="hug-left.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/hug-left.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="19.824548" + inkscape:cy="12.821316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.01977205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3675" + 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.249388,0,0,0.249388,22.92905,13.24992)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3677" + 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.149308,0,0,0.149316,21.75214,14.34442)" /> + <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.504911,0,0,1.300982,-5.174942,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,-0.241457,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,1.533484,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,0.93992,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 19.000829,13 C 18.414348,15.283765 16.404648,17 14.000829,17 C 11.597011,17 9.5873101,15.283765 9.0008294,13 C 10.054576,14.478811 11.905272,16.044402 14.000829,16.044402 C 16.096385,16.044403 17.947082,14.478811 19.000829,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,5.244068,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,9.24407,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.01977205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.249388,0,0,0.249388,8.963999,14.2399)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,7.787089,15.3344)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/hug-right.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="hug-right.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/hug-right.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="19.824548" + inkscape:cy="12.821316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.01977205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3675" + 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.249388,0,0,0.249388,1.04539,13.24992)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3677" + 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.149308,0,0,0.149316,2.2223,14.34442)" /> + <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.504911,0,0,1.300982,-5.174942,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,24.2159,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,22.44096,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,23.03452,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 4.9736106,13 C 5.5600916,15.283765 7.5697916,17 9.9736106,17 C 12.377429,17 14.38713,15.283765 14.97361,13 C 13.919864,14.478811 12.069168,16.044402 9.9736106,16.044402 C 7.8780546,16.044403 6.0273576,14.478811 4.9736106,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,18.73037,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.856173,0,0,1.377321,14.73037,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.01977205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.249388,0,0,0.249388,15.01044,14.2399)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,16.18735,15.3344)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/hypnotized.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="hypnotized.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/hypnotized.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.740575" + inkscape:cy="13.740087" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="spiral" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:1.15495932px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path4251" + sodipodi:cx="9.9880133" + sodipodi:cy="10.009008" + sodipodi:expansion="1" + sodipodi:revolution="1.7655578" + sodipodi:radius="3.4184806" + sodipodi:argument="-9.1629782" + sodipodi:t0="0.14780153" + d="M 10.152032,9.5311148 C 10.612491,9.4295707 10.935346,9.9253263 10.923743,10.330161 C 10.903258,11.044925 10.169908,11.485151 9.5097257,11.402575 C 8.5462639,11.282065 7.9758471,10.285683 8.1366105,9.3735862 C 8.350216,8.1616877 9.6176407,7.4578992 10.78057,7.6997692 C 12.241081,8.0035312 13.079546,9.5454209 12.755089,10.9587 C 12.362673,12.667997 10.544549,13.641817 8.8811873,13.23392 C 8.8490733,13.226045 8.8170743,13.217701 8.7852037,13.208893" + transform="matrix(-0.848739,0,0,-0.883267,17.38454,18.26382)" /> + <path + sodipodi:type="spiral" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:1.15128577px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path4257" + sodipodi:cx="9.9880133" + sodipodi:cy="10.009008" + sodipodi:expansion="1" + sodipodi:revolution="1.7131779" + sodipodi:radius="3.3170621" + sodipodi:argument="-9.1629782" + sodipodi:t0="0.16247562" + d="M 10.217534,9.521383 C 10.70351,9.4826733 10.975722,10.026109 10.9136,10.444673 C 10.806042,11.169381 10.010351,11.533838 9.346205,11.372556 C 8.3851813,11.139181 7.9197482,10.066937 8.186504,9.1610562 C 8.5392395,7.9631951 9.8958009,7.3946657 11.042109,7.7695379 C 12.477292,8.2388791 13.149794,9.8831259 12.665445,11.269249 C 12.253565,12.447978 11.122022,13.247626 9.887058,13.324534" + transform="matrix(0.849958,0,0,0.88764,6.603715,0.674898)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4259" + width="8" + height="1" + x="8" + y="16" + rx="0.5" + ry="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/in-love.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,210 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="in-love.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2221"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2223" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2225" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2221" + id="linearGradient2227" + x1="11.5" + y1="6.4401813" + x2="11.5" + y2="10.845449" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2221" + id="linearGradient2874" + gradientUnits="userSpaceOnUse" + x1="11.5" + y1="6.4401813" + x2="11.5" + y2="10.845449" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="13.589223" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16.067267,14.01046 C 15.480786,16.294225 14.403819,17 12,17 C 9.596182,17 8.5969415,16.333089 8.0104605,14.049324 C 9.0642075,15.528135 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.01352,15.489271 16.067267,14.01046 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.090642,5.5044434 C 4.1823736,5.5824129 3.4660175,6.4444942 3.4660175,7.4880151 C 3.4660175,9.8775942 6.1640159,11.573918 6.9840024,12.498594 C 7.7580456,11.625726 10.501985,9.9018607 10.501985,7.4880151 C 10.501985,6.3930509 9.7139875,5.5044434 8.7429938,5.5044434 C 7.6473346,5.5044434 7.3649194,6.4006819 6.9840024,7.1446871 C 6.6192344,6.4322267 6.3218141,5.5044434 5.2250099,5.5044434 C 5.1794741,5.5044434 5.1353108,5.5006089 5.090642,5.5044434 z " + id="path2870" + sodipodi:nodetypes="cscsscsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0245959" + inkscape:original="M 5.09375 5.5 C 4.1854816 5.5779697 3.46875 6.4564791 3.46875 7.5 C 3.46875 9.889579 6.1487635 11.575324 6.96875 12.5 C 7.742793 11.627132 10.5 9.9138456 10.5 7.5 C 10.5 6.4050357 9.7209937 5.5 8.75 5.5 C 7.6543412 5.5000002 7.349667 6.4122448 6.96875 7.15625 C 6.6039818 6.4437895 6.3155542 5.5 5.21875 5.5 C 5.1732142 5.5000002 5.1384188 5.4961655 5.09375 5.5 z " + xlink:href="#path2870" + style="opacity:0.35;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2876" + inkscape:href="#path2870" + d="M 5.1875,6.53125 C 4.8869139,6.5570536 4.5,6.9256345 4.5,7.5 C 4.5,8.311747 4.9650518,9.0959887 5.65625,9.84375 C 6.0921511,10.315322 6.5283094,10.699154 6.96875,11.09375 C 7.4061382,10.708209 7.8392963,10.346811 8.28125,9.875 C 8.9851491,9.1235476 9.46875,8.3168091 9.46875,7.5 C 9.46875,6.8909977 9.0843292,6.53125 8.75,6.53125 C 8.4865298,6.53125 8.5024945,6.5305102 8.375,6.6875 C 8.2475055,6.8444898 8.0923729,7.2004284 7.875,7.625 C 7.6976263,7.9611147 7.3487955,8.1714541 6.96875,8.1714541 C 6.5887045,8.1714541 6.2398737,7.9611147 6.0625,7.625 C 5.8464019,7.20292 5.6877436,6.8472497 5.5625,6.6875 C 5.4372564,6.5277503 5.4732671,6.53125 5.21875,6.53125 C 5.1156891,6.5312505 5.1289966,6.5362721 5.1875,6.53125 z " /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.090642,5.5044434 C 14.182373,5.5824129 13.466018,6.4444942 13.466018,7.4880151 C 13.466018,9.8775942 16.164016,11.573918 16.984002,12.498594 C 17.758045,11.625726 20.501985,9.9018607 20.501985,7.4880151 C 20.501985,6.3930509 19.713987,5.5044434 18.742994,5.5044434 C 17.647334,5.5044434 17.364919,6.4006819 16.984002,7.1446871 C 16.619234,6.4322267 16.321814,5.5044434 15.22501,5.5044434 C 15.179474,5.5044434 15.135311,5.5006089 15.090642,5.5044434 z " + id="path2878" + sodipodi:nodetypes="cscsscsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0245959" + inkscape:original="M 5.09375 5.5 C 4.1854816 5.5779697 3.46875 6.4564791 3.46875 7.5 C 3.46875 9.889579 6.1487635 11.575324 6.96875 12.5 C 7.742793 11.627132 10.5 9.9138456 10.5 7.5 C 10.5 6.4050357 9.7209937 5.5 8.75 5.5 C 7.6543412 5.5000002 7.349667 6.4122448 6.96875 7.15625 C 6.6039818 6.4437895 6.3155542 5.5 5.21875 5.5 C 5.1732142 5.5000002 5.1384188 5.4961655 5.09375 5.5 z " + xlink:href="#path2870" + style="opacity:0.35;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2880" + inkscape:href="#path2870" + d="M 5.1875,6.53125 C 4.8869139,6.5570536 4.5,6.9256345 4.5,7.5 C 4.5,8.311747 4.9650518,9.0959887 5.65625,9.84375 C 6.0921511,10.315322 6.5283094,10.699154 6.96875,11.09375 C 7.4061382,10.708209 7.8392963,10.346811 8.28125,9.875 C 8.9851491,9.1235476 9.46875,8.3168091 9.46875,7.5 C 9.46875,6.8909977 9.0843292,6.53125 8.75,6.53125 C 8.4865298,6.53125 8.5024945,6.5305102 8.375,6.6875 C 8.2475055,6.8444898 8.0923729,7.2004284 7.875,7.625 C 7.6976263,7.9611147 7.3487955,8.1714541 6.96875,8.1714541 C 6.5887045,8.1714541 6.2398737,7.9611147 6.0625,7.625 C 5.8464019,7.20292 5.6877436,6.8472497 5.5625,6.6875 C 5.4372564,6.5277503 5.4732671,6.53125 5.21875,6.53125 C 5.1156891,6.5312505 5.1289966,6.5362721 5.1875,6.53125 z " + transform="translate(10,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/island.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,224 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="island.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/island.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2377"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2379" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2381" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2301"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2303" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2305" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2291"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2293" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2295" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient2291" + id="linearGradient2297" + x1="11.820373" + y1="13.911581" + x2="11.820373" + y2="20.294048" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0.949933,0.922963)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2301" + id="linearGradient2307" + x1="11.499829" + y1="-0.17405257" + x2="11.499829" + y2="10.501381" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.983129,0,0,1.190736,1.169261,-0.960665)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2346" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2377" + id="radialGradient2385" + cx="10.400353" + cy="2.4042056" + fx="10.400353" + fy="2.4042056" + r="8.4669685" + gradientTransform="matrix(-0.370865,0.370865,-0.285345,-0.285345,16.09003,-5.814472e-2)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.34181" + inkscape:cx="19.388498" + inkscape:cy="16.618115" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient2346);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2344" + 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.429666,0,0,1.267136,-2.866983,7.748743)" /> + <path + style="fill:#edd400;fill-opacity:1;stroke:none;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.44992,21.5 C 16.649133,21.5 7.6355175,21.5 4.4499425,21.5 C 4.4499425,18.694279 8.0339375,16.417169 12.449931,16.417169 C 16.865926,16.417169 20.44992,18.694279 20.44992,21.5 z " + id="path2281" + sodipodi:nodetypes="cccc" /> + <path + style="fill:url(#linearGradient2297);fill-opacity:1;stroke:#c4a000;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.44992,21.5 C 16.649133,21.5 7.6355175,21.5 4.4499425,21.5 C 4.4499425,18.694279 8.0339375,16.417169 12.449931,16.417169 C 16.865926,16.417169 20.44992,18.694279 20.44992,21.5 z " + id="path2255" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0142764" + inkscape:original="M 12.4375 16.40625 C 8.0215065 16.40625 4.4374999 18.694279 4.4375 21.5 C 7.623075 21.5 16.636712 21.5 20.4375 21.5 C 20.4375 18.694279 16.853495 16.406249 12.4375 16.40625 z " + xlink:href="#path2255" + style="opacity:0.4;fill:#fce94f;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2271" + inkscape:href="#path2255" + d="M 11.5,16.5 C 9.4647842,16.5 7.6256462,17.053537 6.375,17.84375 C 5.5576191,18.360207 5.0943465,18.943924 4.8125,19.5625 C 8.2126304,19.5625 14.357464,19.562499 18.1875,19.5625 C 17.905654,18.943924 17.442381,18.360207 16.625,17.84375 C 15.374354,17.053537 13.535217,16.5 11.5,16.5 z " /> + <rect + style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:none;stroke-width:0.99999905;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2299" + width="2.0007775" + height="11.82298" + x="11.449373" + y="5.5874205" + rx="0.89386761" + ry="0.89386892" /> + <rect + style="opacity:1;fill:url(#linearGradient2307);fill-opacity:1;stroke:#8f5902;stroke-width:0.99999917;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2260" + width="1.9670224" + height="11.905596" + x="11.491565" + y="5.5909152" + rx="0.89386761" + ry="0.89386904" /> + <path + style="opacity:1;fill:#73d216;fill-opacity:1;stroke:none;stroke-width:0.96518666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.03125 1.46875 C 13.671244 1.4953891 12.326235 1.913744 11.21875 2.65625 C 8.820845 2.1576009 6.1648983 2.6557833 4.28125 4.125 C 4.0188289 4.3296843 3.7779176 4.557311 3.5625 4.78125 C 5.3985841 3.7269046 7.7351539 3.4503346 9.84375 3.9375 C 9.7952687 3.9969553 9.733955 4.0635262 9.6875 4.125 C 9.5728332 4.2767378 9.4765749 4.4300792 9.375 4.59375 C 9.3227613 4.6779239 9.2975588 4.7895799 9.25 4.875 C 9.2447157 4.8844911 9.2239768 4.8967444 9.21875 4.90625 C 9.2087122 4.9148017 9.197495 4.928882 9.1875 4.9375 C 7.5483243 6.3508573 6.46875 8.6564776 6.46875 11.25 C 6.4687498 11.684953 6.4732464 12.084488 6.53125 12.5 C 6.7382095 10.744681 7.4719259 9.2016901 8.5 8.03125 C 8.6075192 10.089099 9.8027976 12.04328 11.875 13.15625 C 12.137816 13.297408 12.383281 13.426067 12.65625 13.53125 C 10.427506 11.786404 9.6487012 8.856746 10.75 6.34375 C 11.458743 6.0334539 12.233219 5.84375 13.03125 5.84375 C 13.181747 5.84375 13.320808 5.8630347 13.46875 5.875 C 13.475395 5.8816035 13.493399 5.8683786 13.5 5.875 C 15.430831 7.8117641 15.501348 10.535459 13.71875 12.53125 C 13.967665 12.382489 14.178523 12.208875 14.40625 12.03125 C 16.179901 10.647829 16.846126 8.7480735 16.375 6.96875 C 17.969214 8.1018848 19.13002 9.9991432 19.46875 12.25 C 19.506173 11.914119 19.53125 11.597963 19.53125 11.25 C 19.531249 7.2015744 16.923623 3.88153 13.59375 3.53125 C 13.575404 3.5293201 13.54964 3.5329997 13.53125 3.53125 C 13.522053 3.5260772 13.509221 3.5363842 13.5 3.53125 C 13.488953 3.5302545 13.479813 3.5009303 13.46875 3.5 C 13.445607 3.4873091 13.429541 3.4499499 13.40625 3.4375 C 15.180372 2.4009808 17.408598 2.1350516 19.4375 2.875 C 19.171276 2.6809804 18.896606 2.5064109 18.59375 2.34375 C 17.470979 1.7407151 16.237293 1.4451266 15.03125 1.46875 z " + id="path2375" /> + <path + style="opacity:1;fill:url(#radialGradient2385);fill-opacity:1.0;stroke:#4e9a06;stroke-width:0.96518666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.03125 1.46875 C 13.671244 1.4953891 12.326235 1.913744 11.21875 2.65625 C 8.820845 2.1576009 6.1648983 2.6557833 4.28125 4.125 C 4.0188289 4.3296843 3.7779176 4.557311 3.5625 4.78125 C 5.3985841 3.7269046 7.7351539 3.4503346 9.84375 3.9375 C 9.7952687 3.9969553 9.733955 4.0635262 9.6875 4.125 C 9.5728332 4.2767378 9.4765749 4.4300792 9.375 4.59375 C 9.3227613 4.6779239 9.2975588 4.7895799 9.25 4.875 C 9.2447157 4.8844911 9.2239768 4.8967444 9.21875 4.90625 C 9.2087122 4.9148017 9.197495 4.928882 9.1875 4.9375 C 7.5483243 6.3508573 6.46875 8.6564776 6.46875 11.25 C 6.4687498 11.684953 6.4732464 12.084488 6.53125 12.5 C 6.7382095 10.744681 7.4719259 9.2016901 8.5 8.03125 C 8.6075192 10.089099 9.8027976 12.04328 11.875 13.15625 C 12.137816 13.297408 12.383281 13.426067 12.65625 13.53125 C 10.427506 11.786404 9.6487012 8.856746 10.75 6.34375 C 11.458743 6.0334539 12.233219 5.84375 13.03125 5.84375 C 13.181747 5.84375 13.320808 5.8630347 13.46875 5.875 C 13.475395 5.8816035 13.493399 5.8683786 13.5 5.875 C 15.430831 7.8117641 15.501348 10.535459 13.71875 12.53125 C 13.967665 12.382489 14.178523 12.208875 14.40625 12.03125 C 16.179901 10.647829 16.846126 8.7480735 16.375 6.96875 C 17.969214 8.1018848 19.13002 9.9991432 19.46875 12.25 C 19.506173 11.914119 19.53125 11.597963 19.53125 11.25 C 19.531249 7.2015744 16.923623 3.88153 13.59375 3.53125 C 13.575404 3.5293201 13.54964 3.5329997 13.53125 3.53125 C 13.522053 3.5260772 13.509221 3.5363842 13.5 3.53125 C 13.488953 3.5302545 13.479813 3.5009303 13.46875 3.5 C 13.445607 3.4873091 13.429541 3.4499499 13.40625 3.4375 C 15.180372 2.4009808 17.408598 2.1350516 19.4375 2.875 C 19.171276 2.6809804 18.896606 2.5064109 18.59375 2.34375 C 17.470979 1.7407151 16.237293 1.4451266 15.03125 1.46875 z " + id="path2262" /> + <image + id="image2355" + height="64" + width="64" + sodipodi:absref="/home/hbons/Desktop/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Tango-Palette.png" + x="-69" + y="-22" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/jump.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,289 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="jump.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/jump.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2578"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2580" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2582" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2570"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2572" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2574" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2562"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2564" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2566" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2554"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2556" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2558" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2540" + 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" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2554" + id="linearGradient2560" + x1="-17.5" + y1="19.06764" + x2="-17.5" + y2="16.507483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.142857,0,-3.285714)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2562" + id="linearGradient2568" + x1="6.5" + y1="19.03849" + x2="6.5" + y2="16.507483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.142857,0,-3.285714)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2570" + id="linearGradient2576" + x1="-20.5" + y1="16.49477" + x2="-20.5" + y2="15.445445" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.25,0,-4.75)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2578" + id="linearGradient2584" + x1="3.5" + y1="16.572498" + x2="3.5" + y2="15.523173" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.25,0,-4.75)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.542612" + inkscape:cy="14.881805" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#888a85" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient2540);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.504911,0,0,1.267135,-4.175772,6.748752)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276775;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952232,0.757713,1.54161)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:url(#linearGradient2568);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2538" + width="1" + height="8" + x="6" + y="15" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,10 C 16.413519,12.283765 14.403819,14 12,14 C 9.596182,14 7.586481,12.283765 7,10 C 8.053747,11.478811 9.904443,13.044402 12,13.044402 C 14.095556,13.044403 15.946253,11.478811 17,10 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-5.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-5.099183)" /> + <rect + style="opacity:1;fill:url(#linearGradient2584);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2546" + width="1" + height="5" + x="3" + y="14" /> + <rect + style="opacity:1;fill:url(#linearGradient2560);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2550" + width="1" + height="8" + x="-18" + y="15" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:url(#linearGradient2576);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2552" + width="1" + height="5" + x="-21" + y="14" + transform="scale(-1,1)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/knife.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,247 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="knife.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/knife.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2917"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2919" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2921" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2867"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2869" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2871" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2847"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2849" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2851" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2382"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2384" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2386" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.591138,1.574803,-1.783257,-1.76495,67.85273,-2.844223)" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2847" + id="linearGradient2853" + x1="12.5" + y1="18.202251" + x2="12.746171" + y2="20.761486" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2867" + id="linearGradient2873" + x1="12.720216" + y1="20.952612" + x2="12.720216" + y2="17.682426" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2917" + id="linearGradient2923" + x1="14.651093" + y1="13.8649" + x2="14.651093" + y2="18.380632" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="23.003116" + inkscape:cy="14.941486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000107;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.126634,10.135329 L 11.129429,10.132535 C 11.971191,9.2907248 13.32719,9.291394 14.169782,10.134035 L 20.8613,16.825937 C 21.703893,17.668579 21.704562,19.024658 20.862798,19.866467 L 20.860006,19.86926 C 20.018244,20.711072 18.662245,20.710402 17.819649,19.867759 L 11.128137,13.175859 C 10.285543,12.333216 10.284872,10.977139 11.126634,10.135329 z " + id="path2925" /> + <path + sodipodi:type="arc" + style="opacity:0.4;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.504911,0,0,0.844756,-5.181946,11.16585)" /> + <path + style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.128053,12.178348 C 20.875726,11.329981 20.478219,9.5178107 20.478219,9.5178107 L 13.489394,11.675669 L 13.905209,13.482187 L 18.128053,12.178348 z " + id="path2905" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.3834173,8.1574203 C 2.0875439,4.6818271 4.1106223,2.5010126 4.1106223,2.5010126 L 12.49382,11.341333 L 10.44878,13.49899 L 5.3834173,8.1574203 z " + id="rect2884" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.3192593,15.425497 C 4.5989812,15.41866 4.4934589,13.5 4.4934589,13.5 L 11.412604,13.517389 L 11.5,15.436005 L 7.3192593,15.425497 z " + id="path2907" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000095;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.120511,11.129498 L 10.123308,11.126702 C 10.965837,10.284176 12.32307,10.284846 13.166431,11.128204 L 19.86404,17.825794 C 20.707401,18.669153 20.70807,20.026384 19.865541,20.86891 L 19.862747,20.871705 C 19.020217,21.714233 17.662984,21.713562 16.819621,20.870202 L 10.122016,14.172614 C 9.2786539,13.329255 9.2779829,11.972025 10.120511,11.129498 z " + id="rect2875" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98287767" + inkscape:original="M 11.65625 10.5 C 11.106206 10.499729 10.546264 10.703737 10.125 11.125 C 9.2824719 11.967527 9.2816379 13.344141 10.125 14.1875 L 16.8125 20.875 C 17.655863 21.71836 19.03247 21.717529 19.875 20.875 C 20.717529 20.032474 20.718361 18.655859 19.875 17.8125 L 13.15625 11.125 C 12.734569 10.703321 12.206294 10.500271 11.65625 10.5 z " + xlink:href="#rect2875" + style="opacity:0.2;fill:url(#linearGradient2923);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00825953;stroke-miterlimit:4;stroke-opacity:1" + id="path2882" + inkscape:href="#rect2875" + d="M 12.65625,11.46875 C 12.349562,11.468599 12.038027,11.586974 11.8125,11.8125 C 11.348265,12.276734 11.347517,13.035018 11.8125,13.5 L 18.5,20.1875 C 18.964989,20.652487 19.723261,20.651739 20.1875,20.1875 C 20.651734,19.723268 20.652483,18.964982 20.1875,18.5 L 13.5,11.8125 C 13.274161,11.586663 12.964736,11.468902 12.65625,11.46875 z " + transform="matrix(0.983684,0,0,1,0.275455,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2887" + sodipodi:cx="16.29944" + sodipodi:cy="15.13412" + sodipodi:rx="1.1422299" + sodipodi:ry="1.0697074" + d="M 17.44167 15.13412 A 1.1422299 1.0697074 0 1 1 15.15721,15.13412 A 1.1422299 1.0697074 0 1 1 17.44167 15.13412 z" + transform="matrix(-0.619059,-0.619059,0.661028,-0.661028,12.07991,33.09424)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/lamp.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,213 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="idea.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/idea.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2226"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop2228" /> + <stop + style="stop-color:#729fcf;stop-opacity:0;" + offset="1" + id="stop2230" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2226" + id="radialGradient2232" + cx="6.8598728" + cy="12.836589" + fx="6.8598728" + fy="12.836589" + r="6" + gradientTransform="matrix(-1.52496,1.453127,-1.341072,-1.277901,39.69354,8.212269)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="19.359173" + inkscape:cy="12.571987" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.35442,0,0,1.478324,-2.568682,4.0426)" /> + <path + style="opacity:1;fill:url(#radialGradient2232);fill-opacity:1;stroke:#729fcf;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.721488,1.5592577 C 7.7477826,1.7035933 4.5704372,4.8272899 4.5704373,8.6557006 C 4.5704373,11.902194 7.2504054,14.897259 10.36844,15.743216 L 10.416167,17.827337 C 10.416167,17.849674 10.413864,17.886238 10.416167,17.907978 C 10.421287,17.94008 10.448619,17.998602 10.45848,18.028939 C 10.469839,18.05861 10.485198,18.122475 10.500795,18.149902 C 10.506437,18.158769 10.537038,18.181645 10.543109,18.190223 C 10.595001,18.256422 10.680238,18.348814 10.754679,18.391825 C 10.773867,18.401733 10.819043,18.424005 10.839305,18.432147 C 10.880823,18.446577 10.963643,18.465963 11.008562,18.472467 C 11.031378,18.474662 11.069748,18.472467 11.093189,18.472467 L 13.037635,18.379268 C 13.061078,18.379268 13.09945,18.381463 13.122263,18.379268 C 13.167183,18.372763 13.250003,18.353377 13.291519,18.338947 C 13.311782,18.330806 13.356956,18.308534 13.376146,18.298626 C 13.450586,18.255614 13.535825,18.163223 13.587716,18.097024 C 13.593788,18.088446 13.624388,18.065569 13.63003,18.056702 C 13.645626,18.029275 13.660986,17.965411 13.672345,17.93574 C 13.682206,17.905403 13.709538,17.84688 13.714659,17.81478 C 13.71696,17.793038 13.714659,17.756474 13.714659,17.734138 L 13.762386,15.743216 C 16.88042,14.897259 19.464929,11.902196 19.464931,8.6557006 C 19.464931,4.7354076 16.124432,1.5592576 12.017685,1.5592577 C 11.921434,1.5592577 11.816858,1.5557937 11.721488,1.5592577 z " + id="path1311" + sodipodi:nodetypes="csccsssssssccsssssssccssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98906523" + inkscape:original="M 11.71875 1.5625 C 7.7450446 1.7068356 4.5624999 4.8278393 4.5625 8.65625 C 4.5624999 11.902743 7.2569654 14.904043 10.375 15.75 L 10.40625 17.8125 C 10.40625 17.834837 10.403947 17.88451 10.40625 17.90625 C 10.41137 17.938352 10.458889 18.000913 10.46875 18.03125 C 10.480109 18.060922 10.484403 18.128823 10.5 18.15625 C 10.505642 18.165117 10.525179 18.178922 10.53125 18.1875 C 10.583142 18.253698 10.675559 18.363239 10.75 18.40625 C 10.769188 18.416158 10.823488 18.429358 10.84375 18.4375 C 10.885268 18.451931 10.955081 18.462246 11 18.46875 C 11.022816 18.470945 11.070309 18.46875 11.09375 18.46875 L 13.03125 18.375 C 13.054693 18.374999 13.102187 18.377195 13.125 18.375 C 13.16992 18.368494 13.239734 18.35818 13.28125 18.34375 C 13.301513 18.335609 13.35581 18.322408 13.375 18.3125 C 13.44944 18.269488 13.541859 18.159949 13.59375 18.09375 C 13.599822 18.085171 13.619358 18.071367 13.625 18.0625 C 13.640596 18.035073 13.676141 17.967171 13.6875 17.9375 C 13.697361 17.907163 13.713629 17.8446 13.71875 17.8125 C 13.721051 17.790759 13.71875 17.741086 13.71875 17.71875 L 13.75 15.75 C 16.868034 14.904043 19.468748 11.902745 19.46875 8.65625 C 19.46875 4.7359569 16.137997 1.5624999 12.03125 1.5625 C 11.934999 1.5625 11.81412 1.559036 11.71875 1.5625 z " + xlink:href="#path1311" + style="opacity:0.7;fill:#ffffff;fill-opacity:0.41960784;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2204" + inkscape:href="#path1311" + d="M 11.75,3.5 C 8.7925118,3.610025 6.4999999,5.9517342 6.5,8.84375 C 6.5,11.213653 8.5323749,13.616398 10.8125,14.25 C 11.234478,14.354461 11.538798,14.722181 11.5625,15.15625 L 11.59375,16.59375 L 12.46875,16.5625 L 12.5,15.15625 C 12.523702,14.722181 12.828022,14.354461 13.25,14.25 C 15.526361,13.617444 17.499998,11.227857 17.5,8.84375 C 17.500001,5.8882563 15.061655,3.4999999 12,3.5 C 11.891692,3.5000001 11.77522,3.4990618 11.75,3.5 z " + transform="translate(3.330669e-15,4.169556e-4)" /> + <rect + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2188" + width="4.9947133" + height="3.971606" + x="9.5012331" + y="16.527096" + rx="0.50000077" + ry="0.50000089" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0076578" + inkscape:original="M 10 16.53125 C 9.7229996 16.53125 9.5 16.75425 9.5 17.03125 L 9.5 20 C 9.5 20.277 9.7229994 20.500001 10 20.5 L 14 20.5 C 14.277 20.5 14.5 20.277 14.5 20 L 14.5 17.03125 C 14.5 16.75425 14.277 16.53125 14 16.53125 L 10 16.53125 z " + xlink:href="#rect2188" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000083;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1324" + inkscape:href="#rect2188" + d="M 10.5,17.53125 L 10.5,19.5 L 13.5,19.5 L 13.5,17.53125 L 10.5,17.53125 z " /> + <rect + style="opacity:0.7;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2238" + width="1" + height="2" + x="9.9895105" + y="11.002384" /> + <rect + style="opacity:0.70454544;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2240" + width="1" + height="2" + x="12.989511" + y="11.002384" /> + <rect + style="opacity:0.7;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2242" + width="1" + height="2" + x="-12.002384" + y="10.989511" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="opacity:0.7;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2244" + width="1.0000002" + height="1" + x="-11.002384" + y="9.9895105" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="opacity:0.7;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2246" + width="1.0000002" + height="1" + x="-11.002384" + y="11.989511" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="opacity:0.5;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2250" + width="1.0000002" + height="1" + x="-10.002384" + y="12.989511" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="opacity:0.5;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2252" + width="1.0000002" + height="1" + x="-10.002384" + y="10.989511" + transform="matrix(0,-1,1,0,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:0.9;fill:#ffffff;fill-opacity:0.41960784;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2254" + sodipodi:cx="8.9137974" + sodipodi:cy="6.046802" + sodipodi:rx="1.3745575" + sodipodi:ry="1.3329042" + d="M 10.288355 6.046802 A 1.3745575 1.3329042 0 1 1 7.5392399,6.046802 A 1.3745575 1.3329042 0 1 1 10.288355 6.046802 z" + transform="matrix(1.455012,0,0,1.500482,-2.980174,-2.070734)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/lashes.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="lashes.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/lashes.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.408078" + inkscape:cy="13.900134" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856172,0,0,1.377321,2.243245,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856174,0,0,1.377321,6.243226,-2.099183)" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7,-18 C 7,-18 9.0388639,-17.052621 9.0388639,-14.98954 L 9,-14 L 8,-14 C 8,-17.150131 7,-18 7,-18 z " + id="rect2372" + sodipodi:nodetypes="ccccc" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 6,7 C 6,7 7.007164,9.0388639 9.070245,9.0388639 L 10.059785,9 L 10.059785,8 C 6.909654,8 6,7 6,7 z " + id="path2385" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9,5 C 9,5 8.1068832,7.1063019 9.5657018,8.5651205 L 10.292893,9.2373499 L 11,8.5302432 C 8.772521,6.3027642 9,5 9,5 z " + id="path2399" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,5 C 15,5 15.522739,7.1063019 14.063921,8.5651205 L 13.33673,9.2373499 L 12.629623,8.5302432 C 14.857101,6.3027642 15,5 15,5 z " + id="path2401" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/laugh.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="laugh.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-smile-big.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556978" + inkscape:cx="18.084258" + inkscape:cy="13.844622" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000072;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.49999,10.561343 C 18.49999,15.282357 15.708226,18.498495 12.077514,18.498495 C 8.4467975,18.498495 5.5001313,15.280395 5.5001313,10.500786 C 8.3303575,10.500786 15.420111,10.561343 18.49999,10.561343 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 6,11 L 18,11 L 17.712573,13 L 6.327402,13 L 6,11 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.8639765,16 C 10.614822,15.978955 13.501692,16.035638 16.252539,16.014593 C 15.580293,16.686839 12.084624,20.220647 7.8639765,16 z " + id="path2207" + sodipodi:nodetypes="ccc" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,6.000258 C 14.679329,6.007089 14.745122,6.030186 14.781988,6.041921 C 14.83072,6.05969 14.922307,6.099265 14.969194,6.125247 C 15.56061,6.481805 15.998827,7.493797 15.998827,8.666696 C 15.998827,8.781686 16.006772,8.888833 15.998827,9 C 15.897529,8.184362 15.385047,7.540062 14.781988,7.37514 C 14.732834,7.363406 14.645467,7.338632 14.594782,7.333477 C 14.569268,7.331748 14.527013,7.333477 14.501179,7.333477 C 14.475344,7.333477 14.43309,7.331748 14.407576,7.333477 C 14.356891,7.338632 14.269524,7.363406 14.22037,7.37514 C 13.617311,7.540062 13.104829,8.184362 13.003531,9 C 12.995586,8.888833 13.003531,8.781686 13.003531,8.666696 C 13.003531,7.493797 13.441747,6.481805 14.033164,6.125247 C 14.080051,6.099265 14.171638,6.05969 14.22037,6.041921 C 14.269524,6.026274 14.356891,6.007131 14.407576,6.000258 C 14.43309,5.997952 14.475344,6.000258 14.501179,6.000258 C 14.527013,6.000258 14.569268,5.997952 14.594782,6.000258 C 14.607453,6.001976 14.629002,5.99798 14.641583,6.000258 z " + id="path3165" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3607751,6.000258 C 9.3230291,6.007089 9.2572361,6.030186 9.2203701,6.041921 C 9.1716381,6.05969 9.0800511,6.099265 9.0331641,6.125247 C 8.4417481,6.481805 8.0035311,7.493797 8.0035311,8.666696 C 8.0035311,8.781686 7.9955861,8.888833 8.0035311,9 C 8.1048291,8.184362 8.6173111,7.540062 9.2203701,7.37514 C 9.2695241,7.363406 9.3568911,7.338632 9.4075761,7.333477 C 9.4330901,7.331748 9.4753451,7.333477 9.5011791,7.333477 C 9.5270141,7.333477 9.5692681,7.331748 9.5947821,7.333477 C 9.6454671,7.338632 9.7328341,7.363406 9.7819881,7.37514 C 10.385047,7.540062 10.897529,8.184362 10.998827,9 C 11.006772,8.888833 10.998827,8.781686 10.998827,8.666696 C 10.998827,7.493797 10.560611,6.481805 9.9691941,6.125247 C 9.9223071,6.099265 9.8307201,6.05969 9.7819881,6.041921 C 9.7328341,6.026274 9.6454671,6.007131 9.5947821,6.000258 C 9.5692681,5.997952 9.5270141,6.000258 9.5011791,6.000258 C 9.4753451,6.000258 9.4330901,5.997952 9.4075761,6.000258 C 9.3949051,6.001976 9.3733561,5.99798 9.3607751,6.000258 z " + id="path3167" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/liquor.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,169 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="liquor.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/liquor.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2259"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2261" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2263" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2259" + id="linearGradient2265" + x1="7.1385455" + y1="14.5" + x2="13.088187" + y2="14.5" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="23.185355" + inkscape:cy="12.617627" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#888a85" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.279175,0,0,1.267135,-2.249407,6.748752)" /> + <path + style="opacity:1;fill:#dce8f3;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.75,2.4895395 C 10.509563,2.5199274 10.281606,2.6373904 10.09375,2.7707895 C 9.9830809,2.8534521 9.8639126,2.9726204 9.78125,3.0832895 C 9.6145011,3.3181098 9.5,3.6158558 9.5,3.9270395 C 9.5,3.9270395 10.25,6.140625 9.5,7.5 C 8.75,8.859375 6.5,8.781737 6.5,10.375 L 6.5,18.625 C 6.5,20.218263 7.781737,21.5 9.375,21.5 L 13.625,21.5 C 15.218263,21.5 16.5,20.218264 16.5,18.625 L 16.5,10.375 C 16.5,8.781737 14.25,8.859375 13.5,7.5 C 12.75,6.140625 13.5,3.9270395 13.5,3.9270395 C 13.5,3.6158558 13.385499,3.3181098 13.21875,3.0832895 C 13.136087,2.9726204 13.016919,2.8534521 12.90625,2.7707895 C 12.67143,2.6040406 12.373684,2.4895395 12.0625,2.4895395 L 10.9375,2.4895395 C 10.875263,2.4895395 10.810109,2.4819425 10.75,2.4895395 z " + id="rect2239" + sodipodi:nodetypes="cssczccccccscssccc" /> + <rect + style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.9999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2241" + width="6.0163221" + height="8.0545244" + x="8.499033" + y="11.497261" + rx="1.4379625" + ry="1.4379619" /> + <rect + style="opacity:1;fill:url(#linearGradient2265);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2249" + width="4" + height="11" + x="8" + y="9" + rx="1.4379615" + ry="1.437961" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2269" + width="4" + height="2.0046751" + x="9.5" + y="2.4953246" + rx="1.0023376" + ry="1.0023376" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/love-over.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,219 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="love-over.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/love-over.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1360" + 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" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2377"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2379" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2381" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2221"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2223" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2225" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2210"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop2212" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop2214" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2194"> + <stop + style="stop-color:#a40000;stop-opacity:1;" + offset="0" + id="stop2196" /> + <stop + style="stop-color:#a40000;stop-opacity:0;" + offset="1" + id="stop2198" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2194" + id="radialGradient2200" + cx="11.5" + cy="11.312082" + fx="11.5" + fy="11.312082" + r="8.5368567" + gradientTransform="matrix(1,0,0,0.860946,0,1.572987)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2194" + id="radialGradient2206" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.860946,1.886851e-17,1.572987)" + cx="11.5" + cy="11.312082" + fx="11.5" + fy="11.312082" + r="8.5368567" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2210" + id="radialGradient2216" + cx="10.847297" + cy="7.387557" + fx="10.847297" + fy="7.387557" + r="7.5" + gradientTransform="matrix(1,0,0,0.884514,0,1.31713)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2221" + id="linearGradient2322" + gradientUnits="userSpaceOnUse" + x1="11.5" + y1="5.2969851" + x2="11.5" + y2="10.845449" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2377" + id="linearGradient2383" + x1="12.715966" + y1="5.9275746" + x2="12.715966" + y2="9.6277399" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.653985" + inkscape:cy="7.3037057" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient1360);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.730649,0,0,1.478324,-6.102141,3.040217)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 12.795395,10.348652 C 13.93813,11.00841 15.426236,12.251532 16.81251,13.051897 C 15.896487,13.96792 12.862912,15.852879 11.733183,16.982608 C 12.590456,17.839881 14.0625,19.5 14.0625,19.5 C 16.274562,17.426159 22.540071,13.787389 22.540071,8.3808322 C 22.540071,6.910244 21.9875,3.5 19.132614,3.5 C 15.444772,3.5 15.073145,6.4034733 12.795395,10.348652 z M 2.46875,8.53125 C 2.46875,13.996056 11.604255,19.796181 11.672587,19.73001 C 11.672587,19.73001 9.4496287,18.023343 8.4297238,17.003438 C 9.506766,15.926396 11.709933,14.444823 13.088368,13.066388 C 11.643935,12.232444 10.632324,11.349407 9.8118655,10.875715 C 10.489572,9.7018913 11.086488,8.4991009 11.942941,7.0156809 C 10.790786,5.863526 9.924309,3.5336336 6.5152277,3.5336336 C 4.4512683,3.5336336 2.46875,5.4320368 2.46875,8.53125 z " + id="path1309" + sodipodi:nodetypes="ccccsscccccccss" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0302629" + inkscape:original="M 19.125 3.5 C 15.437158 3.5 15.059 6.3985713 12.78125 10.34375 C 13.923985 11.003508 15.426226 12.262135 16.8125 13.0625 C 15.896477 13.978523 12.848479 15.839021 11.71875 16.96875 C 12.576023 17.826022 14.0625 19.5 14.0625 19.5 C 16.274562 17.426159 22.53125 13.781557 22.53125 8.375 C 22.53125 6.9044113 21.979886 3.5 19.125 3.5 z M 6.5 3.53125 C 4.4360405 3.5312499 2.46875 5.4320368 2.46875 8.53125 C 2.46875 13.996056 11.619168 19.784921 11.6875 19.71875 C 11.6875 19.718751 9.4574049 18.019905 8.4375 17 C 9.5145423 15.922957 11.715315 14.440935 13.09375 13.0625 C 11.649317 12.228556 10.632959 11.348692 9.8125 10.875 C 10.490206 9.701176 11.081047 8.51467 11.9375 7.03125 C 10.785345 5.8790952 9.9090813 3.53125 6.5 3.53125 z " + xlink:href="#path1309" + style="fill:url(#linearGradient2383);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.35" + id="path2356" + inkscape:href="#path1309" + d="M 18.0625,4.53125 C 17.667926,4.5600897 17.395874,4.6597443 17.125,4.78125 L 14.03125,10.21875 L 16.375,11.59375 C 16.638974,11.759638 16.813641,12.036128 16.850069,12.345764 C 16.886497,12.655399 16.780767,12.964878 16.5625,13.1875 L 12.9375,16.875 L 14.125,18.09375 C 15.385694,17.03091 16.997611,15.869181 18.5625,14.3125 C 20.401252,12.483392 21.84375,10.377773 21.84375,8.09375 C 21.84375,6.1090519 20.288904,4.53125 18.375,4.53125 C 18.226747,4.5312499 18.147944,4.5298773 18.125,4.53125 C 17.968359,4.5406214 17.934437,4.5406099 18.0625,4.53125 z M 6.4375,5.03125 C 4.8120229,5.2033607 3.5,6.6789494 3.5,8.53125 C 3.5,10.849841 4.9372674,12.978349 6.75,14.8125 C 7.3205723,15.389814 7.7571636,15.715996 8.34375,16.21875 L 11.34375,13.09375 L 9.34375,11.875 C 8.8708038,11.590968 8.7054897,10.984816 8.96875,10.5 L 10.1875,8.28125 C 10.176861,8.271058 10.166442,8.2606389 10.15625,8.25 C 9.6734103,7.3696295 9.2954655,6.5066244 8.8125,5.9375 C 8.3295345,5.3683756 7.8537022,5.03125 6.78125,5.03125 C 6.6157055,5.0312497 6.5250117,5.0317499 6.53125,5.03125 C 6.5104215,5.031882 6.4895785,5.031882 6.46875,5.03125 C 6.4325512,5.0321434 6.4387812,5.0310195 6.4375,5.03125 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/love.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,186 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="love.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/love.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2221"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2223" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2225" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2210"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop2212" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop2214" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2194"> + <stop + style="stop-color:#a40000;stop-opacity:1;" + offset="0" + id="stop2196" /> + <stop + style="stop-color:#a40000;stop-opacity:0;" + offset="1" + id="stop2198" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2194" + id="radialGradient2200" + cx="11.5" + cy="11.312082" + fx="11.5" + fy="11.312082" + r="8.5368567" + gradientTransform="matrix(1,0,0,0.860946,0,1.572987)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2194" + id="radialGradient2206" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.860946,1.886851e-17,1.572987)" + cx="11.5" + cy="11.312082" + fx="11.5" + fy="11.312082" + r="8.5368567" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2210" + id="radialGradient2216" + cx="10.847297" + cy="7.387557" + fx="10.847297" + fy="7.387557" + r="7.5" + gradientTransform="matrix(1,0,0,0.884514,0,1.31713)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2221" + id="linearGradient2227" + x1="11.5" + y1="6.4401813" + x2="11.5" + y2="10.845449" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1360" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="25.369144" + inkscape:cy="11.089634" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient1360);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.730649,0,0,1.478324,-6.102141,3.040217)" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6.65625,3.4483853 C 4.3326402,3.6258293 2.5,5.5877639 2.5,7.9626233 C 2.5,13.400858 9.4022449,17.261372 11.5,19.365764 C 13.480223,17.379277 20.5,13.456082 20.5,7.9626233 C 20.5,5.4706887 18.484077,3.4483853 16,3.4483853 C 13.196994,3.4483853 12.474496,5.4880566 11.5,7.1812737 C 10.566821,5.559846 9.8059363,3.4483853 7,3.4483853 C 6.883507,3.4483853 6.7705259,3.4396586 6.65625,3.4483853 z " + id="path1309" + sodipodi:nodetypes="cscsscsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.89504504" + inkscape:original="M 6.65625 3.4375 C 4.3326402 3.6149441 2.5 5.5938906 2.5 7.96875 C 2.5 13.406985 9.4022449 17.270608 11.5 19.375 C 13.480223 17.388512 20.5 13.462209 20.5 7.96875 C 20.5 5.4768156 18.484077 3.4375 16 3.4375 C 13.196994 3.4375001 12.474496 5.4942829 11.5 7.1875 C 10.566821 5.5660721 9.8059363 3.4375 7 3.4375 C 6.883507 3.4375001 6.7705259 3.4287733 6.65625 3.4375 z " + xlink:href="#path1309" + style="opacity:0.35;fill:url(#linearGradient2227);fill-opacity:1;stroke:#ffffff;stroke-width:1.01772583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1319" + inkscape:href="#path1309" + d="M 6.71875,4.34375 C 4.8632882,4.4854437 3.40625,6.0543517 3.40625,7.96875 C 3.40625,10.309202 4.9312797,12.444831 6.84375,14.28125 C 8.5294632,15.899929 10.250379,17.107806 11.5,18.21875 C 12.716034,17.145184 14.428964,15.967028 16.125,14.34375 C 18.051603,12.499795 19.59375,10.334237 19.59375,7.96875 C 19.59375,5.9595308 17.994216,4.34375 16,4.34375 C 14.817418,4.34375 14.244251,4.6969564 13.71875,5.28125 C 13.193249,5.8655436 12.798951,6.7254791 12.28125,7.625 C 12.123013,7.9079296 11.824173,8.0831971 11.5,8.0831971 C 11.175827,8.0831971 10.876987,7.9079296 10.71875,7.625 C 10.220158,6.75868 9.8139285,5.907721 9.28125,5.3125 C 8.7485715,4.717279 8.1766423,4.34375 7,4.34375 C 6.8388064,4.3437501 6.7431949,4.3418833 6.71875,4.34375 z " + transform="matrix(0.988933,0,0,0.976273,0.128624,0.248487)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/lying.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="lying.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2437"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2439" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2441" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2437" + id="linearGradient2443" + x1="17.860882" + y1="13.500001" + x2="10.250494" + y2="13.500001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.999915,0,0,1,1.038377e-3,5.960458e-7)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.136031" + inkscape:cy="13.783542" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856172,0,0,1.377321,6.243247,-2.099183)" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2443);stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1522" + width="8.9993992" + height="1.9999998" + x="9.500165" + y="12.499999" + rx="1.0000006" + ry="1.0000002" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2397" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856171,0,0,0.688661,4.243252,10.9504)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/mail.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,205 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg3190" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/22/scalable" + sodipodi:docname="mail.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/22/mail.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3192"> + <linearGradient + inkscape:collect="always" + id="linearGradient4146"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4148" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4150" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4138"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4140" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4142" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4130"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4132" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop4134" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4130" + id="linearGradient4136" + x1="12.015625" + y1="12.904307" + x2="12.015625" + y2="20.157516" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4138" + id="linearGradient4144" + x1="12.015625" + y1="13.368965" + x2="12.015625" + y2="17.151861" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4146" + id="radialGradient4152" + cx="12" + cy="12" + fx="12" + fy="12" + r="8.9687502" + gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1364" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="36.388908" + inkscape:cx="15.923546" + inkscape:cy="11.510064" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata3195"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient1364);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1362" + 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.730649,0,0,1.689514,-6.102141,-0.668333)" /> + <rect + style="opacity:1;fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3198" + width="17.029762" + height="13" + x="3.4985633" + y="5.5" + rx="1.3258346" + ry="1.3258342" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0251163" + inkscape:original="M 4.8125 5.5 C 4.0779876 5.5 3.5 6.0779878 3.5 6.8125 L 3.5 17.1875 C 3.5 17.922012 4.0779875 18.5 4.8125 18.5 L 19.1875 18.5 C 19.922012 18.5 20.53125 17.922012 20.53125 17.1875 L 20.53125 6.8125 C 20.53125 6.0779879 19.922012 5.5 19.1875 5.5 L 4.8125 5.5 z " + xlink:href="#rect3198" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#radialGradient4152);stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4119" + inkscape:href="#rect3198" + d="M 3.8125,6.53125 C 3.6157633,6.53125 3.53125,6.6157636 3.53125,6.8125 L 3.53125,17.1875 C 3.53125,17.384236 3.6157635,17.46875 3.8125,17.46875 L 20.1875,17.46875 C 20.384237,17.46875 20.46875,17.384236 20.46875,17.1875 L 20.46875,6.8125 C 20.46875,6.6157634 20.384237,6.53125 20.1875,6.53125 L 3.8125,6.53125 z " /> + <path + style="fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.339516,18.503949 L 4.6873872,18.503949 C 4.0287816,18.503949 3.4985692,17.917304 3.4985692,17.188602 L 11.996522,10.496043 L 20.528333,17.188602 C 20.528333,17.917304 19.998121,18.503949 19.339516,18.503949 z " + id="path4113" + sodipodi:nodetypes="cccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96695226" + inkscape:original="M 12 10.5 L 3.5 17.1875 C 3.5 17.916202 4.0288946 18.500001 4.6875 18.5 L 19.34375 18.5 C 20.002355 18.5 20.531249 17.916202 20.53125 17.1875 L 12 10.5 z " + xlink:href="#path4113" + style="fill:url(#linearGradient4144);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;opacity:0.4" + id="path4117" + inkscape:href="#path4113" + d="M 12,11.625 L 3.78125,17.46875 C 3.8156388,17.477053 3.8043028,17.53125 3.84375,17.53125 L 20.1875,17.53125 C 20.228818,17.53125 20.215941,17.476515 20.25,17.46875 L 12,11.625 z " /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.313845,5.4995514 L 4.6847353,5.4995514 C 4.0271645,5.4995514 3.4977851,6.0856676 3.4977851,6.8137132 L 11.982388,13.500236 L 20.500795,6.8137132 C 20.500795,6.0856676 19.971416,5.4995514 19.313845,5.4995514 z " + id="path4122" + sodipodi:nodetypes="cccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96695226" + inkscape:original="M 12 10.5 L 3.5 17.1875 C 3.5 17.916202 4.0288946 18.500001 4.6875 18.5 L 19.34375 18.5 C 20.002355 18.5 20.531249 17.916202 20.53125 17.1875 L 12 10.5 z " + xlink:href="#path4113" + style="opacity:0.4;fill:url(#linearGradient4136);fill-opacity:1.0;stroke:#ffffff;stroke-width:1.00754142;stroke-miterlimit:4;stroke-opacity:1" + id="path4124" + inkscape:href="#path4113" + d="M 12,11.625 L 3.78125,17.46875 C 3.8156388,17.477053 3.8043028,17.53125 3.84375,17.53125 L 20.1875,17.53125 C 20.228818,17.53125 20.215941,17.476515 20.25,17.46875 L 12,11.625 z " + transform="matrix(1,0,0,-0.985086,0,23.76233)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/mean.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="mean.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.227795,8.7845774 C 10.227795,9.5861334 9.7045357,10.236672 9.0598059,10.236672 C 8.415076,10.236672 7.891817,9.5861334 7.891817,8.7845774 C 7.891817,7.9830213 7.8918174,7.7944754 7.8918174,7.3324831 C 9.3108209,7.8596275 10.227795,7.9830213 10.227795,8.7845774 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/meeting.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,321 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="meeting.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/meeting.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient2263" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2275" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3204" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3206" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="24.38045" + inkscape:cy="14.498426" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.20393,0,0,1.267135,2.059373,6.748751)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3204);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3190" + 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(-0.902949,0,0,1.055946,26.71908,0.477889)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.81676304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3192" + 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.55132,0,0,0.552272,23.52257,0.944679)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3206);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3194" + 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.400992,0,0,0.400992,21.74777,2.616484)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.21003675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3196" + 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.45248,0,0,0.452481,22.35565,2.050981)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient2275);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2273" + 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(0.902949,0,0,1.055946,-2.705484,2.443685)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.0136,7.0205912 C 14.365489,8.1624737 15.571309,9.0205912 17.0136,9.0205912 C 18.455891,9.0205912 19.661711,8.1624737 20.0136,7.0205912 C 19.381351,7.759997 18.270934,8.542792 17.0136,8.542792 C 15.756266,8.5427929 14.645848,7.759997 14.0136,7.0205912 z " + id="path3198" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.81676304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2257" + 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.55132,0,0,0.552272,0.491027,2.910475)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient2263);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2259" + 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.400992,0,0,0.400992,2.265822,4.58228)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3200" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.428089,0,0,1.03299,19.392,-3.55379)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.21003675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2261" + 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.45248,0,0,0.452481,1.657947,4.016777)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10,8.9863874 C 9.648111,10.12827 8.442291,10.986387 7,10.986387 C 5.557709,10.986387 4.3518886,10.12827 4,8.9863874 C 4.6322482,9.7257932 5.742666,10.508588 7,10.508588 C 8.257334,10.508589 9.367752,9.7257932 10,8.9863874 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3202" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-0.428087,0,0,1.032991,21.39198,-3.553795)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.33246088;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.751775,0,0,0.752933,6.124429,5.730516)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2265" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428089,0,0,1.03299,4.621596,-1.587994)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.601488,0,0,0.601488,7.898735,7.393839)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2267" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428087,0,0,1.032991,2.621614,-1.587999)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.53191662;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.652766,0,0,0.652787,7.289484,6.826771)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/mobile.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="mobile-phone.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/mobile-phone.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="23.00451" + inkscape:cy="13.934968" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.7;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.504911,0,0,1.267135,-4.175772,6.748759)" /> + <path + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.99999964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7.5408068,1.4997036 C 6.3530185,1.4997036 6.59585,2.443976 6.59585,3.4884461 C 6.600851,8.8263537 6.5859049,13.970483 6.6032895,19.308055 C 6.6844505,20.163657 7.5990982,20.599331 8.3774274,20.500032 C 10.982378,20.495538 13.587736,20.509043 16.192431,20.493241 C 17.00035,20.459529 17.619316,19.682696 17.498157,18.891822 C 17.493205,14.104452 17.508067,9.3165441 17.490718,4.5295105 C 17.409557,3.6739081 16.494909,3.4325529 15.716579,3.5318523 C 13.337082,3.5318523 9.7475355,3.8732389 8.5780878,3.5318523 C 8.3698672,2.7547625 8.8449782,1.4997036 7.5408068,1.4997036 z " + id="rect1307" + sodipodi:nodetypes="cccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.95294088" + inkscape:original="M 7.53125 1.5 C 6.3434617 1.5 6.59375 2.4555299 6.59375 3.5 C 6.598751 8.8379077 6.5763654 13.974928 6.59375 19.3125 C 6.6749109 20.168101 7.5966708 20.599299 8.375 20.5 C 10.979951 20.495506 13.582805 20.515802 16.1875 20.5 C 16.99542 20.466289 17.621159 19.697124 17.5 18.90625 C 17.495047 14.118879 17.517349 9.3182836 17.5 4.53125 C 17.418838 3.6756476 16.49708 3.4319506 15.71875 3.53125 C 13.339253 3.5312501 9.7319477 3.8726366 8.5625 3.53125 C 8.3542794 2.7541603 8.8354214 1.5 7.53125 1.5 z " + xlink:href="#rect1307" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2222" + inkscape:href="#rect1307" + d="M 7.59375,2.65625 C 7.5748218,2.7271245 7.53125,2.7701751 7.53125,2.84375 L 7.53125,4.5 C 7.5339854,4.5416218 7.5339854,4.5833782 7.53125,4.625 C 7.5443706,4.5302305 7.53125,4.5134688 7.53125,4.65625 L 7.53125,4.6875 C 7.53125,4.7796781 7.5339811,4.7867801 7.53125,4.75 C 7.5319333,4.7708277 7.5319333,4.7916723 7.53125,4.8125 L 7.53125,19.15625 C 7.53125,19.331926 7.7244115,19.5625 8.0625,19.5625 L 16.03125,19.5625 C 16.369335,19.5625 16.5625,19.331923 16.5625,19.15625 L 16.5625,4.65625 C 16.5625,4.4805699 16.393824,4.28125 16.03125,4.28125 L 8.5625,4.28125 C 8.0482177,4.2729324 7.6333176,3.8580323 7.625,3.34375 L 7.625,2.84375 C 7.625,2.7511431 7.6095906,2.7270361 7.59375,2.65625 z " /> + <rect + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2182" + width="7" + height="6.0014186" + x="8.5" + y="5.4996142" + rx="0.81614119" + ry="0.81614107" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0279139" + inkscape:original="M 9.3125 5.5 C 8.8603578 5.5 8.5 5.8603578 8.5 6.3125 L 8.5 10.6875 C 8.5 11.139642 8.8603578 11.5 9.3125 11.5 L 14.6875 11.5 C 15.139642 11.5 15.5 11.139642 15.5 10.6875 L 15.5 6.3125 C 15.5 5.8603578 15.139642 5.5 14.6875 5.5 L 9.3125 5.5 z " + xlink:href="#rect2182" + style="opacity:0.2;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2202" + inkscape:href="#rect2182" + d="M 9.53125,6.53125 L 9.53125,10.46875 L 14.46875,10.46875 L 14.46875,6.53125 L 9.53125,6.53125 z " /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2184" + width="2" + height="1" + x="8" + y="13" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2186" + width="2" + height="1" + x="11" + y="13" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2188" + width="2" + height="1.0388639" + x="14" + y="13" + rx="1.4768269" + ry="1.4768267" /> + <path + style="opacity:0.25;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.7632953,6 L 15.028403,6 C 12.453904,10.185561 11.223277,8.7854265 9,11.028403 L 9,6.7700589 C 9,6.3434462 9.3404297,6 9.7632953,6 z " + id="rect2219" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2225" + width="2" + height="1" + x="8" + y="15" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2227" + width="2" + height="1" + x="11" + y="15" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2229" + width="2" + height="1" + x="14" + y="15" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2231" + width="2" + height="1" + x="8" + y="17" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2233" + width="2" + height="1" + x="11" + y="17" + rx="1.4768269" + ry="1.4768267" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2235" + width="2" + height="1" + x="14" + y="17" + rx="1.4768269" + ry="1.4768267" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/monkey.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,269 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="monkey.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/monkey.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3398"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3400" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3402" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3390"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3392" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3394" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3363" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3390" + id="radialGradient3396" + cx="12" + cy="2.7777374" + fx="12" + fy="2.7777374" + r="6.96875" + gradientTransform="matrix(1.435094,1.218357e-16,-1.570791e-16,1.850224,-5.221128,-5.030137)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3398" + id="linearGradient3404" + x1="12" + y1="1.9995501" + x2="12" + y2="20.389206" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.132617" + inkscape:cy="14.07241" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:1;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.12964344;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3342" + sodipodi:cx="5.5769644" + sodipodi:cy="5.3647771" + sodipodi:rx="3.5560436" + sodipodi:ry="3.2451327" + d="M 9.133008 5.3647771 A 3.5560436 3.2451327 0 1 1 2.0209208,5.3647771 A 3.5560436 3.2451327 0 1 1 9.133008 5.3647771 z" + transform="matrix(0.845651,0,0,0.926672,-0.216167,4.528612)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3359" + sodipodi:cx="4.2750249" + sodipodi:cy="8.4155903" + sodipodi:rx="2.0597849" + sodipodi:ry="1.3602352" + d="M 6.3348098 8.4155903 A 2.0597849 1.3602352 0 1 1 2.21524,8.4155903 A 2.0597849 1.3602352 0 1 1 6.3348098 8.4155903 z" + transform="matrix(0.485488,0,0,1.102752,1.924528,0.219693)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.13079917;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3344" + sodipodi:cx="5.5769644" + sodipodi:cy="5.3647771" + sodipodi:rx="3.5560436" + sodipodi:ry="3.2451327" + d="M 9.133008 5.3647771 A 3.5560436 3.2451327 0 1 1 2.0209208,5.3647771 A 3.5560436 3.2451327 0 1 1 9.133008 5.3647771 z" + transform="matrix(0.844787,0,0,0.925724,14.78507,4.53011)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3361" + sodipodi:cx="4.2750249" + sodipodi:cy="8.4155903" + sodipodi:rx="2.0597849" + sodipodi:ry="1.3602352" + d="M 6.3348098 8.4155903 A 2.0597849 1.3602352 0 1 1 2.21524,8.4155903 A 2.0597849 1.3602352 0 1 1 6.3348098 8.4155903 z" + transform="matrix(0.485488,0,0,1.102752,17.92453,0.219689)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3363);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.504911,0,0,1.478325,-4.175766,4.04021)" /> + <path + style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.531261,1.5042064 C 7.6154245,1.7314527 4.5001995,4.7251965 4.5001994,8.3637638 C 4.5001994,9.8058793 5.007242,11.117472 5.8394492,12.222265 C 5.8437171,12.227932 5.8351635,12.249589 5.8394492,12.255243 C 5.0072419,13.105084 4.5001994,14.114002 4.5001994,15.223322 C 4.5001994,18.135995 7.8601089,20.499904 11.999998,20.499905 C 16.139888,20.499905 19.499798,18.135995 19.499797,15.223322 C 19.499797,14.114002 18.992755,13.105084 18.160547,12.255243 C 18.156281,12.250886 18.164833,12.226613 18.160547,12.222265 C 18.992755,11.117472 19.499797,9.8058793 19.499797,8.3637638 C 19.499797,4.5772876 16.139888,1.5042064 11.999998,1.5042064 C 11.838282,1.5042064 11.69044,1.4949687 11.531261,1.5042064 z " + id="path3369" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.531261,1.5042064 C 7.6154245,1.7314527 4.5001995,4.7251965 4.5001994,8.3637638 C 4.5001994,9.8058793 5.007242,11.117472 5.8394492,12.222265 C 5.8437171,12.227932 5.8351635,12.249589 5.8394492,12.255243 C 5.0072419,13.105084 4.5001994,14.114002 4.5001994,15.223322 C 4.5001994,18.135995 7.8601089,20.499904 11.999998,20.499905 C 16.139888,20.499905 19.499798,18.135995 19.499797,15.223322 C 19.499797,14.114002 18.992755,13.105084 18.160547,12.255243 C 18.156281,12.250886 18.164833,12.226613 18.160547,12.222265 C 18.992755,11.117472 19.499797,9.8058793 19.499797,8.3637638 C 19.499797,4.5772876 16.139888,1.5042064 11.999998,1.5042064 C 11.838282,1.5042064 11.69044,1.4949687 11.531261,1.5042064 z " + id="path3346" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0160223" + inkscape:original="M 11.53125 1.5 C 7.6154131 1.7272463 4.5000001 4.7364327 4.5 8.375 C 4.5000001 9.8171155 5.0115428 11.113957 5.84375 12.21875 C 5.8480177 12.224417 5.8394643 12.244346 5.84375 12.25 C 5.0115425 13.099841 4.5 14.10943 4.5 15.21875 C 4.5000001 18.131423 7.8601109 20.499999 12 20.5 C 16.13989 20.5 19.500001 18.131423 19.5 15.21875 C 19.499999 14.10943 18.988458 13.099841 18.15625 12.25 C 18.151984 12.245643 18.160536 12.223098 18.15625 12.21875 C 18.988458 11.113957 19.5 9.8171155 19.5 8.375 C 19.499999 4.5885238 16.13989 1.5 12 1.5 C 11.838284 1.5 11.690429 1.4907623 11.53125 1.5 z " + xlink:href="#path3346" + style="fill:url(#radialGradient3396);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient3404);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;opacity:0.3" + id="path3380" + inkscape:href="#path3346" + d="M 11.59375,2.5 C 8.1646974,2.6989969 5.5312501,5.3163916 5.53125,8.375 C 5.5312501,9.5768487 5.9335557,10.63434 6.65625,11.59375 C 6.6562747,11.593783 6.6540516,11.621014 6.65625,11.625 C 6.6788012,11.65507 6.6996666,11.686368 6.71875,11.71875 C 6.7344519,11.747289 6.7362224,11.756194 6.75,11.78125 C 6.7501602,11.791666 6.7501602,11.802084 6.75,11.8125 C 6.7630945,11.836129 6.7812935,11.875114 6.78125,11.875 C 6.8049274,11.915183 6.8258101,11.956948 6.84375,12 C 6.8504527,12.025375 6.8410898,12.046527 6.84375,12.0625 C 6.8463153,12.104127 6.8463153,12.145873 6.84375,12.1875 C 6.8443616,12.217488 6.8760288,12.26023 6.875,12.28125 C 6.8703237,12.376794 6.8442678,12.403152 6.84375,12.40625 C 6.811842,12.618774 6.7133743,12.815709 6.5625,12.96875 C 5.8661073,13.679898 5.53125,14.421777 5.53125,15.21875 C 5.53125,16.284386 6.1223837,17.308698 7.28125,18.125 C 8.4401163,18.941302 10.123823,19.46875 12,19.46875 C 13.876178,19.46875 15.559884,18.941302 16.71875,18.125 C 17.877616,17.308698 18.46875,16.284386 18.46875,15.21875 C 18.468749,14.421775 18.133893,13.679898 17.4375,12.96875 C 17.437403,12.968651 17.410058,12.896236 17.375,12.84375 C 17.35327,12.823833 17.332417,12.80298 17.3125,12.78125 C 17.282619,12.736495 17.26252,12.706281 17.25,12.6875 C 17.245163,12.680244 17.21877,12.656296 17.21875,12.65625 C 17.216997,12.65365 17.218738,12.624973 17.21875,12.625 C 17.218773,12.625053 17.22075,12.600455 17.21875,12.59375 C 17.199761,12.529745 17.156317,12.437883 17.15625,12.4375 C 17.15616,12.436987 17.160019,12.362661 17.15625,12.3125 C 17.148378,12.239796 17.148378,12.166454 17.15625,12.09375 C 17.157025,12.090066 17.156128,12.063265 17.15625,12.0625 C 17.17832,11.892964 17.242811,11.731738 17.34375,11.59375 C 18.066445,10.634341 18.46875,9.576849 18.46875,8.375 C 18.468749,5.1896007 15.634561,2.53125 12,2.53125 C 11.799592,2.53125 11.677489,2.4951403 11.59375,2.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3357" + sodipodi:cx="10.279492" + sodipodi:cy="9.8535538" + sodipodi:rx="1.1076201" + sodipodi:ry="1.7100101" + d="M 11.387112 9.8535538 A 1.1076201 1.7100101 0 1 1 9.1718723,9.8535538 A 1.1076201 1.7100101 0 1 1 11.387112 9.8535538 z" + transform="matrix(5.417018,0,0,2.339168,-43.6842,-8.049118)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,14 C 16.413519,16.283765 14.403819,18 12,18 C 9.596182,18 7.586481,16.283765 7,14 C 8.053747,15.478811 9.904443,17.044402 12,17.044402 C 14.095556,17.044403 15.946253,15.478811 17,14 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3353" + sodipodi:cx="10.279492" + sodipodi:cy="9.8535538" + sodipodi:rx="1.1076201" + sodipodi:ry="1.7100101" + d="M 11.387112 9.8535538 A 1.1076201 1.7100101 0 1 1 9.1718723,9.8535538 A 1.1076201 1.7100101 0 1 1 11.387112 9.8535538 z" + transform="matrix(2.70851,0,0,1.754377,-17.8421,-7.286849)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3337" + sodipodi:cx="10.279492" + sodipodi:cy="9.8535538" + sodipodi:rx="1.1076201" + sodipodi:ry="1.7100101" + d="M 11.387112 9.8535538 A 1.1076201 1.7100101 0 1 1 9.1718723,9.8535538 A 1.1076201 1.7100101 0 1 1 11.387112 9.8535538 z" + transform="matrix(0.902836,0,0,1.169584,0.719304,-1.524558)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#e9b96e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3355" + sodipodi:cx="10.279492" + sodipodi:cy="9.8535538" + sodipodi:rx="1.1076201" + sodipodi:ry="1.7100101" + d="M 11.387112 9.8535538 A 1.1076201 1.7100101 0 1 1 9.1718723,9.8535538 A 1.1076201 1.7100101 0 1 1 11.387112 9.8535538 z" + transform="matrix(2.70851,0,0,1.754377,-13.84211,-7.286846)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3340" + sodipodi:cx="10.279492" + sodipodi:cy="9.8535538" + sodipodi:rx="1.1076201" + sodipodi:ry="1.7100101" + d="M 11.387112 9.8535538 A 1.1076201 1.7100101 0 1 1 9.1718723,9.8535538 A 1.1076201 1.7100101 0 1 1 11.387112 9.8535538 z" + transform="matrix(0.902836,0,0,1.169584,4.719305,-1.524559)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8f5902;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3365" + sodipodi:cx="8.6860733" + sodipodi:cy="3.6936309" + sodipodi:rx="0.44693443" + sodipodi:ry="0.40807056" + d="M 9.1330077 3.6936309 A 0.44693443 0.40807056 0 1 1 8.2391389,3.6936309 A 0.44693443 0.40807056 0 1 1 9.1330077 3.6936309 z" + transform="matrix(1.118731,0,0,1.225279,0.782621,8.974271)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#8f5902;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3367" + sodipodi:cx="8.6860733" + sodipodi:cy="3.6936309" + sodipodi:rx="0.44693443" + sodipodi:ry="0.40807056" + d="M 9.1330077 3.6936309 A 0.44693443 0.40807056 0 1 1 8.2391389,3.6936309 A 0.44693443 0.40807056 0 1 1 9.1330077 3.6936309 z" + transform="matrix(1.118731,0,0,1.225279,3.78262,8.974272)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/moon.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="moon.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2413"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2415" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2417" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2413" + id="linearGradient2419" + x1="7.7396398" + y1="5.0836968" + x2="7.7396398" + y2="14.889788" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.847674,0,0,0.882201,1.482048,1.443976)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1355" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007726" + inkscape:cx="16.992516" + inkscape:cy="11.250031" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1355);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.730649,0,0,1.478324,-6.102155,4.040217)" /> + <path + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.555834,3.5359269 C 7.083747,3.7628168 3.5326786,7.4758885 3.5326787,12.003177 C 3.5326787,16.676508 7.3273314,20.470428 12.001566,20.470428 C 16.675799,20.470428 20.470451,16.676509 20.470452,12.003177 C 20.470452,11.829217 20.452956,11.645346 20.442593,11.473974 C 20.04882,14.040909 17.833812,16.01398 15.149539,16.01398 C 12.187584,16.013979 9.7729107,13.619215 9.7729107,10.666243 C 9.7729111,7.7132715 12.187584,5.3185059 15.149539,5.3185059 C 16.283414,5.3185059 17.319318,5.6663129 18.18608,6.2655011 C 16.639185,4.5975688 14.45432,3.5359269 12.001566,3.5359269 C 11.855496,3.5359269 11.700095,3.528608 11.555834,3.5359269 z " + id="path1307" /> + <path + style="opacity:0.6;fill:url(#linearGradient2419);fill-opacity:1;stroke:#ffffff;stroke-width:1.05276585;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.153364,4.6982119 C 7.9285718,3.5889415 4.5018871,8.039316 4.5018872,12.030388 C 4.5018872,16.148762 7.6969458,19.473958 11.65414,19.473958 C 14.140625,19.473958 16.602159,18.455425 17.883269,16.457877 C 17.021575,16.957907 15.701883,16.937631 14.647489,16.937631 C 11.345471,16.93763 8.6342999,14.140829 8.6342999,10.707087 C 8.6343002,7.9368555 10.717127,5.0345747 13.153364,4.6982119 z " + id="path2408" + sodipodi:nodetypes="csscssc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/msn-away.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,332 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="msn-away.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_away.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2260"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop2262" /> + <stop + style="stop-color:#555753;stop-opacity:0" + offset="1" + id="stop2264" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2260" + id="radialGradient2266" + cx="11.756953" + cy="17.588654" + fx="11.756953" + fy="17.588654" + r="6.3436799" + gradientTransform="matrix(1.147277,-7.982062e-16,2.037973e-16,0.71896,-1.731525,4.943114)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient1357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.371983,0,0,0.372254,10.53035,10.56553)" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.300504,0,0,0.300499,11.2109,10.23233)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2228"> + <stop + style="stop-color:#f56600;stop-opacity:1;" + offset="0" + id="stop2230" /> + <stop + style="stop-color:#f56600;stop-opacity:0;" + offset="1" + id="stop2232" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2219"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2221" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2223" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2219" + id="linearGradient2251" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747158,0,0,0.74873,0.374035,0.608489)" + x1="9.9973583" + y1="14.918511" + x2="14.069712" + y2="18.218639" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2228" + id="linearGradient1330" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.782765,0,0,0.747651,1.035995,0.614065)" + x1="20.998175" + y1="11.741063" + x2="17.999571" + y2="18.866741" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient1691" + gradientUnits="userSpaceOnUse" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="20.034795" + inkscape:cy="11.236512" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.4;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.044119,0,0,0.346338,-18.44114,13.41659)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.436518,9.9127618 C 21.037357,10.673309 21.362289,19.501337 18.407881,19.501337 C 15.489266,19.501337 8.9905421,7.150538 18.436518,9.9127618 z " + id="rect2194" + sodipodi:nodetypes="czs" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96520001" + inkscape:original="M 15.59375 9.53125 C 10.549483 10.044796 15.852462 19.5 18.40625 19.5 C 21.360658 19.5 21.038339 10.666797 18.4375 9.90625 C 17.256753 9.560972 16.31436 9.4578863 15.59375 9.53125 z " + xlink:href="#rect2194" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + id="path2259" + inkscape:href="#rect2194" + d="M 16,10.75 C 15.512126,10.798024 15.253534,10.920051 15.09375,11.0625 C 14.933966,11.204949 14.83864,11.380838 14.78125,11.6875 C 14.66647,12.300825 14.844054,13.385232 15.3125,14.46875 C 15.780946,15.552268 16.512913,16.653582 17.21875,17.4375 C 17.924587,18.221418 18.67699,18.5625 18.75,18.5625 C 18.89196,18.5625 18.968845,18.54667 19.09375,18.4375 C 19.218655,18.32833 19.365593,18.098064 19.5,17.78125 C 19.768815,17.147621 19.923112,16.154119 19.90625,15.125 C 19.889388,14.095881 19.705611,13.023656 19.40625,12.25 C 19.106889,11.476344 18.724904,11.117253 18.53125,11.0625 C 17.425208,10.749781 16.582845,10.692627 16,10.75 z " /> + <path + style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.316085,20.509475 C 10.851196,20.509475 4.3258741,14.508937 9.3204332,11.066555 C 14.310647,7.6271659 15.818731,20.509475 13.316085,20.509475 z " + id="rect2201" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.99506,11.498797 C 10.735658,11.486846 10.370038,11.588319 9.8835883,11.932121 C 8.8737,12.645867 8.5374239,13.351301 8.4999186,14.121547 C 8.4624133,14.891791 8.7901654,15.780902 9.3391937,16.607457 C 9.8882225,17.43401 10.661309,18.195719 11.403357,18.728462 C 12.145404,19.261206 12.809412,19.500227 13.070994,19.500227 C 13.222335,19.500227 13.331682,19.0625 13.39947,18.682848 C 13.535046,17.923542 13.548476,16.808781 13.376787,15.695196 C 13.205098,14.58161 12.846108,13.444035 12.401414,12.661929 C 11.95672,11.879824 11.481565,11.52121 10.99506,11.498797 z " + id="path2254" + sodipodi:nodetypes="cssssssssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99454969" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2245" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.995087,3.678281 17.104383,5.3426949 15.71875,7.0625 C 14.498278,8.5773128 13.796939,9.7027104 13.59375,10.03125 L 15.0625,13.375 C 17.799931,13.187054 19.57299,12.186552 19.84375,12 C 19.951969,11.755173 20.691026,10.13991 21.15625,8.125 C 21.405718,7.0445423 21.52736,5.9263632 21.4375,5.09375 C 21.34764,4.2611368 21.117806,3.8050199 20.65625,3.5625 C 20.487599,3.4738843 20.316754,3.4438049 20,3.5 z " /> + <path + style="opacity:1;fill:url(#linearGradient2251);fill-opacity:1;stroke:#204a87;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.7306799,5.8222291 C 3.0741729,3.5659039 16.882213,13.11203 11.087148,14.375153 C 5.2996209,15.636634 0.40087698,8.0555627 1.7306799,5.8222291 z " + id="rect2197" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.7390794,8.1722341 C 3.0496879,9.0060223 3.6590736,9.9821112 4.4574474,10.857929 C 6.0541952,12.609562 8.35926,13.89948 10.765977,13.389526 C 11.255672,13.285765 11.400406,13.151715 11.448617,13.081331 C 11.496824,13.010949 11.537361,12.912219 11.448617,12.641053 C 11.271127,12.098721 10.521911,11.132591 9.4713148,10.219525 C 8.4207206,9.3064602 7.0856043,8.3957283 5.8462653,7.7099423 C 4.6069262,7.0241566 3.3045923,6.5498939 2.7239802,6.4956482 C 2.4148401,6.4667656 2.428471,7.3384455 2.7390794,8.1722341 z " + id="path2249" + sodipodi:nodetypes="cssssssss" /> + <path + style="opacity:1;fill:url(#linearGradient1330);fill-opacity:1;stroke:#ce5d00;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.478485,9.9508709 C 12.478485,9.9508709 17.866649,0.9861607 21.122294,2.6968071 C 24.404423,4.4213689 20.644961,12.673483 20.644961,12.673483 C 20.644961,12.673483 18.181394,14.512366 14.476578,14.512366 L 12.478485,9.9508709 z " + id="rect1317" + sodipodi:nodetypes="czccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99298751" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + id="path1328" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.994143,3.6784485 17.104459,5.3425998 15.71875,7.0625 C 14.49821,8.5773965 13.796948,9.7026949 13.59375,10.03125 L 15.0625,13.375 C 17.800353,13.18702 19.57294,12.186586 19.84375,12 C 19.951976,11.755161 20.690984,10.140091 21.15625,8.125 C 21.40574,7.0444453 21.527392,5.9266549 21.4375,5.09375 C 21.347608,4.2608451 21.11837,3.8053161 20.65625,3.5625 C 20.487225,3.4736876 20.316977,3.4437653 20,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#75507b;fill-opacity:1;stroke:#5c3566;stroke-width:1.35211551;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2192" + sodipodi:cx="13.4375" + sodipodi:cy="15.825892" + sodipodi:rx="0.8035714" + sodipodi:ry="5.1116071" + d="M 14.241071 15.825892 A 0.8035714 5.1116071 0 1 1 12.633929,15.825892 A 0.8035714 5.1116071 0 1 1 14.241071 15.825892 z" + transform="matrix(0.603448,-0.487879,0.280285,0.679821,0.46572,8.794406)" /> + <image + id="image2210" + height="8" + width="8" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-16" + y="14" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:2.39076138px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1339" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.418279,0,0,0.41827,9.969451,9.594492)" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:3.58355522px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1341" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.27909,0,0,0.279013,12.14008,11.90447)" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:14.28468895px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path2216" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(7.000599e-2,0,0,7.000603e-2,15.40087,15.36409)" /> + <path + style="opacity:0.5;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1357);stroke-width:0.99999857px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 21.500001,16.521601 C 21.500001,19.293526 19.251968,21.543204 16.482071,21.543204 C 13.712174,21.543204 11.464141,19.293526 11.464141,16.521601 C 11.464141,13.749677 13.712174,11.499999 16.482071,11.499999 C 19.251968,11.499999 21.500001,13.749677 21.500001,16.521601 z " + id="path2220" /> + <path + sodipodi:type="arc" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1588" + sodipodi:cx="20.264311" + sodipodi:cy="14.476474" + sodipodi:rx="2.9448855" + sodipodi:ry="0.78724658" + d="M 23.209196 14.476474 A 2.9448855 0.78724658 0 1 1 17.319425,14.476474 A 2.9448855 0.78724658 0 1 1 23.209196 14.476474 z" + transform="matrix(-6.220304e-17,-0.509358,0.635129,5.747536e-7,7.296084,24.84778)" /> + <path + sodipodi:type="arc" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1362" + sodipodi:cx="20.264311" + sodipodi:cy="14.476474" + sodipodi:rx="2.9448855" + sodipodi:ry="0.78724658" + d="M 23.209196 14.476474 A 2.9448855 0.78724658 0 1 1 17.319425,14.476474 A 2.9448855 0.78724658 0 1 1 23.209196 14.476474 z" + transform="matrix(0.509357,-6.171994e-17,-5.747534e-7,0.63513,8.168748,7.331552)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/msn-busy.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,339 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="msn-busy.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_occ.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2345" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.370788,0,0,0.370892,10.56557,10.55964)" + x1="15.535398" + y1="1.8014067" + x2="15.535398" + y2="48.674999" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2186"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2188" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2190" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2186" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.525701,0,0,0.525844,10.18726,10.18624)" + x1="11.226587" + y1="-5.4832759" + x2="11.226587" + y2="17.697369" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2260"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop2262" /> + <stop + style="stop-color:#555753;stop-opacity:0" + offset="1" + id="stop2264" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2260" + id="radialGradient2266" + cx="11.756953" + cy="17.588654" + fx="11.756953" + fy="17.588654" + r="6.3436799" + gradientTransform="matrix(1.147277,-7.982062e-16,2.037973e-16,0.71896,-1.731525,4.943114)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient1357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.371983,0,0,0.372254,10.53035,9.522329)" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.300504,0,0,0.300499,11.2109,10.23233)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2228"> + <stop + style="stop-color:#f56600;stop-opacity:1;" + offset="0" + id="stop2230" /> + <stop + style="stop-color:#f56600;stop-opacity:0;" + offset="1" + id="stop2232" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2219"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2221" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2223" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2219" + id="linearGradient2251" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747158,0,0,0.74873,0.374035,0.608489)" + x1="9.9973583" + y1="14.918511" + x2="14.069712" + y2="18.218639" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2228" + id="linearGradient1330" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.782765,0,0,0.747651,1.035995,0.614065)" + x1="20.998175" + y1="11.741063" + x2="17.999571" + y2="18.866741" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient1691" + gradientUnits="userSpaceOnUse" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="24.82492" + inkscape:cy="10.486753" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.4;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.044119,0,0,0.346338,-18.44114,13.41659)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.436518,9.9127618 C 21.037357,10.673309 21.362289,19.501337 18.407881,19.501337 C 15.489266,19.501337 8.9905421,7.150538 18.436518,9.9127618 z " + id="rect2194" + sodipodi:nodetypes="czs" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96520001" + inkscape:original="M 15.59375 9.53125 C 10.549483 10.044796 15.852462 19.5 18.40625 19.5 C 21.360658 19.5 21.038339 10.666797 18.4375 9.90625 C 17.256753 9.560972 16.31436 9.4578863 15.59375 9.53125 z " + xlink:href="#rect2194" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + id="path2259" + inkscape:href="#rect2194" + d="M 16,10.75 C 15.512126,10.798024 15.253534,10.920051 15.09375,11.0625 C 14.933966,11.204949 14.83864,11.380838 14.78125,11.6875 C 14.66647,12.300825 14.844054,13.385232 15.3125,14.46875 C 15.780946,15.552268 16.512913,16.653582 17.21875,17.4375 C 17.924587,18.221418 18.67699,18.5625 18.75,18.5625 C 18.89196,18.5625 18.968845,18.54667 19.09375,18.4375 C 19.218655,18.32833 19.365593,18.098064 19.5,17.78125 C 19.768815,17.147621 19.923112,16.154119 19.90625,15.125 C 19.889388,14.095881 19.705611,13.023656 19.40625,12.25 C 19.106889,11.476344 18.724904,11.117253 18.53125,11.0625 C 17.425208,10.749781 16.582845,10.692627 16,10.75 z " /> + <path + style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.316085,20.509475 C 10.851196,20.509475 4.3258741,14.508937 9.3204332,11.066555 C 14.310647,7.6271659 15.818731,20.509475 13.316085,20.509475 z " + id="rect2201" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.99506,11.498797 C 10.735658,11.486846 10.370038,11.588319 9.8835883,11.932121 C 8.8737,12.645867 8.5374239,13.351301 8.4999186,14.121547 C 8.4624133,14.891791 8.7901654,15.780902 9.3391937,16.607457 C 9.8882225,17.43401 10.661309,18.195719 11.403357,18.728462 C 12.145404,19.261206 12.809412,19.500227 13.070994,19.500227 C 13.222335,19.500227 13.331682,19.0625 13.39947,18.682848 C 13.535046,17.923542 13.548476,16.808781 13.376787,15.695196 C 13.205098,14.58161 12.846108,13.444035 12.401414,12.661929 C 11.95672,11.879824 11.481565,11.52121 10.99506,11.498797 z " + id="path2254" + sodipodi:nodetypes="cssssssssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99454969" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2245" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.995087,3.678281 17.104383,5.3426949 15.71875,7.0625 C 14.498278,8.5773128 13.796939,9.7027104 13.59375,10.03125 L 15.0625,13.375 C 17.799931,13.187054 19.57299,12.186552 19.84375,12 C 19.951969,11.755173 20.691026,10.13991 21.15625,8.125 C 21.405718,7.0445423 21.52736,5.9263632 21.4375,5.09375 C 21.34764,4.2611368 21.117806,3.8050199 20.65625,3.5625 C 20.487599,3.4738843 20.316754,3.4438049 20,3.5 z " /> + <path + style="opacity:1;fill:url(#linearGradient2251);fill-opacity:1;stroke:#204a87;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.7306799,5.8222291 C 3.0741729,3.5659039 16.882213,13.11203 11.087148,14.375153 C 5.2996209,15.636634 0.40087698,8.0555627 1.7306799,5.8222291 z " + id="rect2197" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.7390794,8.1722341 C 3.0496879,9.0060223 3.6590736,9.9821112 4.4574474,10.857929 C 6.0541952,12.609562 8.35926,13.89948 10.765977,13.389526 C 11.255672,13.285765 11.400406,13.151715 11.448617,13.081331 C 11.496824,13.010949 11.537361,12.912219 11.448617,12.641053 C 11.271127,12.098721 10.521911,11.132591 9.4713148,10.219525 C 8.4207206,9.3064602 7.0856043,8.3957283 5.8462653,7.7099423 C 4.6069262,7.0241566 3.3045923,6.5498939 2.7239802,6.4956482 C 2.4148401,6.4667656 2.428471,7.3384455 2.7390794,8.1722341 z " + id="path2249" + sodipodi:nodetypes="cssssssss" /> + <path + style="opacity:1;fill:url(#linearGradient1330);fill-opacity:1;stroke:#ce5d00;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.478485,9.9508709 C 12.478485,9.9508709 17.866649,0.9861607 21.122294,2.6968071 C 24.404423,4.4213689 20.644961,12.673483 20.644961,12.673483 C 20.644961,12.673483 18.181394,14.512366 14.476578,14.512366 L 12.478485,9.9508709 z " + id="rect1317" + sodipodi:nodetypes="czccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99298751" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + id="path1328" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.994143,3.6784485 17.104459,5.3425998 15.71875,7.0625 C 14.49821,8.5773965 13.796948,9.7026949 13.59375,10.03125 L 15.0625,13.375 C 17.800353,13.18702 19.57294,12.186586 19.84375,12 C 19.951976,11.755161 20.690984,10.140091 21.15625,8.125 C 21.40574,7.0444453 21.527392,5.9266549 21.4375,5.09375 C 21.347608,4.2608451 21.11837,3.8053161 20.65625,3.5625 C 20.487225,3.4736876 20.316977,3.4437653 20,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#75507b;fill-opacity:1;stroke:#5c3566;stroke-width:1.35211551;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2192" + sodipodi:cx="13.4375" + sodipodi:cy="15.825892" + sodipodi:rx="0.8035714" + sodipodi:ry="5.1116071" + d="M 14.241071 15.825892 A 0.8035714 5.1116071 0 1 1 12.633929,15.825892 A 0.8035714 5.1116071 0 1 1 14.241071 15.825892 z" + transform="matrix(0.603448,-0.487879,0.280285,0.679821,0.46572,8.794406)" /> + <image + id="image2210" + height="8" + width="8" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-16" + y="14" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path1311" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.428768,0,0,0.428768,9.892003,9.386493)" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:2.39228702px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path2325" + sodipodi:cx="15.590227" + sodipodi:cy="16.57217" + sodipodi:rx="14.345175" + sodipodi:ry="14.345175" + d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1 1.2450523,16.57217 A 14.345175 14.345175 0 1 1 29.935402 16.57217 z" + transform="matrix(0.418007,0,0,0.418014,9.979183,9.569085)" /> + <path + style="opacity:0.6;color:#000000;fill:url(#linearGradient2343);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2345);stroke-width:0.99999946px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 21.5,16.493913 C 21.5,19.255693 19.259185,21.497138 16.498179,21.497138 C 13.737175,21.497138 11.496359,19.255693 11.496359,16.493913 C 11.496359,13.732133 13.737175,11.490689 16.498179,11.490689 C 19.259185,11.490689 21.5,13.732133 21.5,16.493913 z " + id="path2327" /> + <path + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 20.496182,16.458239 C 20.496182,17.703608 20.024622,17.483447 16.462297,17.483447 C 12.933743,17.483447 12.495999,17.683305 12.495999,16.513032 C 12.495999,15.324498 13.508591,15.534349 16.49609,15.534349 C 19.461295,15.534349 20.496182,15.194605 20.496182,16.458239 z " + id="path2329" + sodipodi:nodetypes="czzzz" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/msn.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,351 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="msn.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/msn/todo/msn_online.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2851"> + <stop + style="stop-color:#73d216;stop-opacity:1;" + offset="0" + id="stop2853" /> + <stop + style="stop-color:#5ca911;stop-opacity:1;" + offset="1" + id="stop2855" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2851" + id="linearGradient2857" + x1="6.878005" + y1="11.789385" + x2="12.233074" + y2="27.77807" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3149"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3151" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3149" + id="linearGradient2269" + gradientUnits="userSpaceOnUse" + x1="17.890068" + y1="8.0617304" + x2="17.890068" + y2="40.032413" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2345" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.370788,0,0,0.370892,10.56557,10.55964)" + x1="15.535398" + y1="1.8014067" + x2="15.535398" + y2="48.674999" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2186"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2188" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2190" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2186" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.525701,0,0,0.525844,10.18726,10.18624)" + x1="11.226587" + y1="-5.4832759" + x2="11.226587" + y2="17.697369" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2260"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop2262" /> + <stop + style="stop-color:#555753;stop-opacity:0" + offset="1" + id="stop2264" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2260" + id="radialGradient2266" + cx="11.756953" + cy="17.588654" + fx="11.756953" + fy="17.588654" + r="6.3436799" + gradientTransform="matrix(1.147277,-7.982062e-16,2.037973e-16,0.71896,-1.731525,4.943114)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient1357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.371983,0,0,0.372254,10.53035,9.522329)" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.300504,0,0,0.300499,11.2109,10.23233)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2228"> + <stop + style="stop-color:#f56600;stop-opacity:1;" + offset="0" + id="stop2230" /> + <stop + style="stop-color:#f56600;stop-opacity:0;" + offset="1" + id="stop2232" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2219"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2221" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2223" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2219" + id="linearGradient2251" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747158,0,0,0.74873,0.374035,0.608489)" + x1="9.9973583" + y1="14.918511" + x2="14.069712" + y2="18.218639" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2228" + id="linearGradient1330" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.782765,0,0,0.747651,1.035995,0.614065)" + x1="20.998175" + y1="11.741063" + x2="17.999571" + y2="18.866741" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient1691" + gradientUnits="userSpaceOnUse" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="24.82492" + inkscape:cy="10.486753" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.4;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.044119,0,0,0.346338,-18.44114,13.41659)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.436518,9.9127618 C 21.037357,10.673309 21.362289,19.501337 18.407881,19.501337 C 15.489266,19.501337 8.9905421,7.150538 18.436518,9.9127618 z " + id="rect2194" + sodipodi:nodetypes="czs" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96520001" + inkscape:original="M 15.59375 9.53125 C 10.549483 10.044796 15.852462 19.5 18.40625 19.5 C 21.360658 19.5 21.038339 10.666797 18.4375 9.90625 C 17.256753 9.560972 16.31436 9.4578863 15.59375 9.53125 z " + xlink:href="#rect2194" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + id="path2259" + inkscape:href="#rect2194" + d="M 16,10.75 C 15.512126,10.798024 15.253534,10.920051 15.09375,11.0625 C 14.933966,11.204949 14.83864,11.380838 14.78125,11.6875 C 14.66647,12.300825 14.844054,13.385232 15.3125,14.46875 C 15.780946,15.552268 16.512913,16.653582 17.21875,17.4375 C 17.924587,18.221418 18.67699,18.5625 18.75,18.5625 C 18.89196,18.5625 18.968845,18.54667 19.09375,18.4375 C 19.218655,18.32833 19.365593,18.098064 19.5,17.78125 C 19.768815,17.147621 19.923112,16.154119 19.90625,15.125 C 19.889388,14.095881 19.705611,13.023656 19.40625,12.25 C 19.106889,11.476344 18.724904,11.117253 18.53125,11.0625 C 17.425208,10.749781 16.582845,10.692627 16,10.75 z " /> + <path + style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.316085,20.509475 C 10.851196,20.509475 4.3258741,14.508937 9.3204332,11.066555 C 14.310647,7.6271659 15.818731,20.509475 13.316085,20.509475 z " + id="rect2201" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.99506,11.498797 C 10.735658,11.486846 10.370038,11.588319 9.8835883,11.932121 C 8.8737,12.645867 8.5374239,13.351301 8.4999186,14.121547 C 8.4624133,14.891791 8.7901654,15.780902 9.3391937,16.607457 C 9.8882225,17.43401 10.661309,18.195719 11.403357,18.728462 C 12.145404,19.261206 12.809412,19.500227 13.070994,19.500227 C 13.222335,19.500227 13.331682,19.0625 13.39947,18.682848 C 13.535046,17.923542 13.548476,16.808781 13.376787,15.695196 C 13.205098,14.58161 12.846108,13.444035 12.401414,12.661929 C 11.95672,11.879824 11.481565,11.52121 10.99506,11.498797 z " + id="path2254" + sodipodi:nodetypes="cssssssssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99454969" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2245" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.995087,3.678281 17.104383,5.3426949 15.71875,7.0625 C 14.498278,8.5773128 13.796939,9.7027104 13.59375,10.03125 L 15.0625,13.375 C 17.799931,13.187054 19.57299,12.186552 19.84375,12 C 19.951969,11.755173 20.691026,10.13991 21.15625,8.125 C 21.405718,7.0445423 21.52736,5.9263632 21.4375,5.09375 C 21.34764,4.2611368 21.117806,3.8050199 20.65625,3.5625 C 20.487599,3.4738843 20.316754,3.4438049 20,3.5 z " /> + <path + style="opacity:1;fill:url(#linearGradient2251);fill-opacity:1;stroke:#204a87;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.7306799,5.8222291 C 3.0741729,3.5659039 16.882213,13.11203 11.087148,14.375153 C 5.2996209,15.636634 0.40087698,8.0555627 1.7306799,5.8222291 z " + id="rect2197" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.7390794,8.1722341 C 3.0496879,9.0060223 3.6590736,9.9821112 4.4574474,10.857929 C 6.0541952,12.609562 8.35926,13.89948 10.765977,13.389526 C 11.255672,13.285765 11.400406,13.151715 11.448617,13.081331 C 11.496824,13.010949 11.537361,12.912219 11.448617,12.641053 C 11.271127,12.098721 10.521911,11.132591 9.4713148,10.219525 C 8.4207206,9.3064602 7.0856043,8.3957283 5.8462653,7.7099423 C 4.6069262,7.0241566 3.3045923,6.5498939 2.7239802,6.4956482 C 2.4148401,6.4667656 2.428471,7.3384455 2.7390794,8.1722341 z " + id="path2249" + sodipodi:nodetypes="cssssssss" /> + <path + style="opacity:1;fill:url(#linearGradient1330);fill-opacity:1;stroke:#ce5d00;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.478485,9.9508709 C 12.478485,9.9508709 17.866649,0.9861607 21.122294,2.6968071 C 24.404423,4.4213689 20.644961,12.673483 20.644961,12.673483 C 20.644961,12.673483 18.181394,14.512366 14.476578,14.512366 L 12.478485,9.9508709 z " + id="rect1317" + sodipodi:nodetypes="czccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99298751" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + id="path1328" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.994143,3.6784485 17.104459,5.3425998 15.71875,7.0625 C 14.49821,8.5773965 13.796948,9.7026949 13.59375,10.03125 L 15.0625,13.375 C 17.800353,13.18702 19.57294,12.186586 19.84375,12 C 19.951976,11.755161 20.690984,10.140091 21.15625,8.125 C 21.40574,7.0444453 21.527392,5.9266549 21.4375,5.09375 C 21.347608,4.2608451 21.11837,3.8053161 20.65625,3.5625 C 20.487225,3.4736876 20.316977,3.4437653 20,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#75507b;fill-opacity:1;stroke:#5c3566;stroke-width:1.35211551;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2192" + sodipodi:cx="13.4375" + sodipodi:cy="15.825892" + sodipodi:rx="0.8035714" + sodipodi:ry="5.1116071" + d="M 14.241071 15.825892 A 0.8035714 5.1116071 0 1 1 12.633929,15.825892 A 0.8035714 5.1116071 0 1 1 14.241071 15.825892 z" + transform="matrix(0.603448,-0.487879,0.280285,0.679821,0.46572,8.794406)" /> + <image + id="image2210" + height="8" + width="8" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-16" + y="14" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/msn_online.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,371 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="msn_online.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/protocols/msn2.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2851"> + <stop + style="stop-color:#73d216;stop-opacity:1;" + offset="0" + id="stop2853" /> + <stop + style="stop-color:#5ca911;stop-opacity:1;" + offset="1" + id="stop2855" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2851" + id="linearGradient2857" + x1="6.878005" + y1="11.789385" + x2="12.233074" + y2="27.77807" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3149"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3151" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3149" + id="linearGradient2269" + gradientUnits="userSpaceOnUse" + x1="17.890068" + y1="8.0617304" + x2="17.890068" + y2="40.032413" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2345" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.370788,0,0,0.370892,10.56557,10.55964)" + x1="15.535398" + y1="1.8014067" + x2="15.535398" + y2="48.674999" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2186"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2188" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2190" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2186" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.525701,0,0,0.525844,10.18726,10.18624)" + x1="11.226587" + y1="-5.4832759" + x2="11.226587" + y2="17.697369" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2260"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop2262" /> + <stop + style="stop-color:#555753;stop-opacity:0" + offset="1" + id="stop2264" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2260" + id="radialGradient2266" + cx="11.756953" + cy="17.588654" + fx="11.756953" + fy="17.588654" + r="6.3436799" + gradientTransform="matrix(1.147277,-7.982062e-16,2.037973e-16,0.71896,-1.731525,4.943114)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient1357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.371983,0,0,0.372254,10.53035,9.522329)" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="15.602553" + y1="1.5657365" + x2="15.522223" + y2="33.483475" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.300504,0,0,0.300499,11.2109,10.23233)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2228"> + <stop + style="stop-color:#f56600;stop-opacity:1;" + offset="0" + id="stop2230" /> + <stop + style="stop-color:#f56600;stop-opacity:0;" + offset="1" + id="stop2232" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2219"> + <stop + style="stop-color:#3465a4;stop-opacity:1;" + offset="0" + id="stop2221" /> + <stop + style="stop-color:#3465a4;stop-opacity:0;" + offset="1" + id="stop2223" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2219" + id="linearGradient2251" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747158,0,0,0.74873,0.374035,0.608489)" + x1="9.9973583" + y1="14.918511" + x2="14.069712" + y2="18.218639" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2228" + id="linearGradient1330" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.782765,0,0,0.747651,1.035995,0.614065)" + x1="20.998175" + y1="11.741063" + x2="17.999571" + y2="18.866741" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient1691" + gradientUnits="userSpaceOnUse" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="24.82492" + inkscape:cy="10.486753" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.4;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.044119,0,0,0.346338,-18.44114,13.41659)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.436518,9.9127618 C 21.037357,10.673309 21.362289,19.501337 18.407881,19.501337 C 15.489266,19.501337 8.9905421,7.150538 18.436518,9.9127618 z " + id="rect2194" + sodipodi:nodetypes="czs" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.96520001" + inkscape:original="M 15.59375 9.53125 C 10.549483 10.044796 15.852462 19.5 18.40625 19.5 C 21.360658 19.5 21.038339 10.666797 18.4375 9.90625 C 17.256753 9.560972 16.31436 9.4578863 15.59375 9.53125 z " + xlink:href="#rect2194" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + id="path2259" + inkscape:href="#rect2194" + d="M 16,10.75 C 15.512126,10.798024 15.253534,10.920051 15.09375,11.0625 C 14.933966,11.204949 14.83864,11.380838 14.78125,11.6875 C 14.66647,12.300825 14.844054,13.385232 15.3125,14.46875 C 15.780946,15.552268 16.512913,16.653582 17.21875,17.4375 C 17.924587,18.221418 18.67699,18.5625 18.75,18.5625 C 18.89196,18.5625 18.968845,18.54667 19.09375,18.4375 C 19.218655,18.32833 19.365593,18.098064 19.5,17.78125 C 19.768815,17.147621 19.923112,16.154119 19.90625,15.125 C 19.889388,14.095881 19.705611,13.023656 19.40625,12.25 C 19.106889,11.476344 18.724904,11.117253 18.53125,11.0625 C 17.425208,10.749781 16.582845,10.692627 16,10.75 z " /> + <path + style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.316085,20.509475 C 10.851196,20.509475 4.3258741,14.508937 9.3204332,11.066555 C 14.310647,7.6271659 15.818731,20.509475 13.316085,20.509475 z " + id="rect2201" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.99506,11.498797 C 10.735658,11.486846 10.370038,11.588319 9.8835883,11.932121 C 8.8737,12.645867 8.5374239,13.351301 8.4999186,14.121547 C 8.4624133,14.891791 8.7901654,15.780902 9.3391937,16.607457 C 9.8882225,17.43401 10.661309,18.195719 11.403357,18.728462 C 12.145404,19.261206 12.809412,19.500227 13.070994,19.500227 C 13.222335,19.500227 13.331682,19.0625 13.39947,18.682848 C 13.535046,17.923542 13.548476,16.808781 13.376787,15.695196 C 13.205098,14.58161 12.846108,13.444035 12.401414,12.661929 C 11.95672,11.879824 11.481565,11.52121 10.99506,11.498797 z " + id="path2254" + sodipodi:nodetypes="cssssssssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99454969" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2245" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.995087,3.678281 17.104383,5.3426949 15.71875,7.0625 C 14.498278,8.5773128 13.796939,9.7027104 13.59375,10.03125 L 15.0625,13.375 C 17.799931,13.187054 19.57299,12.186552 19.84375,12 C 19.951969,11.755173 20.691026,10.13991 21.15625,8.125 C 21.405718,7.0445423 21.52736,5.9263632 21.4375,5.09375 C 21.34764,4.2611368 21.117806,3.8050199 20.65625,3.5625 C 20.487599,3.4738843 20.316754,3.4438049 20,3.5 z " /> + <path + style="opacity:1;fill:url(#linearGradient2251);fill-opacity:1;stroke:#204a87;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.7306799,5.8222291 C 3.0741729,3.5659039 16.882213,13.11203 11.087148,14.375153 C 5.2996209,15.636634 0.40087698,8.0555627 1.7306799,5.8222291 z " + id="rect2197" + sodipodi:nodetypes="czz" /> + <path + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 2.7390794,8.1722341 C 3.0496879,9.0060223 3.6590736,9.9821112 4.4574474,10.857929 C 6.0541952,12.609562 8.35926,13.89948 10.765977,13.389526 C 11.255672,13.285765 11.400406,13.151715 11.448617,13.081331 C 11.496824,13.010949 11.537361,12.912219 11.448617,12.641053 C 11.271127,12.098721 10.521911,11.132591 9.4713148,10.219525 C 8.4207206,9.3064602 7.0856043,8.3957283 5.8462653,7.7099423 C 4.6069262,7.0241566 3.3045923,6.5498939 2.7239802,6.4956482 C 2.4148401,6.4667656 2.428471,7.3384455 2.7390794,8.1722341 z " + id="path2249" + sodipodi:nodetypes="cssssssss" /> + <path + style="opacity:1;fill:url(#linearGradient1330);fill-opacity:1;stroke:#ce5d00;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.478485,9.9508709 C 12.478485,9.9508709 17.866649,0.9861607 21.122294,2.6968071 C 24.404423,4.4213689 20.644961,12.673483 20.644961,12.673483 C 20.644961,12.673483 18.181394,14.512366 14.476578,14.512366 L 12.478485,9.9508709 z " + id="rect1317" + sodipodi:nodetypes="czccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99298751" + inkscape:original="M 19.8125 2.53125 C 16.600144 3.1011521 12.46875 9.9375003 12.46875 9.9375 L 14.46875 14.5 C 18.173566 14.5 20.656251 12.6875 20.65625 12.6875 C 20.65625 12.6875 24.40713 4.4120618 21.125 2.6875 C 20.718044 2.4736692 20.271408 2.4498354 19.8125 2.53125 z " + xlink:href="#rect1317" + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + id="path1328" + inkscape:href="#rect1317" + d="M 20,3.5 C 18.994143,3.6784485 17.104459,5.3425998 15.71875,7.0625 C 14.49821,8.5773965 13.796948,9.7026949 13.59375,10.03125 L 15.0625,13.375 C 17.800353,13.18702 19.57294,12.186586 19.84375,12 C 19.951976,11.755161 20.690984,10.140091 21.15625,8.125 C 21.40574,7.0444453 21.527392,5.9266549 21.4375,5.09375 C 21.347608,4.2608451 21.11837,3.8053161 20.65625,3.5625 C 20.487225,3.4736876 20.316977,3.4437653 20,3.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#75507b;fill-opacity:1;stroke:#5c3566;stroke-width:1.35211551;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2192" + sodipodi:cx="13.4375" + sodipodi:cy="15.825892" + sodipodi:rx="0.8035714" + sodipodi:ry="5.1116071" + d="M 14.241071 15.825892 A 0.8035714 5.1116071 0 1 1 12.633929,15.825892 A 0.8035714 5.1116071 0 1 1 14.241071 15.825892 z" + transform="matrix(0.603448,-0.487879,0.280285,0.679821,0.46572,8.794406)" /> + <image + id="image2210" + height="8" + width="8" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-16" + y="14" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient2857);fill-opacity:1;fill-rule:evenodd;stroke:#418203;stroke-width:2.31977415;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1460" + sodipodi:cx="17.890068" + sodipodi:cy="17.572527" + sodipodi:rx="13.932817" + sodipodi:ry="13.932817" + d="M 31.822886 17.572527 A 13.932817 13.932817 0 1 1 3.9572506,17.572527 A 13.932817 13.932817 0 1 1 31.822886 17.572527 z" + transform="matrix(0.431281,0,0,0.430872,8.790887,8.928459)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#linearGradient2269);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.77727246;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3145" + sodipodi:cx="17.890068" + sodipodi:cy="17.572527" + sodipodi:rx="13.932817" + sodipodi:ry="13.932817" + d="M 31.822886 17.572527 A 13.932817 13.932817 0 1 1 3.9572506,17.572527 A 13.932817 13.932817 0 1 1 31.822886 17.572527 z" + transform="matrix(0.360072,0,0,0.360059,10.05444,10.16875)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/musical-note.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="musical-note.svg"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1351" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="18.848252" + inkscape:cy="12.879344" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#3465a4" + inkscape:window-width="1137" + inkscape:window-height="880" + inkscape:window-x="12" + inkscape:window-y="42" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient1351);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.730649,0,0,1.478324,-6.102155,3.040217)" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.496648,1.6387536 L 7.4780197,3.5312501 L 7.4780197,6.5312501 L 7.4780197,7.6250001 L 7.4780197,14.84375 C 6.8929442,14.629418 6.1981274,14.5 5.4751537,14.5 C 3.9603516,14.5 2.6463278,15.051363 1.9701381,15.84375 C 1.6769592,16.197465 1.5007164,16.603716 1.5007164,17.03125 C 1.5007164,17.294348 1.5718017,17.573755 1.6884851,17.8125 C 2.2084305,18.831687 3.7021467,19.593751 5.4751537,19.59375 C 7.0415968,19.59375 8.4206414,18.993226 9.0740536,18.15625 C 9.1511621,18.054387 9.237589,17.921345 9.2931171,17.8125 C 9.4098005,17.573755 9.4808857,17.294348 9.4808858,17.03125 C 9.4808858,16.992881 9.4835514,16.943053 9.4808858,16.90625 L 9.4808858,7.4687501 L 18.493782,6.8437501 L 18.493782,12.84375 C 17.908707,12.629418 17.21389,12.5 16.490916,12.5 C 14.976114,12.5 13.66209,13.051363 12.985901,13.84375 C 12.692722,14.197465 12.516479,14.603716 12.516479,15.03125 C 12.516479,15.294348 12.587565,15.573755 12.704248,15.8125 C 13.224193,16.831687 14.717909,17.593751 16.490916,17.59375 C 18.05736,17.59375 19.436404,16.993226 20.089816,16.15625 C 20.166924,16.054387 20.253351,15.921345 20.30888,15.8125 C 20.425562,15.573755 20.496648,15.294348 20.496648,15.03125 C 20.496648,15.020288 20.496866,15.01093 20.496648,15 C 20.49556,14.945351 20.503079,14.897519 20.496648,14.84375 L 20.496648,6.6875001 L 20.496648,5.5625001 L 20.496648,1.6387536 z " + id="rect1307" + sodipodi:nodetypes="cccccssssssssscccssssssssscccc" /> + <path + style="opacity:0.25;fill:#204a87;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.5,2.7803505 L 8.5,4.46875 L 8.5,6.53125 C 8.5,6.53125 8.9439604,6.4975922 9.4375,6.46875 L 18.4375,5.84375 L 19.5,5.7519036 L 19.5,2.7803505 z " + id="path2249" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.25;fill:#204a87;fill-opacity:1;stroke:#ffffff;stroke-width:0.72941452;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2265" + sodipodi:cx="-7.0346861" + sodipodi:cy="14.100674" + sodipodi:rx="2.6833339" + sodipodi:ry="0.90653169" + d="M -4.3513522 14.100674 A 2.6833339 0.90653169 0 1 1 -9.71802,14.100674 A 2.6833339 0.90653169 0 1 1 -4.3513522 14.100674 z" + transform="matrix(1.115071,0,0,1.685578,13.34417,-6.739755)" /> + <path + sodipodi:type="arc" + style="opacity:0.25;fill:#204a87;fill-opacity:1;stroke:#ffffff;stroke-width:0.72941452;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2267" + sodipodi:cx="-7.0346861" + sodipodi:cy="14.100674" + sodipodi:rx="2.6833339" + sodipodi:ry="0.90653169" + d="M -4.3513522 14.100674 A 2.6833339 0.90653169 0 1 1 -9.71802,14.100674 A 2.6833339 0.90653169 0 1 1 -4.3513522 14.100674 z" + transform="matrix(1.115071,0,0,1.685578,24.35207,-8.739755)" /> + <path + style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.0208266,7.0416533 L 9,7 L 9,17.017353 C 9,17.017353 9.0413315,16.184288 8,15.559489 L 8.0208266,7.0416533 z " + id="rect2271" + sodipodi:nodetypes="ccccc" /> + <path + style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.020603,6.3123995 L 19.999776,6.2082663 L 19.999776,14.976022 C 19.999776,14.976022 20.041108,14.184609 18.999777,13.559811 L 19.020603,6.3123995 z " + id="path2274" + sodipodi:nodetypes="ccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/neutral.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="neutral.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/wilt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="19.098502" + inkscape:cy="11.937432" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.125 9 C 9.040684 9.2931553 8.9999999 9.63775 9 10 C 9 10.87975 9.2926031 11.638808 9.6875 11.90625 C 9.7188067 11.925738 9.7799609 11.955422 9.8125 11.96875 C 9.8453209 11.980486 9.9036566 11.994844 9.9375 12 C 9.9545364 12.001729 9.98275 12 10 12 C 10.01725 12 10.045464 12.001729 10.0625 12 C 10.096343 11.994844 10.154679 11.980486 10.1875 11.96875 C 10.220039 11.955422 10.281193 11.925738 10.3125 11.90625 C 10.707397 11.638808 11 10.87975 11 10 C 11 9.63775 10.959316 9.2931553 10.875 9 L 9.125 9 z " + id="path2191" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.125 9 C 13.040684 9.2931553 13 9.63775 13 10 C 13 10.87975 13.292603 11.638808 13.6875 11.90625 C 13.718807 11.925738 13.779961 11.955422 13.8125 11.96875 C 13.845321 11.980486 13.903657 11.994844 13.9375 12 C 13.954536 12.001729 13.98275 12 14 12 C 14.01725 12 14.045464 12.001729 14.0625 12 C 14.096343 11.994844 14.154679 11.980486 14.1875 11.96875 C 14.220039 11.955422 14.281193 11.925738 14.3125 11.90625 C 14.707397 11.638808 15 10.87975 15 10 C 15 9.63775 14.959316 9.2931553 14.875 9 L 13.125 9 z " + id="path2193" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="10" + height="1" + x="7" + y="15" + ry="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/party.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="face-party.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-party.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3254"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop3256" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop3258" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3260" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient8079" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.436893,2.244298e-16,6.519808)" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="16.884031" + inkscape:cy="14.362201" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ad7fa8" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="false" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.5038318,1.5040621 L 9.500202,2.4835529 C 9.500202,2.4835529 7.4473048,8.0802362 2.3584488,9.4907028 L 1.5038318,1.5040621 z " + id="rect1334" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0032781" + inkscape:original="M 1.5 1.5 L 2.34375 9.5 C 7.432606 8.0895334 9.4999998 2.46875 9.5 2.46875 L 1.5 1.5 z " + xlink:href="#rect1334" + style="fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;opacity:0.5" + id="path8081" + inkscape:href="#rect1334" + d="M 2.625,2.65625 L 3.1875,7.9375 C 5.9756152,6.60908 7.3106626,4.5091608 7.90625,3.28125 L 2.625,2.65625 z " /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,9.000258 C 14.679329,9.007089 14.745122,9.030186 14.781988,9.041921 C 14.83072,9.05969 14.922307,9.099265 14.969194,9.125247 C 15.56061,9.481805 15.998827,10.493797 15.998827,11.666696 C 15.998827,11.781686 16.006772,11.888833 15.998827,12 C 15.897529,11.184362 15.385047,10.540062 14.781988,10.37514 C 14.732834,10.363406 14.645467,10.338632 14.594782,10.333477 C 14.569268,10.331748 14.527013,10.333477 14.501179,10.333477 C 14.475344,10.333477 14.43309,10.331748 14.407576,10.333477 C 14.356891,10.338632 14.269524,10.363406 14.22037,10.37514 C 13.617311,10.540062 13.104829,11.184362 13.003531,12 C 12.995586,11.888833 13.003531,11.781686 13.003531,11.666696 C 13.003531,10.493797 13.441747,9.481805 14.033164,9.125247 C 14.080051,9.099265 14.171638,9.05969 14.22037,9.041921 C 14.269524,9.026274 14.356891,9.007131 14.407576,9.000258 C 14.43309,8.997952 14.475344,9.000258 14.501179,9.000258 C 14.527013,9.000258 14.569268,8.997952 14.594782,9.000258 C 14.607453,9.001976 14.629002,8.99798 14.641583,9.000258 z " + id="path2775" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.6392249,9.0010249 C 9.6769709,9.0078559 9.7427639,9.0309529 9.7796299,9.0426879 C 9.8283619,9.0604569 9.9199489,9.1000319 9.9668359,9.1260139 C 10.558252,9.4825719 10.996469,10.494564 10.996469,11.667462 C 10.996469,11.782452 11.004414,11.889599 10.996469,12.000766 C 10.895171,11.185128 10.382689,10.540828 9.7796299,10.375907 C 9.7304759,10.364173 9.6431089,10.339399 9.5924239,10.334244 C 9.5669099,10.332515 9.5246549,10.334244 9.4988209,10.334244 C 9.4729859,10.334244 9.4307319,10.332515 9.4052179,10.334244 C 9.3545329,10.339399 9.2671659,10.364173 9.2180119,10.375907 C 8.6149529,10.540828 8.1024709,11.185128 8.0011729,12.000766 C 7.9932279,11.889599 8.0011729,11.782452 8.0011729,11.667462 C 8.0011729,10.494564 8.4393889,9.4825719 9.0308059,9.1260139 C 9.0776929,9.1000319 9.1692799,9.0604569 9.2180119,9.0426879 C 9.2671659,9.0270409 9.3545329,9.0078979 9.4052179,9.0010249 C 9.4307319,8.9987189 9.4729859,9.0010249 9.4988209,9.0010249 C 9.5246549,9.0010249 9.5669099,8.9987189 9.5924239,9.0010249 C 9.6050949,9.0027429 9.6266439,8.9987469 9.6392249,9.0010249 z " + id="path2777" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,13.527087 C 17.502944,15.892107 15.140024,17.503252 12.067027,17.503252 C 8.9940272,17.503252 6.5000001,15.891125 6.5000001,13.496751 C 8.8954736,13.496751 14.896167,13.527087 17.502944,13.527087 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,14 L 17,14 L 16.615267,15 L 7.4479109,15 L 7.0137405,14 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.4015265,16 L 15.615267,16 C 15.615267,16 14.704206,16.587786 14.250771,16.656489 C 14.250771,16.656489 13.614227,17 12.116518,17 C 10.756145,17.002082 9.2677613,16.532825 9.2677613,16.532825 L 8.4015265,16 z " + id="path2207" + sodipodi:nodetypes="cccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3260);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3240" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,3.980563,-20.60278)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient8079);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path8077" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,-6.019437,-20.60278)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/peace.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="peace.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/peace.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2411"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2413" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2415" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient2411" + id="linearGradient6287" + x1="12.372425" + y1="-3.3435202" + x2="12.372425" + y2="19.17733" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="19.57416" + inkscape:cy="14.348641" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="opacity:1;fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.125,2.5 C 7.0037374,2.7975382 3.3865102,6.1284581 2.6716487,10.184881 C 1.9453139,13.724405 3.4646719,17.585713 6.409321,19.679569 C 9.4981122,21.997419 14.01784,22.105633 17.214887,19.940151 C 20.278661,17.974576 21.987723,14.147253 21.390458,10.554022 C 20.852001,6.7144817 17.720044,3.425067 13.913614,2.6931444 C 12.997332,2.4928408 12.058156,2.4875659 11.125,2.5 z M 10.5,4.625 C 10.494048,6.6785714 10.488096,8.7321428 10.482143,10.785714 C 8.7619052,12.327381 7.041667,13.869047 5.3214288,15.410714 C 4.3331829,13.932775 4.3778155,12.030071 4.6820336,10.348809 C 5.2914181,7.5161389 7.651604,5.1792353 10.5,4.625 z M 13.5,4.65625 C 16.840712,5.285378 19.483069,8.4253733 19.498114,11.830645 C 19.51811,13.101016 19.605438,14.499508 18.767857,15.558036 C 17.011905,13.988095 15.255952,12.418155 13.5,10.848214 C 13.5,8.7842261 13.5,6.720238 13.5,4.65625 z M 10.5,14.1875 C 10.5,15.90625 10.5,17.625 10.5,19.34375 C 9.1571379,19.07187 7.9049998,18.403116 6.90625,17.46875 C 8.1041667,16.375 9.3020833,15.28125 10.5,14.1875 z M 13.522321,14.290179 C 14.63988,15.42262 15.75744,16.55506 16.875,17.6875 C 15.912926,18.511173 14.741635,19.090603 13.5,19.34375 C 13.50744,17.659226 13.51488,15.974703 13.522321,14.290179 z " + id="path1536" /> + <path + style="opacity:1;fill:url(#linearGradient6287);fill-opacity:1.0;stroke:#ce5c00;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.125,2.5 C 7.0037374,2.7975382 3.3865102,6.1284581 2.6716487,10.184881 C 1.9453139,13.724405 3.4646719,17.585713 6.409321,19.679569 C 9.4981122,21.997419 14.01784,22.105633 17.214887,19.940151 C 20.278661,17.974576 21.987723,14.147253 21.390458,10.554022 C 20.852001,6.7144817 17.720044,3.425067 13.913614,2.6931444 C 12.997332,2.4928408 12.058156,2.4875659 11.125,2.5 z M 10.5,4.625 C 10.494048,6.6785714 10.488096,8.7321428 10.482143,10.785714 C 8.7619052,12.327381 7.2954959,13.905308 5.5752577,15.446975 C 4.5870118,13.969036 4.3778155,12.030071 4.6820336,10.348809 C 5.2914181,7.5161389 8.5164186,4.625 10.5,4.625 z M 13.5,4.65625 C 15.644712,4.65625 19.483069,8.4253733 19.498114,11.830645 C 19.51811,13.101016 19.351609,14.499508 18.514028,15.558036 C 16.758076,13.988095 15.255952,12.418155 13.5,10.848214 C 13.5,8.7842261 13.5,6.720238 13.5,4.65625 z M 10.5,14.1875 C 10.5,15.90625 10.5,17.625 10.5,19.34375 C 9.1571379,19.07187 7.9049998,18.403116 6.90625,17.46875 C 8.1041667,16.375 9.3020833,15.28125 10.5,14.1875 z M 13.522321,14.290179 C 14.63988,15.42262 16.011269,16.337492 17.128829,17.469932 C 16.166755,18.293605 14.741635,19.090603 13.5,19.34375 C 13.50744,17.659226 13.51488,15.974703 13.522321,14.290179 z " + id="path1307" + sodipodi:nodetypes="ccccccccccccccccccccccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/phone.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="telephone.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/telephone.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <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" + id="linearGradient3560"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3562" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3564" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3535"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3537" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3539" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3523"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop3525" /> + <stop + style="stop-color:#555753;stop-opacity:0;" + offset="1" + id="stop3527" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3523" + id="linearGradient3529" + x1="2.5996325" + y1="16.375282" + x2="2.5996325" + y2="7.3670158" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3535" + id="linearGradient3541" + x1="22.492199" + y1="-0.17387013" + x2="11.355438" + y2="19.115566" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3560" + id="linearGradient3566" + x1="10.232185" + y1="-0.2944169" + x2="10.232185" + y2="15.519858" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.449675" + inkscape:cx="22.457906" + inkscape:cy="16.447045" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.730649,0,0,1.478324,-7.102155,5.040217)" /> + <path + style="font-size:246.43353271px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#edd400;fill-opacity:1;stroke:none;stroke-width:1.00000036px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" + d="M 5.6581494,17.913435 C 4.6417984,20.963134 8.7686739,22.432078 11.014539,20.866877 C 13.393809,19.839993 18.878597,10.179952 19.46428,7.0864557 C 19.844543,4.6747352 17.533723,0.49909186 14.202935,3.6042178 C 12.951827,5.2865698 13.537383,7.5669443 14.653451,8.2755372 C 15.862449,9.042374 16.581178,9.1705211 13.991323,13.206949 C 11.707799,16.879801 11.997853,16.159391 9.9102198,15.716709 C 8.480273,15.150587 7.0123361,15.763512 5.6581494,17.913435 z " + id="path3533" + sodipodi:nodetypes="ccccsccc" /> + <path + style="font-size:246.43353271px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000036px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" + d="M 5.6581494,17.913435 C 4.6417984,20.963134 8.7686739,22.432078 11.014539,20.866877 C 13.393809,19.839993 18.878597,10.179952 19.46428,7.0864557 C 19.844543,4.6747352 17.533723,0.49909186 14.202935,3.6042178 C 12.951827,5.2865698 13.537383,7.5669443 14.653451,8.2755372 C 15.862449,9.042374 16.581178,9.1705211 13.991323,13.206949 C 11.707799,16.879801 11.997853,16.159391 9.9102198,15.716709 C 8.480273,15.150587 7.0123361,15.763512 5.6581494,17.913435 z " + id="text5002" + sodipodi:nodetypes="ccccsccc" /> + <path + style="opacity:1;fill:url(#linearGradient3529);fill-opacity:1.0;stroke:none;stroke-width:0.77247351;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.9221154,7.375 C 4.6246067,7.6346303 3.5128347,8.2531337 2.6899038,9.0625 C 1.5926628,10.141656 0.9375,11.597691 0.9375,13.1875 C 0.93749998,14.77731 1.5926628,16.233345 2.6899038,17.3125 C 3.529979,18.138729 4.6682867,18.750384 6,19 L 6,18.0625 C 5.2301688,17.844563 4.4983431,17.435067 3.8971154,16.84375 C 2.9699206,15.931838 2.0730757,14.633792 2.0730757,13.1875 C 2.0730758,11.741208 2.6680759,9.2052864 6,8.3125 L 6,7.375 C 5.9728221,7.3800942 5.9491468,7.369591 5.9221154,7.375 z " + id="path3513" + sodipodi:nodetypes="csssccssccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.95559531" + inkscape:original="M 16.46875 2.5 C 15.78966 2.5075086 15.020197 2.8174685 14.1875 3.59375 C 12.936392 5.276102 13.540182 7.5726571 14.65625 8.28125 C 15.865248 9.0480865 16.589855 9.1823221 14 13.21875 C 11.716476 16.891602 11.993883 16.161432 9.90625 15.71875 C 8.4763029 15.152628 7.0104367 15.756327 5.65625 17.90625 C 4.6398992 20.955949 8.7541349 22.440201 11 20.875 C 13.37927 19.848116 18.883067 10.187246 19.46875 7.09375 C 19.753948 5.2849595 18.50602 2.4774741 16.46875 2.5 z " + xlink:href="#text5002" + style="font-size:246.43353271px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:url(#linearGradient3566);fill-opacity:1.0;stroke:#ffffff;stroke-width:1.00000036px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" + id="path3531" + inkscape:href="#text5002" + d="M 16.46875,3.46875 C 16.096795,3.4728627 15.584124,3.652654 14.9375,4.21875 C 14.516828,4.8204128 14.372035,5.5264733 14.46875,6.15625 C 14.568774,6.807578 14.926759,7.3230456 15.15625,7.46875 C 15.432689,7.6440879 15.76876,7.7917838 16.09375,8.09375 C 16.41874,8.3957162 16.711226,8.9417266 16.71875,9.5 C 16.733799,10.616547 16.131902,11.693642 14.8125,13.75 C 13.664907,15.595805 13.259906,16.421148 12.28125,16.875 C 11.791922,17.101926 11.251927,17.059881 10.875,16.96875 C 10.498073,16.877619 10.184309,16.754972 9.71875,16.65625 C 9.6649302,16.640052 9.6126442,16.619137 9.5625,16.59375 C 9.0595314,16.394623 8.6793501,16.416067 8.1875,16.65625 C 7.7222342,16.883451 7.143055,17.43167 6.5625,18.3125 C 6.4249718,18.799361 6.4438931,19.144364 6.59375,19.4375 C 6.756086,19.755046 7.0622865,20.043916 7.5,20.25 C 8.375427,20.662168 9.6866302,20.638829 10.46875,20.09375 C 10.517729,20.057595 10.57005,20.026202 10.625,20 C 10.842369,19.906184 11.677264,19.176198 12.5,18.125 C 13.322736,17.073802 14.235996,15.720327 15.09375,14.28125 C 16.809258,11.403096 18.30636,8.094087 18.53125,6.90625 C 18.628605,6.2888048 18.422262,5.3294635 18,4.59375 C 17.577738,3.8580365 17.046352,3.4623635 16.46875,3.46875 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/pig.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="pig.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pig.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.464884" + inkscape:cy="12.462171" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + style="opacity:1;fill:#f8a0a0;fill-opacity:1;stroke:#ff3b3b;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 1.8393143,2.6270521 L 3.84375,7.125 C 2.9890436,8.5504761 2.5,10.218085 2.5,12 C 2.5,17.243336 6.7566635,21.5 12,21.5 C 17.243336,21.5 21.499999,17.243337 21.5,12 C 21.5,10.218085 21.01114,8.5506594 20.15625,7.125 L 22.160686,2.6659159 L 16.34375,3.53125 C 15.041615,2.8599284 13.564808,2.5 12,2.5 C 10.435192,2.5 8.9582347,2.8600786 7.65625,3.53125 L 1.8393143,2.6270521 z " + id="path1307" + sodipodi:nodetypes="ccssscccscc" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#f8a0a0;fill-opacity:1;stroke:#ff3b3b;stroke-width:3.02125144;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2795" + 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.441816,0,0,0.249193,6.81522,11.26311)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2803" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428086,0,0,0.68866,6.621622,7.950414)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2805" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428087,0,0,0.68866,9.621616,7.950412)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/pill.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="pill.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pill.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2409"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2411" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2413" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2401"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2403" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2405" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient2401" + id="linearGradient2407" + x1="9.6952791" + y1="14.995096" + x2="5.8181305" + y2="11.117948" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2409" + id="linearGradient2415" + x1="13.328653" + y1="3.8483853" + x2="18.080212" + y2="8.5999432" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="19.516943" + inkscape:cy="13.95546" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:guide-points="false" + inkscape:grid-points="false" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.504911,0,0,1.267135,-4.175771,4.748752)" /> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.461136,13.178728 L 9.8042799,7.521872 C 9.8042799,7.521872 4.913873,12.456473 4.67153,12.698816 C 3.1205338,14.249812 3.1208168,16.760765 4.67153,18.311478 C 6.222243,19.862191 8.7265616,19.855811 10.284192,18.311478 L 15.461136,13.178728 z " + id="path2393" + sodipodi:nodetypes="ccsssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0331793" + inkscape:original="M 9.8125 7.53125 C 9.8124996 7.53125 4.898593 12.445157 4.65625 12.6875 C 3.105254 14.238496 3.1055368 16.761787 4.65625 18.3125 C 6.2069632 19.863213 8.7236196 19.856833 10.28125 18.3125 L 15.46875 13.1875 L 9.8125 7.53125 z " + xlink:href="#path2393" + style="opacity:1;fill:url(#linearGradient2407);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2399" + inkscape:href="#path2393" + d="M 9.875,8.90625 C 8.8563208,9.9378973 5.6373329,13.143917 5.375,13.40625 C 4.2202316,14.561018 4.220498,16.439248 5.375,17.59375 C 6.5295021,18.748252 8.4066894,18.748379 9.5625,17.59375 L 14.0625,13.09375 L 9.875,8.90625 z " /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.4411219,7.8990001 L 15.097978,13.555856 C 15.097978,13.555856 19.094516,9.5151244 19.336859,9.2727811 C 20.887855,7.721785 20.887572,5.2108323 19.336859,3.6601192 C 17.786146,2.1094059 15.283216,2.1171868 13.724197,3.6601192 L 9.4411219,7.8990001 z " + id="path1505" + sodipodi:nodetypes="ccsssc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99940097" + inkscape:original="M 16.53125 2.5 C 15.516801 2.5009726 14.498259 2.8847838 13.71875 3.65625 L 9.4375 7.90625 L 15.09375 13.5625 C 15.09375 13.5625 19.101407 9.5235933 19.34375 9.28125 C 20.894746 7.7302536 20.894463 5.2069631 19.34375 3.65625 C 18.568394 2.8808933 17.545699 2.4990274 16.53125 2.5 z " + xlink:href="#path1505" + style="opacity:0.25;fill:url(#linearGradient2415);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2395" + inkscape:href="#path1505" + d="M 16.53125,3.5 C 15.768238,3.5007315 14.994182,3.7931338 14.40625,4.375 L 10.875,7.90625 L 15.09375,12.125 C 16.027517,11.183949 18.398238,8.7892625 18.625,8.5625 C 19.792723,7.3947771 19.792456,5.5424556 18.625,4.375 C 18.044334,3.7943339 17.294254,3.4992685 16.53125,3.5 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/pissed-off.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="pissed-off.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pissed-off.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="13.984605" + inkscape:cy="11.013859" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:guide-points="false" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.227795,8.7845774 C 10.227795,9.5861334 9.7045357,10.236672 9.0598059,10.236672 C 8.415076,10.236672 7.891817,9.5861334 7.891817,8.7845774 C 7.891817,7.9830213 7.8918174,7.7944754 7.8918174,7.3324831 C 9.3108209,7.8596275 10.227795,7.9830213 10.227795,8.7845774 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999821;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="9.0093803" + height="2.0219903" + x="7.4906206" + y="13.499999" + ry="1.4859641" + rx="1.4859624" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/pizza.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,194 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="pizza.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pizza.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2237"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2239" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2241" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3188"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3190" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3192" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3188" + id="radialGradient3194" + cx="12.671875" + cy="12.328125" + fx="12.671875" + fy="12.328125" + r="6.0156252" + gradientTransform="matrix(0.228213,-0.231426,0.505826,0.498804,3.544086,9.111411)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2237" + id="radialGradient2243" + cx="7.2491021" + cy="14.908771" + fx="7.2491021" + fy="14.908771" + r="8.511395" + gradientTransform="matrix(1.320307,0.775426,-0.910252,1.549884,12.72385,-14.30674)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="33.952051" + inkscape:cx="17.744627" + inkscape:cy="11.842796" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path4318" + style="opacity:0.5;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(1.15446,0,0,0.57723,-23.98086,6.027696)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2274" + sodipodi:cx="13.563871" + sodipodi:cy="1.8978127" + sodipodi:rx="1.0512642" + sodipodi:ry="1.3845918" + d="M 14.615136 1.8978127 A 1.0512642 1.3845918 0 1 1 12.512607,1.8978127 A 1.0512642 1.3845918 0 1 1 14.615136 1.8978127 z" + transform="matrix(0.854747,-0.2244,0.173892,0.635856,3.194215,15.49868)" /> + <path + style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.960326,3.7462973 C 6.4660121,7.4219404 2.6326842,12.917369 2.431059,18.45047 L 21.770899,18.5 C 17.336671,13.208237 14.446744,8.4288263 9.960326,3.7462973 z " + id="path2250" + sodipodi:nodetypes="cccc" /> + <path + style="opacity:1;fill:#ef2929;fill-opacity:0.69512191;stroke:none;stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.356149,7.1498415 C 10.379071,8.6609769 6.4175871,13.857951 6.4175871,18.000042 L 20.695114,18.011167 C 18.059724,14.434972 13.959757,9.0189859 12.356149,7.1498415 z " + id="path3201" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2199" + sodipodi:cx="10.191418" + sodipodi:cy="12.086089" + sodipodi:rx="1.7703401" + sodipodi:ry="2.0095754" + d="M 11.961758 12.086089 A 1.7703401 2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401 2.0095754 0 1 1 11.961758 12.086089 z" + transform="matrix(0.847293,0,0,0.746426,5.80238,7.47867)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2211" + sodipodi:cx="10.191418" + sodipodi:cy="12.086089" + sodipodi:rx="1.7703401" + sodipodi:ry="2.0095754" + d="M 11.961758 12.086089 A 1.7703401 2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401 2.0095754 0 1 1 11.961758 12.086089 z" + transform="matrix(0.847293,0,0,0.746426,4.802386,2.478672)" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#radialGradient2243);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.978017,5.261013 C 7.2597919,8.4004731 3.8395951,12.980459 3.5,17.500042 L 19.664843,17.473538 C 16.757583,13.677359 13.645883,9.258912 9.978017,5.261013 z " + id="path3160" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2215" + sodipodi:cx="10.191418" + sodipodi:cy="12.086089" + sodipodi:rx="1.7703401" + sodipodi:ry="2.0095754" + d="M 11.961758 12.086089 A 1.7703401 2.0095754 0 1 1 8.4210776,12.086089 A 1.7703401 2.0095754 0 1 1 11.961758 12.086089 z" + transform="matrix(0.847296,0,0,0.746427,1.802355,5.478657)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/plate.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,274 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2252" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="plate.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/plate.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2254"> + <linearGradient + inkscape:collect="always" + id="linearGradient2382"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2384" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2386" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2325"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2327" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2329" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2317"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop2319" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop2321" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2317" + id="radialGradient2323" + cx="-2.0208063" + cy="12.370473" + fx="-2.0208063" + fy="12.370473" + r="6.9260277" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.871653,0.871658,-0.883758,-0.883762,14.06392,10.08299)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2325" + id="radialGradient2331" + cx="-0.52484089" + cy="12.289873" + fx="-0.52484089" + fy="12.289873" + r="7.2722605" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.299122,-1.299152,1.150025,1.150045,-8.558972,0.580348)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2388" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" + gradientTransform="matrix(-1.591138,1.591138,-1.783257,-1.783257,67.84333,-2.898508)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2397" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.591138,1.591138,-1.783257,-1.783257,67.84333,-2.898508)" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2404" + 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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.591138,1.574803,-1.783257,-1.76495,67.87495,-2.823241)" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2414" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="30.009657" + inkscape:cx="13.367903" + inkscape:cy="11.885" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#eeeeec" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata2257"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.210023,0,0,1.485418,-3.965624,1.982823)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:0.92348367;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2358" + sodipodi:cx="4.8928571" + sodipodi:cy="6.3928571" + sodipodi:rx="6.4642859" + sodipodi:ry="6.4642859" + d="M 11.357143 6.3928571 A 6.4642859 6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859 6.4642859 0 1 1 11.357143 6.3928571 z" + transform="matrix(1.15501,0,0,1.155775,3.963147,3.706816)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2323);fill-opacity:1;stroke:#888a85;stroke-width:0.86198306;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2260" + sodipodi:cx="4.8928571" + sodipodi:cy="6.3928571" + sodipodi:rx="6.4642859" + sodipodi:ry="6.4642859" + d="M 11.357143 6.3928571 A 6.4642859 6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859 6.4642859 0 1 1 11.357143 6.3928571 z" + transform="matrix(1.160159,0,0,1.160074,3.325302,3.584705)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2331);fill-opacity:1;stroke:#babdb6;stroke-width:1.43870187;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2264" + sodipodi:cx="4.8928571" + sodipodi:cy="6.3928571" + sodipodi:rx="6.4642859" + sodipodi:ry="6.4642859" + d="M 11.357143 6.3928571 A 6.4642859 6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859 6.4642859 0 1 1 11.357143 6.3928571 z" + transform="matrix(0.695273,0,0,0.694869,5.59383,6.564738)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99538368;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2293" + sodipodi:cx="4.8928571" + sodipodi:cy="6.3928571" + sodipodi:rx="6.4642859" + sodipodi:ry="6.4642859" + d="M 11.357143 6.3928571 A 6.4642859 6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859 6.4642859 0 1 1 11.357143 6.3928571 z" + transform="matrix(1.004509,0,0,1.004769,4.085082,4.578952)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:1.86385059;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2297" + sodipodi:cx="4.8928571" + sodipodi:cy="6.3928571" + sodipodi:rx="6.4642859" + sodipodi:ry="6.4642859" + d="M 11.357143 6.3928571 A 6.4642859 6.4642859 0 1 1 -1.5714288,6.3928571 A 6.4642859 6.4642859 0 1 1 11.357143 6.3928571 z" + transform="matrix(0.536254,0,0,0.536792,6.36879,7.579415)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97552919" + inkscape:original="M 19.59375 4.53125 C 17.884069 4.5312499 17.53125 6.2754291 17.53125 6.53125 C 17.531249 8.3926091 17.733374 9.3978143 18.53125 10.1875 C 18.53125 10.935911 18.59375 14.168897 18.59375 15.84375 C 18.82475 16.697004 20.302343 16.826381 20.59375 15.75 C 20.59375 14.524268 20.53125 11.972917 20.53125 10.15625 C 21.381405 9.314821 21.53125 8.6904951 21.53125 6.65625 C 21.53125 6.5416832 21.323943 4.53125 19.59375 4.53125 z " + xlink:href="#rect2360" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2408" + inkscape:href="#rect2360" + d="M 20.5625,5.46875 C 20.039397,5.46875 19.896017,5.6627048 19.71875,5.9375 C 19.630117,6.0748976 19.569573,6.2471359 19.53125,6.375 C 19.492927,6.5028641 19.46875,6.6602806 19.46875,6.5 C 19.46875,7.3953685 19.541077,8.0533958 19.65625,8.5 C 19.771423,8.9466042 19.906378,9.190514 20.1875,9.46875 C 20.368235,9.6518669 20.469319,9.8989633 20.46875,10.15625 C 20.46875,10.815841 20.525638,13.778536 20.53125,15.53125 C 20.53575,15.528677 20.525613,15.499622 20.5625,15.5 C 20.59201,15.500302 20.588063,15.493339 20.59375,15.5 C 20.589237,14.254219 20.53125,11.892133 20.53125,10.125 C 20.530681,9.8677133 20.631765,9.6206169 20.8125,9.4375 C 21.172206,9.0814857 21.277742,8.9113505 21.375,8.5625 C 21.472258,8.2136495 21.53125,7.6181697 21.53125,6.625 C 21.525875,6.585829 21.516384,6.5408851 21.5,6.46875 C 21.467231,6.3244799 21.395496,6.1287749 21.3125,5.96875 C 21.146509,5.6487002 21.049751,5.46875 20.5625,5.46875 z " + transform="translate(-0.96875,3.125e-2)" /> + <path + style="opacity:1;fill:url(#radialGradient2410);fill-opacity:1;stroke:#989994;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.522222,6.5383983 C 17.522222,8.3997574 17.740582,9.3935433 18.538458,10.183229 C 18.538458,10.93164 18.582129,14.181486 18.582129,15.856339 C 18.813129,16.709593 20.289516,16.835239 20.580923,15.758858 C 20.580923,14.533126 20.529548,11.969228 20.529548,10.152561 C 21.379704,9.3111322 21.53125,8.6779033 21.53125,6.6436582 C 21.53125,6.5290914 21.322808,4.5209831 19.592615,4.5209831 C 17.882934,4.5209831 17.522222,6.2825774 17.522222,6.5383983 z " + id="rect2360" + sodipodi:nodetypes="cccccczc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/poop.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + 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-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2434"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2436" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2438" /> + </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;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient2408" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="6.1292181" + cy="16.357243" + fx="3.8323154" + fy="18.618282" + r="9.975256" /> + <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" + id="linearGradient2440" + x1="12.851224" + y1="10.634919" + x2="12.851224" + y2="12.331053" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="20.450723" + inkscape:cy="17.682031" + 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" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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" /> + <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 " /> + <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 " + 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 " /> + <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 " + 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" + 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 " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/pray.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,216 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="pray.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/pray.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="19.571016" + inkscape:cy="13.006265" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.032991,2.243239,-2.574388)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.03299,6.243238,-2.574383)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2795" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.712345,0,0,1.032991,-3.513513,1.425611)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,7.976388,1.248987)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,6.773368,2.342557)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3672" + 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.250486,0,0,0.25031,21.95516,1.255945)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3674" + 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.149308,0,0,0.149316,20.75214,2.349525)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/present.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,428 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="present.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/present.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2270"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2272" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2274" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2250"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2252" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2254" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3185"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3187" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3189" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.244916" + y1="11.008631" + x2="12.244916" + y2="13.28764" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3185" + id="linearGradient3191" + x1="12.896705" + y1="3.4346247" + x2="12.896705" + y2="6.5029979" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2258" + x1="12.818529" + y1="10" + x2="12.818529" + y2="15.869112" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,0.999999)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2262" + gradientUnits="userSpaceOnUse" + x1="12.818529" + y1="10" + x2="12.818529" + y2="15.869112" + gradientTransform="matrix(0.276906,0,0,0.375,8.738786,2.25)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2270" + id="linearGradient2276" + x1="12.752538" + y1="4.2097211" + x2="12.752538" + y2="9.4385605" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2281" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,0.999999)" + x1="12.818529" + y1="9.5264912" + x2="12.818529" + y2="14.417425" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2286" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.888889,0,2.999999)" + x1="12.818529" + y1="9.5264912" + x2="12.818529" + y2="14.417425" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2270" + id="linearGradient2288" + gradientUnits="userSpaceOnUse" + x1="12.752538" + y1="4.2097211" + x2="12.752538" + y2="9.4385605" + gradientTransform="matrix(1,0,0,1.2,0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2294" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.888889,0,1.999999)" + x1="12.818529" + y1="9.5264912" + x2="12.818529" + y2="14.417425" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2302" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,0.999999)" + x1="12.818529" + y1="9.2578955" + x2="12.818529" + y2="14.373062" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2270" + id="linearGradient2304" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.2,0,-1)" + x1="12.752538" + y1="5.4465666" + x2="12.752538" + y2="8.8023701" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2270" + id="linearGradient2311" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.2,0,-1)" + x1="12.752538" + y1="5.4465666" + x2="12.752538" + y2="8.8023701" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1512" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1514" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient1516" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="18.293973" + inkscape:cy="3.8760407" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:grid-points="false" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.623719,4.5336273 L 18.417594,4.5079867 L 19.499068,10.5 L 5.5000002,10.5 L 6.623719,4.5336273 z " + id="path2297" + sodipodi:nodetypes="ccccc" /> + <path + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.623719,4.5336271 L 18.417594,4.5079865 L 19.499068,10.5 L 5.5000002,10.5 L 6.623719,4.5336271 z " + id="rect2182" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0262387" + inkscape:original="M 18.40625 4.5 L 6.625 4.53125 L 5.5 10.5 L 19.5 10.5 L 18.40625 4.5 z " + xlink:href="#rect2182" + style="opacity:0.4;fill:url(#linearGradient3191);fill-opacity:1;stroke:#ffffff;stroke-width:0.97772372;stroke-miterlimit:4;stroke-opacity:1" + id="path2189" + inkscape:href="#rect2182" + d="M 17.5625,5.53125 L 7.46875,5.5625 L 6.71875,9.46875 L 18.28125,9.46875 L 17.5625,5.53125 z " + transform="matrix(1.030979,0,0,1.014655,-0.387236,-0.107515)" /> + <g + id="g1504" + style="opacity:0.5" + transform="matrix(0.404255,0,0,0.749995,2.595745,-13.99976)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect1506" + style="opacity:1;color:#000000;fill:url(#radialGradient1512);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect1508" + style="opacity:1;color:#000000;fill:url(#radialGradient1514);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect1510" + style="opacity:1;color:#000000;fill:url(#linearGradient1516);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1307" + width="14.000004" + height="9.0069962" + x="5.5" + y="10.493004" /> + <rect + style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2185" + width="11.998221" + height="7.012033" + x="6.5" + y="11.5" /> + <rect + style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2191" + width="5" + height="9" + x="10.020305" + y="10" /> + <path + style="opacity:0.4;fill:url(#linearGradient2302);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10,8.9985878 L 10,11 L 6,11 L 6,19 L 19,19 L 19,11 L 15,11 L 15,8.9985878 L 10,8.9985878 z " + id="rect2248" + sodipodi:nodetypes="ccccccccc" /> + <rect + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2206" + width="1" + height="9" + x="10" + y="10" /> + <rect + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2208" + width="1" + height="9" + x="14.020305" + y="10" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11,5 L 14,5 L 15,10 L 10,10 L 11,5 z " + id="rect3066" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.66713,6.9668754 L 18.348064,6.9498996 L 18.546612,7.9498996 L 6.5129579,7.9388295 L 6.66713,6.9668754 z " + id="rect3069" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2311);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11,5 L 14,5 L 15,11 L 10,11 L 11,5 z " + id="path2268" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,6 L 14.117829,6 L 15,10 L 13.882171,10 L 13,6 z " + id="rect2239" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 12,6 L 10.882171,6 L 10,10 L 11.117829,10 L 12,6 z " + id="path2242" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.502854,5.5717488 C 12.502854,6.8074155 10.137473,7.8102755 8.4869927,7.8102755 C 6.8365121,7.8102755 4.5000837,10.253844 4.5000837,5.5717488 C 4.5000837,1.7297025 8.3132711,2.5191448 9.4889964,2.5191448 C 11.139477,2.5191448 12.502854,4.3360821 12.502854,5.5717488 z " + id="path2200" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 12.5,5.5729254 C 12.5,6.8089936 14.865016,7.8121797 16.515243,7.8121797 C 18.165468,7.8121797 20.501537,10.256542 20.501537,5.5729254 C 20.501537,1.7296304 16.688937,2.5193294 15.513393,2.5193294 C 13.863166,2.5193294 12.5,4.3368571 12.5,5.5729254 z " + id="path2222" + sodipodi:nodetypes="csscc" /> + <path + style="opacity:0.66600001;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1.1265254;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.863076,5.9461504 C 10.706709,5.9005971 9.6548118,5.7074867 8.8184343,5.4470877 C 8.3228034,5.292777 7.924461,5.0999539 7.5907555,4.8544507 C 7.2570496,4.6089474 7.00147,4.3092175 7.0014699,3.9498996 L 8.4746843,3.9498996 C 8.4746843,3.9561684 8.4739552,3.9749831 8.4746843,3.981091 C 8.477361,3.9875401 8.5192457,4.0052176 8.5237915,4.0122824 C 8.5266167,4.0160271 8.5203564,4.0394782 8.5237915,4.0434739 C 8.5484008,4.069187 8.6153271,4.0960069 8.6711127,4.1370481 C 8.8198767,4.2464917 9.0408653,4.3971275 9.4077199,4.5113451 C 10.141432,4.73978 11.276654,4.9168336 12.50147,4.9168336 C 13.726287,4.9168337 14.861508,4.7397802 15.59522,4.5113451 C 15.962073,4.3971273 16.183063,4.2464915 16.331826,4.1370481 C 16.387614,4.0960069 16.45454,4.069187 16.479148,4.0434739 C 16.482582,4.0394782 16.476322,4.0160271 16.479148,4.0122824 C 16.483693,4.0052176 16.525578,3.9875401 16.528254,3.981091 C 16.528986,3.9749831 16.528254,3.9561684 16.528254,3.9498996 L 18.00147,3.9498996 C 18.00147,4.3092175 17.745888,4.6089473 17.412186,4.8544507 C 17.07848,5.099954 16.680138,5.292777 16.184504,5.4470877 C 15.193244,5.7557088 13.907003,5.9461503 12.50147,5.9461504 C 12.281856,5.9461504 12.07722,5.9545862 11.863076,5.9461504 z " + id="path2232" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99614358" + inkscape:original="M 15.5 2.53125 C 13.849773 2.5312501 12.5 4.3264317 12.5 5.5625 C 12.5 6.798568 14.849773 7.8125 16.5 7.8125 C 18.150224 7.8125001 20.5 10.246117 20.5 5.5625 C 20.5 1.7192048 16.675544 2.53125 15.5 2.53125 z " + xlink:href="#path2222" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + id="path2230" + inkscape:href="#path2222" + d="M 15.5,2.5625 C 15.042389,2.5625 14.53013,2.825904 14.125,3.28125 C 13.71987,3.736596 13.5,4.3695585 13.5,4.625 C 13.5,4.6184045 13.490761,4.6658216 13.625,4.8125 C 13.759239,4.9591784 14.023568,5.1479188 14.34375,5.3125 C 14.984115,5.6416624 15.878903,5.875 16.5,5.875 C 17.157395,5.8750001 17.698659,6.0932358 18.15625,6.25 C 18.613841,6.4067642 19.00151,6.4955254 19.15625,6.5 C 19.31099,6.5044746 19.158676,6.6285103 19.25,6.46875 C 19.341324,6.3089897 19.5,5.7126098 19.5,4.625 C 19.5,3.8293864 19.306929,3.420532 19.09375,3.15625 C 18.880571,2.891968 18.597412,2.7309893 18.1875,2.625 C 17.367676,2.4130214 16.308318,2.5625 15.5,2.5625 z " /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.013841" + inkscape:original="M 9.5 2.53125 C 8.3242747 2.53125 4.4999998 1.7204538 4.5 5.5625 C 4.5 10.244595 6.8495193 7.8124999 8.5 7.8125 C 10.15048 7.8125 12.5 6.7981668 12.5 5.5625 C 12.5 4.3268333 11.15048 2.53125 9.5 2.53125 z " + xlink:href="#path2200" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + id="path2228" + inkscape:href="#path2200" + d="M 9.5,2.5625 C 8.6880669,2.5625 7.6273657,2.4141837 6.8125,2.625 C 6.4050672,2.7304081 6.1165244,2.8955914 5.90625,3.15625 C 5.6959756,3.4169086 5.5,3.8326804 5.5,4.625 C 5.5,5.7107313 5.6926914,6.2825899 5.78125,6.4375 C 5.8698086,6.5924101 5.6932818,6.5043152 5.84375,6.5 C 5.9942182,6.4956848 6.3860753,6.3754183 6.84375,6.21875 C 7.3014247,6.0620817 7.8383859,5.875 8.5,5.875 C 9.1175484,5.875 10.018622,5.6403092 10.65625,5.3125 C 10.975064,5.1485954 11.211495,4.9570113 11.34375,4.8125 C 11.476005,4.6679887 11.5,4.6126273 11.5,4.625 C 11.5,4.3762518 11.277654,3.7651273 10.875,3.3125 C 10.472346,2.8598727 9.9511835,2.5625 9.5,2.5625 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/question.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,198 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-question.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-question.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2431"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2433" /> + <stop + style="stop-color:#b8b8b8;stop-opacity:1;" + offset="1" + id="stop2435" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="16.520757" + inkscape:cy="15.818402" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1266" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,1.243239,-3.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,5.243239,-3.099183)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.413188,13 L 13.803257,11.989847 C 14.065581,11.989847 14.065581,12.989847 13.803257,12.989847 L 10.413188,14 C 10.150864,14 9.9396791,13.788815 9.9396791,13.526491 L 9.9396791,13.473509 C 9.9396791,13.211185 10.150864,13 10.413188,13 z " + id="rect2194" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.511121" + inkscape:original="M 4.5 1.5 C 2.7334844 1.5000001 1.46875 2.4200886 1.46875 3.6875 C 1.46875 4.3359432 1.8903333 4.8125 2.46875 4.8125 C 2.9690021 4.8124999 3.375 4.4568577 3.375 4 C 3.3750001 3.705253 3.2032747 3.4545476 2.90625 3.21875 C 2.6717569 3.0419018 2.65625 3.0241487 2.65625 2.90625 C 2.65625 2.5230793 3.3433716 2.15625 4.09375 2.15625 C 5.2036842 2.15625 5.84375 2.8339747 5.84375 3.96875 C 5.84375 4.5729812 5.6564076 5.1351171 5.34375 5.5625 C 4.1869168 7.0509718 4.2032275 7.0466932 4 7.5625 C 3.8436712 7.9751457 3.53125 8.3698454 3.53125 9.0625 L 3.53125 9.53125 L 4.46875 9.53125 C 4.4531172 8.0869894 4.6244955 7.6855537 5.625 6.875 C 7.1570221 5.5928512 7.5 5.094114 7.5 4.0625 C 7.4999998 2.5298162 6.2821485 1.5 4.5 1.5 z M 4.46875 11.5625 C 3.9215991 11.5625 3.5 11.99893 3.5 12.5 C 3.5000001 13.015806 3.9372321 13.40625 4.46875 13.40625 C 5.015901 13.40625 5.4375 13.015806 5.4375 12.5 C 5.4374999 11.99893 5.0002679 11.5625 4.46875 11.5625 z " + xlink:href="#text2395" + style="font-size:19.03945923px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L" + id="path2399" + inkscape:href="#text2395" + d="M 4.5,0 C 3.3543868,6.4851578e-08 2.2919761,0.28814717 1.4375,0.90625 C 0.58302389,1.5243528 -0.03125,2.5511512 -0.03125,3.6875 C -0.03125,4.9909102 1.0603261,6.3125 2.46875,6.3125 C 2.6847164,6.3125 2.8541458,6.1516866 3.0625,6.09375 C 2.8371377,6.432568 2.6908319,6.7535988 2.59375,7 C 2.5936423,7.0104164 2.5936423,7.0208336 2.59375,7.03125 C 2.3715361,7.617806 2.28125,8.2790585 2.28125,9.0625 L 2.28125,9.53125 C 2.2862152,9.6583825 2.3072147,9.7843792 2.34375,9.90625 C 1.8894836,10.332922 1.59375,10.92988 1.59375,11.625 C 1.59375,12.994758 2.7317231,14.0625 4.0625,14.0625 C 5.3860737,14.0625 6.5625,13.02526 6.5625,11.625 C 6.5624998,11.007369 6.252675,10.511807 5.875,10.09375 C 5.8751077,10.083334 5.8751077,10.072916 5.875,10.0625 C 5.9416627,9.8826482 5.973479,9.6917504 5.96875,9.5 C 5.9615968,8.8391451 6.0391106,8.6163687 6.0625,8.5625 C 6.0858894,8.5086313 6.1242664,8.4175328 6.5625,8.0625 C 6.5730684,8.0522362 6.5834862,8.0418184 6.59375,8.03125 C 7.391152,7.3639045 7.9695592,6.8706893 8.40625,6.21875 C 8.8429408,5.5668107 9,4.7457731 9,4.0625 C 8.9999998,2.8959189 8.5049688,1.7853482 7.65625,1.0625 C 6.8075312,0.33965178 5.6821418,0 4.5,0 z " /> + <path + style="font-size:19.03945923px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#eeeeec;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L" + d="M 4.4672185,9.5318599 C 4.4515856,8.0875998 4.6235484,7.6896888 5.6240529,6.8791351 C 7.1560751,5.5969863 7.5000003,5.0959139 7.5000003,4.0642999 C 7.5000003,2.5316163 6.2962657,1.4999997 4.5141172,1.4999997 C 2.7476016,1.4999997 1.4657023,2.4137172 1.4657023,3.6811286 C 1.4657023,4.3295717 1.9034238,4.815905 2.4818405,4.815905 C 2.9820927,4.815905 3.3729158,4.4622081 3.3729158,4.0053504 C 3.3729158,3.7106036 3.2165864,3.4600681 2.9195617,3.2242705 C 2.6850685,3.0474224 2.6694353,3.0179473 2.6694353,2.9000486 C 2.6694353,2.5168778 3.3572836,2.1631808 4.107662,2.1631808 C 5.2175964,2.1631808 5.8585463,2.8411004 5.8585463,3.9758757 C 5.8585463,4.5801068 5.6709512,5.1401274 5.3582936,5.5675103 C 4.2014603,7.0559819 4.2014591,7.055984 3.9982316,7.5717908 C 3.8419028,7.9844364 3.5268329,8.3676093 3.5268329,9.0602639 L 3.5268329,9.5318599 L 4.4672185,9.5318599 M 4.4708362,11.577901 C 3.9236853,11.577901 3.4859637,11.990548 3.4859637,12.491618 C 3.4859637,13.007424 3.9236853,13.420071 4.4552032,13.420071 C 5.0023541,13.420071 5.4400758,13.007424 5.4400758,12.491618 C 5.4400758,11.990548 5.0023541,11.577901 4.4708362,11.577901" + id="text2395" + sodipodi:nodetypes="ccssssssssscsccccsssc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/quiet.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,237 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-secret.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-secret.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.2676" + inkscape:cy="9.0963781" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#555753" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2247" + width="13.015477" + height="2.9596207" + x="5.5011892" + y="13.514433" + rx="0.47350889" + ry="0.47350919" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2273" + width="2" + height="1" + x="6" + y="14" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2299" + width="2" + height="1" + x="8" + y="15" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2301" + width="2" + height="1" + x="10" + y="14" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2303" + width="2" + height="1" + x="12" + y="15" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2305" + width="2" + height="1" + x="14" + y="14" /> + <rect + style="opacity:1;fill:#aeb1aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2307" + width="2" + height="1" + x="16" + y="15" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:0.5814988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2309" + sodipodi:cx="9.4070454" + sodipodi:cy="13.472317" + sodipodi:rx="1.3573924" + sodipodi:ry="1.4678779" + d="M 10.764438 13.472317 A 1.3573924 1.4678779 0 1 1 8.0496529,13.472317 A 1.3573924 1.4678779 0 1 1 10.764438 13.472317 z" + transform="matrix(1.453524,0,0,2.034604,-8.146369,-10.91082)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2311" + sodipodi:cx="5.0191956" + sodipodi:cy="15.492621" + sodipodi:rx="1.420527" + sodipodi:ry="1.7519833" + d="M 6.4397225 15.492621 A 1.420527 1.7519833 0 1 1 3.5986686,15.492621 A 1.420527 1.7519833 0 1 1 6.4397225 15.492621 z" + transform="matrix(0.351982,0,0,0.570782,3.733333,8.157091)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/rain.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,182 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2201" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="rain.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rain.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2203"> + <linearGradient + inkscape:collect="always" + id="linearGradient2256"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2258" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2260" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2262" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" + gradientTransform="matrix(1,9.812014e-18,-3.174809e-18,1.105,5.953376e-16,-0.793125)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2266" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,-3.277001e-17,1.213617e-16,1.105,-3.810358e-16,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2270" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,3.631959e-18,-6.202865e-17,1.105,3.70457e-15,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.375416" + inkscape:cx="18.512014" + inkscape:cy="12.737263" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#729fcf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata2206"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.798651,2.5042879 C 9.3912835,2.603478 8.1615977,3.5200217 7.5096383,4.8149724 C 7.078938,4.6124813 6.6009354,4.5027178 6.1040772,4.5027178 C 4.1166454,4.5027178 2.5058412,6.2916738 2.5058412,8.4995775 C 2.5058412,10.707481 4.1166454,12.496438 6.1040772,12.496438 C 6.1118407,12.496438 6.1244366,12.496493 6.1321885,12.496438 C 6.1399404,12.496383 6.1525595,12.496547 6.1602997,12.496438 L 6.4695232,12.496438 L 16.53334,12.496438 L 16.870675,12.496438 C 16.878426,12.496493 16.891023,12.496438 16.898786,12.496438 C 18.886217,12.496438 20.497022,10.707481 20.497022,8.4995775 C 20.497022,6.2916739 18.886217,4.5027178 16.898786,4.5027178 C 16.114682,4.5027178 15.381921,4.7787836 14.790444,5.2521289 C 14.176386,3.6403617 12.725532,2.5042879 11.051652,2.5042879 C 10.964471,2.5042879 10.884466,2.4982397 10.798651,2.5042879 z " + id="path2237" + sodipodi:nodetypes="ccssssccccssscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2262);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2246" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848704,-0.658303,0.443438,13.87302,-11.21757)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2266);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2264" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,2.873003,-11.21523)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2270);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2268" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,17.77931,-14.60097)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0351878" + inkscape:original="M 10.8125 2.5 C 9.4051328 2.59919 8.1519594 3.5175493 7.5 4.8125 C 7.0692997 4.6100089 6.5906082 4.5 6.09375 4.5 C 4.1063181 4.4999998 2.5 6.2920963 2.5 8.5 C 2.4999999 10.707903 4.1063182 12.5 6.09375 12.5 C 6.1015134 12.5 6.1172481 12.500055 6.125 12.5 C 6.1327521 12.499945 6.1485098 12.500109 6.15625 12.5 L 6.46875 12.5 L 16.53125 12.5 L 16.875 12.5 C 16.882752 12.500055 16.898487 12.5 16.90625 12.5 C 18.89368 12.5 20.5 10.707903 20.5 8.5 C 20.499999 6.2920964 18.893681 4.5 16.90625 4.5 C 16.122145 4.4999998 15.372727 4.7766547 14.78125 5.25 C 14.167192 3.6382326 12.73638 2.5 11.0625 2.5 C 10.975319 2.4999999 10.898315 2.4939518 10.8125 2.5 z " + xlink:href="#path2237" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2286" + inkscape:href="#path2237" + d="M 10.875,3.53125 C 9.8716407,3.6019659 8.9382625,4.2866132 8.4375,5.28125 C 8.1841105,5.7868076 7.5719333,5.9955043 7.0625,5.75 C 6.768424,5.611742 6.4378082,5.53125 6.09375,5.53125 C 4.7286142,5.5312499 3.53125,6.7941837 3.53125,8.5 C 3.5312499,10.205815 4.7286144,11.46875 6.09375,11.46875 C 6.1064026,11.46875 6.1320822,11.4687 6.125,11.46875 C 6.157303,11.468521 6.1829073,11.468375 6.15625,11.46875 L 6.46875,11.46875 L 16.53125,11.46875 L 16.875,11.46875 C 16.867918,11.4687 16.893598,11.46875 16.90625,11.46875 C 18.271383,11.46875 19.46875,10.205815 19.46875,8.5 C 19.468749,6.7941835 18.271385,5.53125 16.90625,5.53125 C 16.365641,5.5312499 15.849558,5.7327393 15.4375,6.0625 C 15.179235,6.2738645 14.834917,6.3477692 14.512661,6.2610081 C 14.190406,6.174247 13.929736,5.937461 13.8125,5.625 C 13.331183,4.3616492 12.267097,3.53125 11.0625,3.53125 C 10.927443,3.5312498 10.869214,3.5316578 10.875,3.53125 z " /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2282" + width="1.1043026" + height="4.8449845" + x="11.69591" + y="8.1174459" + transform="matrix(0.820885,0.571093,-0.432094,0.901828,0,0)" /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2288" + width="1.1043022" + height="4.8449793" + x="14.436862" + y="6.3817286" + transform="matrix(0.820886,0.571093,-0.432096,0.901828,0,0)" /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2290" + width="1.1043022" + height="4.8449726" + x="17.177797" + y="4.6460114" + transform="matrix(0.820886,0.571092,-0.432096,0.901827,0,0)" /> + <rect + style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2292" + width="1.1043031" + height="4.8449836" + x="19.918745" + y="2.9102392" + transform="matrix(0.820885,0.571093,-0.432096,0.901828,0,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/rainbow.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="rainbow.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rainbow.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="12.003863" + inkscape:cx="31.533858" + inkscape:cy="9.7337187" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#204a87" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.16220188;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5625,6.0023793 C 5.6989458,6.2254346 1,11.076576 1,17 L 3,17 C 3,12.025089 7.0152647,8.0019467 12,8.0019467 C 16.984735,8.0019466 21,12.025089 21,17 L 23,17 C 22.999999,10.934413 18.058145,6.0023793 12,6.0023793 C 11.858012,6.0023793 11.703225,5.9970259 11.5625,6.0023793 z " + id="path2388" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.70221782;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.4375,8.0053871 C 6.7494724,8.3035633 3,12.233255 3,17 L 5,17 C 4.9999998,13.129744 8.1186811,10.00419 12,10.00419 C 15.881318,10.00419 19,13.129745 19,17 L 21,17 C 20.999999,12.039485 16.954728,8.0053871 12,8.0053871 C 11.806456,8.0053871 11.62807,7.9932661 11.4375,8.0053871 z " + id="path2390" /> + <path + style="opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.60452938;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.65625,10.002685 C 7.9721014,10.18995 5,13.264451 5,17 L 7,17 C 7,14.234443 9.2246356,12.001918 12,12.001918 C 14.775365,12.001918 17,14.234442 17,17 L 19,17 C 18.999999,13.14395 15.848774,10.002685 12,10.002685 C 11.879726,10.002685 11.775094,9.996644 11.65625,10.002685 z " + id="path2392" /> + <path + style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.41057014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.6875,12.002991 C 9.0914048,12.168533 7,14.357112 7,17 L 9,17 C 8.9999996,15.339939 10.3302,14.001794 12,14.001794 C 13.6698,14.001795 15,15.339939 15,17 L 17,17 C 17.000001,14.249678 14.743208,12.002991 12,12.002991 C 11.892843,12.002991 11.793032,11.996261 11.6875,12.002991 z " + id="path2394" /> + <path + style="opacity:1;fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10.82948017;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.78125,14.002586 C 10.246698,14.120887 9,15.430741 9,17 L 11,17 C 11,16.973916 10.998116,16.931838 11,16.906331 C 11.00333,16.872597 11.024739,16.813975 11.03125,16.781439 C 11.054918,16.676741 11.102733,16.557499 11.15625,16.469208 C 11.164804,16.455851 11.178319,16.41965 11.1875,16.406762 C 11.192244,16.400438 11.213855,16.381739 11.21875,16.375539 C 11.223793,16.369464 11.24481,16.350264 11.25,16.344316 C 11.292669,16.297776 11.355041,16.225745 11.40625,16.1882 C 11.419298,16.179116 11.455224,16.165443 11.46875,16.156977 C 11.482508,16.148828 11.517043,16.133257 11.53125,16.125754 C 11.545675,16.118582 11.578903,16.101028 11.59375,16.094531 C 11.616326,16.085303 11.664048,16.070943 11.6875,16.063308 C 11.71123,16.056218 11.756729,16.037498 11.78125,16.032085 C 11.814278,16.025633 11.871983,16.004163 11.90625,16.000862 C 11.932165,15.998995 11.973483,16.000862 12,16.000862 C 12.026517,16.000862 12.067835,15.998995 12.09375,16.000862 C 12.128017,16.004163 12.185722,16.025633 12.21875,16.032085 C 12.243271,16.037498 12.28877,16.056218 12.3125,16.063308 C 12.335952,16.070943 12.383674,16.085303 12.40625,16.094531 C 12.421097,16.101028 12.454325,16.118582 12.46875,16.125754 C 12.482958,16.133257 12.517492,16.148828 12.53125,16.156977 C 12.544776,16.165443 12.580702,16.179116 12.59375,16.1882 C 12.644959,16.225745 12.707331,16.297776 12.75,16.344316 C 12.75519,16.350264 12.776207,16.369464 12.78125,16.375539 C 12.786145,16.381739 12.807756,16.400438 12.8125,16.406762 C 12.885948,16.509865 12.93962,16.65258 12.96875,16.781439 C 12.975261,16.813975 12.99667,16.872597 13,16.906331 C 13.001884,16.931838 13,16.973916 13,17 L 15,17 C 15,15.353564 13.639111,14.002586 12,14.002586 C 11.923167,14.002586 11.85672,13.996768 11.78125,14.002586 z " + id="path2396" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/rose-dead.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,278 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="rose-dead.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rose-dead.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient3182"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3184" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3186" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2250"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2252" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2254" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2224"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2226" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2228" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2214"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2216" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2218" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2204"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2206" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2208" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2204" + id="linearGradient2210" + x1="12.499997" + y1="5.1898127" + x2="12.499997" + y2="9.5224342" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2214" + id="linearGradient2220" + x1="12.846321" + y1="28.088774" + x2="12.846321" + y2="15.552732" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.984537,0,0,0.670992,5.169891,2.564486)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2224" + id="linearGradient2230" + x1="3.6179743" + y1="10.36782" + x2="5.3769088" + y2="14.254562" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2256" + x1="4.0834198" + y1="11.360786" + x2="5.6472383" + y2="14.816375" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2204" + id="linearGradient2282" + gradientUnits="userSpaceOnUse" + x1="12.499997" + y1="5.1898127" + x2="12.499997" + y2="9.5224342" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3182" + id="linearGradient3188" + x1="11.789481" + y1="-0.67220891" + x2="11.789481" + y2="10.581764" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007726" + inkscape:cx="20.743869" + inkscape:cy="9.0910419" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#9db029" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.4;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.805893,0,0,1.478325,-7.410923,3.04021)" /> + <path + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5048458 C 7.1295366,3.7822601 5.5000002,7.4187341 5.5000002,10.471289 L 7.5,10.471289 C 7.4999999,7.7333426 9.3403226,5.5041838 12.125,5.5041838 C 14.909677,5.5041834 16.5625,8.7642527 16.5625,11.502198 L 16.5,15.375915 C 16.5,16.230778 16.70466,16.979769 17,17.375253 C 17.09064,17.489894 17.207302,17.581543 17.3125,17.62517 C 17.345142,17.636748 17.403865,17.652456 17.4375,17.65641 C 17.445964,17.656907 17.460232,17.65641 17.46875,17.65641 C 17.494303,17.65641 17.537449,17.660832 17.5625,17.65641 C 18.059881,17.539216 18.46875,16.568747 18.46875,15.375915 L 18.5,11.502198 C 18.5,8.1964216 16.743983,3.5048458 12.03125,3.5048458 C 11.844441,3.5048458 11.677661,3.4935688 11.5,3.5048458 z " + id="path3180" + sodipodi:nodetypes="cccsccsssssccsc" /> + <path + style="opacity:1;fill:url(#linearGradient3188);fill-opacity:1.0;stroke:#727e0a;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,3.5048458 C 7.1295366,3.7822601 5.5000002,7.4187341 5.5000002,10.471289 L 7.5,10.471289 C 7.4999999,7.7333426 9.3403226,5.5041838 12.125,5.5041838 C 14.909677,5.5041834 16.5625,8.7642527 16.5625,11.502198 L 16.5,15.375915 C 16.5,16.230778 16.70466,16.979769 17,17.375253 C 17.09064,17.489894 17.207302,17.581543 17.3125,17.62517 C 17.345142,17.636748 17.403865,17.652456 17.4375,17.65641 C 17.445964,17.656907 17.460232,17.65641 17.46875,17.65641 C 17.494303,17.65641 17.537449,17.660832 17.5625,17.65641 C 18.059881,17.539216 18.46875,16.568747 18.46875,15.375915 L 18.5,11.502198 C 18.5,8.1964216 16.743983,3.5048458 12.03125,3.5048458 C 11.844441,3.5048458 11.677661,3.4935688 11.5,3.5048458 z " + id="rect2193" + sodipodi:nodetypes="cccsccsssssccsc" /> + <g + id="g2278" + transform="matrix(-1,-4.065758e-18,4.065758e-18,-1,19.0002,20.99619)"> + <path + sodipodi:nodetypes="csscccc" + id="path1307" + d="M 17.499793,7.6417521 C 17.499793,10.365923 15.259882,12.49619 12.499995,12.49619 C 9.7401083,12.49619 7.5001988,10.508917 7.5001988,7.6417521 C 7.5001988,6.9718398 7.5344492,4.0801302 8.0604031,3.0550033 C 9.4773699,5.7464041 11.365076,4.3333429 12.521933,2.0785383 C 13.637823,4.253501 15.253368,5.8692766 17.034643,2.9635011 C 17.833408,4.3470026 17.499793,6.3019273 17.499793,7.6417521 z " + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" /> + <path + d="M 12.5,3.90625 C 12.013567,4.5363609 11.479971,5.0714199 10.75,5.34375 C 10.140845,5.5710073 9.3825719,5.5574612 8.75,5.21875 C 8.7072523,5.1958607 8.6977183,5.1188663 8.65625,5.09375 C 8.6288773,5.2961385 8.5787949,5.358694 8.5625,5.5625 C 8.491031,6.4563861 8.46875,7.3389895 8.46875,7.65625 C 8.46875,10.016552 10.204733,11.53125 12.5,11.53125 C 14.761655,11.53125 16.531251,9.8469515 16.53125,7.65625 C 16.53125,6.7310047 16.536711,5.7765081 16.46875,4.90625 C 16.364195,4.9800599 16.298669,5.1591784 16.1875,5.21875 C 15.544294,5.5634226 14.763798,5.5907191 14.15625,5.34375 C 13.443496,5.0540143 12.937732,4.5151877 12.5,3.90625 z " + inkscape:href="#path1307" + id="path2202" + style="opacity:0.5;fill:url(#linearGradient2282);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + xlink:href="#path1307" + inkscape:original="M 12.53125 2.09375 C 11.374393 4.3485546 9.479467 5.7539007 8.0625 3.0625 C 7.5365461 4.0876269 7.5 6.9863376 7.5 7.65625 C 7.5 10.523415 9.7401131 12.5 12.5 12.5 C 15.259887 12.5 17.500001 10.380421 17.5 7.65625 C 17.5 6.3164252 17.830015 4.3522514 17.03125 2.96875 C 15.249975 5.8745255 13.64714 4.2687126 12.53125 2.09375 z " + inkscape:radius="-0.97311676" + sodipodi:type="inkscape:offset" /> + </g> + <path + sodipodi:type="arc" + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2222" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(0.466836,-0.808583,0.633795,0.365922,4.285503,11.82478)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient2230);fill-opacity:1;stroke:#727e0a;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2198" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(0.466836,-0.808583,0.633795,0.365922,3.839403,11.87134)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2232" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(-0.660205,-0.660204,-0.517491,0.517492,30.62357,11.38286)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient2256);fill-opacity:1;stroke:#727e0a;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2200" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(-0.660205,-0.660204,-0.517491,0.517492,30.94219,11.70147)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/rose.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,248 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="rose.svg"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2250"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2252" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2254" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2224"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2226" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2228" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2214"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2216" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2218" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2204"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2206" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2208" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2204" + id="linearGradient2210" + x1="12.499997" + y1="5.1898127" + x2="12.499997" + y2="9.5224342" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2214" + id="linearGradient2220" + x1="12.846321" + y1="28.088774" + x2="12.846321" + y2="15.552732" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2224" + id="linearGradient2230" + x1="3.6179743" + y1="10.36782" + x2="5.3769088" + y2="14.254562" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2250" + id="linearGradient2256" + x1="4.0834198" + y1="11.360786" + x2="5.6472383" + y2="14.816375" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007725" + inkscape:cx="15.246085" + inkscape:cy="11.792095" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#9db029" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.5;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.730649,0,0,1.267135,-6.102155,7.748752)" /> + <rect + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.00000095;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2212" + width="1.9988596" + height="11.006152" + x="11.500198" + y="11.497867" + rx="2.2974308" + ry="2.2974298" /> + <rect + style="opacity:1;fill:url(#linearGradient2220);fill-opacity:1.0;stroke:#727e0a;stroke-width:1.00000095;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2193" + width="1.9988596" + height="11.006152" + x="11.500198" + y="11.497867" + rx="2.2974308" + ry="2.2974298" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.499793,7.6417521 C 17.499793,10.365923 15.259882,12.49619 12.499995,12.49619 C 9.7401083,12.49619 7.5001988,10.508917 7.5001988,7.6417521 C 7.5001988,6.9718398 7.5344492,4.0801302 8.0604031,3.0550033 C 9.4773699,5.7464041 11.365076,4.3333429 12.521933,2.0785383 C 13.637823,4.253501 15.253368,5.8692766 17.034643,2.9635011 C 17.833408,4.3470026 17.499793,6.3019273 17.499793,7.6417521 z " + id="path1307" + sodipodi:nodetypes="csscccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97311676" + inkscape:original="M 12.53125 2.09375 C 11.374393 4.3485546 9.479467 5.7539007 8.0625 3.0625 C 7.5365461 4.0876269 7.5 6.9863376 7.5 7.65625 C 7.5 10.523415 9.7401131 12.5 12.5 12.5 C 15.259887 12.5 17.500001 10.380421 17.5 7.65625 C 17.5 6.3164252 17.830015 4.3522514 17.03125 2.96875 C 15.249975 5.8745255 13.64714 4.2687126 12.53125 2.09375 z " + xlink:href="#path1307" + style="fill:url(#linearGradient2210);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1;opacity:0.5" + id="path2202" + inkscape:href="#path1307" + d="M 12.53125,3.96875 C 12.093821,4.5703622 11.560679,5.1081009 10.84375,5.375 C 10.219825,5.6072753 9.439102,5.5384301 8.8125,5.15625 C 8.7390503,5.1114512 8.6953212,4.9886178 8.625,4.9375 C 8.597917,5.1560178 8.5459981,5.2178106 8.53125,5.4375 C 8.4668993,6.3960757 8.46875,7.3238582 8.46875,7.65625 C 8.46875,10.016552 10.204733,11.53125 12.5,11.53125 C 14.761655,11.53125 16.531251,9.8469515 16.53125,7.65625 C 16.53125,6.7673034 16.497941,5.7849412 16.40625,4.875 C 16.314527,4.9442248 16.253547,5.0982078 16.15625,5.15625 C 15.526825,5.5317301 14.735605,5.5925508 14.125,5.34375 C 13.434903,5.062559 12.945961,4.5501699 12.53125,3.96875 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2222" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(0.808583,0.466836,-0.365922,0.633795,10.12866,3.893303)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient2230);fill-opacity:1.0;stroke:#727e0a;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2198" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(0.808583,0.466836,-0.365922,0.633795,10.12866,3.893303)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#9db029;fill-opacity:1;stroke:none;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2232" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(-0.808582,0.466836,0.365922,0.633795,14.87133,6.893303)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#linearGradient2256);fill-opacity:1.0;stroke:#727e0a;stroke-width:1.20974529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2200" + sodipodi:cx="5.1688938" + sodipodi:cy="13.759372" + sodipodi:rx="2.6816065" + sodipodi:ry="1.3796672" + d="M 7.8505003 13.759372 A 2.6816065 1.3796672 0 1 1 2.4872873,13.759372 A 2.6816065 1.3796672 0 1 1 7.8505003 13.759372 z" + transform="matrix(-0.808582,0.466836,0.365922,0.633795,14.87133,6.893303)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sad.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-sad.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-sad.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,17 C 16.413519,14.716235 14.403819,13 12,13 C 9.596182,13 7.586481,14.716235 7,17 C 8.053747,15.521189 9.904443,13.955598 12,13.955598 C 14.095556,13.955597 15.946253,15.521189 17,17 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,9.999999 C 8.9999989,11.103999 9.4479989,12 9.9999995,12 C 10.552,12 11,11.103999 11,9.999999 C 11,8.8959994 11,8.6363112 11,7.9999995 C 9.7850869,8.7260465 8.9999989,8.8959994 8.9999989,9.999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,9.999999 C 15,11.103999 14.551999,12 13.999999,12 C 13.447999,12 12.999999,11.103999 12.999999,9.999999 C 12.999999,8.8959994 12.999999,8.6363112 12.999999,7.9999995 C 14.214911,8.7260465 15,8.8959994 15,9.999999 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sarcastic.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-sarcastic.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-sarcastic.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="20.582163" + inkscape:cy="13.484228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.125 9 C 9.040684 9.2931553 8.9999999 9.63775 9 10 C 9 10.87975 9.2926031 11.638808 9.6875 11.90625 C 9.7188067 11.925738 9.7799609 11.955422 9.8125 11.96875 C 9.8453209 11.980486 9.9036566 11.994844 9.9375 12 C 9.9545364 12.001729 9.98275 12 10 12 C 10.01725 12 10.045464 12.001729 10.0625 12 C 10.096343 11.994844 10.154679 11.980486 10.1875 11.96875 C 10.220039 11.955422 10.281193 11.925738 10.3125 11.90625 C 10.707397 11.638808 11 10.87975 11 10 C 11 9.63775 10.959316 9.2931553 10.875 9 L 9.125 9 z " + id="path2191" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="10" + height="1" + x="7" + y="15" + ry="0.5" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.78022468;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.219872,4.0068784 C 13.326974,4.1362463 12.592979,4.8232052 12.25386,5.6382911 C 12.070403,6.0664908 11.989319,6.5350854 12.001122,6.9999895 C 12.355289,6.9999895 12.709455,6.9999895 13.063622,6.9999895 C 12.989253,6.7725418 13.065347,6.5247192 13.114355,6.2983282 C 13.279442,5.7088323 13.718095,5.1300153 14.347728,5.0105101 C 14.788907,4.9178793 15.192199,5.212158 15.463531,5.5301157 C 15.830654,5.9223011 15.991887,6.4700265 15.969872,6.9999895 C 16.313622,6.9999895 16.657373,6.9999895 17.001123,6.9999895 C 17.033274,6.0353391 16.64227,5.0241952 15.849046,4.4434981 C 15.439017,4.135644 14.923617,3.9889502 14.413475,4.0027915 C 14.348996,3.9995561 14.283968,3.9972864 14.219872,4.0068784 z " + id="path2194" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2217" + width="3" + height="1.0000002" + x="8" + y="8" + ry="0.50000012" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2230" + sodipodi:cx="13.9843" + sodipodi:cy="10.31559" + sodipodi:rx="1.1995561" + sodipodi:ry="1.9413869" + d="M 15.183856 10.31559 A 1.1995561 1.9413869 0 1 1 12.784744,10.31559 A 1.1995561 1.9413869 0 1 1 15.183856 10.31559 z" + transform="matrix(0.833642,0,0,1.030191,2.342101,-0.627027)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/search.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="search.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/smirk.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2651"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2653" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2655" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2636"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2638" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2640" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2636" + id="radialGradient2642" + cx="6.6539588" + cy="6.9936957" + fx="6.6539588" + fy="6.9936957" + r="1.3329042" + gradientTransform="matrix(1.789814,2.900146e-15,-1.840231e-15,1.817779,-4.825742,-6.145076)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2651" + id="linearGradient2657" + x1="21.503525" + y1="-2.313271" + x2="25.321964" + y2="1.5051686" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007726" + inkscape:cx="23.355378" + inkscape:cy="15.280555" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#555753" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2646" + width="3.7712333" + height="1.8856167" + x="17.913376" + y="-0.94280833" + transform="matrix(0.707107,0.707107,-0.707107,0.707107,0,0)" /> + <rect + style="opacity:1;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2649" + width="8.9100313" + height="2.9800107" + x="21.000845" + y="-1.5052124" + rx="1.9998364" + ry="1.9998374" + transform="matrix(0.706684,0.707529,-0.706684,0.707529,0,0)" /> + <rect + style="opacity:1;fill:url(#linearGradient2657);fill-opacity:1.0;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2612" + width="8.9100313" + height="2.9800107" + x="21.000845" + y="-1.5052124" + rx="1.9998364" + ry="1.9998374" + transform="matrix(0.706684,0.707529,-0.706684,0.707529,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#6f9dce;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.90713376;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2610" + sodipodi:cx="9.3719835" + sodipodi:cy="8.0051489" + sodipodi:rx="5.9980693" + sodipodi:ry="5.789803" + d="M 15.370053 8.0051489 A 5.9980693 5.789803 0 1 1 3.3739142,8.0051489 A 5.9980693 5.789803 0 1 1 15.370053 8.0051489 z" + transform="matrix(1.083066,0,0,1.122024,-1.150479,1.802706e-2)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.07182658;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2614" + sodipodi:cx="9.3719835" + sodipodi:cy="8.0051489" + sodipodi:rx="5.9980693" + sodipodi:ry="5.789803" + d="M 15.370053 8.0051489 A 5.9980693 5.789803 0 1 1 3.3739142,8.0051489 A 5.9980693 5.789803 0 1 1 15.370053 8.0051489 z" + transform="matrix(0.916646,0,0,0.949618,0.409205,1.398163)" /> + <path + sodipodi:type="arc" + style="opacity:0.7;fill:url(#radialGradient2642);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.90079695;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2626" + sodipodi:cx="6.3729486" + sodipodi:cy="7.3178701" + sodipodi:rx="1.3329042" + sodipodi:ry="1.3537309" + d="M 7.7058529 7.3178701 A 1.3329042 1.3537309 0 1 1 5.0400444,7.3178701 A 1.3329042 1.3537309 0 1 1 7.7058529 7.3178701 z" + transform="matrix(3.751208,0,0,3.693494,-14.90626,-18.02851)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.90079695;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2624" + sodipodi:cx="6.3729486" + sodipodi:cy="7.3178701" + sodipodi:rx="1.3329042" + sodipodi:ry="1.3537309" + d="M 7.7058529 7.3178701 A 1.3329042 1.3537309 0 1 1 5.0400444,7.3178701 A 1.3329042 1.3537309 0 1 1 7.7058529 7.3178701 z" + transform="matrix(1.875604,0,0,1.846748,-5.453127,-5.014262)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;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.504911,0,0,0.844758,-4.175766,12.16582)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/secret.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,269 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="tell-secret.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/tell-secret.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient2263" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient2275" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="19.165124" + inkscape:cy="12.536698" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.20393,0,0,1.267135,2.059373,6.748751)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient2275);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2273" + 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(0.902949,0,0,1.055946,-2.705484,1.457298)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.81676304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2257" + 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.55132,0,0,0.552272,0.491027,1.924088)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient2263);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2259" + 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.400992,0,0,0.400992,2.265822,3.595893)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.21003675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2261" + 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.45248,0,0,0.452481,1.657947,3.03039)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2271" + sodipodi:cx="9.3754778" + sodipodi:cy="13.4881" + sodipodi:rx="6.1556172" + sodipodi:ry="6.1556172" + d="M 15.531095 13.4881 A 6.1556172 6.1556172 0 1 1 3.2198606,13.4881 A 6.1556172 6.1556172 0 1 1 15.531095 13.4881 z" + transform="matrix(0.162454,0,0,0.162453,6.476916,7.808816)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.33246088;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.751775,0,0,0.752933,6.124429,5.730516)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2265" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428089,0,0,1.03299,4.621596,-2.574381)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.601488,0,0,0.601488,7.898735,7.393839)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2267" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.428087,0,0,1.032991,2.621614,-2.574386)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.53191662;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.652766,0,0,0.652787,7.289484,6.826771)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377323,3.243242,-9.920312e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856175,0,0,1.377322,6.243213,-9.919291e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2251" + sodipodi:cx="9.3754778" + sodipodi:cy="13.4881" + sodipodi:rx="6.1556172" + sodipodi:ry="6.1556172" + d="M 15.531095 13.4881 A 6.1556172 6.1556172 0 1 1 3.2198606,13.4881 A 6.1556172 6.1556172 0 1 1 15.531095 13.4881 z" + transform="matrix(0.24368,0,0,8.122746e-2,10.21538,14.40439)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/shame.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,219 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="shame.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/shame.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3262" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3254"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop3256" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop3258" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3254" + id="radialGradient3260" + cx="7.055284" + cy="11.57828" + fx="7.055284" + fy="11.57828" + r="1.6257142" + gradientTransform="matrix(1,0,0,0.436893,0,6.519808)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="20.108654" + inkscape:cy="7.8652547" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="13" + inkscape:window-y="223" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,9.999999 C 8.9999989,11.103999 9.4479989,12 9.9999995,12 C 10.552,12 11,11.103999 11,9.999999 C 11,8.8959994 11,8.6363112 11,7.9999995 C 9.7850869,8.7260465 8.9999989,8.8959994 8.9999989,9.999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,9.999999 C 15,11.103999 14.551999,12 13.999999,12 C 13.447999,12 12.999999,11.103999 12.999999,9.999999 C 12.999999,8.8959994 12.999999,8.6363112 12.999999,7.9999995 C 14.214911,8.7260465 15,8.8959994 15,9.999999 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3262);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2333" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,-6.019437,-20.60278)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3260);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3240" + sodipodi:cx="7.055284" + sodipodi:cy="11.57828" + sodipodi:rx="1.6257142" + sodipodi:ry="0.71026349" + d="M 8.6809982 11.57828 A 1.6257142 0.71026349 0 1 1 5.4295698,11.57828 A 1.6257142 0.71026349 0 1 1 8.6809982 11.57828 z" + transform="matrix(1.845345,0,0,2.815857,3.980563,-20.60278)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="8" + height="1" + x="8" + y="15" + ry="0.5" + rx="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sheep.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="sheep.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/sheep.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3424"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop3426" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop3428" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3816"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3818" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3820" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3816" + id="radialGradient3822" + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3424" + id="radialGradient3437" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.956224,1.444028e-22,-7.227903e-23,2.463895,-35.72013,-6.737683)" + cx="12.06145" + cy="3.710233" + fx="12.06145" + fy="3.710233" + r="8.1835221" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="21.159745" + inkscape:cy="14.266343" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2505" + sodipodi:cx="21.783195" + sodipodi:cy="15.469381" + sodipodi:rx="1.3019395" + sodipodi:ry="7.1315193" + d="M 23.085135 15.469381 A 1.3019395 7.1315193 0 1 1 20.481256,15.469381 A 1.3019395 7.1315193 0 1 1 23.085135 15.469381 z" + transform="matrix(0,-1.53617,0.56089,0,10.32338,43.46269)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3439" + sodipodi:cx="21.783195" + sodipodi:cy="15.469381" + sodipodi:rx="1.3019395" + sodipodi:ry="7.1315193" + d="M 23.085135 15.469381 A 1.3019395 7.1315193 0 1 1 20.481256,15.469381 A 1.3019395 7.1315193 0 1 1 23.085135 15.469381 z" + transform="matrix(0,-1.53617,0.56089,0,-3.676623,43.46269)" /> + <path + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.502466,11.972614 C 18.502466,16.659003 14.847725,20.471537 11.999377,20.471537 C 9.003849,20.471537 5.4962867,16.202137 5.4962867,11.972614 C 5.4962867,7.2812077 8.4096709,3.4736898 11.999377,3.4736898 C 15.589082,3.4736898 18.502466,7.2499816 18.502466,11.972614 z " + id="path2495" + sodipodi:nodetypes="czssz" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.04071403;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3422" + sodipodi:cx="12.06145" + sodipodi:cy="6.3730283" + sodipodi:rx="7.6631651" + sodipodi:ry="4.7704473" + d="M 19.724615 6.3730283 A 7.6631651 4.7704473 0 1 1 4.3982849,6.3730283 A 7.6631651 4.7704473 0 1 1 19.724615 6.3730283 z" + transform="matrix(0.979013,0,0,0.94308,0.189346,-6.915279e-3)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0327028" + inkscape:original="M 12 3.46875 C 8.4102939 3.46875 5.4999998 7.2773434 5.5 11.96875 C 5.5 16.198273 9.0044717 20.46875 12 20.46875 C 14.848348 20.46875 18.5 16.655139 18.5 11.96875 C 18.5 7.2461176 15.589705 3.46875 12 3.46875 z " + xlink:href="#path2495" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1;opacity:0.2" + id="path3414" + inkscape:href="#path2495" + d="M 12,4.5 C 10.570371,4.5 9.2411725,5.2564291 8.21875,6.59375 C 7.1963275,7.9310709 6.5312499,9.836591 6.53125,11.96875 C 6.53125,13.319663 6.294852,15.252826 6.84375,16.75 C 7.118199,17.498587 7.5502979,18.111874 8.3125,18.59375 C 9.0747021,19.075626 10.228871,19.4375 12,19.4375 C 13.793778,19.4375 14.954449,19.097642 15.71875,18.625 C 16.483051,18.152358 16.887669,17.547803 17.15625,16.8125 C 17.693412,15.341894 17.46875,13.392226 17.46875,11.96875 C 17.46875,11.038049 16.797572,8.9605157 15.71875,7.3125 C 14.639928,5.6644843 13.231448,4.5 12,4.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2497" + sodipodi:cx="10.065306" + sodipodi:cy="13.021205" + sodipodi:rx="0.59207678" + sodipodi:ry="1.234903" + d="M 10.657382 13.021205 A 0.59207678 1.234903 0 1 1 9.4732289,13.021205 A 0.59207678 1.234903 0 1 1 10.657382 13.021205 z" + transform="matrix(1.688969,0,0,1.21467,-6.99999,-2.316469)" /> + <path + style="fill:url(#radialGradient3437);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.595695,8.0607826 C 19.595695,10.257622 14.736594,11.459215 12.045509,11.459215 C 9.4932666,11.459215 4.4953241,10.401152 4.4953241,8.1564766 C 4.4953241,4.0730835 8.454173,1.5044468 11.997662,1.5044468 C 15.505013,1.5044468 19.595695,3.9825494 19.595695,8.0607826 z " + id="path2501" + sodipodi:nodetypes="csszc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2499" + sodipodi:cx="10.065306" + sodipodi:cy="13.021205" + sodipodi:rx="0.59207678" + sodipodi:ry="1.234903" + d="M 10.657382 13.021205 A 0.59207678 1.234903 0 1 1 9.4732289,13.021205 A 0.59207678 1.234903 0 1 1 10.657382 13.021205 z" + transform="matrix(1.688967,0,0,1.21467,-2.999967,-2.316467)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0077552" + inkscape:original="M 12 1.5 C 8.456511 1.5 4.5 4.0728565 4.5 8.15625 C 4.5 10.400925 9.4790073 11.46875 12.03125 11.46875 C 14.722335 11.46875 19.59375 10.25934 19.59375 8.0625 C 19.59375 3.9842668 15.507351 1.5000001 12 1.5 z " + xlink:href="#path2501" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + id="path3435" + inkscape:href="#path2501" + d="M 12,2.5 C 8.2229512,2.5 6.6080243,3.1582397 6.03125,3.71875 C 5.4544757,4.2792603 5.5,4.9656791 5.5,6 C 5.5,6.2862196 5.6699134,6.6429841 6.0625,7.0625 C 6.4550866,7.4820159 7.0436896,7.9114852 7.75,8.28125 C 9.1626209,9.0207796 10.989298,9.5 12,9.5 C 13.093818,9.5 14.889884,9.0178685 16.28125,8.28125 C 16.976933,7.9129407 17.586456,7.4800072 17.96875,7.0625 C 18.351044,6.6449928 18.5,6.29561 18.5,6 C 18.5,4.975382 18.541426,4.3120049 17.96875,3.75 C 17.396074,3.1879951 15.794243,2.5 12,2.5 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/shock.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-shock.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-shock.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2251" + sodipodi:cx="9.3754778" + sodipodi:cy="13.4881" + sodipodi:rx="6.1556172" + sodipodi:ry="6.1556172" + d="M 15.531095 13.4881 A 6.1556172 6.1556172 0 1 1 3.2198606,13.4881 A 6.1556172 6.1556172 0 1 1 15.531095 13.4881 z" + transform="matrix(0.48736,0,0,0.406133,7.430769,11.02204)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/shut-mouth.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,186 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="shut-mouth.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.775795" + inkscape:cy="13.550359" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2332" + width="9.0943375" + height="0.9091081" + x="13.602881" + y="6.9838891" + rx="0.49999949" + ry="0.49999949" + transform="matrix(0.86618,0.499732,-0.500269,0.86587,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2334" + width="9.0943365" + height="0.90910804" + x="-7.1779842" + y="18.977449" + rx="0.49999946" + ry="0.49999946" + transform="matrix(-0.86618,0.499732,0.500269,0.86587,0,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sick.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,201 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="sick.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-sick.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient4235"> + <stop + style="stop-color:#727e0a" + offset="0" + id="stop4237" /> + <stop + style="stop-color:#00ff00;stop-opacity:0;" + offset="1" + id="stop4239" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4235" + id="radialGradient4245" + cx="5.9878178" + cy="15.503177" + fx="5.9878178" + fy="15.503177" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.683594,-1.180578,1.275999,0.738776,-10.90772,14.91334)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="36.388907" + inkscape:cx="13.851356" + inkscape:cy="10.980744" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:0.67045456;fill:url(#radialGradient4245);fill-opacity:1;stroke:none;stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4184" + 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.8019,0,0,0.801937,2.532656,3.191833)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9,9.999999 C 9,11.103999 9.448,12 10.000001,12 C 10.552001,12 11.000001,11.103999 11.000001,9.999999 C 11.000001,8.896 11.000001,8.636312 11.000001,8 C 9.7850875,8.726047 9,8.896 9,9.999999 z " + id="path4222" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.000001,9.999999 C 15.000001,11.103999 14.552001,12 14,12 C 13.448,12 13,11.103999 13,9.999999 C 13,8.8959998 13,8.6363118 13,7.9999998 C 14.214913,8.7260468 15.000001,8.8959998 15.000001,9.999999 z " + id="path4224" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4249" + sodipodi:cx="12.433036" + sodipodi:cy="13.497767" + sodipodi:rx="1.1607143" + sodipodi:ry="0.92633927" + d="M 13.59375 13.497767 A 1.1607143 0.92633927 0 1 1 11.272322,13.497767 A 1.1607143 0.92633927 0 1 1 13.59375 13.497767 z" + transform="matrix(0.861539,0,0,0.539759,2.288455,6.214459)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sigarette.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,242 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="sigarette.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/sigarette.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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(-1.052544,-4.118922e-8,-1.124237e-16,-0.356295,22.06208,14.18365)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4067"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop4069" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop4071" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4067" + id="radialGradient4073" + cx="9.2459927" + cy="10.350512" + fx="9.2459927" + fy="10.350512" + r="3.6769278" + gradientTransform="matrix(-3.819985,5.512476,-4.093668,-4.093668,83.19111,-3.866074)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2209"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2211" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2213" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2191"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2193" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2195" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2191" + id="linearGradient2197" + x1="12.05161" + y1="-0.34447879" + x2="17.653448" + y2="-0.022729397" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.707107,0.707107,-0.707107,0.707107,0,0.943632)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2209" + id="linearGradient2215" + x1="14.441306" + y1="3.2173214" + x2="17.919506" + y2="6.6955204" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="26.481536" + inkscape:cy="16.826327" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fcaf3e" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000167;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.832398,4.4420471 L 20.501626,7.1112742 L 7.1676199,20.44528 C 7.1676199,20.44528 4.4983927,19.91891 4.4983928,17.776053 L 17.832398,4.4420471 z " + id="rect2189" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:url(#linearGradient2197);fill-opacity:1;fill-rule:evenodd;stroke:#babdb6;stroke-width:1.00000203;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.832398,4.4420471 C 17.832399,6.6295474 20.501626,7.1112742 20.501626,7.1112742 L 7.1676199,20.44528 C 7.1676199,20.44528 4.4091063,20.365339 4.4983928,17.776053 L 17.832398,4.4420471 z " + id="rect1307" + sodipodi:nodetypes="ccccc" /> + <path + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.84375,4.4436324 L 13.583915,8.6719004 C 13.494629,10.502258 16.240165,11.32815 16.240165,11.32815 L 20.5,7.0998824 C 20.5,7.0998824 17.352679,6.452561 17.84375,4.4436324 z " + id="path2199" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1.00000167;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.202718,4.1359454 L 13.583915,8.6719004 C 13.494629,11.082614 16.240165,11.32815 16.240165,11.32815 C 16.240165,11.32815 19.891468,7.759695 20.858968,6.7921954 C 18.771043,5.8794232 18.202718,4.1359454 18.202718,4.1359454 z " + id="rect2184" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99915189" + inkscape:original="M 18.1875 4.125 L 13.59375 8.6875 C 13.504464 11.098213 16.25 11.34375 16.25 11.34375 C 16.249999 11.34375 19.87625 7.7487496 20.84375 6.78125 C 18.755824 5.8684779 18.1875 4.125 18.1875 4.125 z " + xlink:href="#rect2184" + style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000167;stroke-miterlimit:4;stroke-opacity:1" + id="path2329" + inkscape:href="#rect2184" + d="M 17.96875,4.78125 L 14.65625,8.0625 C 14.731248,8.5847653 14.990367,8.8558789 15.375,9.0625 C 15.66124,9.2162651 15.777442,9.2100361 15.96875,9.25 C 16.399077,8.8269709 17.992454,7.2436061 19.25,6 C 18.717236,5.5978751 18.26759,5.1824261 17.96875,4.78125 z " /> + <path + style="opacity:1;fill:url(#radialGradient4073);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0932684,1.9436324 C -5.9293197,7.9935239 10.756321,6.845168 5.563974,14.943632 C 14.706077,4.8617065 2.1460409,8.3054991 7.0932684,1.9436324 z " + id="rect4055" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:1.31475151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2336" + sodipodi:cx="14.640776" + sodipodi:cy="-2.0251973" + sodipodi:rx="1.5640759" + sodipodi:ry="2.0256064" + d="M 16.204852 -2.0251973 A 1.5640759 2.0256064 0 1 1 13.0767,-2.0251973 A 1.5640759 2.0256064 0 1 1 16.204852 -2.0251973 z" + transform="matrix(0.437,-0.437,0.661914,0.661914,14.94248,12.68216)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#84877f;stroke-width:1.28750658;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2342" + sodipodi:cx="14.640776" + sodipodi:cy="-2.0251973" + sodipodi:rx="1.5640759" + sodipodi:ry="2.0256064" + d="M 14.618387,0.00020159646 A 1.5640759,2.0256064 0 1 1 14.910344,-4.0204921" + transform="matrix(0.45569,-0.437,0.690223,0.661915,0.817025,26.67703)" + sodipodi:start="1.585111" + sodipodi:end="4.8856036" + sodipodi:open="true" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#84877f;stroke-width:1.26464701;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2344" + sodipodi:cx="14.640776" + sodipodi:cy="-2.0251973" + sodipodi:rx="1.5640759" + sodipodi:ry="2.0256064" + d="M 14.618387,0.00020159646 A 1.5640759,2.0256064 0 1 1 14.910344,-4.0204921" + transform="matrix(0.472315,-0.436998,0.715404,0.661912,1.632258,25.677)" + sodipodi:start="1.585111" + sodipodi:end="4.8856036" + sodipodi:open="true" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#84877f;stroke-width:1.27496397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2346" + sodipodi:cx="14.640776" + sodipodi:cy="-2.0251973" + sodipodi:rx="1.5640759" + sodipodi:ry="2.0256064" + d="M 14.618387,0.00020159646 A 1.5640759,2.0256064 0 1 1 14.910344,-4.0204921" + transform="matrix(0.458153,-0.443245,0.693953,0.671374,2.77832,24.75896)" + sodipodi:start="1.585111" + sodipodi:end="4.8856036" + sodipodi:open="true" /> + <path + sodipodi:type="arc" + style="opacity:0.4;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.655402,0,0,1.055945,-5.793347,8.457303)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/silly.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,209 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="silly.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-smile-big.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="39.000666" + inkscape:cx="11.248085" + inkscape:cy="12.955809" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#a40000" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856176,0,0,-0.688659,3.243216,13.04959)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856176,0,0,-0.688663,5.243216,16.04962)" /> + <rect + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="10" + height="1" + x="7" + y="15" + ry="0.5" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.5152066,15.492373 C 7.5152066,14.583279 7.2419456,11.5 9.0122036,11.5 C 10.700914,11.5 10.486275,14.597154 10.486275,15.50279 C 8.8593827,15.50279 8.3477636,15.492373 7.5152066,15.492373 z " + id="rect1331" + sodipodi:nodetypes="czcc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/skeleton.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,273 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="skeleton.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/skeleton.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3827"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3785"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3787" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3789" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3785" + id="radialGradient3791" + cx="9.3562393" + cy="8.9740419" + fx="9.3562393" + fy="8.9740419" + r="1.1679889" + gradientTransform="matrix(3.833335,-8.465705e-16,1.063964e-15,4.765766,-26.21568,-33.08066)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3785" + id="radialGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.833335,-8.465705e-16,1.063964e-15,4.765766,-26.21568,-33.08066)" + cx="9.3562393" + cy="8.9598322" + fx="9.3562393" + fy="8.9598322" + r="1.1679889" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3827" + id="radialGradient3835" + cx="12.918835" + cy="15.469381" + fx="12.918835" + fy="15.469381" + r="1.0493244" + gradientTransform="matrix(1.856633,1.526873e-15,-2.061276e-16,0.859553,-11.0667,2.172637)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3827" + id="radialGradient3839" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.932733,-9.536738e-15,1.287458e-15,0.894784,-12.04983,1.627627)" + cx="12.918835" + cy="15.469381" + fx="12.918835" + fy="15.469381" + r="1.0493244" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.980575" + inkscape:cy="12.85081" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.00248146;stroke-miterlimit:4;stroke-opacity:1" + d="M 21.49876,10.523212 C 21.49876,12.485734 21.612143,16.500449 17.510832,16.500449 C 17.510832,19.517814 14.62163,21.498837 11.999962,21.498837 C 9.3782935,21.498837 6.6056831,19.348554 6.6056831,16.461584 C 2.4770155,16.461584 2.5011639,12.446212 2.5011639,10.562076 C 2.5011639,5.3187391 6.7566254,2.5012407 11.999962,2.5012407 C 17.243298,2.5012407 21.49876,5.2798753 21.49876,10.523212 z " + id="path1307" + sodipodi:nodetypes="ccsccsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.030242" + inkscape:original="M 12 2.5 C 6.7566634 2.5 2.4999999 5.3191635 2.5 10.5625 C 2.5 12.446636 2.4650822 16.46875 6.59375 16.46875 C 6.59375 19.35572 9.3783316 21.5 12 21.5 C 14.621668 21.5 17.5 19.517366 17.5 16.5 C 21.601311 16.5 21.5 12.493772 21.5 10.53125 C 21.5 5.2879133 17.243336 2.5 12 2.5 z " + xlink:href="#path1307" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00248146;stroke-miterlimit:4;stroke-opacity:1;opacity:0.4" + id="path3879" + inkscape:href="#path1307" + d="M 12,3.53125 C 9.5629737,3.53125 7.4308889,4.1937139 5.9375,5.375 C 4.4441111,6.5562861 3.53125,8.2196233 3.53125,10.5625 C 3.53125,11.510932 3.5400256,12.871483 3.9375,13.84375 C 4.3349744,14.816017 4.8639672,15.4375 6.59375,15.4375 C 6.8673281,15.43726 7.1297703,15.545832 7.3232193,15.739281 C 7.5166684,15.93273 7.6252404,16.195172 7.625,16.46875 C 7.625,18.693251 9.9400928,20.46875 12,20.46875 C 13.051127,20.46875 14.208535,20.055458 15.0625,19.34375 C 15.916465,18.632042 16.46875,17.681093 16.46875,16.5 C 16.46851,16.226422 16.577082,15.96398 16.770531,15.770531 C 16.96398,15.577082 17.226422,15.46851 17.5,15.46875 C 19.215203,15.46875 19.71227,14.851034 20.09375,13.875 C 20.47523,12.898966 20.46875,11.530239 20.46875,10.53125 C 20.46875,8.1883732 19.586213,6.5175226 18.09375,5.34375 C 16.601287,4.1699774 14.439073,3.53125 12,3.53125 z " /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.902232,0,0,0.852062,1.348101,2.141319)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient3791);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.712345,0,0,1.721651,-6.513516,-3.623976)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient3795);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3793" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(-1.712345,0,0,1.721651,30.51351,-3.623976)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3817" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.712345,0,0,1.721649,-6.513513,-1.623965)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3821" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(1.712345,0,0,1.721652,-0.513513,-1.623986)" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.058969,15.860007 C 10.470022,16.33805 11.092547,16.614029 11.448533,16.476029 C 11.804516,16.338029 10.704311,15.422126 11.864017,14.005571 C 11.508033,14.143571 9.6479128,15.381962 10.058969,15.860007 z " + id="path3846" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.941031,15.860007 C 13.529978,16.33805 12.907453,16.614029 12.551467,16.476029 C 12.195484,16.338029 13.295689,15.422126 12.135983,14.005571 C 12.491967,14.143571 14.352088,15.381962 13.941031,15.860007 z " + id="path3848" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00248194;stroke-miterlimit:4;stroke-opacity:1" + d="M 13.492422,19.999998 C 13.492422,20.827381 12.823819,21.498878 12.000006,21.498878 C 11.176189,21.498878 10.507588,20.827381 10.507588,19.999998 C 10.507588,19.172618 11.176189,18.501119 12.000006,18.501119 C 12.823819,18.501119 13.492422,19.172618 13.492422,19.999998 z " + id="path3850" + sodipodi:nodetypes="cscsc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00248182;stroke-miterlimit:4;stroke-opacity:1" + d="M 16.495593,19.999998 C 16.495593,20.827381 15.831167,21.498877 15.012498,21.498877 C 14.193828,21.498877 13.529402,20.827381 13.529402,19.999998 C 13.529402,19.172618 14.193828,18.501119 15.012498,18.501119 C 15.831167,18.501119 16.495593,19.172618 16.495593,19.999998 z " + id="path3858" + sodipodi:nodetypes="cscsc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.00248194;stroke-miterlimit:4;stroke-opacity:1" + d="M 10.498759,20.00012 C 10.498759,20.827503 9.830156,21.499 9.006343,21.499 C 8.182526,21.499 7.513925,20.827503 7.513925,20.00012 C 7.513925,19.17274 8.182526,18.501241 9.006343,18.501241 C 9.830156,18.501241 10.498759,19.17274 10.498759,20.00012 z " + id="path3862" + sodipodi:nodetypes="cscsc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sleepy.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-sleep.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-sleep.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2242"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2244" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2246" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2242" + id="linearGradient2248" + x1="10.004239" + y1="14.011756" + x2="13.983552" + y2="14.011756" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="63.356767" + inkscape:cx="24.005202" + inkscape:cy="20.031374" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,13.999744 C 14.679329,13.992913 14.745122,13.969816 14.781988,13.958081 C 14.83072,13.940312 14.922307,13.900737 14.969194,13.874755 C 15.56061,13.518197 15.998827,12.506205 15.998827,11.333306 C 15.998827,11.218316 16.006772,11.111169 15.998827,11.000002 C 15.897529,11.81564 15.385047,12.45994 14.781988,12.624862 C 14.732834,12.636596 14.645467,12.66137 14.594782,12.666525 C 14.569268,12.668254 14.527013,12.666525 14.501179,12.666525 C 14.475344,12.666525 14.43309,12.668254 14.407576,12.666525 C 14.356891,12.66137 14.269524,12.636596 14.22037,12.624862 C 13.617311,12.45994 13.104829,11.81564 13.003531,11.000002 C 12.995586,11.111169 13.003531,11.218316 13.003531,11.333306 C 13.003531,12.506205 13.441747,13.518197 14.033164,13.874755 C 14.080051,13.900737 14.171638,13.940312 14.22037,13.958081 C 14.269524,13.973728 14.356891,13.992871 14.407576,13.999744 C 14.43309,14.00205 14.475344,13.999744 14.501179,13.999744 C 14.527013,13.999744 14.569268,14.00205 14.594782,13.999744 C 14.607453,13.998026 14.629002,14.002022 14.641583,13.999744 z " + id="path2193" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="2" + height="0.99999917" + x="11.002358" + y="15.000001" + rx="1" + ry="1" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.6415831,13.999743 C 9.6793291,13.992912 9.7451221,13.969815 9.7819881,13.95808 C 9.8307201,13.940311 9.9223071,13.900736 9.9691941,13.874754 C 10.56061,13.518196 10.998827,12.506204 10.998827,11.333305 C 10.998827,11.218315 11.006772,11.111168 10.998827,11.000001 C 10.897529,11.815639 10.385047,12.459939 9.7819881,12.624861 C 9.7328341,12.636595 9.6454671,12.661369 9.5947821,12.666524 C 9.5692681,12.668253 9.5270131,12.666524 9.5011791,12.666524 C 9.4753441,12.666524 9.4330901,12.668253 9.4075761,12.666524 C 9.3568911,12.661369 9.2695241,12.636595 9.2203701,12.624861 C 8.6173111,12.459939 8.1048291,11.815639 8.0035311,11.000001 C 7.9955861,11.111168 8.0035311,11.218315 8.0035311,11.333305 C 8.0035311,12.506204 8.4417471,13.518196 9.0331641,13.874754 C 9.0800511,13.900736 9.1716381,13.940311 9.2203701,13.95808 C 9.2695241,13.973727 9.3568911,13.99287 9.4075761,13.999743 C 9.4330901,14.002049 9.4753441,13.999743 9.5011791,13.999743 C 9.5270131,13.999743 9.5692681,14.002049 9.5947821,13.999743 C 9.6074531,13.998025 9.6290021,14.002021 9.6415831,13.999743 z " + id="path2271" /> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.361905,1.5337972 C 16.727786,1.5621581 16.327219,2.3904087 16.643309,2.9574387 C 16.853959,3.3353224 17.28172,3.5026956 17.696609,3.4950082 C 18.059484,3.4882846 18.485592,3.4875973 18.848776,3.4959657 C 18.147632,4.2270087 17.287388,4.8841837 16.672897,5.6794373 C 16.452885,5.9641679 16.476625,6.4022642 16.559253,6.7520608 C 16.672192,7.2301799 17.182222,7.5031645 17.673589,7.4802939 C 18.997237,7.4186849 20.338951,7.560079 21.659867,7.4676406 C 22.175192,7.4315779 22.534188,6.8397686 22.432568,6.3187065 C 22.333875,5.8126489 21.831664,5.4886029 21.330465,5.5213368 C 20.927952,5.5476254 20.56883,5.5242953 20.164562,5.5204252 C 20.866608,4.804286 21.634993,4.1395076 22.270071,3.3713835 C 22.625493,2.9415022 22.587943,2.1762504 22.135431,1.7698983 C 21.801847,1.4703429 21.312212,1.5071877 20.893485,1.5046947 C 19.716696,1.4976889 18.53609,1.4812821 17.361905,1.5337972 z " + id="rect2273" + sodipodi:nodetypes="csscsssssscssss" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/smile-big.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-smile-big.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-smile-big.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#cc0000;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#cc0000;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2192" + id="linearGradient2198" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="linearGradient2211" + gradientUnits="userSpaceOnUse" + x1="12.13016" + y1="15.102485" + x2="12.13016" + y2="19.816549" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.194454" + inkscape:cx="14.880848" + inkscape:cy="9.4177196" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.502944,13.527087 C 17.502944,15.892107 15.140024,17.503252 12.067027,17.503252 C 8.9940272,17.503252 6.5000001,15.891125 6.5000001,13.496751 C 8.8954736,13.496751 14.896167,13.527087 17.502944,13.527087 z " + id="path3160" + sodipodi:nodetypes="cscc" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.0137405,14 L 17,14 L 16.615267,15 L 7.4479109,15 L 7.0137405,14 z " + id="rect1324" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.4015265,16 L 15.615267,16 C 15.615267,16 14.704206,16.587786 14.250771,16.656489 C 14.250771,16.656489 13.614227,17 12.116518,17 C 10.756145,17.002082 9.2677613,16.532825 9.2677613,16.532825 L 8.4015265,16 z " + id="path2207" + sodipodi:nodetypes="cccccc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/smile.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-smile.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.309429" + inkscape:cy="12.773082" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/smirk.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="smirk.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="20.897836" + inkscape:cy="13.989304" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15.401158,14 C 15.151982,14.076797 14.57391,14.845499 14.443666,15 C 12.756655,15 11.069644,15 9.3826335,15 C 9.0475408,15.031194 8.8674273,15.552004 9.106454,15.828538 C 9.2723168,16.067586 9.5526614,15.984966 9.7839382,16 C 11.464846,16 13.145755,16 14.826663,16 C 14.964327,15.966371 15.676632,15.193091 15.910401,14.908096 C 16.070858,14.692371 16.001589,14.354889 15.815169,14.191677 C 15.717271,14.053848 15.553736,13.989261 15.401158,14 z " + id="rect2278" + sodipodi:nodetypes="ccccccscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/snail.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="snail.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/snail.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3118"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3120" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3122" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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="#linearGradient3118" + id="linearGradient3124" + x1="9" + y1="8.7601366" + x2="9" + y2="14.297358" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1386" + 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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.007726" + inkscape:cx="13.05884" + inkscape:cy="11.123706" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient1386);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.730649,0,0,1.478324,-6.102141,3.040217)" /> + <path + style="opacity:1;fill:#ad7fa8;fill-opacity:1;stroke:#5c3566;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20.946837,11.60509 C 20.010047,11.118179 19.096635,12.740501 18.534646,13.246435 C 17.957941,13.76562 17.601887,14.215612 17.388478,14.54838 C 14.023422,13.809502 10.982399,14.150209 7.5645175,14.599833 C 5.9519151,14.861969 4.2358999,15.149311 2.9281313,16.095964 C 2.1450553,16.585856 2.6655305,17.501203 3.1735224,17.958527 C 4.4120816,18.602286 5.8149787,19.520651 8.613653,19.520651 C 10.001708,19.520651 15.634974,19.491057 18.346538,18.836964 C 19.369024,18.529019 21.388155,18.217062 21.388155,17.189523 C 21.388155,16.354322 20.622615,15.896161 19.926409,15.597184 C 20.223592,15.133788 20.705043,14.593186 20.968027,13.950938 C 21.231011,13.308691 21.908945,12.105159 20.946837,11.60509 z " + id="path2196" + sodipodi:nodetypes="czccccccsczz" /> + <path + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.56262,14 C 19.046602,14.452736 18.736115,14.834192 18.565312,15.09375 C 18.293196,15.489211 17.756611,15.680067 17.24744,15.5625 C 14.031157,14.87425 11.117821,15.177914 7.6305384,15.625 C 6.0253609,15.879293 4.5674501,16.186665 3.5344509,16.875 C 3.5838343,16.96641 3.6647945,17.066987 3.7481598,17.15625 C 5.0095915,17.810445 6.0711784,18.5 8.5209923,18.5 C 9.9146427,18.5 15.676039,18.396908 18.102275,17.84375 C 18.124109,17.837342 18.15145,17.850079 18.173512,17.84375 C 18.789365,17.667067 19.504293,17.527734 19.990037,17.34375 C 20.218936,17.257051 20.351884,17.172993 20.417456,17.125 C 20.407636,17.052231 20.408178,16.99422 20.310601,16.90625 C 20.184402,16.792476 19.929583,16.655016 19.633856,16.53125 C 19.329432,16.409353 19.097819,16.180351 18.996078,15.900658 C 18.894338,15.620965 18.931926,15.316584 19.099584,15.0625 C 19.478337,14.486934 19.848734,13.973912 20.096892,13.5625 C 20.986722,12.087286 19.858114,13.740744 19.56262,14 z " + id="path3115" + sodipodi:nodetypes="csccccsssssssssss" /> + <path + style="fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999958;stroke-miterlimit:4;stroke-opacity:1" + d="M 15.500128,10.977349 C 15.500128,14.53266 12.5882,17.418126 9.0002878,17.418126 C 5.4123754,17.418126 2.5004469,14.53266 2.5004469,10.977349 C 2.5004469,7.4220408 5.4123754,4.5365706 9.0002878,4.5365706 C 12.5882,4.5365706 15.500128,7.4220408 15.500128,10.977349 z " + id="path3071" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0085799" + inkscape:original="M 9 4.53125 C 5.4120876 4.53125 2.5000001 7.4134415 2.5 10.96875 C 2.5 14.524061 5.4120874 17.406251 9 17.40625 C 12.587912 17.40625 15.5 14.524061 15.5 10.96875 C 15.5 7.4134418 12.587912 4.5312501 9 4.53125 z " + xlink:href="#path3071" + style="opacity:0.2;fill:url(#linearGradient3124);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-opacity:1" + id="path3083" + inkscape:href="#path3071" + d="M 10,6.5 C 6.8775805,6.5 4.4999999,8.6119427 4.5,11 C 4.5,13.388057 6.8775805,15.499999 10,15.5 C 13.122418,15.5 15.500001,13.388056 15.5,11 C 15.5,8.6119432 13.122418,6.5 10,6.5 z " /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.20370793;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3087" + sodipodi:cx="12.879464" + sodipodi:cy="6.4553571" + sodipodi:rx="4.21875" + sodipodi:ry="4.1964288" + d="M 17.098214 6.4553571 A 4.21875 4.1964288 0 1 1 8.6607141,6.4553571 A 4.21875 4.1964288 0 1 1 17.098214 6.4553571 z" + transform="matrix(0.834824,0,0,0.826727,-1.752087,4.66318)" /> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.78101754;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3089" + sodipodi:cx="12.879464" + sodipodi:cy="6.4553571" + sodipodi:rx="4.21875" + sodipodi:ry="4.1964288" + d="M 17.098214 6.4553571 A 4.21875 4.1964288 0 1 1 8.6607141,6.4553571 A 4.21875 4.1964288 0 1 1 17.098214 6.4553571 z" + transform="matrix(0.360268,0,0,0.358893,4.379821,7.689285)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/snicker.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="snicker.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="19.260105" + inkscape:cy="15.260369" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,14.141883 14.403819,15 12,15 C 9.596182,15 7.586481,14.141883 7,13 C 8.053747,13.739406 9.904443,14.055835 12,14.055835 C 14.095556,14.055835 15.946253,13.739406 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1354" + width="2" + height="1" + x="8" + y="11" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/snowman.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,263 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="snowman.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3370"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3372" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3374" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3370" + id="radialGradient3376" + cx="12" + cy="2.8369939" + fx="12" + fy="2.8369939" + r="7" + gradientTransform="matrix(2.772431,-6.156034e-16,2.198584e-16,0.990154,-21.26917,0.804554)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="21.200032" + inkscape:cy="15.221505" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#c17d11" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#babdb6;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377322,2.243238,-9.919412e-2)" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" + d="M 5.4870462,6.6009084 L 5.4870462,14.450676 C 5.4870462,15.032001 5.0159534,15.5 4.4307857,15.5 L 2.5698431,15.5 C 1.9846753,15.5 1.5135827,15.032001 1.5135827,14.450676 C 1.5135827,14.450676 1.1692787,4.5022597 4.604123,4.5022597 C 5.6533945,4.5022597 5.4870462,6.0195827 5.4870462,6.6009084 z " + id="path3162" + sodipodi:nodetypes="cccccsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377322,6.243237,-9.919312e-2)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97291172" + inkscape:original="M 19.40625 4.5 C 18.363869 4.5000002 18.53125 6.0124243 18.53125 6.59375 L 18.53125 14.4375 C 18.53125 15.018825 19.012425 15.5 19.59375 15.5 L 21.4375 15.5 C 22.018825 15.5 22.5 15.018825 22.5 14.4375 C 22.5 14.4375 22.818538 4.5 19.40625 4.5 z " + xlink:href="#path3147" + style="opacity:0.2;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + id="path3164" + inkscape:href="#path3147" + d="M 19.53125,5.53125 C 19.481364,5.7854819 19.5,6.2097104 19.5,6.59375 L 19.5,14.4375 C 19.5,14.481959 19.549291,14.53125 19.59375,14.53125 L 21.4375,14.53125 C 21.481959,14.53125 21.53125,14.481959 21.53125,14.4375 C 21.531083,14.427084 21.531083,14.416666 21.53125,14.40625 C 21.53125,14.40625 21.613046,11.969946 21.28125,9.59375 C 21.115352,8.4056518 20.840198,7.2377799 20.46875,6.46875 C 20.283026,6.0842351 20.049897,5.8057658 19.875,5.65625 C 19.74835,5.5479799 19.6465,5.5522454 19.53125,5.53125 z " + transform="matrix(-1,0,0,1,24.04017,-5.960464e-8)" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 19.497754,5.0000267 C 19.497754,6.9319356 16.139003,8.499862 12.000545,8.499862 C 7.8620863,8.499862 4.5033369,6.9319356 4.5033369,5.0000267 C 4.5033369,3.0681174 7.8620863,1.500191 12.000545,1.500191 C 16.139003,1.500191 19.497754,3.0681174 19.497754,5.0000267 z " + id="path3137" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.543091,6.6009086 L 18.543091,14.450676 C 18.543091,15.032001 19.01109,15.5 19.592415,15.5 L 21.441137,15.5 C 22.022462,15.5 22.490461,15.032001 22.490461,14.450676 C 22.490461,14.450676 22.832504,4.5022599 19.420216,4.5022599 C 18.377835,4.5022599 18.543091,6.0195829 18.543091,6.6009086 z " + id="path3147" + sodipodi:nodetypes="cccccsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0015612" + inkscape:original="M 12 1.5 C 7.8615413 1.5 4.5 3.0680907 4.5 5 C 4.5 6.9319089 7.8615418 8.5000003 12 8.5 C 16.138458 8.5 19.500001 6.9319089 19.5 5 C 19.5 3.0680907 16.138458 1.5 12 1.5 z " + xlink:href="#path3137" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1;opacity:0.3" + id="path3156" + inkscape:href="#path3137" + d="M 12,2.5 C 10.310262,2.5 8.7673248,2.7649331 7.75,3.15625 C 7.2413376,3.3519084 6.8822566,3.6042603 6.6875,3.78125 C 6.4927434,3.9582397 6.5,4.0074272 6.5,4 C 6.5,3.9925729 6.4927434,4.0417603 6.6875,4.21875 C 6.8822566,4.3957397 7.2413376,4.6480916 7.75,4.84375 C 8.7673248,5.2350669 10.310262,5.5 12,5.5 C 13.689738,5.5 15.232675,5.2350668 16.25,4.84375 C 16.758662,4.6480916 17.117743,4.3957398 17.3125,4.21875 C 17.507257,4.0417602 17.5,3.9925732 17.5,4 C 17.5,4.0074271 17.507257,3.9582397 17.3125,3.78125 C 17.117743,3.6042603 16.758662,3.3519084 16.25,3.15625 C 15.232675,2.7649331 13.689738,2.5 12,2.5 z " /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97291172" + inkscape:original="M 19.40625 4.5 C 18.363869 4.5000002 18.53125 6.0124243 18.53125 6.59375 L 18.53125 14.4375 C 18.53125 15.018825 19.012425 15.5 19.59375 15.5 L 21.4375 15.5 C 22.018825 15.5 22.5 15.018825 22.5 14.4375 C 22.5 14.4375 22.818538 4.5 19.40625 4.5 z " + xlink:href="#path3147" + style="opacity:0.2;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + id="path3158" + inkscape:href="#path3147" + d="M 19.53125,5.53125 C 19.481364,5.7854819 19.5,6.2097104 19.5,6.59375 L 19.5,14.4375 C 19.5,14.481959 19.549291,14.53125 19.59375,14.53125 L 21.4375,14.53125 C 21.481959,14.53125 21.53125,14.481959 21.53125,14.4375 C 21.531083,14.427084 21.531083,14.416666 21.53125,14.40625 C 21.53125,14.40625 21.613046,11.969946 21.28125,9.59375 C 21.115352,8.4056518 20.840198,7.2377799 20.46875,6.46875 C 20.283026,6.0842351 20.049897,5.8057658 19.875,5.65625 C 19.74835,5.5479799 19.6465,5.5522454 19.53125,5.53125 z " /> + <rect + style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3135" + width="14.99999" + height="6.0022683" + x="4.5000052" + y="4.4982576" + rx="1.0881884" + ry="1.0881873" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0077144" + inkscape:original="M 5.59375 4.5 C 4.9908936 4.5 4.5 4.9908943 4.5 5.59375 L 4.5 9.40625 C 4.5 10.009106 4.9908934 10.5 5.59375 10.5 L 18.40625 10.5 C 19.009106 10.5 19.5 10.009106 19.5 9.40625 L 19.5 5.59375 C 19.5 4.9908942 19.009106 4.5 18.40625 4.5 L 5.59375 4.5 z " + xlink:href="#rect3135" + style="opacity:0.2;fill:url(#radialGradient3376);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3149" + inkscape:href="#rect3135" + d="M 5.59375,5.5 C 5.5379352,5.5 5.5,5.5379356 5.5,5.59375 L 5.5,8.40625 C 5.5,8.4620641 5.5379355,8.5 5.59375,8.5 L 18.40625,8.5 C 18.462064,8.5 18.5,8.462062 18.5,8.40625 L 18.5,5.59375 C 18.5,5.537935 18.462066,5.5 18.40625,5.5 L 5.59375,5.5 z " /> + <path + style="fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.512925,13.5 C 12.373203,13.5 17.487073,13.246167 17.487073,14.500001 C 17.487073,15.714971 12.489148,15.500002 11.512925,15.500002 C 11.512925,14.955817 11.512925,14.175958 11.512925,13.5 z " + id="rect3359" + sodipodi:nodetypes="czcc" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="5" + height="0.99999976" + x="10" + y="17" + ry="0.5" + rx="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/soccerball.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,231 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="soccer-ball.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/soccer-ball.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2200"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop2202" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop2204" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2265"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2267" /> + <stop + style="stop-color:#000000;stop-opacity:0" + offset="1" + id="stop2269" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2231"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop2233" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop2235" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2231" + id="radialGradient2237" + cx="5.4017859" + cy="5.8520098" + fx="5.4017859" + fy="5.8520098" + r="4.8660712" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.634371,-4.330424e-17,4.330424e-17,1.634371,-3.426742,0.596359)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2265" + id="linearGradient2271" + x1="5.4017859" + y1="0.40555915" + x2="5.4017859" + y2="15.864062" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2200" + id="radialGradient2206" + cx="11.5" + cy="10.183166" + fx="11.5" + fy="10.183166" + r="4.5" + gradientTransform="matrix(3.308535,-7.346422e-16,5.713888e-16,2.573306,-26.54815,-16.11674)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.976025" + inkscape:cx="25.589886" + inkscape:cy="11.653332" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-points="true" + fill="#2e3436" + inkscape:window-width="1020" + inkscape:window-height="812" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.580157,0,0,1.495248,-5.484562,3.823165)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.540443;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2199" + sodipodi:cx="5.4017859" + sodipodi:cy="5.2946429" + sodipodi:rx="4.8660712" + sodipodi:ry="4.8660712" + d="M 10.267857 5.2946429 A 4.8660712 4.8660712 0 1 1 0.53571463,5.2946429 A 4.8660712 4.8660712 0 1 1 10.267857 5.2946429 z" + transform="matrix(1.850334,0,0,1.850334,1.504893,1.703144)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:url(#radialGradient2237);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:0.60818541;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2229" + sodipodi:cx="5.4017859" + sodipodi:cy="5.2946429" + sodipodi:rx="4.8660712" + sodipodi:ry="4.8660712" + d="M 10.267857 5.2946429 A 4.8660712 4.8660712 0 1 1 0.53571463,5.2946429 A 4.8660712 4.8660712 0 1 1 10.267857 5.2946429 z" + transform="matrix(1.746801,0,0,1.746801,2.064213,2.251267)" /> + <path + style="fill:url(#radialGradient2206);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9,7 L 14,7 L 16,11 L 11.419643,14 L 7,11 L 9,7 z " + id="rect2184" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,3 L 7,6 L 3,8 L 8,3 z " + id="rect2187" + sodipodi:nodetypes="cccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,3 L 16,6 L 20,8 L 15,3 z " + id="path2190" + sodipodi:nodetypes="cccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 14,20 L 9,20 L 8,18 L 11.502629,17 L 15,18 L 14,20 z " + id="path2192" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 3,15 L 3,11 L 6,14 L 5,17 L 3,15 z " + id="path2194" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:#353835;stroke-width:0.54066539;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2182" + sodipodi:cx="5.4017859" + sodipodi:cy="5.2946429" + sodipodi:rx="4.8660712" + sodipodi:ry="4.8660712" + d="M 10.267857 5.2946429 A 4.8660712 4.8660712 0 1 1 0.53571463,5.2946429 A 4.8660712 4.8660712 0 1 1 10.267857 5.2946429 z" + transform="matrix(1.849573,0,0,1.849573,1.509053,1.70712)" /> + <path + style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 20,15 L 20,11 L 17,14 L 18,17 L 20,15 z " + id="path2196" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2271);stroke-width:0.60818541;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2201" + sodipodi:cx="5.4017859" + sodipodi:cy="5.2946429" + sodipodi:rx="4.8660712" + sodipodi:ry="4.8660712" + d="M 10.267857 5.2946429 A 4.8660712 4.8660712 0 1 1 0.53571463,5.2946429 A 4.8660712 4.8660712 0 1 1 10.267857 5.2946429 z" + transform="matrix(1.644236,0,0,1.644236,2.618243,2.794307)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/soldier.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,221 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="soldier.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/soldier.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3414"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop3416" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3418" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3414" + id="radialGradient3436" + cx="12.002931" + cy="4.1087155" + fx="12.002931" + fy="4.1087155" + r="9.890625" + gradientTransform="matrix(2.582947,1.687428e-22,1.006371e-22,1.183698,-19.19437,-0.523414)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="14.778489" + inkscape:cx="24.167763" + inkscape:cy="14.629303" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <rect + style="opacity:1;fill:#569e10;fill-opacity:1;fill-rule:evenodd;stroke:#316501;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3422" + width="2.0506537" + height="4.928566" + x="2.4493463" + y="11.523895" /> + <rect + style="opacity:1;fill:#569e10;fill-opacity:1;fill-rule:evenodd;stroke:#316501;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3426" + width="2.0506537" + height="4.928566" + x="19.5" + y="11.5" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.24324,-9.918288e-2)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243239,-9.918288e-2)" /> + <path + style="opacity:1;fill:#569e10;fill-opacity:1;stroke:#316501;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.659211,1.4941447 C 6.485841,1.7793336 2.2626561,6.0367921 1.5096475,11.500641 L 22.907771,11.500641 C 22.127088,5.8431375 17.632925,1.4941447 12.208709,1.4941447 C 12.022046,1.4941447 11.843561,1.483982 11.659211,1.4941447 z " + id="path2437" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.97933632" + inkscape:original="M 11.65625 1.5 C 6.4828798 1.7851889 2.2530086 6.0361511 1.5 11.5 L 22.90625 11.5 C 22.125568 5.8424966 17.642966 1.5 12.21875 1.5 C 12.032087 1.5 11.8406 1.4898373 11.65625 1.5 z " + xlink:href="#path2437" + style="opacity:0.3;fill:url(#radialGradient3436);fill-opacity:1.0;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3396" + inkscape:href="#path2437" + d="M 11.71875,2.46875 C 7.415052,2.7059971 3.8979712,6.0687491 2.8125,10.53125 L 21.59375,10.53125 C 20.469945,5.8976633 16.750138,2.46875 12.21875,2.46875 C 11.996541,2.46875 11.830056,2.462614 11.71875,2.46875 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/star.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,144 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="star.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/star.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient1367" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.758999,-2.97929e-8,1.269683e-16,-0.358163,18.90688,14.20319)" + cx="10.748654" + cy="10.457643" + fx="10.748654" + fy="10.457643" + r="6.6449099" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2189"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2191" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2193" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2189" + id="linearGradient2195" + x1="12.320396" + y1="7.9279728" + x2="12.320396" + y2="12.617403" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.508614" + inkscape:cy="9.9466396" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:url(#radialGradient1367);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.504911,0,0,1.055946,-4.175771,7.457294)" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:none;stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.185302,18.979122 L 12.004916,15.575834 L 5.8056301,19.004781 L 7.4599972,13.119792 L 4.0111338,8.5209716 L 9.6626371,8.5099806 L 12.010697,3.2120358 L 14.331236,8.5106951 L 20.025204,8.5117434 L 16.549727,13.116289 L 18.185302,18.979122 z " + id="path2187" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.95452,19.953464 L 12.004916,15.575834 L 4.9338501,19.82528 L 7.4599972,13.119792 L 3.0880726,8.5406855 L 9.6626371,8.5099806 L 12.010697,2.3993975 L 14.331236,8.5106951 L 20.88513,8.5433107 L 16.549727,13.116289 L 18.95452,19.953464 z " + id="path1309" + sodipodi:nodetypes="ccccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0109584" + inkscape:original="M 12 2.40625 L 9.65625 8.5 L 3.09375 8.53125 L 7.46875 13.125 L 4.9375 19.8125 L 12 15.5625 L 18.96875 19.96875 L 16.5625 13.125 L 20.875 8.53125 L 14.34375 8.5 L 12 2.40625 z " + xlink:href="#path1309" + style="opacity:0.7;fill:url(#linearGradient2195);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + id="path2185" + inkscape:href="#path1309" + d="M 12,5.75 L 10.59375,8.90625 C 10.427488,9.2733008 10.059147,9.5065834 9.65625,9.5 L 6,9.53125 L 8.28125,12.53125 C 8.46562,12.783156 8.5232889,13.106102 8.4375,13.40625 L 7.4375,16.9375 L 11.5,14.6875 C 11.81,14.511117 12.19,14.511117 12.5,14.6875 L 16.5625,16.9375 L 15.59375,13.40625 C 15.507961,13.106102 15.56563,12.783156 15.75,12.53125 L 18.03125,9.5 L 14.34375,9.5 C 13.940853,9.5065834 13.572512,9.2733008 13.40625,8.90625 L 12,5.75 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/starving.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,292 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="starving.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/starving.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2867"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2869" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2871" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2847"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop2849" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2851" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2382"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1;" + offset="0" + id="stop2384" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:0;" + offset="1" + id="stop2386" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2382" + id="radialGradient2410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.591138,1.574803,-1.783257,-1.76495,67.85273,-2.844223)" + cx="17.911736" + cy="11.083743" + fx="17.911736" + fy="11.083743" + r="2.5781252" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2847" + id="linearGradient2853" + x1="12.5" + y1="18.202251" + x2="12.746171" + y2="20.761486" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2867" + id="linearGradient2873" + x1="12.720216" + y1="20.952612" + x2="12.720216" + y2="17.682426" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.577635" + inkscape:cx="20.56161" + inkscape:cy="14.043512" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#d3d7cf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1327" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,4.23077,1.947223)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1329" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,8.230771,1.947221)" /> + <path + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.5,6.5174154 C 17.5,8.3787745 17.71836,9.3725605 18.516236,10.162247 C 18.516236,10.910658 18.559907,14.160504 18.559907,15.835357 C 18.790907,16.688611 20.267294,16.814257 20.558701,15.737876 C 20.558701,14.512144 20.507326,11.948246 20.507326,10.131579 C 21.357482,9.2901495 21.509028,8.6569204 21.509028,6.6226753 C 21.509028,6.5081085 21.300586,4.5000002 19.570393,4.5000002 C 17.860712,4.5000002 17.5,6.2615945 17.5,6.5174154 z " + id="path2843" + sodipodi:nodetypes="cccccczc" /> + <path + style="opacity:1;fill:url(#radialGradient2410);fill-opacity:1;stroke:#989994;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17.5,6.5174154 C 17.5,8.3787745 17.71836,9.3725605 18.516236,10.162247 C 18.516236,10.910658 18.559907,14.160504 18.559907,15.835357 C 18.790907,16.688611 20.267294,16.814257 20.558701,15.737876 C 20.558701,14.512144 20.507326,11.948246 20.507326,10.131579 C 21.357482,9.2901495 21.509028,8.6569204 21.509028,6.6226753 C 21.509028,6.5081085 21.300586,4.5000002 19.570393,4.5000002 C 17.860712,4.5000002 17.5,6.2615945 17.5,6.5174154 z " + id="rect2360" + sodipodi:nodetypes="cccccczc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,22.95516,13.24899)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,21.75214,14.34256)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4241" + width="3.300977" + height="0.80831838" + x="14.926476" + y="-0.41894996" + ry="0.4996641" + rx="0.49969101" + transform="matrix(0.874771,0.484537,-0.515625,0.856814,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7750" + width="3.3009784" + height="0.8083179" + x="-5.6503301" + y="11.217433" + ry="0.4996638" + rx="0.49969119" + transform="matrix(-0.874771,0.484537,0.515625,0.856814,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="4.000001" + height="1" + x="9.999999" + y="15" + ry="0.5" + rx="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/struggle.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,263 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="struggle.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/struggle.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient4231"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop4233" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop4235" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4213"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop4215" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop4217" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4175"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop4177" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop4179" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4175" + id="radialGradient4181" + cx="12.358709" + cy="13.137549" + fx="12.358709" + fy="13.137549" + r="5.1688938" + gradientTransform="matrix(1.003015,4.144501e-16,-1.781697e-16,0.373301,-3.725018e-2,8.233279)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4213" + id="radialGradient4219" + cx="11.367681" + cy="14.015148" + fx="11.367681" + fy="14.015148" + r="6.2376504" + gradientTransform="matrix(0.90941,-6.59259e-16,2.27171e-16,0.37113,1.029798,7.919647)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4231" + id="radialGradient4237" + cx="11.806158" + cy="6.7957172" + fx="11.806158" + fy="6.7957172" + r="9.975256" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="20.698068" + inkscape:cy="14.133317" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,1.243238,-3.099186)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,5.243238,-3.099186)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="2" + height="1" + x="12" + y="15" + ry="0.5" + rx="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4241" + width="3.3009763" + height="0.80831861" + x="13.535666" + y="-0.82227486" + ry="0.49966425" + rx="0.49969092" + transform="matrix(0.874771,0.484537,-0.515625,0.856814,0,0)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4243" + width="3.3009717" + height="0.80831951" + x="-5.3264265" + y="9.8444061" + ry="0.49966395" + rx="0.49969059" + transform="matrix(-0.87477,0.484538,0.515623,0.856816,0,0)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sun.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="sun.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/sun.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2205"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2207" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2209" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2197"> + <stop + style="stop-color:#f57900;stop-opacity:1;" + offset="0" + id="stop2199" /> + <stop + style="stop-color:#f57900;stop-opacity:0;" + offset="1" + id="stop2201" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2229"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2231" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2233" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2192"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2194" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2196" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="radialGradient2198" + cx="9.2568655" + cy="6.1344042" + fx="9.2568655" + fy="6.1344042" + r="5.9330316" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.385086,-3.84569e-31,-2.728846e-32,1.385086,-3.261259,-2.664256)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="radialGradient2219" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.872189,1.872189,-2.152199,1.832271,11.26051,-21.65472)" + cx="9.2402983" + cy="6.714572" + fx="9.2402983" + fy="6.714572" + r="5.9330316" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="radialGradient2222" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.872189,1.872189,-2.152199,1.832271,11.26051,-21.65472)" + cx="9.2402983" + cy="6.714572" + fx="9.2402983" + fy="6.714572" + r="5.9330316" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2192" + id="radialGradient2225" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.872189,1.872189,-2.152199,1.832271,11.26051,-21.65472)" + cx="9.2402983" + cy="6.714572" + fx="9.2402983" + fy="6.714572" + r="5.9330316" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2229" + id="radialGradient2235" + cx="14.289379" + cy="7.5126872" + fx="14.289379" + fy="7.5126872" + r="8.803853" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.603766,2.01301e-22,-1.58447e-23,1.603766,-8.293544,-5.072076)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2197" + id="radialGradient2203" + cx="19.709589" + cy="15.89544" + fx="19.709589" + fy="15.89544" + r="5.9992052" + gradientTransform="matrix(1.468278,-3.261508e-16,4.012213e-16,1.807646,-9.229574,-12.28784)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2205" + id="radialGradient2211" + cx="19.749708" + cy="15.667235" + fx="19.749708" + fy="15.667235" + r="5.9992052" + gradientTransform="matrix(1.401653,1.200003e-16,-1.639517e-16,1.680627,-7.932524,-10.16624)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="20.899939" + inkscape:cx="20.296801" + inkscape:cy="15.748745" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1.03548753;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + sodipodi:cx="12.153146" + sodipodi:cy="11.655466" + sodipodi:rx="8.803853" + sodipodi:ry="8.803853" + d="M 20.956999 11.655466 A 8.803853 8.803853 0 1 1 3.3492928,11.655466 A 8.803853 8.803853 0 1 1 20.956999 11.655466 z" + transform="matrix(0.965917,0,0,0.96554,0.261068,0.746627)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2211);stroke-width:0.83867031;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2209" + sodipodi:cx="12.153146" + sodipodi:cy="11.655466" + sodipodi:rx="8.803853" + sodipodi:ry="8.803853" + d="M 19.32482,6.5491057 A 8.803853,8.803853 0 0 1 9.7967509,20.138109" + transform="matrix(-1.192596,-1.250346e-16,1.249857e-16,-1.19213,26.49387,25.89356)" + sodipodi:start="5.6644391" + sodipodi:end="8.12494" + sodipodi:open="true" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:url(#radialGradient2235);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.17353487;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2227" + sodipodi:cx="12.153146" + sodipodi:cy="11.655466" + sodipodi:rx="8.803853" + sodipodi:ry="8.803853" + d="M 20.956999 11.655466 A 8.803853 8.803853 0 1 1 3.3492928,11.655466 A 8.803853 8.803853 0 1 1 20.956999 11.655466 z" + transform="matrix(0.909098,0,0,0.908744,0.951591,1.408614)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2203);stroke-width:0.83867031;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2253" + sodipodi:cx="12.153146" + sodipodi:cy="11.655466" + sodipodi:rx="8.803853" + sodipodi:ry="8.803853" + d="M 19.32482,6.5491057 A 8.803853,8.803853 0 0 1 9.7967509,20.138109" + transform="matrix(1.192596,2.230454e-17,-2.229579e-17,1.19213,-2.492627,-1.917301)" + sodipodi:start="5.6644391" + sodipodi:end="8.12494" + sodipodi:open="true" /> + <path + sodipodi:type="arc" + style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.17353487;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2213" + sodipodi:cx="12.153146" + sodipodi:cy="11.655466" + sodipodi:rx="8.803853" + sodipodi:ry="8.803853" + d="M 20.956999 11.655466 A 8.803853 8.803853 0 1 1 3.3492928,11.655466 A 8.803853 8.803853 0 1 1 20.956999 11.655466 z" + transform="matrix(0.852292,0,0,0.85196,1.641963,2.070457)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/sweat.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="sweat.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="20.550596" + inkscape:cy="13.294825" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#729fcf" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.125,10 C 9.040684,10.195387 8.9999999,10.425058 9,10.666496 C 9,11.252846 9.2926031,11.758755 9.6875,11.937004 C 9.7188067,11.949993 9.7799609,11.969777 9.8125,11.97866 C 9.8453209,11.986482 9.9036566,11.996051 9.9375,11.999488 C 9.9545364,12.00064 9.98275,11.999488 10,11.999488 C 10.01725,11.999488 10.045464,12.00064 10.0625,11.999488 C 10.096343,11.996051 10.154679,11.986482 10.1875,11.97866 C 10.220039,11.969777 10.281193,11.949993 10.3125,11.937004 C 10.707397,11.758755 11,11.252846 11,10.666496 C 11,10.425058 10.959316,10.195387 10.875,10 L 9.125,10 z " + id="path2191" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.125,10 C 13.040684,10.195387 13,10.425058 13,10.666496 C 13,11.252846 13.292603,11.758755 13.6875,11.937004 C 13.718807,11.949993 13.779961,11.969777 13.8125,11.97866 C 13.845321,11.986482 13.903657,11.996051 13.9375,11.999488 C 13.954536,12.00064 13.98275,11.999488 14,11.999488 C 14.01725,11.999488 14.045464,12.00064 14.0625,11.999488 C 14.096343,11.996051 14.154679,11.986482 14.1875,11.97866 C 14.220039,11.969777 14.281193,11.949993 14.3125,11.937004 C 14.707397,11.758755 15,11.252846 15,10.666496 C 15,10.425058 14.959316,10.195387 14.875,10 L 13.125,10 z " + id="path2193" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.3,15 L 14.7,15 C 14.8662,15 15,15.223 15,15.5 C 15,15.777 14.8662,16 14.7,16 L 9.3,16 C 9.1338,16 9,15.777 9,15.5 C 9,15.223 9.1338,15 9.3,15 z " + id="rect2278" /> + <path + style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 7.4999998,10.01227 C 7.4999998,10.833497 6.8298448,11.5 6.0041178,11.5 C 5.1783908,11.5 4.5082348,10.833497 4.5082348,10.01227 C 4.5082348,8.5566129 5.5863748,6.8174111 6.0041178,6.0938588 C 6.4499728,6.8661023 7.4999998,8.5227677 7.4999998,10.01227 z " + id="path3529" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/teeth.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-teeth.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-teeth.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="25.730843" + inkscape:cx="22.602397" + inkscape:cy="13.317176" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#babdb6" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999821;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1319" + width="9.0093803" + height="2.0219903" + x="7.4906206" + y="13.499999" + ry="1.4859641" + rx="1.4859624" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.000001,9.9999999 C 11.000001,11.104 10.552001,12 10.000001,12 C 9.4480002,12 9,11.104 9,9.9999999 C 9,8.8959999 9.0000003,8.6363117 9.0000003,8 C 10.214913,8.726047 11.000001,8.8959999 11.000001,9.9999999 z " + id="path2224" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,10 C 13,11.104 13.448001,12 14.000001,12 C 14.552001,12 15.000002,11.104 15.000002,10 C 15.000002,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785089,8.726047 13,8.8959999 13,10 z " + id="path2228" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/terror.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,248 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="terror.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/terror.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3314"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3316" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3318" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient3314" + id="linearGradient3320" + x1="20.020306" + y1="13.344351" + x2="20.032677" + y2="18.300411" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1.788139e-7,-1.230718e-2)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.782829" + inkscape:cy="12.158403" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#888a85" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,12 C 16.413519,14.283765 14.403819,16 12,16 C 9.596182,16 7.586481,14.283765 7,12 C 8.053747,13.478811 9.904443,15.044402 12,15.044402 C 14.095556,15.044403 15.946253,13.478811 17,12 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#888a85;stroke-width:1.05276585;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.5,2.5292398 C 8.7334132,2.6694187 5.4187657,4.298043 4.2146255,6.4975093 L 19.753807,6.4975093 C 17.979874,3.9594982 14.965132,2.5292398 12,2.5292398 C 11.836146,2.5292398 11.661825,2.5210404 11.5,2.5292398 z M 2.6256345,13.550165 C 3.1261346,18.316571 7.0946129,21.500797 12,21.500797 C 16.905387,21.500797 20.842297,18.316571 21.342798,13.550165 L 2.6256345,13.550165 z " + id="path2229" + sodipodi:nodetypes="cccsccscc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98988646" + inkscape:original="M 11.5 2.53125 C 8.7334132 2.6714288 5.4228902 4.3005337 4.21875 6.5 L 19.75 6.5 C 17.976067 3.9619887 14.965132 2.53125 12 2.53125 C 11.836146 2.5312499 11.661825 2.5230506 11.5 2.53125 z M 2.625 13.5625 C 3.1255002 18.328906 7.0946129 21.5 12 21.5 C 16.905387 21.5 20.843249 18.328906 21.34375 13.5625 L 2.625 13.5625 z " + xlink:href="#path2229" + style="opacity:0.6;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4755" + inkscape:href="#path2229" + d="M 11.5625,3.53125 C 9.8766252,3.6166707 7.8866398,4.4357394 6.5,5.5 L 17.46875,5.5 C 15.928123,4.2319158 13.948269,3.53125 12,3.53125 C 11.803124,3.5312499 11.655136,3.5265563 11.5625,3.53125 z M 3.9375,14.5625 C 4.8412079,18.168063 7.9420923,20.5 12,20.5 C 16.057908,20.5 19.132099,18.170572 20.03125,14.5625 L 3.9375,14.5625 z " /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.000001,9.9999999 C 11.000001,11.104 10.552001,12 10.000001,12 C 9.448,12 9,11.104 9,9.9999999 C 9,8.8959999 9,8.6363117 9,8 C 10.214913,8.726047 11.000001,8.8959999 11.000001,9.9999999 z " + id="path3204" + sodipodi:nodetypes="csscc" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3206" + width="6" + height="1" + x="9" + y="-18" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3208" + width="8" + height="1" + x="8" + y="-16" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3295" + width="1.9875985" + height="9" + x="18.510832" + y="2.5" + rx="0.99070883" + ry="0.99070925" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.5,14.5 L 20.605964,15.383883 L 22.5,19.512307 L 18.5,19.512307 L 18.5,14.5 z " + id="path3304" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3300" + width="2.9982274" + height="3.9993827" + x="18.5" + y="10.500617" + rx="0.94701803" + ry="0.94701803" /> + <path + style="fill:url(#linearGradient3320);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.5,14.487693 L 20.605964,15.371576 L 22.5,19.5 L 18.5,19.5 L 18.5,14.487693 z " + id="rect3297" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3302" + width="2" + height="1" + x="17" + y="3" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/thinking.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-thinking.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="9.2657614" + height="0.90279728" + x="3.2919278" + y="17.697556" + ry="0.49837941" + rx="0.4987258" + transform="matrix(0.967817,-0.251655,0.266156,0.96393,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1319" + sodipodi:cx="10.133093" + sodipodi:cy="10.031485" + sodipodi:rx="0.88388348" + sodipodi:ry="1.8466851" + d="M 11.016976 10.031485 A 0.88388348 1.8466851 0 1 1 9.2492094,10.031485 A 0.88388348 1.8466851 0 1 1 11.016976 10.031485 z" + transform="matrix(1.131371,0,0,1.083022,-1.464288,-2.864318)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1321" + sodipodi:cx="10.133093" + sodipodi:cy="10.031485" + sodipodi:rx="0.88388348" + sodipodi:ry="1.8466851" + d="M 11.016976 10.031485 A 0.88388348 1.8466851 0 1 1 9.2492094,10.031485 A 0.88388348 1.8466851 0 1 1 11.016976 10.031485 z" + transform="matrix(1.131371,0,0,1.083022,2.535712,-2.864318)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/thunder.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2201" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="thunder.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/rain.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2203"> + <linearGradient + inkscape:collect="always" + id="linearGradient2256"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2258" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2260" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2262" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" + gradientTransform="matrix(1,9.812014e-18,-3.174809e-18,1.105,5.953376e-16,-0.793125)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2266" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,-3.277001e-17,1.213617e-16,1.105,-3.810358e-16,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2256" + id="radialGradient2270" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,3.631959e-18,-6.202865e-17,1.105,3.70457e-15,-0.793125)" + cx="17.904432" + cy="8.5087223" + fx="17.904432" + fy="8.5087223" + r="3.5714285" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.375416" + inkscape:cx="18.512014" + inkscape:cy="12.737263" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fill="#edd400" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata2206"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.266693,11.476003 L 7.7345569,15.714602 L 10.346889,16.468452 L 8.9036114,20.648698 L 15.038086,16.083528 L 12.601366,14.919428 L 14.485973,11.395581 L 10.266693,11.476003 z " + id="rect2314" + sodipodi:nodetypes="cccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0080183" + inkscape:original="M 14.5 11.40625 L 10.28125 11.46875 L 7.75 15.71875 L 10.34375 16.46875 L 8.90625 20.65625 L 15.03125 16.09375 L 12.59375 14.90625 L 14.5 11.40625 z " + xlink:href="#rect2314" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2324" + inkscape:href="#rect2314" + d="M 12.75,12.4375 L 10.96875,12.46875 L 9.84375,15.03125 L 10.8125,15.40625 C 11.292291,15.585789 11.561146,16.096613 11.4375,16.59375 L 11.40625,16.75 L 12.40625,15.90625 L 12,15.625 C 11.557669,15.32965 11.420884,14.741471 11.6875,14.28125 L 12.75,12.4375 z " /> + <path + style="opacity:1;fill:#888a85;fill-opacity:1;stroke:#888a85;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.798651,2.5042879 C 9.3912835,2.603478 8.1615977,3.5200217 7.5096383,4.8149724 C 7.078938,4.6124813 6.6009354,4.5027178 6.1040772,4.5027178 C 4.1166454,4.5027178 2.5058412,6.2916738 2.5058412,8.4995775 C 2.5058412,10.707481 4.1166454,12.496438 6.1040772,12.496438 C 6.1118407,12.496438 6.1244366,12.496493 6.1321885,12.496438 C 6.1399404,12.496383 6.1525595,12.496547 6.1602997,12.496438 L 6.4695232,12.496438 L 16.53334,12.496438 L 16.870675,12.496438 C 16.878426,12.496493 16.891023,12.496438 16.898786,12.496438 C 18.886217,12.496438 20.497022,10.707481 20.497022,8.4995775 C 20.497022,6.2916739 18.886217,4.5027178 16.898786,4.5027178 C 16.114682,4.5027178 15.381921,4.7787836 14.790444,5.2521289 C 14.176386,3.6403617 12.725532,2.5042879 11.051652,2.5042879 C 10.964471,2.5042879 10.884466,2.4982397 10.798651,2.5042879 z " + id="path2237" + sodipodi:nodetypes="ccssssccccssscsc" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient2262);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2246" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848704,-0.658303,0.443438,13.87302,-11.21757)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient2266);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2264" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(0.419979,0.848582,-0.658302,0.443375,2.873003,-11.21523)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:url(#radialGradient2270);fill-opacity:1;stroke:none;stroke-width:0.94128603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2268" + sodipodi:cx="19.285715" + sodipodi:cy="7.5535712" + sodipodi:rx="3.5714285" + sodipodi:ry="3.9464285" + d="M 22.857144 7.5535712 A 3.5714285 3.9464285 0 1 1 15.714287,7.5535712 A 3.5714285 3.9464285 0 1 1 22.857144 7.5535712 z" + transform="matrix(4.961495e-7,1.12,-0.897657,-7.661627e-7,17.77931,-14.60097)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0351878" + inkscape:original="M 10.8125 2.5 C 9.4051328 2.59919 8.1519594 3.5175493 7.5 4.8125 C 7.0692997 4.6100089 6.5906082 4.5 6.09375 4.5 C 4.1063181 4.4999998 2.5 6.2920963 2.5 8.5 C 2.4999999 10.707903 4.1063182 12.5 6.09375 12.5 C 6.1015134 12.5 6.1172481 12.500055 6.125 12.5 C 6.1327521 12.499945 6.1485098 12.500109 6.15625 12.5 L 6.46875 12.5 L 16.53125 12.5 L 16.875 12.5 C 16.882752 12.500055 16.898487 12.5 16.90625 12.5 C 18.89368 12.5 20.5 10.707903 20.5 8.5 C 20.499999 6.2920964 18.893681 4.5 16.90625 4.5 C 16.122145 4.4999998 15.372727 4.7766547 14.78125 5.25 C 14.167192 3.6382326 12.73638 2.5 11.0625 2.5 C 10.975319 2.4999999 10.898315 2.4939518 10.8125 2.5 z " + xlink:href="#path2237" + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00595629;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2286" + inkscape:href="#path2237" + d="M 10.875,3.53125 C 9.8716407,3.6019659 8.9382625,4.2866132 8.4375,5.28125 C 8.1841105,5.7868076 7.5719333,5.9955043 7.0625,5.75 C 6.768424,5.611742 6.4378082,5.53125 6.09375,5.53125 C 4.7286142,5.5312499 3.53125,6.7941837 3.53125,8.5 C 3.5312499,10.205815 4.7286144,11.46875 6.09375,11.46875 C 6.1064026,11.46875 6.1320822,11.4687 6.125,11.46875 C 6.157303,11.468521 6.1829073,11.468375 6.15625,11.46875 L 6.46875,11.46875 L 16.53125,11.46875 L 16.875,11.46875 C 16.867918,11.4687 16.893598,11.46875 16.90625,11.46875 C 18.271383,11.46875 19.46875,10.205815 19.46875,8.5 C 19.468749,6.7941835 18.271385,5.53125 16.90625,5.53125 C 16.365641,5.5312499 15.849558,5.7327393 15.4375,6.0625 C 15.179235,6.2738645 14.834917,6.3477692 14.512661,6.2610081 C 14.190406,6.174247 13.929736,5.937461 13.8125,5.625 C 13.331183,4.3616492 12.267097,3.53125 11.0625,3.53125 C 10.927443,3.5312498 10.869214,3.5316578 10.875,3.53125 z " /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/tongue.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="tongue.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/protocols/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="41.799878" + inkscape:cx="18.141561" + inkscape:cy="12.349791" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 14.172879,13.5 C 14.172879,13.5 15.665397,13.509494 16.497954,13.509494 C 16.497954,14.418588 16.771215,17.476226 15.000957,17.476226 C 13.312246,17.476226 13.526885,14.011888 13.526885,14.011888 C 13.526885,13.728302 13.814998,13.5 14.172879,13.5 z " + id="rect1331" + sodipodi:nodetypes="cczcc" /> + <rect + style="opacity:1;fill:#a40000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="8" + height="1" + x="8" + y="13" + ry="0.5" + rx="0.5" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1327" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,4.23077,1.947223)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1329" + sodipodi:cx="8.2864075" + sodipodi:cy="8.5793905" + sodipodi:rx="1.4363106" + sodipodi:ry="2.1307905" + d="M 9.7227181 8.5793905 A 1.4363106 2.1307905 0 1 1 6.8500968,8.5793905 A 1.4363106 2.1307905 0 1 1 9.7227181 8.5793905 z" + transform="matrix(0.696228,0,0,0.938619,8.230771,1.947221)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/tremble.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="tremble.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/tremble.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.015062" + inkscape:cy="12.347807" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2191" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,2.243239,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2193" + sodipodi:cx="9.0598059" + sodipodi:cy="8.7845774" + sodipodi:rx="1.1679889" + sodipodi:ry="1.4520943" + d="M 10.227795 8.7845774 A 1.1679889 1.4520943 0 1 1 7.891817,8.7845774 A 1.1679889 1.4520943 0 1 1 10.227795 8.7845774 z" + transform="matrix(0.856173,0,0,1.377321,6.243238,-2.099183)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,8.978602,12.24899)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,7.773368,13.34952)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2942" + 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.250486,0,0,0.25031,20.95516,12.24899)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2944" + 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.149308,0,0,0.149316,19.75214,13.34256)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15,15 C 14.648111,13.858117 13.442291,13 12,13 C 10.557709,13 9.351889,13.858117 9,15 C 10.04381,15 13.608449,15 15,15 z " + id="path2186" + sodipodi:nodetypes="cscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/turtle.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,188 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="turtle.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/turtle.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3150" + id="radialGradient3156" + cx="9.9707184" + cy="9.0231543" + fx="9.9707184" + fy="9.0231543" + r="6.6449099" + gradientTransform="matrix(-0.967329,-1.194556e-8,3.246689e-17,-0.239785,21.14615,12.78978)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2220"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2222" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2224" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2220" + id="radialGradient2226" + cx="14.480017" + cy="6.2007046" + fx="14.480017" + fy="3.7429423" + r="5.5" + gradientTransform="matrix(1.137693,-1.543924e-8,1.078291e-8,0.723986,-2.473814,3.894761)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="24.082386" + inkscape:cx="23.013295" + inkscape:cy="15.442779" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.9235196,7.5010097 C 1.486732,8.1835774 0.73013571,10.56992 3.6474743,11.355444 C 4.1930454,11.502344 4.7689983,11.483155 5.3325276,11.483642 C 5.7134185,11.744415 5.9072423,12.211262 6.1913675,12.57045 C 6.6871041,13.248358 7.1558585,14.023121 7.9189127,14.419587 C 8.3508972,14.568619 8.8312731,14.474371 9.2653785,14.371713 C 9.9743873,14.199608 10.345511,13.473126 10.424134,12.791706 C 10.54432,11.90619 10.601512,10.875362 9.9626755,10.165587 C 9.20578,9.3076198 8.3390086,9.0683628 7.3410078,8.6308679 C 6.7277717,7.8699415 5.9926062,6.5024078 4.8693438,6.5024078 C 3.7589305,6.5024078 2.4657491,6.7117316 1.9235196,7.5010097 z " + id="path2180" + sodipodi:nodetypes="cscccssscsc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99399596" + inkscape:original="M 4.875 6.5 C 3.7645867 6.4999998 2.4797295 6.7107219 1.9375 7.5 C 1.5007124 8.1825679 0.73891141 10.558226 3.65625 11.34375 C 4.2018211 11.49065 4.7802207 11.468263 5.34375 11.46875 C 5.7246409 11.729523 5.9033748 12.203312 6.1875 12.5625 C 6.6832365 13.240408 7.1431958 14.009784 7.90625 14.40625 C 8.3382343 14.555282 8.8158946 14.477658 9.25 14.375 C 9.9590083 14.202895 10.358877 13.46267 10.4375 12.78125 C 10.557686 11.895734 10.607587 10.866025 9.96875 10.15625 C 9.2118549 9.2982824 8.3417508 9.0624949 7.34375 8.625 C 6.730514 7.8640735 5.9982624 6.5 4.875 6.5 z " + xlink:href="#path2180" + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1" + id="path2228" + inkscape:href="#path2180" + d="M 4.875,6.53125 C 4.3837465,6.53125 3.84272,6.5726408 3.4375,6.6875 C 3.03228,6.8023592 2.8003466,6.975555 2.71875,7.09375 C 2.6499144,7.2007956 2.4284805,7.8130967 2.5,8.25 C 2.5715195,8.6869033 2.7113601,9.0860802 3.90625,9.40625 C 4.258525,9.5006416 4.754095,9.4994926 5.34375,9.5 C 5.5459576,9.503826 5.7421883,9.5692362 5.90625,9.6875 C 6.6357691,10.184525 6.8261828,10.789396 6.96875,10.96875 C 6.979397,10.978934 6.9898162,10.989353 7,11 C 7.505724,11.688199 7.8815648,12.216728 8.3125,12.46875 C 8.4514703,12.494391 8.6905153,12.486436 9.03125,12.40625 C 9.2046811,12.364356 9.3593675,12.091852 9.40625,11.6875 C 9.5204317,10.850319 9.5047862,10.160001 9.21875,9.84375 C 8.6507355,9.203021 8.0058906,9.0285715 6.9375,8.5625 C 6.7918679,8.4999825 6.6632937,8.4035519 6.5625,8.28125 C 6.1934076,7.825496 5.8787176,7.3138006 5.5625,6.96875 C 5.2462824,6.6236994 5.0332712,6.53125 4.875,6.53125 z " /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1.00000131;stroke-miterlimit:4;stroke-opacity:1" + d="M 18.380154,15.500013 L 18.617592,13.449867 L 21.5,15.481415 L 18.380154,15.500013 z " + id="path2240" + sodipodi:nodetypes="cccc" /> + <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.655402,0,0,1.478325,-5.793349,2.040211)" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.499862,17.314043 C 11.499862,16.65142 11.045319,15.495783 9.9849261,15.495783 C 8.9245326,15.495783 8.5012247,16.598463 8.5012247,17.261084 C 8.5012247,17.923709 8.9245326,18.496799 9.9849261,18.496799 C 11.045319,18.496799 11.499862,17.976669 11.499862,17.314043 z " + id="path2269" + sodipodi:nodetypes="csssc" /> + <path + style="fill:#c17d11;fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999946;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 18.498911,17.314042 C 18.498911,16.651419 18.044492,15.495782 16.984386,15.495782 C 15.924281,15.495782 15.501088,16.598462 15.501088,17.261083 C 15.501088,17.923708 15.924281,18.496798 16.984386,18.496798 C 18.044492,18.496798 18.498911,17.976668 18.498911,17.314042 z " + id="path2195" + sodipodi:nodetypes="csssc" /> + <path + style="fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#2f6700;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.500046,13.830202 C 20.500046,17.325705 7.5001064,17.325705 7.5001064,13.830202 C 7.5001064,10.334695 10.412092,7.4977709 14.000076,7.4977709 C 17.58806,7.4977709 20.500046,10.334695 20.500046,13.830202 z " + id="path2202" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0086972" + inkscape:original="M 14 7.5 C 10.412016 7.5 7.5000001 10.348243 7.5 13.84375 C 7.5 17.339253 20.5 17.339253 20.5 13.84375 C 20.5 10.348243 17.587984 7.5000001 14 7.5 z " + xlink:href="#path2202" + style="opacity:0.5;fill:url(#radialGradient2226);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2210" + inkscape:href="#path2202" + d="M 14,7.5 C 10.948372,7.5 8.4999998,9.9214762 8.5,12.875 C 8.5,13.002674 8.5409451,13.08766 8.75,13.28125 C 8.9590549,13.47484 9.3496616,13.717065 9.875,13.90625 C 10.925677,14.28462 12.465813,14.5 14,14.5 C 15.534187,14.5 17.074323,14.28462 18.125,13.90625 C 18.650338,13.717065 19.040945,13.47484 19.25,13.28125 C 19.459055,13.08766 19.5,13.002674 19.5,12.875 C 19.5,9.9214753 17.05163,7.5000001 14,7.5 z " + transform="matrix(1.090909,0,0,1.142857,-1.181816,-1.571427)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0086972" + inkscape:original="M 14 7.5 C 10.412016 7.5 7.5000001 10.348243 7.5 13.84375 C 7.5 17.339253 20.5 17.339253 20.5 13.84375 C 20.5 10.348243 17.587984 7.5000001 14 7.5 z " + xlink:href="#path2202" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + id="path2337" + inkscape:href="#path2202" + d="M 14,7.5 C 10.948372,7.5 8.4999998,9.9214762 8.5,12.875 C 8.5,13.002674 8.5409451,13.08766 8.75,13.28125 C 8.9590549,13.47484 9.3496616,13.717065 9.875,13.90625 C 10.925677,14.28462 12.465813,14.5 14,14.5 C 15.534187,14.5 17.074323,14.28462 18.125,13.90625 C 18.650338,13.717065 19.040945,13.47484 19.25,13.28125 C 19.459055,13.08766 19.5,13.002674 19.5,12.875 C 19.5,9.9214753 17.05163,7.5000001 14,7.5 z " /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2245" + sodipodi:cx="2.9697978" + sodipodi:cy="13.27573" + sodipodi:rx="0.45689198" + sodipodi:ry="0.39343476" + d="M 3.4266898 13.27573 A 0.45689198 0.39343476 0 1 1 2.5129059,13.27573 A 0.45689198 0.39343476 0 1 1 3.4266898 13.27573 z" + transform="matrix(1.139792,0,0,2.54173,1.13581,-24.74333)" /> + <image + id="image2204" + height="48.350616" + width="48.350616" + sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png" + x="-50" + y="-13.350616" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/tv.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,319 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="tv.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/tv.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient1516" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1514" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient1512" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4478"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4480" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop4482" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3370"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3372" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3374" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3370" + id="radialGradient3376" + cx="12" + cy="2.8369939" + fx="12" + fy="2.8369939" + r="7" + gradientTransform="matrix(2.772431,-6.156034e-16,2.198584e-16,0.990154,-21.26917,0.804554)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4478" + id="radialGradient4484" + cx="7.1291904" + cy="7.6882362" + fx="7.1291904" + fy="7.6882362" + r="4.5000119" + gradientTransform="matrix(1.604671,8.078373e-16,-7.98649e-16,1.458793,-5.079767,-3.051189)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="27.091876" + inkscape:cy="17.634467" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ad7fa8" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g1504" + style="opacity:0.5" + transform="matrix(0.468085,0,0,0.749995,0.531915,-14.00136)"> + <rect + transform="scale(-1,-1)" + y="-48" + x="-11" + height="8" + width="10" + id="rect1506" + style="opacity:1;color:#000000;fill:url(#radialGradient1512);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="38" + height="8" + width="10" + id="rect1508" + style="opacity:1;color:#000000;fill:url(#radialGradient1514);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + y="40" + x="11" + height="8" + width="27" + id="rect1510" + style="opacity:1;color:#000000;fill:url(#linearGradient1516);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> + <rect + style="opacity:1;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4472" + width="19.001225" + height="15" + x="2.4999852" + y="4.4984436" + rx="1.0881892" + ry="1.0881873" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99334794" + inkscape:original="M 3.59375 4.5 C 2.9908932 4.5 2.5 4.9908943 2.5 5.59375 L 2.5 18.40625 C 2.5 19.009106 2.9908933 19.5 3.59375 19.5 L 20.40625 19.5 C 21.009107 19.5 21.5 19.009107 21.5 18.40625 L 21.5 5.59375 C 21.5 4.9908942 21.009106 4.5 20.40625 4.5 L 3.59375 4.5 z " + xlink:href="#rect4472" + style="opacity:0.4;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4500" + inkscape:href="#rect4472" + d="M 3.59375,5.5 C 3.5301355,5.5 3.5,5.5301364 3.5,5.59375 L 3.5,18.40625 C 3.5,18.469864 3.5301354,18.5 3.59375,18.5 L 20.40625,18.5 C 20.469866,18.5 20.5,18.469866 20.5,18.40625 L 20.5,5.59375 C 20.5,5.5301371 20.469863,5.5 20.40625,5.5 L 3.59375,5.5 z " /> + <rect + style="opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4474" + width="12.000097" + height="11.00154" + x="4.4999394" + y="6.4973197" + rx="1.0881896" + ry="1.0881872" /> + <rect + style="opacity:0.6;fill:url(#radialGradient4484);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4476" + width="11" + height="10" + x="5" + y="6.9984431" + rx="1.0881896" + ry="1.0881872" /> + <rect + style="opacity:0.25;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000095;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4486" + width="9.9954195" + height="8.9961233" + x="5.5018387" + y="7.5000005" + rx="0.19432107" + ry="0.19432107" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4488" + width="2" + height="1" + x="18" + y="15.998444" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4490" + width="2" + height="1" + x="18" + y="13.998444" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4492" + width="2" + height="1" + x="18" + y="11.998444" + rx="0" + ry="0" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4496" + sodipodi:cx="18.461224" + sodipodi:cy="6.3336344" + sodipodi:rx="0.97434235" + sodipodi:ry="0.99998295" + d="M 19.435566 6.3336344 A 0.97434235 0.99998295 0 1 1 17.486881,6.3336344 A 0.97434235 0.99998295 0 1 1 19.435566 6.3336344 z" + transform="matrix(1.026336,0,0,0.999238,5.257953e-2,3.670413)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/umbrella.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="umbrella.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/umbrella.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + 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" + id="linearGradient2195"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2197" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2199" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2195" + id="linearGradient2201" + x1="11.550606" + y1="2.9667907" + x2="11.550606" + y2="9.3244219" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="19.232915" + inkscape:cy="10.158975" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.730649,0,0,1.478324,-7.102141,5.040217)" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#babdb6;stroke-width:1.0000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2185" + width="2.0018275" + height="7.9856114" + x="11.498403" + y="9.5143881" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:#282828;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 11.274096,2.5043887 C 6.8045684,2.8722631 2.5001244,6.9379416 2.5001244,11.796958 C 2.813454,11.459465 3.8855283,10.834052 3.9203718,10.834052 C 4.8676765,10.834052 6.0995951,11.53443 6.3190987,12.499985 L 6.4453429,12.499985 C 6.6648464,11.53443 7.0128816,10.834052 7.9601865,10.834052 C 8.907491,10.834052 10.076275,11.53443 10.295779,12.499985 L 10.422023,12.499985 C 10.641526,11.53443 11.052696,10.834052 12,10.834052 C 12.947306,10.834052 14.242358,11.53443 14.461862,12.499985 L 14.588106,12.499985 C 14.80761,11.53443 15.09251,10.834052 16.039815,10.834052 C 16.98712,10.834052 18.155904,11.53443 18.375408,12.499985 L 18.501652,12.499985 C 18.721156,11.53443 19.132324,10.834052 20.079629,10.834052 C 20.637124,10.834052 21.134274,11.392045 21.499877,11.79409 C 21.499877,6.6012361 16.799627,2.5043886 12,2.5043887 C 11.834451,2.5043887 11.658522,2.4952323 11.495023,2.5043887 C 11.418575,2.5086701 11.350066,2.4981358 11.274096,2.5043887 z " + id="path1307" + sodipodi:nodetypes="ccsccsccsccsccscssc" /> + <path + style="opacity:0.3;fill:url(#linearGradient2201);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999958;stroke-miterlimit:4;stroke-opacity:1" + d="M 3.90625,9.875 C 4.7195258,9.875 5.3986613,10.261841 5.9375,10.8125 C 6.4763388,10.26184 7.1554742,9.875 7.96875,9.875 C 8.7820257,9.875 9.4382741,10.26006 9.96875,10.8125 C 10.507589,10.26184 11.186724,9.875 12,9.875 C 12.813276,9.875 13.492411,10.261841 14.03125,10.8125 C 14.561726,10.26006 15.217974,9.875 16.03125,9.875 C 16.844526,9.875 17.523661,10.261841 18.0625,10.8125 C 18.601339,10.261841 19.280474,9.875 20.09375,9.875 C 19.101499,6.2196641 15.626717,3.4687499 12,3.46875 C 11.798744,3.4687499 11.652528,3.46875 11.5625,3.46875 C 7.9489379,3.46875 4.8762315,6.4735117 3.90625,9.875 z " + id="path1318" + sodipodi:nodetypes="ccscscsccssc" /> + <path + style="opacity:1;fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:0.99999964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.493645,18.499241 C 13.493645,19.957826 11.907378,21.50679 9.9486072,21.506791 C 7.9898366,21.506791 6.5063589,20.09132 6.5063589,18.632737 L 8.5276524,18.632737 C 8.5276524,19.258093 9.1088008,19.600793 9.9486072,19.600793 C 10.788412,19.600793 11.472351,19.124597 11.472351,18.499241 L 13.493645,18.499241 z " + id="path2187" + sodipodi:nodetypes="ccccscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/vampire.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="face-vampire.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-vampire.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="33.952051" + inkscape:cx="17.487839" + inkscape:cy="11.49549" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#555753" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,11 C 16.413519,13.263345 14.403819,19 12,19 C 9.596182,19 7.586481,13.263345 7,11 C 8.053747,12.465588 9.8821216,14.128788 11.977679,14.128788 C 14.073235,14.128789 15.946253,12.465588 17,11 z " + id="path2278" + sodipodi:nodetypes="cscsc" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.0000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2199" + width="1" + height="2" + x="9" + y="14" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <rect + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.0000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2201" + width="1" + height="2" + x="14" + y="14" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,11 C 16.413519,13.283765 14.403819,15 12,15 C 9.596182,15 7.586481,13.283765 7,11 C 8.053747,12.478811 9.904443,14.044402 12,14.044402 C 14.095556,14.044403 15.946253,12.478811 17,11 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 13,9.9999999 C 13,11.104 13.448,12 14,12 C 14.552001,12 15.000001,11.104 15.000001,9.9999999 C 15.000001,8.8959999 15.000001,8.6363117 15.000001,8 C 13.785088,8.726047 13,8.8959999 13,9.9999999 z " + id="path3132" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#cc0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.000001,9.9999999 C 11.000001,11.104 10.552001,12 10.000001,12 C 9.448,12 9,11.104 9,9.9999999 C 9,8.8959999 9,8.6363117 9,8 C 10.214913,8.726047 11.000001,8.8959999 11.000001,9.9999999 z " + id="path2276" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/victory.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="victory.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/victory.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2427"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop2429" /> + <stop + style="stop-color:#ef2929;stop-opacity:0;" + offset="1" + id="stop2431" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2427" + id="radialGradient2433" + cx="12.467445" + cy="13.207286" + fx="12.467445" + fy="13.207286" + r="3.8738739" + gradientTransform="matrix(1.031727,-3.469361e-16,2.206895e-16,0.405482,-0.39556,7.851964)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.556977" + inkscape:cx="20.410928" + inkscape:cy="13.314409" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#ef2929" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 14.641583,7.000258 C 14.679329,7.007089 14.745122,7.030186 14.781988,7.041921 C 14.83072,7.05969 14.922307,7.099265 14.969194,7.125247 C 15.56061,7.481805 15.998827,8.493797 15.998827,9.666696 C 15.998827,9.781686 16.006772,9.888833 15.998827,10 C 15.897529,9.184362 15.385047,8.540062 14.781988,8.37514 C 14.732834,8.363406 14.645467,8.338632 14.594782,8.333477 C 14.569268,8.331748 14.527013,8.333477 14.501179,8.333477 C 14.475344,8.333477 14.43309,8.331748 14.407576,8.333477 C 14.356891,8.338632 14.269524,8.363406 14.22037,8.37514 C 13.617311,8.540062 13.104829,9.184362 13.003531,10 C 12.995586,9.888833 13.003531,9.781686 13.003531,9.666696 C 13.003531,8.493797 13.441747,7.481805 14.033164,7.125247 C 14.080051,7.099265 14.171638,7.05969 14.22037,7.041921 C 14.269524,7.026274 14.356891,7.007131 14.407576,7.000258 C 14.43309,6.997952 14.475344,7.000258 14.501179,7.000258 C 14.527013,7.000258 14.569268,6.997952 14.594782,7.000258 C 14.607453,7.001976 14.629002,6.99798 14.641583,7.000258 z " + id="path2193" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.3584164,7.000258 C 9.3206704,7.007089 9.2548774,7.030186 9.2180114,7.041921 C 9.1692794,7.05969 9.0776924,7.099265 9.0308054,7.125247 C 8.4393894,7.481805 8.0011724,8.493797 8.0011724,9.666696 C 8.0011724,9.781686 7.9932274,9.888833 8.0011724,10 C 8.1024704,9.184362 8.6149524,8.540062 9.2180114,8.37514 C 9.2671654,8.363406 9.3545324,8.338632 9.4052174,8.333477 C 9.4307314,8.331748 9.4729864,8.333477 9.4988204,8.333477 C 9.5246554,8.333477 9.5669094,8.331748 9.5924234,8.333477 C 9.6431084,8.338632 9.7304754,8.363406 9.7796294,8.37514 C 10.382688,8.540062 10.895171,9.184362 10.996469,10 C 11.004414,9.888833 10.996469,9.781686 10.996469,9.666696 C 10.996469,8.493797 10.558253,7.481805 9.9668354,7.125247 C 9.9199484,7.099265 9.8283614,7.05969 9.7796294,7.041921 C 9.7304754,7.026274 9.6431084,7.007131 9.5924234,7.000258 C 9.5669094,6.997952 9.5246554,7.000258 9.4988204,7.000258 C 9.4729864,7.000258 9.4307314,6.997952 9.4052174,7.000258 C 9.3925464,7.001976 9.3709974,6.99798 9.3584164,7.000258 z " + id="path2423" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,11 C 16.413519,13.283765 14.403819,15 12,15 C 9.596182,15 7.586481,13.283765 7,11 C 8.053747,12.478811 9.904443,14.044402 12,14.044402 C 14.095556,14.044403 15.946253,12.478811 17,11 z " + id="path5839" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2635" + 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.250486,0,0,0.25031,6.976388,3.277023)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2637" + 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.149308,0,0,0.149316,5.773368,4.370593)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:4.00356054;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5918" + 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.250486,0,0,0.25031,21.97639,3.248987)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.69739294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5920" + 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.149308,0,0,0.149316,20.77337,4.342557)" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/watermelon.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="watermelon.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/shut-mouth.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient2408" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" + cx="6.1292181" + cy="16.357243" + fx="3.8323154" + fy="18.618282" + r="9.975256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.500333" + inkscape:cx="23.117344" + inkscape:cy="19.323029" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#9db029" + inkscape:window-width="1268" + inkscape:window-height="972" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + 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.478325,-5.793351,3.040207)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#4e9a06;fill-opacity:1;stroke:#2a5900;stroke-width:1.18449545;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.752214,0.757713,3.733648)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient2408);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.902232,0,0,0.701736,1.348101,4.292813)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;stroke:#3d8200;stroke-width:2.14004993;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2338" + 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.871566,0,0,0.250528,1.915627,9.249045)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:none;fill-opacity:1;stroke:#3d8200;stroke-width:1.44310725;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2336" + 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.871564,0,0,0.550938,1.904251,5.944782)" /> + <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" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/weep.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,185 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="weep.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/weep.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="17.172898" + inkscape:cy="11.463923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#3465a4" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 8.9999989,9.999999 C 8.9999989,11.103999 9.4479989,12 9.9999995,12 C 10.552,12 11,11.103999 11,9.999999 C 11,8.8959994 11,8.6363112 11,7.9999995 C 9.7850869,8.7260465 8.9999989,8.8959994 8.9999989,9.999999 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + style="fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 15,9.999999 C 15,11.103999 14.551999,12 13.999999,12 C 13.447999,12 12.999999,11.103999 12.999999,9.999999 C 12.999999,8.8959994 12.999999,8.6363112 12.999999,7.9999995 C 14.214911,8.7260465 15,8.8959994 15,9.999999 z " + id="path1340" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4808" + sodipodi:cx="8.317975" + sodipodi:cy="10.205105" + sodipodi:rx="0.99436891" + sodipodi:ry="0.88388348" + d="M 9.312344 10.205105 A 0.99436891 0.88388348 0 1 1 7.3236061,10.205105 A 0.99436891 0.88388348 0 1 1 9.312344 10.205105 z" + transform="matrix(1.005663,0,0,1.131371,0.634921,0.454244)" /> + <path + sodipodi:type="arc" + style="opacity:0.3;fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5683" + sodipodi:cx="8.317975" + sodipodi:cy="10.205105" + sodipodi:rx="0.99436891" + sodipodi:ry="0.88388348" + d="M 9.312344 10.205105 A 0.99436891 0.88388348 0 1 1 7.3236061,10.205105 A 0.99436891 0.88388348 0 1 1 9.312344 10.205105 z" + transform="matrix(1.005663,0,0,1.131371,6.63492,0.45424)" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="6" + height="1" + x="9" + y="15" + ry="0.5" + rx="0.5" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/wilt.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="wilt.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-neutral.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="19.098502" + inkscape:cy="11.937432" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#fce94f" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.125,9.9992316 C 9.040684,10.292387 8.9999999,10.636982 9,10.999232 C 9,11.878982 9.2926031,12.63804 9.6875,12.905482 C 9.7188067,12.92497 9.7799609,12.954654 9.8125,12.967982 C 9.8453209,12.979718 9.9036566,12.994076 9.9375,12.999232 C 9.9545364,13.000961 9.98275,12.999232 10,12.999232 C 10.01725,12.999232 10.045464,13.000961 10.0625,12.999232 C 10.096343,12.994076 10.154679,12.979718 10.1875,12.967982 C 10.220039,12.954654 10.281193,12.92497 10.3125,12.905482 C 10.707397,12.63804 11,11.878982 11,10.999232 C 11,10.636982 10.959316,10.292387 10.875,9.9992316 L 9.125,9.9992316 z " + id="path2191" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.125,9.9992316 C 13.040684,10.292387 13,10.636982 13,10.999232 C 13,11.878982 13.292603,12.63804 13.6875,12.905482 C 13.718807,12.92497 13.779961,12.954654 13.8125,12.967982 C 13.845321,12.979718 13.903657,12.994076 13.9375,12.999232 C 13.954536,13.000961 13.98275,12.999232 14,12.999232 C 14.01725,12.999232 14.045464,13.000961 14.0625,12.999232 C 14.096343,12.994076 14.154679,12.979718 14.1875,12.967982 C 14.220039,12.954654 14.281193,12.92497 14.3125,12.905482 C 14.707397,12.63804 15,11.878982 15,10.999232 C 15,10.636982 14.959316,10.292387 14.875,9.9992316 L 13.125,9.9992316 z " + id="path2193" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2278" + width="4" + height="1" + x="10" + y="15" + ry="0.5" + rx="0.5" /> + <rect + style="opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect9087" + width="3" + height="0.99999952" + x="7" + y="12.999231" /> + <rect + style="opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect9089" + width="3" + height="0.99999952" + x="14" + y="12.999231" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/wink.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes" + sodipodi:docname="face-wink.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="14.868488" + inkscape:cy="11.684894" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#f57900" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.533484,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,13 C 16.413519,15.283765 14.403819,17 12,17 C 9.596182,17 7.586481,15.283765 7,13 C 8.053747,14.478811 9.904443,16.044402 12,16.044402 C 14.095556,16.044403 15.946253,14.478811 17,13 z " + id="path2186" + sodipodi:nodetypes="cscsc" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.499999,9.9999997 C 10.327999,9.9999997 11,9.7759997 11,9.5000007 C 11,9.2239997 10.327999,8.9999997 9.499999,8.9999997 C 8.6719998,8.9999997 8.4772337,8.9999997 8,8.9999997 C 8.5445351,9.6074557 8.6719998,9.9999997 9.499999,9.9999997 z " + id="path2191" + sodipodi:nodetypes="csscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1321" + sodipodi:cx="13.968515" + sodipodi:cy="9.8420811" + sodipodi:rx="0.77339804" + sodipodi:ry="1.7519833" + d="M 14.741913 9.8420811 A 0.77339804 1.7519833 0 1 1 13.195117,9.8420811 A 0.77339804 1.7519833 0 1 1 14.741913 9.8420811 z" + transform="matrix(1.292995,0,0,1.141563,-4.06122,-1.235356)" /> + <path + style="fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 9.9999993,10 C 10.551999,10 11,10.224 11,10.499999 C 11,10.776 10.551999,11 9.9999993,11 C 9.4479998,11 9.3181558,11 9,11 C 9.3630234,10.392544 9.4479998,10 9.9999993,10 z " + id="path2196" + sodipodi:nodetypes="csscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/yawn.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,169 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="yawn.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emotes/face-smile.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="22.93912" + inkscape:cy="14.026993" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#2e3436" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#edd400;fill-opacity:1;stroke:#f57900;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,0.952236,0.757713,1.541608)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545455;fill:url(#radialGradient3114);fill-opacity:1.0;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,0.801938,2.532654,3.191833)" /> + <path + sodipodi:type="arc" + style="opacity:0.5;fill:none;fill-opacity:1.0;stroke:#ffffff;stroke-width:1.17343897;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,0.852216,1.93909,2.639626)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 11.000003,7.9999959 C 11.000003,8.3679958 10.104003,8.9999959 9.000003,8.9999959 C 7.8960028,8.9999959 7.000003,8.3679958 7.000003,7.9999959 C 9.256601,7.9999959 9.021355,7.9999959 11.000003,7.9999959 z " + id="path2191" + sodipodi:nodetypes="cscc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2251" + sodipodi:cx="9.3754778" + sodipodi:cy="13.4881" + sodipodi:rx="6.1556172" + sodipodi:ry="6.1556172" + d="M 15.531095 13.4881 A 6.1556172 6.1556172 0 1 1 3.2198606,13.4881 A 6.1556172 6.1556172 0 1 1 15.531095 13.4881 z" + transform="matrix(0.324906,0,0,0.48736,8.953854,6.426438)" /> + <path + style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 17.000003,7.9999959 C 17.000003,8.3679958 16.104003,8.9999959 15.000003,8.9999959 C 13.896003,8.9999959 13.000003,8.3679958 13.000003,7.9999959 C 15.256601,7.9999959 15.021355,7.9999959 17.000003,7.9999959 z " + id="path4439" + sodipodi:nodetypes="cscc" /> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/scalable/yin-yang.svg Mon Jan 22 08:37:53 2007 +0000 @@ -0,0 +1,192 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emotes/scalable" + sodipodi:docname="ying-yan.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/chicken.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient2255"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2257" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2259" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3150"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3152" /> + <stop + style="stop-color:#2e3436;stop-opacity:0;" + offset="1" + id="stop3154" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3104"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3106" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3108" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3104" + id="radialGradient3114" + cx="8.3343515" + cy="14.186539" + fx="8.3343515" + fy="14.186539" + r="9.975256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9327,0.932656,-0.947494,-0.947449,33.02126,11.96667)" /> + <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="#linearGradient2255" + id="linearGradient2261" + x1="11.579216" + y1="23.286755" + x2="11.579216" + y2="-7.660862" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="18.223623" + inkscape:cy="10.218668" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#eeeeec" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient3156);fill-opacity:1.0;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.504911,0,0,1.300982,-4.175772,6.474929)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:#555753;stroke-width:1.05276573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + 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.952236,0,0,-0.952236,23.24221,22.45847)" /> + <path + sodipodi:type="arc" + style="opacity:0.79545456;fill:url(#radialGradient3114);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3102" + 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.8019,0,0,-0.801938,21.46727,20.80824)" /> + <path + style="opacity:1;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.85333109;stroke-miterlimit:4;stroke-opacity:1" + d="M 6.9999235,16.597994 C 6.9999235,14.168405 9.3995845,12.007162 12.045147,12.007162 C 15.322665,12.007162 20.023141,7.655233 14.339192,3.337164 C 24.380045,6.027603 22.607262,20.999422 11.792609,20.999422 C 9.1470375,20.999422 6.9999235,19.027582 6.9999235,16.597994 z " + id="path2236" + sodipodi:nodetypes="cscsc" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2242" + sodipodi:cx="11.853478" + sodipodi:cy="7.0553551" + sodipodi:rx="0.73841345" + sodipodi:ry="0.66068572" + d="M 12.591892 7.0553551 A 0.73841345 0.66068572 0 1 1 11.115065,7.0553551 A 0.73841345 0.66068572 0 1 1 12.591892 7.0553551 z" + transform="matrix(-2.03148,0,0,-2.270366,35.58018,32.51824)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2244" + sodipodi:cx="11.853478" + sodipodi:cy="7.0553551" + sodipodi:rx="0.73841345" + sodipodi:ry="0.66068572" + d="M 12.591892 7.0553551 A 0.73841345 0.66068572 0 1 1 11.115065,7.0553551 A 0.73841345 0.66068572 0 1 1 12.591892 7.0553551 z" + transform="matrix(-2.031379,0,0,-2.270374,35.5789,23.51829)" /> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:none;fill-opacity:1.0;stroke:url(#linearGradient2261);stroke-width:1.17343903;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2184" + 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.852176,0,0,-0.852216,22.06083,21.36045)" /> + </g> +</svg>
--- a/pidgin/pixmaps/smileys/Makefile.am Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -SUBDIRS = default none -
--- a/pidgin/pixmaps/smileys/Makefile.mingw Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Gaim pixmaps -# - -include ./Makefile.am - -.PHONY: install - -install: - if test '$(SUBDIRS)'; then \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - $(MAKE) -C $$subdir -f Makefile.mingw install; \ - done; \ - fi;
--- a/pidgin/pixmaps/smileys/THEMES-HOWTO Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -Gaim Smiley Themes Documentation -Sean M. Egan -5 Jan 2003 - -Version 0.60 of Gaim brings up all themable smileys. In the preferences dialog, a user can choose from a selection of looks his smileys will take. This guide is to serve as a reference to those interested in creating third-party smiley themes. - -Your theme should be contained in a single directory. This directory will be installed in the Gaim smiley theme directory ($HOME/.gaim/smileys/). This directory will contain a file called `theme' that specifies the theme metadata and image files that are used by the theme. The format of the `theme' file is as follows. - -The beginning of the file contains some metainformation about the theme in the format - -Key=Value - -Valid keys include: -Name - Name of the theme -Description - Description of the theme -Icon - An image used to represent the theme in the theme selector UI -Author - The author's name - -Following this meta-information are "sml" groups. A "sml" group is a group of smileys that will be shown together. For example, each protocol has its own "sml" group (MSN, Yahoo, Gadu-Gadu, etc.). The name of the group is surrounded in square brackets, and each line beneath it (until the next sml group or the end of the file) defines a smiley. -Each line of the group starts with a filename of the icon followed by a space-delimited list of the characters that represent it. - -Example: -[AIM/ICQ] -smiley.png :) :-) - -In the smiley selector UI, each icon will only be shown once, and the first string representing it will be used. To keep a smiley out of the selector altogether, make the first two characters of the line "! " followed by the filename and emoticons. - -As of 2.0.0beta2, spaces and backslashes in the "list of characters" (see above) must be escaped by prepending them with a backslash. For example, to define a smiley that is represented by ":-/" and ":-\", use: - -[AIM/ICQ] -think.png :-/ :-\\ -
--- a/pidgin/pixmaps/smileys/default/Makefile.am Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,298 +0,0 @@ -AIM_SMILEYS = \ - angel.png \ - bigsmile.png \ - burp.png \ - cool.png \ - crazy.png \ - crossedlips.png \ - cry.png \ - download.png \ - embarrassed.png \ - farted.png \ - kiss.png \ - luke.png \ - moneymouth.png \ - mrt.png \ - oneeye.png \ - sad.png \ - scream.png \ - smile.png \ - think.png \ - tongue.png \ - wink.png \ - yell.png - -MSN_SMILEYS = \ - msn_angel.png \ - msn_angry.png \ - msn_away.png \ - msn_bat.gif \ - msn_beer.png \ - msn_bowl.png \ - msn_boy.png \ - msn_brb.png \ - msn_brheart.png \ - msn_cake.gif \ - msn_car.png \ - msn_cat.png \ - msn_cellphone.png \ - msn_cigarette.gif \ - msn_clock.png \ - msn_coffee.png \ - msn_coins.png \ - msn_computer.png \ - msn_cry.gif \ - msn_deadflower.png \ - msn_devil.png \ - msn_dog.png \ - msn_dontknow.gif \ - msn_donttell.png \ - msn_drink.png \ - msn_email.png \ - msn_embarrassed.png \ - msn_eyeroll.gif \ - msn_film.png \ - msn_fingerscrossed.png \ - msn_flower.png \ - msn_gift.png \ - msn_girl.png \ - msn_handcuffs.png \ - msn_heart.png \ - msn_highfive.png \ - msn_hot.png \ - msn_icon.png \ - msn_idea.png \ - msn_island.png \ - msn_kiss.png \ - msn_laugh.png \ - msn_lightning.gif \ - msn_nerd.png \ - msn_neutral.png \ - msn_note.png \ - msn_occ.png \ - msn_online.png \ - msn_ooooh.png \ - msn_party.gif \ - msn_phone.png \ - msn_photo.png \ - msn_pizza.png \ - msn_plane.png \ - msn_plate.png \ - msn_question.png \ - msn_rainbow.png \ - msn_run.png \ - msn_runback.png \ - msn_sad.png \ - msn_sarcastic.png \ - msn_secret.png \ - msn_sheep.png \ - msn_sick.png \ - msn_sleep.png \ - msn_sleepy.gif \ - msn_smiley.png \ - msn_snail.png \ - msn_soccer.png \ - msn_star.png \ - msn_stormy.png \ - msn_sun.png \ - msn_sunglasses.png \ - msn_teeth.png \ - msn_think.gif \ - msn_thumbdown.png \ - msn_thumbup.png \ - msn_tongue.png \ - msn_turtle.png \ - msn_umbrella.png \ - msn_weird.png \ - msn_wink.gif \ - msn_xbox.png - -QQ_SMILEYS = \ - qq_smiley_0.gif \ - qq_smiley_10.gif \ - qq_smiley_11.gif \ - qq_smiley_12.gif \ - qq_smiley_13.gif \ - qq_smiley_14.gif \ - qq_smiley_15.gif \ - qq_smiley_16.gif \ - qq_smiley_17.gif \ - qq_smiley_18.gif \ - qq_smiley_19.gif \ - qq_smiley_1.gif \ - qq_smiley_20.gif \ - qq_smiley_21.gif \ - qq_smiley_22.gif \ - qq_smiley_23.gif \ - qq_smiley_24.gif \ - qq_smiley_25.gif \ - qq_smiley_26.gif \ - qq_smiley_27.gif \ - qq_smiley_28.gif \ - qq_smiley_29.gif \ - qq_smiley_2.gif \ - qq_smiley_30.gif \ - qq_smiley_31.gif \ - qq_smiley_32.gif \ - qq_smiley_33.gif \ - qq_smiley_34.gif \ - qq_smiley_35.gif \ - qq_smiley_36.gif \ - qq_smiley_37.gif \ - qq_smiley_38.gif \ - qq_smiley_39.gif \ - qq_smiley_3.gif \ - qq_smiley_40.gif \ - qq_smiley_41.gif \ - qq_smiley_42.gif \ - qq_smiley_43.gif \ - qq_smiley_44.gif \ - qq_smiley_45.gif \ - qq_smiley_46.gif \ - qq_smiley_47.gif \ - qq_smiley_48.gif \ - qq_smiley_49.gif \ - qq_smiley_4.gif \ - qq_smiley_50.gif \ - qq_smiley_51.gif \ - qq_smiley_52.gif \ - qq_smiley_53.gif \ - qq_smiley_54.gif \ - qq_smiley_55.gif \ - qq_smiley_56.gif \ - qq_smiley_57.gif \ - qq_smiley_58.gif \ - qq_smiley_59.gif \ - qq_smiley_5.gif \ - qq_smiley_60.gif \ - qq_smiley_61.gif \ - qq_smiley_62.gif \ - qq_smiley_63.gif \ - qq_smiley_64.gif \ - qq_smiley_65.gif \ - qq_smiley_66.gif \ - qq_smiley_67.gif \ - qq_smiley_68.gif \ - qq_smiley_69.gif \ - qq_smiley_6.gif \ - qq_smiley_70.gif \ - qq_smiley_71.gif \ - qq_smiley_72.gif \ - qq_smiley_73.gif \ - qq_smiley_74.gif \ - qq_smiley_75.gif \ - qq_smiley_76.gif \ - qq_smiley_77.gif \ - qq_smiley_78.gif \ - qq_smiley_79.gif \ - qq_smiley_7.gif \ - qq_smiley_80.gif \ - qq_smiley_81.gif \ - qq_smiley_82.gif \ - qq_smiley_83.gif \ - qq_smiley_84.gif \ - qq_smiley_85.gif \ - qq_smiley_86.gif \ - qq_smiley_87.gif \ - qq_smiley_88.gif \ - qq_smiley_89.gif \ - qq_smiley_8.gif \ - qq_smiley_90.gif \ - qq_smiley_91.gif \ - qq_smiley_92.gif \ - qq_smiley_93.gif \ - qq_smiley_94.gif \ - qq_smiley_95.gif \ - qq_smiley_9.gif - -YAHOO_SMILEYS = \ - yahoo_alien.gif \ - yahoo_alien2.gif \ - yahoo_angel.gif \ - yahoo_angry.gif \ - yahoo_batting.gif \ - yahoo_beatup.gif \ - yahoo_bigsmile.gif \ - yahoo_blush.gif \ - yahoo_bye.gif \ - yahoo_chicken.gif \ - yahoo_clap.gif \ - yahoo_clown.gif \ - yahoo_coffee.gif \ - yahoo_cow.gif \ - yahoo_cowboy.gif \ - yahoo_cry.gif \ - yahoo_dance.gif \ - yahoo_devil.gif \ - yahoo_doh.gif \ - yahoo_drool.gif \ - yahoo_eyebrow.gif \ - yahoo_eyeroll.gif \ - yahoo_flag.gif \ - yahoo_flower.gif \ - yahoo_frustrated.gif \ - yahoo_ghost.gif \ - yahoo_glasses.gif \ - yahoo_huggs.gif \ - yahoo_hypnotized.gif \ - yahoo_idea.gif \ - yahoo_kiss.gif \ - yahoo_laughloud.gif \ - yahoo_liar.gif \ - yahoo_love.gif \ - yahoo_mean.gif \ - yahoo_moneyeyes.gif \ - yahoo_monkey.gif \ - yahoo_neutral.gif \ - yahoo_ooooh.gif \ - yahoo_peace.gif \ - yahoo_pig.gif \ - yahoo_pray.gif \ - yahoo_pumpkin.gif \ - yahoo_question.gif \ - yahoo_sad.gif \ - yahoo_shame.gif \ - yahoo_shamrock.gif \ - yahoo_shhhh.gif \ - yahoo_sick.gif \ - yahoo_silent.gif \ - yahoo_silly.gif \ - yahoo_sleep.gif \ - yahoo_smiley.gif \ - yahoo_sunglas.gif \ - yahoo_think.gif \ - yahoo_tired.gif \ - yahoo_tongue.gif \ - yahoo_whistling.gif \ - yahoo_wink.gif \ - yahoo_worried.gif \ - yahoo_malefighter1.gif \ - yahoo_malefighter2.gif \ - yahoo_femalefighter.gif \ - yahoo_yingyang.gif \ - yahoo_brokenheart.gif \ - yahoo_sweating.gif \ - yahoo_rotfl.gif \ - yahoo_loser.gif \ - yahoo_party.gif \ - yahoo_nailbiting.gif \ - yahoo_waiting.gif \ - yahoo_sighing.gif \ - yahoo_madtongue.gif \ - yahoo_waving.gif \ - yahoo_giggle.gif \ - yahoo_talktohand.gif \ - yahoo_worship.gif \ - yahoo_youkiddingme.gif \ - yahoo_star.gif - - -gaimsmileypixdir = $(datadir)/pixmaps/gaim/smileys/default -gaimsmileypix_DATA = \ - $(AIM_SMILEYS) \ - $(MSN_SMILEYS) \ - $(YAHOO_SMILEYS) \ - $(QQ_SMILEYS) \ - theme - -EXTRA_DIST = $(gaimsmileypix_DATA)
--- a/pidgin/pixmaps/smileys/default/Makefile.mingw Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Gaim pixmaps -# - -GAIM_TOP := ../../../.. -include $(GAIM_TOP)/libpurple/win32/global.mak - -datadir = $(GAIM_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install - -install: - if test '$(gaimsmileypix_DATA)'; then \ - mkdir -p $(gaimsmileypixdir); \ - cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ - fi; -
--- a/pidgin/pixmaps/smileys/default/theme Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,296 +0,0 @@ -Name=Default -Description=Emoticons from each protocol's official client. -Icon=smile.png - -# RIP Penguin Pimps. 20 November, 2004. -Author=Various - -[default] -! luke.png C:-) C:) -! oneeye.png O-) -! crazy.png >:) >:-) -! mrt.png :-o))) :-O))) -! download.png 8-|) -! farted.png :-] -smile.png :) :-) -sad.png :( :-( -wink.png ;) ;-) -tongue.png :-P :-p -scream.png =-O =-o -kiss.png :-* -yell.png >:o >:O -cool.png 8-) -moneymouth.png :-$ -burp.png :-! -embarrassed.png :-[ -cry.png :'( -think.png :-/ :-\\ -crossedlips.png :-X -bigsmile.png :-D :-d -angel.png O:-) - -[MSN] -msn_smiley.png :) :-) -msn_laugh.png :D :-D :-d :d :-> :> -msn_wink.gif ;) ;-) -msn_ooooh.png :-O :O :-o :o -msn_tongue.png :p :-P :P :-p -msn_hot.png (h) (H) -msn_angry.png :@ :-@ -msn_neutral.png :-| :| -msn_weird.png :s :-S :-s :S -msn_embarrassed.png :$ :-$ -msn_sad.png :( :-( :-< -msn_cry.gif :'( -msn_dontknow.gif :^) -msn_angel.png (a) (A) -msn_teeth.png 8o| -msn_nerd.png 8-| -msn_sick.png +o( -msn_party.gif <:o) -msn_sleepy.gif |-) -msn_think.gif *-) -msn_donttell.png :-# -msn_secret.png :-* -msn_sarcastic.png ^o) -msn_eyeroll.gif 8-) -msn_heart.png (L) (l) -msn_brheart.png (u) (U) -msn_icon.png (m) (M) -msn_cat.png (@) -msn_dog.png (&) -msn_snail.png (sn) -msn_turtle.png (tu) -msn_sheep.png (bah) -msn_sleep.png (S) -msn_star.png (*) -msn_sun.png (#) -msn_rainbow.png (r) (R) -msn_run.png ({) -msn_runback.png (}) -msn_kiss.png (k) (K) -msn_flower.png (f) (F) -msn_deadflower.png (w) (W) -msn_clock.png (O) (o) -msn_gift.png (g) (G) -msn_cake.gif (^) -msn_photo.png (P) (p) -msn_idea.png (i) (I) -msn_coffee.png (c) (C) -msn_phone.png (t) (T) -msn_cellphone.png (mp) -msn_car.png (au) -msn_plane.png (ap) -msn_computer.png (co) -msn_coins.png (mo) -msn_film.png (~) -msn_note.png (8) -msn_pizza.png (pi) -msn_soccer.png (so) -msn_email.png (e) (E) -msn_boy.png (z) (Z) -msn_girl.png (x) (X) -msn_island.png (ip) -msn_umbrella.png (um) -msn_bat.gif :-[ :[ -msn_beer.png (B) (b) -msn_devil.png (6) -msn_drink.png (D) (d) -msn_handcuffs.png (%) -msn_question.png (?) -msn_thumbdown.png (N) (n) -msn_thumbup.png (Y) (y) -msn_bowl.png (||) -msn_plate.png (pl) -msn_stormy.png (st) -msn_lightning.gif (li) -msn_brb.png (brb) -msn_fingerscrossed.png (yn) -msn_highfive.png (h5) -msn_xbox.png (xx) -msn_cigarette.gif (ci) - -[QQ] -qq_smiley_0.gif /jy -qq_smiley_1.gif /se -qq_smiley_2.gif /pz -qq_smiley_3.gif /fd -qq_smiley_4.gif /dy -qq_smiley_5.gif /ll -qq_smiley_6.gif /hx -qq_smiley_7.gif /bz -qq_smiley_8.gif /shui -qq_smiley_9.gif /dk -qq_smiley_10.gif /gg -qq_smiley_11.gif /fn -qq_smiley_12.gif /tp -qq_smiley_13.gif /cy -qq_smiley_14.gif /wx -qq_smiley_15.gif /ng -qq_smiley_16.gif /kuk -qq_smiley_17.gif /feid -qq_smiley_18.gif /zk -qq_smiley_19.gif /tu -qq_smiley_20.gif /tx -qq_smiley_21.gif /ka -qq_smiley_22.gif /by -qq_smiley_23.gif /am -qq_smiley_24.gif /jie -qq_smiley_25.gif /kun -qq_smiley_26.gif /jk -qq_smiley_27.gif /lh -qq_smiley_28.gif /hanx -qq_smiley_29.gif /db -qq_smiley_30.gif /fendou -qq_smiley_31.gif /zhm -qq_smiley_32.gif /yiw -qq_smiley_33.gif /xu -qq_smiley_34.gif /yun -qq_smiley_35.gif /zhem -qq_smiley_36.gif /shuai -qq_smiley_37.gif /kl -qq_smiley_38.gif /qiao -qq_smiley_39.gif /zj -qq_smiley_40.gif /shan -qq_smiley_41.gif /fad -qq_smiley_42.gif /aiq -qq_smiley_43.gif /tiao -qq_smiley_44.gif /zhao -qq_smiley_45.gif /mm -qq_smiley_46.gif /zt -qq_smiley_47.gif /maom -qq_smiley_48.gif /xg -qq_smiley_49.gif /yb -qq_smiley_50.gif /qianc -qq_smiley_51.gif /dp -qq_smiley_52.gif /bei -qq_smiley_53.gif /dg -qq_smiley_54.gif /shd -qq_smiley_55.gif /zhd -qq_smiley_56.gif /dao -qq_smiley_57.gif /zq -qq_smiley_58.gif /yy -qq_smiley_59.gif /bb -qq_smiley_60.gif /gf -qq_smiley_61.gif /fan -qq_smiley_62.gif /yw -qq_smiley_63.gif /mg -qq_smiley_64.gif /dx -qq_smiley_65.gif /wen -qq_smiley_66.gif /xin -qq_smiley_67.gif /xs -qq_smiley_68.gif /hy -qq_smiley_69.gif /lw -qq_smiley_70.gif /dh -qq_smiley_71.gif /sj -qq_smiley_72.gif /yj -qq_smiley_73.gif /ds -qq_smiley_74.gif /ty -qq_smiley_75.gif /yl -qq_smiley_76.gif /qiang -qq_smiley_77.gif /ruo -qq_smiley_78.gif /ws -qq_smiley_79.gif /shl -qq_smiley_80.gif /dd -qq_smiley_81.gif /mn -qq_smiley_82.gif /hl -qq_smiley_83.gif /mamao -qq_smiley_84.gif /qz -qq_smiley_85.gif /fw -qq_smiley_86.gif /oh -qq_smiley_87.gif /bj -qq_smiley_88.gif /qsh -qq_smiley_89.gif /xig -qq_smiley_90.gif /xy -qq_smiley_91.gif /duoy -qq_smiley_92.gif /xr -qq_smiley_93.gif /xixing -qq_smiley_94.gif /nv -qq_smiley_95.gif /nan - -[Yahoo] -yahoo_angel.gif o:-) O:-) 0:-) -yahoo_angry.gif X-( x-( X( x( -yahoo_batting.gif ;;) -yahoo_bigsmile.gif :D :-D :d :-d -yahoo_blush.gif :"> -yahoo_bye.gif =; -yahoo_clap.gif =D> =d> -yahoo_clown.gif :o) :O) :0) -yahoo_cry.gif :(( :-(( -yahoo_devil.gif >:) -yahoo_doh.gif #-o #-O -yahoo_drool.gif =P~ =p~ -yahoo_eyebrow.gif /:) /:-) -yahoo_eyeroll.gif 8-| -yahoo_glasses.gif :-B :-b -yahoo_kiss.gif :* :-* -yahoo_laughloud.gif :)) :-)) -yahoo_love.gif :x :-x :X :-X -yahoo_mean.gif :> :-> -yahoo_neutral.gif :| :-| -yahoo_ooooh.gif :O :-O :o :-o -yahoo_question.gif :-\\ :-/ -yahoo_sad.gif :( :-( -yahoo_shhhh.gif :-$ -yahoo_sick.gif :-& -yahoo_silent.gif [-( -yahoo_silly.gif 8-} -yahoo_sleep.gif I-) |-) -yahoo_smiley.gif :-) :) (: (-: -yahoo_sunglas.gif B-) b-) -yahoo_tired.gif (:| -yahoo_think.gif :-? -yahoo_tongue.gif :-p :-P :p :P -yahoo_wink.gif ;-) ;) -yahoo_worried.gif :-s :-S - -# These are like supposed to be hidden. I'm not hiding them -yahoo_alien.gif =:) =:-) -yahoo_alien2.gif >-) -yahoo_beatup.gif b-( B-( -yahoo_chicken.gif ~:> -yahoo_coffee.gif ~o) ~O) -yahoo_cow.gif 3:-0 3:-O 3:-o -yahoo_cowboy.gif <):) -yahoo_dance.gif \\:D/ \\:d/ -yahoo_flower.gif @};- -yahoo_frustrated.gif :-L :-l -yahoo_ghost.gif 8-X 8-x -yahoo_huggs.gif >:D< >:d< -yahoo_hypnotized.gif @-) -yahoo_idea.gif *-:) -yahoo_liar.gif :^o :^O -yahoo_monkey.gif :(|) -yahoo_moneyeyes.gif $-) -yahoo_peace.gif :)>- -yahoo_pig.gif :@) -yahoo_pray.gif [-o< [-O< -yahoo_pumpkin.gif (~~) -yahoo_shame.gif [-X [-x -yahoo_flag.gif **== -yahoo_shamrock.gif %%- -yahoo_whistling.gif :-" - -# These only work in a certain IMvironment -yahoo_malefighter1.gif o-> O-> -yahoo_malefighter2.gif o=> O=> -yahoo_femalefighter.gif o-+ O-+ -yahoo_yingyang.gif (%) - -# New in Yahoo 6 -yahoo_brokenheart.gif =(( -yahoo_sweating.gif #:-S #:-s -yahoo_rotfl.gif =)) -yahoo_loser.gif L-) l-) -yahoo_party.gif <:-P <:-p -yahoo_nailbiting.gif :-SS :-Ss :-sS :-ss -yahoo_waiting.gif :-w :-W -yahoo_sighing.gif :-< -yahoo_madtongue.gif >:P >:p -yahoo_waving.gif >:/ -yahoo_giggle.gif ;)) -yahoo_talktohand.gif :-@ -yahoo_worship.gif ^:)^ -yahoo_youkiddingme.gif :-j :-J -yahoo_star.gif (*)
--- a/pidgin/pixmaps/smileys/none/Makefile.am Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -gaimsmileypixdir = $(datadir)/pixmaps/gaim/smileys/none -gaimsmileypix_DATA = theme - -EXTRA_DIST = $(gaimsmileypix_DATA)
--- a/pidgin/pixmaps/smileys/none/Makefile.mingw Sun Jan 21 22:58:02 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Gaim pixmaps -# - -GAIM_TOP := ../../../.. -include $(GAIM_TOP)/libpurple/win32/global.mak - -datadir = $(GAIM_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install - -install: - if test '$(gaimsmileypix_DATA)'; then \ - mkdir -p $(gaimsmileypixdir); \ - cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ - fi; -