feat(stickers): expand blobcat catalog with Tirifto set and drop mismatched art
Replace four tastytea-style SVGs (blanket, hammer, teapot, heart_tastytea) whose 800px viewBox clashed with the 33.866666 viewBox of the rest, and add the full Tirifto gutkato_ set. Catalog grows from 54 to 113 positive stickers (new foods/drinks, rose and cat colors, professions, cute expressions, signs).
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homepage",
|
"name": "homepage",
|
||||||
"version": "1.32.1",
|
"version": "1.33.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -7,17 +7,23 @@ export interface Sticker {
|
|||||||
category: string;
|
category: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blobcat sticker catalog — images from Tirifto's Blobcats (Free Art Licence) & tastytea (CC0)
|
// Blobcat sticker catalog — images from Tirifto's Blobcats (Free Art Licence)
|
||||||
export const STICKERS: Sticker[] = [
|
export const STICKERS: Sticker[] = [
|
||||||
// Cleaning / household
|
// Cleaning / household
|
||||||
{ id: 'clean-cat', name: 'Putzkatze', image: 'blobcat_clean.svg', description: 'Alles blitzeblank!', rarity: 'common', category: 'cleaning' },
|
{ id: 'clean-cat', name: 'Putzkatze', image: 'blobcat_clean.svg', description: 'Alles blitzeblank!', rarity: 'common', category: 'cleaning' },
|
||||||
{ id: 'sparkle-proud', name: 'Glitzerkatze', image: 'blobcat_sparkling_proud.svg', description: 'Stolz auf die Sauberkeit', rarity: 'uncommon', category: 'cleaning' },
|
{ id: 'sparkle-proud', name: 'Glitzerkatze', image: 'blobcat_sparkling_proud.svg', description: 'Stolz auf die Sauberkeit', rarity: 'uncommon', category: 'cleaning' },
|
||||||
{ id: 'hammer-cat', name: 'Handwerkerkatze', image: 'blobcat_hammer.svg', description: 'Hier wird angepackt!', rarity: 'uncommon', category: 'cleaning' },
|
|
||||||
{ id: 'in-box', name: 'Kartonkatze', image: 'blobcat_in_box.svg', description: 'Alles eingeräumt', rarity: 'rare', category: 'cleaning' },
|
{ id: 'in-box', name: 'Kartonkatze', image: 'blobcat_in_box.svg', description: 'Alles eingeräumt', rarity: 'rare', category: 'cleaning' },
|
||||||
|
|
||||||
// Plants / garden
|
// Plants / garden
|
||||||
{ id: 'rose-red', name: 'Rosenkatze', image: 'blobcat_rose_red.svg', description: 'Eine rote Rose für dich', rarity: 'common', category: 'plants' },
|
{ id: 'rose-red', name: 'Rosenkatze', image: 'blobcat_rose_red.svg', description: 'Eine rote Rose für dich', rarity: 'common', category: 'plants' },
|
||||||
{ id: 'rose-pink', name: 'Blümchenkatze', image: 'blobcat_rose_pink.svg', description: 'Rosarote Blütenträume', rarity: 'common', category: 'plants' },
|
{ id: 'rose-pink', name: 'Blümchenkatze', image: 'blobcat_rose_pink.svg', description: 'Rosarote Blütenträume', rarity: 'common', category: 'plants' },
|
||||||
|
{ id: 'rose-blue', name: 'Blaue-Rose-Katze', image: 'gutkato_rozo_blua.svg', description: 'Eine blaue Rose', rarity: 'uncommon', category: 'plants' },
|
||||||
|
{ id: 'rose-yellow', name: 'Gelbe-Rose-Katze', image: 'gutkato_rozo_flava.svg', description: 'Sonnengelbe Blüte', rarity: 'uncommon', category: 'plants' },
|
||||||
|
{ id: 'rose-green', name: 'Grüne-Rose-Katze', image: 'gutkato_rozo_verda.svg', description: 'Frisches Grün', rarity: 'uncommon', category: 'plants' },
|
||||||
|
{ id: 'rose-white', name: 'Weiße-Rose-Katze', image: 'gutkato_rozo_blanka.svg', description: 'Reine Eleganz', rarity: 'uncommon', category: 'plants' },
|
||||||
|
{ id: 'rose-black', name: 'Schwarze-Rose-Katze', image: 'gutkato_rozo_nigra.svg', description: 'Geheimnisvoll', rarity: 'rare', category: 'plants' },
|
||||||
|
{ id: 'rose-orange', name: 'Orange-Rose-Katze', image: 'gutkato_rozo_oranĝkolora.svg', description: 'Warmer Orangeton', rarity: 'uncommon', category: 'plants' },
|
||||||
|
{ id: 'rose-violet', name: 'Violette-Rose-Katze', image: 'gutkato_rozo_violkolora.svg', description: 'Königliche Blüte', rarity: 'uncommon', category: 'plants' },
|
||||||
{ id: 'strawberry', name: 'Erdbeerkatze', image: 'blobcat_strawberry.svg', description: 'Erntezeit!', rarity: 'uncommon', category: 'plants' },
|
{ id: 'strawberry', name: 'Erdbeerkatze', image: 'blobcat_strawberry.svg', description: 'Erntezeit!', rarity: 'uncommon', category: 'plants' },
|
||||||
{ id: 'earth-cat', name: 'Erdkatze', image: 'blobcat_earth.svg', description: 'Die ganze Welt ist ein Garten', rarity: 'rare', category: 'plants' },
|
{ id: 'earth-cat', name: 'Erdkatze', image: 'blobcat_earth.svg', description: 'Die ganze Welt ist ein Garten', rarity: 'rare', category: 'plants' },
|
||||||
|
|
||||||
@@ -27,10 +33,24 @@ export const STICKERS: Sticker[] = [
|
|||||||
{ id: 'eating-cupcake', name: 'Naschkatze', image: 'blobcat_eating_cupcake.svg', description: 'Nom nom nom', rarity: 'uncommon', category: 'kitchen' },
|
{ id: 'eating-cupcake', name: 'Naschkatze', image: 'blobcat_eating_cupcake.svg', description: 'Nom nom nom', rarity: 'uncommon', category: 'kitchen' },
|
||||||
{ id: 'pot-cat', name: 'Topfkatze', image: 'blobcat_pot.svg', description: 'Was köchelt da?', rarity: 'uncommon', category: 'kitchen' },
|
{ id: 'pot-cat', name: 'Topfkatze', image: 'blobcat_pot.svg', description: 'Was köchelt da?', rarity: 'uncommon', category: 'kitchen' },
|
||||||
{ id: 'hungry', name: 'Hungrige Katze', image: 'blobcat_hungry_cutlery.svg', description: 'Wann gibt\'s Essen?', rarity: 'rare', category: 'kitchen' },
|
{ id: 'hungry', name: 'Hungrige Katze', image: 'blobcat_hungry_cutlery.svg', description: 'Wann gibt\'s Essen?', rarity: 'rare', category: 'kitchen' },
|
||||||
|
{ id: 'coffee', name: 'Kaffeekatze', image: 'gutkato_trinkas_kafon.svg', description: 'Erstmal Kaffee', rarity: 'common', category: 'kitchen' },
|
||||||
|
{ id: 'pizza', name: 'Pizzakatze', image: 'gutkato_manĝas_picon.svg', description: 'Pizza-Zeit!', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'cake', name: 'Kuchenkatze', image: 'gutkato_manĝas_kukon.svg', description: 'Ein Stück Kuchen!', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'donut', name: 'Donutkatze', image: 'gutkato_manĝas_ringokukon.svg', description: 'Ringkuchenglück', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'pretzel', name: 'Brezelkatze', image: 'gutkato_manĝas_brecon.svg', description: 'Frisch vom Bäcker', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'croissant', name: 'Kornbulkakatze', image: 'gutkato_manĝas_kornbulkon.svg', description: 'Buttrig und frisch', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'waffle', name: 'Waffelkatze', image: 'gutkato_manĝas_vaflon.svg', description: 'Goldig gebacken', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'sandwich', name: 'Sandwichkatze', image: 'gutkato_manĝas_sandviĉon.svg', description: 'Herzhaft belegt', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'ice-cream', name: 'Eiskatze', image: 'gutkato_manĝas_glaciaĵon.svg', description: 'Kalt und lecker!', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
{ id: 'water', name: 'Wasserkatze', image: 'gutkato_trinkas_akvon.svg', description: 'Schluck für Schluck', rarity: 'common', category: 'kitchen' },
|
||||||
|
{ id: 'juice', name: 'Saftkatze', image: 'gutkato_trinkas_sukon.svg', description: 'Fruchtig frisch', rarity: 'common', category: 'kitchen' },
|
||||||
|
{ id: 'oven-mitts', name: 'Ofenhandschuhkatze', image: 'gutkato_fornogantoj.svg', description: 'Heiß, aber sicher!', rarity: 'uncommon', category: 'kitchen' },
|
||||||
|
|
||||||
// Errands
|
// Errands
|
||||||
{ id: 'profit', name: 'Geschäftskatze', image: 'blobcat_profit.svg', description: 'Guter Deal!', rarity: 'common', category: 'errands' },
|
{ id: 'profit', name: 'Geschäftskatze', image: 'blobcat_profit.svg', description: 'Guter Deal!', rarity: 'common', category: 'errands' },
|
||||||
{ id: 'idea-cat', name: 'Ideenkatze', image: 'blobcat_idea.svg', description: 'Heureka!', rarity: 'uncommon', category: 'errands' },
|
{ id: 'idea-cat', name: 'Ideenkatze', image: 'blobcat_idea.svg', description: 'Heureka!', rarity: 'uncommon', category: 'errands' },
|
||||||
|
{ id: 'laptop', name: 'Laptopkatze', image: 'gutkato_klapkomputilo.svg', description: 'Alles erledigt!', rarity: 'uncommon', category: 'errands' },
|
||||||
|
{ id: 'phone', name: 'Handykatze', image: 'gutkato_poŝtelefono.svg', description: 'Immer erreichbar', rarity: 'common', category: 'errands' },
|
||||||
|
|
||||||
// General / universal — positive emotions
|
// General / universal — positive emotions
|
||||||
{ id: 'happy', name: 'Zufriedene Katze', image: 'blobcat_content.svg', description: 'Alles gut!', rarity: 'common', category: 'general' },
|
{ id: 'happy', name: 'Zufriedene Katze', image: 'blobcat_content.svg', description: 'Alles gut!', rarity: 'common', category: 'general' },
|
||||||
@@ -43,6 +63,37 @@ export const STICKERS: Sticker[] = [
|
|||||||
{ id: 'sparkle-eyes', name: 'Funkelkatze', image: 'blobcat_sparkle_eyes.svg', description: 'Augen wie Sterne', rarity: 'uncommon', category: 'general' },
|
{ id: 'sparkle-eyes', name: 'Funkelkatze', image: 'blobcat_sparkle_eyes.svg', description: 'Augen wie Sterne', rarity: 'uncommon', category: 'general' },
|
||||||
{ id: 'finger-guns', name: 'Fingerpistolenkatze', image: 'blobcat_finger_guns.svg', description: 'Pew pew!', rarity: 'uncommon', category: 'general' },
|
{ id: 'finger-guns', name: 'Fingerpistolenkatze', image: 'blobcat_finger_guns.svg', description: 'Pew pew!', rarity: 'uncommon', category: 'general' },
|
||||||
{ id: 'proud', name: 'Stolze Katze', image: 'blobcat_proud.svg', description: 'Richtig gut!', rarity: 'uncommon', category: 'general' },
|
{ id: 'proud', name: 'Stolze Katze', image: 'blobcat_proud.svg', description: 'Richtig gut!', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'giggling', name: 'Kicherkatze', image: 'gutkato_hihias.svg', description: 'Hihihi!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'having-fun', name: 'Spaßkatze', image: 'gutkato_amuziĝas.svg', description: 'Macht Spaß!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'wink', name: 'Zwinkerkatze', image: 'gutkato_palpebrosigno.svg', description: '*zwinker*', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'wink-tongue', name: 'Frechkatze', image: 'gutkato_palpebrosigno_lango.svg', description: 'Bleh! ;)', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'xd', name: 'xD-Katze', image: 'gutkato_xD.svg', description: 'xDDD', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'heart-face', name: 'Schmusekatze', image: 'gutkato_3c.svg', description: 'Ganz viel Liebe!', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'blushing', name: 'Errötende Katze', image: 'gutkato_ruĝiĝas.svg', description: '*errötet*', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'curious', name: 'Neugierige Katze', image: 'gutkato_scivola.svg', description: 'Oh? Was gibt\'s?', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'hug', name: 'Kuschelkatze', image: 'gutkato_ĉirkaŭpreno.svg', description: 'Eine Umarmung für dich', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'kyaa', name: 'Kyaa-Katze', image: 'gutkato_kjooo.svg', description: 'Kyaaaa!', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'sign-yes', name: 'Ja-Katze', image: 'gutkato_afiŝo_jes.svg', description: 'Auf jeden Fall!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'sign-hello', name: 'Hallo-Katze', image: 'gutkato_afiŝo_sal.svg', description: 'Servus!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'sign-thanks', name: 'Danke-Katze', image: 'gutkato_afiŝo_dank.svg', description: 'Vielen Dank!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'sign-meow', name: 'Miau-Katze', image: 'gutkato_afiŝo_miaŭ.svg', description: 'Miau!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'sign-bye', name: 'Tschüss-Katze', image: 'gutkato_afiŝo_ĝis.svg', description: 'Bis bald!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'tiny', name: 'Mini-Katze', image: 'gutkato_eta.svg', description: 'Ganz klein, ganz lieb', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'whiskers', name: 'Schnurrbartkatze', image: 'gutkato_lipharoj.svg', description: 'Prächtige Whiskers', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'pacifier', name: 'Schnullerkatze', image: 'gutkato_suĉumo.svg', description: 'Babykätzchen', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'sneeze', name: 'Niesikatze', image: 'gutkato_ternas.svg', description: 'Hatschi!', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'peek-wall', name: 'Gucklochkatze', image: 'gutkato_post_muro.svg', description: '*späht hervor*', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'peek-bread', name: 'Brotkatze', image: 'gutkato_post_pano.svg', description: 'Hinter dem Brot', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'whistling', name: 'Pfeifkatze', image: 'gutkato_fajfas_senkulpece.svg', description: '*unschuldig pfeift*', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'mischievous', name: 'Schelmenkatze', image: 'gutkato_malica.svg', description: 'Was hat sie vor?', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'begging', name: 'Bittkatze', image: 'gutkato_petrigardas.svg', description: 'Bitte bitte?', rarity: 'common', category: 'general' },
|
||||||
|
{ id: 'nekoneko', name: 'Nekokoneko', image: 'gutkato_nekokoneko.svg', description: 'Katze auf Katze auf Katze', rarity: 'rare', category: 'general' },
|
||||||
|
{ id: 'cat-blue', name: 'Blaue Katze', image: 'gutkato_blua.svg', description: 'Kühles Blau', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'cat-yellow', name: 'Gelbe Katze', image: 'gutkato_flava.svg', description: 'Sonnenschein', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'cat-green', name: 'Grüne Katze', image: 'gutkato_verda.svg', description: 'Frisches Grün', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'cat-red', name: 'Rote Katze', image: 'gutkato_ruĝa.svg', description: 'Leuchtend rot', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'cat-orange', name: 'Orange Katze', image: 'gutkato_oranĝkolora.svg', description: 'Warmes Orange', rarity: 'uncommon', category: 'general' },
|
||||||
|
{ id: 'cat-purple', name: 'Violette Katze', image: 'gutkato_violkolora.svg', description: 'Königliches Violett', rarity: 'uncommon', category: 'general' },
|
||||||
|
|
||||||
// Achievement / reward
|
// Achievement / reward
|
||||||
{ id: 'crown', name: 'Königskatze', image: 'blobcat_crown.svg', description: 'Majestätisch!', rarity: 'rare', category: 'achievement' },
|
{ id: 'crown', name: 'Königskatze', image: 'blobcat_crown.svg', description: 'Majestätisch!', rarity: 'rare', category: 'achievement' },
|
||||||
@@ -50,19 +101,32 @@ export const STICKERS: Sticker[] = [
|
|||||||
{ id: 'hero', name: 'Heldenkatze', image: 'blobcat_hero.svg', description: 'Held des Tages!', rarity: 'rare', category: 'achievement' },
|
{ id: 'hero', name: 'Heldenkatze', image: 'blobcat_hero.svg', description: 'Held des Tages!', rarity: 'rare', category: 'achievement' },
|
||||||
{ id: '10-of-10', name: 'Perfekte Katze', image: 'blobcat_sign_10_of_10.svg', description: '10 von 10!', rarity: 'rare', category: 'achievement' },
|
{ id: '10-of-10', name: 'Perfekte Katze', image: 'blobcat_sign_10_of_10.svg', description: '10 von 10!', rarity: 'rare', category: 'achievement' },
|
||||||
{ id: 'birthday', name: 'Geburtstagskatze', image: 'blobcat_birthday.svg', description: 'Party!', rarity: 'rare', category: 'achievement' },
|
{ id: 'birthday', name: 'Geburtstagskatze', image: 'blobcat_birthday.svg', description: 'Party!', rarity: 'rare', category: 'achievement' },
|
||||||
|
{ id: 'cool-guns', name: 'Cool-Pew-Katze', image: 'gutkato_mojosa_fingropafas.svg', description: 'Cool wie kein anderer', rarity: 'rare', category: 'achievement' },
|
||||||
|
{ id: 'genius', name: 'Geistesblitzkatze', image: 'gutkato_flucerba.svg', description: 'Einfach genial!', rarity: 'rare', category: 'achievement' },
|
||||||
|
{ id: 'hero-baguette', name: 'Baguettheldkatze', image: 'gutkato_heroo_bastonpano.svg', description: 'Zur Rettung – mit Baguette!', rarity: 'rare', category: 'achievement' },
|
||||||
|
{ id: 'drummer', name: 'Trommelkatze', image: 'gutkato_tamburo.svg', description: 'Rhythmus im Blut', rarity: 'rare', category: 'achievement' },
|
||||||
|
|
||||||
// Cozy / relaxed
|
// Cozy / relaxed
|
||||||
{ id: 'sleeping', name: 'Schlafkatze', image: 'blobcat_sleeping.svg', description: 'Zzzzz...', rarity: 'uncommon', category: 'cozy' },
|
{ id: 'sleeping', name: 'Schlafkatze', image: 'blobcat_sleeping.svg', description: 'Zzzzz...', rarity: 'uncommon', category: 'cozy' },
|
||||||
{ id: 'tea', name: 'Teekatze', image: 'blobcat_drinking_tea.svg', description: 'Erstmal Tee', rarity: 'uncommon', category: 'cozy' },
|
{ id: 'tea', name: 'Teekatze', image: 'blobcat_drinking_tea.svg', description: 'Erstmal Tee', rarity: 'uncommon', category: 'cozy' },
|
||||||
{ id: 'cocoa', name: 'Kakaokatze', image: 'blobcat_drinking_cocoa.svg', description: 'Mmh, Kakao!', rarity: 'uncommon', category: 'cozy' },
|
{ id: 'cocoa', name: 'Kakaokatze', image: 'blobcat_drinking_cocoa.svg', description: 'Mmh, Kakao!', rarity: 'uncommon', category: 'cozy' },
|
||||||
{ id: 'book', name: 'Lesekatze', image: 'blobcat_book.svg', description: 'Ein gutes Buch', rarity: 'rare', category: 'cozy' },
|
{ id: 'book', name: 'Lesekatze', image: 'blobcat_book.svg', description: 'Ein gutes Buch', rarity: 'rare', category: 'cozy' },
|
||||||
{ id: 'blanket', name: 'Deckenkatze', image: 'blobcat_blanket.svg', description: 'Eingekuschelt', rarity: 'rare', category: 'cozy' },
|
{ id: 'stretching', name: 'Reckkatze', image: 'gutkato_etendas_piedojn.svg', description: 'Ausgestreckt und entspannt', rarity: 'uncommon', category: 'cozy' },
|
||||||
{ id: 'teapot', name: 'Teekannenkatze', image: 'blobcat_teapot.svg', description: 'Tee ist fertig!', rarity: 'rare', category: 'cozy' },
|
{ id: 'headphones', name: 'Kopfhörerkatze', image: 'gutkato_kapaŭskultiloj.svg', description: 'Chill-Beats', rarity: 'uncommon', category: 'cozy' },
|
||||||
|
{ id: 'glasses', name: 'Brillenkatze', image: 'gutkato_okulvitroj.svg', description: 'Gemütlich am Studieren', rarity: 'uncommon', category: 'cozy' },
|
||||||
|
{ id: 'yawn', name: 'Gähnkatze', image: 'gutkato_oscedas.svg', description: '*gääähn*', rarity: 'uncommon', category: 'cozy' },
|
||||||
|
|
||||||
// Rare / special
|
// Rare / special
|
||||||
{ id: 'rainbow', name: 'Regenbogenkatze', image: 'blobcat_rainbow.svg', description: 'Alle Farben!', rarity: 'rare', category: 'special' },
|
{ id: 'rainbow', name: 'Regenbogenkatze', image: 'blobcat_rainbow.svg', description: 'Alle Farben!', rarity: 'rare', category: 'special' },
|
||||||
{ id: 'angel', name: 'Engelskatze', image: 'blobcat_angel.svg', description: 'Himmlisch!', rarity: 'rare', category: 'special' },
|
{ id: 'angel', name: 'Engelskatze', image: 'blobcat_angel.svg', description: 'Himmlisch!', rarity: 'rare', category: 'special' },
|
||||||
{ id: 'scientist', name: 'Wissenschaftskatze', image: 'blobcat_scientist.svg', description: 'Für die Wissenschaft!', rarity: 'rare', category: 'special' },
|
{ id: 'scientist', name: 'Wissenschaftskatze', image: 'blobcat_scientist.svg', description: 'Für die Wissenschaft!', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'painter', name: 'Künstlerkatze', image: 'gutkato_pentristo.svg', description: 'Ein Meisterwerk!', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'gentleman', name: 'Gentlemankatze', image: 'gutkato_ĝentilviro.svg', description: 'Eleganz pur', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'duo', name: 'Doppelkatze', image: 'gutkatoj_duopo.svg', description: 'Zu zweit geht\'s besser', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'trio', name: 'Triokatze', image: 'gutkatoj_triopo.svg', description: 'Dreifaches Glück', rarity: 'legendary', category: 'special' },
|
||||||
|
{ id: 'detective', name: 'Detektivkatze', image: 'gutkato_grandiga_vitro.svg', description: 'Auf Spurensuche', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'doctor', name: 'Doktorkatze', image: 'gutkato_kuracisto.svg', description: 'Gute Besserung!', rarity: 'rare', category: 'special' },
|
||||||
|
{ id: 'mail-carrier', name: 'Postkatze', image: 'gutkato_leterportisto.svg', description: 'Post ist da!', rarity: 'rare', category: 'special' },
|
||||||
|
|
||||||
// Quirky / cute (general pool — drops for any task)
|
// Quirky / cute (general pool — drops for any task)
|
||||||
{ id: 'adorable', name: 'Süße Katze', image: 'blobcat_adorable.svg', description: 'Unwiderstehlich süß!', rarity: 'uncommon', category: 'general' },
|
{ id: 'adorable', name: 'Süße Katze', image: 'blobcat_adorable.svg', description: 'Unwiderstehlich süß!', rarity: 'uncommon', category: 'general' },
|
||||||
@@ -70,7 +134,6 @@ export const STICKERS: Sticker[] = [
|
|||||||
{ id: 'joyful-surprise', name: 'Überraschte Katze', image: 'blobcat_joyful_surprise.svg', description: 'Oh! Was ist das?', rarity: 'uncommon', category: 'general' },
|
{ id: 'joyful-surprise', name: 'Überraschte Katze', image: 'blobcat_joyful_surprise.svg', description: 'Oh! Was ist das?', rarity: 'uncommon', category: 'general' },
|
||||||
{ id: 'purring', name: 'Schnurrkatze', image: 'blobcat_purring.svg', description: 'Prrrrr...', rarity: 'common', category: 'general' },
|
{ id: 'purring', name: 'Schnurrkatze', image: 'blobcat_purring.svg', description: 'Prrrrr...', rarity: 'common', category: 'general' },
|
||||||
{ id: 'x3', name: 'x3-Katze', image: 'blobcat_x3.svg', description: 'x3 UwU', rarity: 'rare', category: 'general' },
|
{ id: 'x3', name: 'x3-Katze', image: 'blobcat_x3.svg', description: 'x3 UwU', rarity: 'rare', category: 'general' },
|
||||||
{ id: 'heart-tastytea', name: 'Liebevolle Katze', image: 'blobcat_heart_tastytea.svg', description: 'Ganz viel Liebe!', rarity: 'uncommon', category: 'general' },
|
|
||||||
{ id: 'blobcat-classic', name: 'Klassikatze', image: 'blobcat.svg', description: 'Die Originalkatze', rarity: 'rare', category: 'general' },
|
{ id: 'blobcat-classic', name: 'Klassikatze', image: 'blobcat.svg', description: 'Die Originalkatze', rarity: 'rare', category: 'general' },
|
||||||
|
|
||||||
// Legendary
|
// Legendary
|
||||||
|
|||||||
@@ -1,119 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
width="131.81831mm"
|
|
||||||
height="112.04431mm"
|
|
||||||
viewBox="0 0 131.81832 112.0443"
|
|
||||||
version="1.1"
|
|
||||||
id="svg2114"
|
|
||||||
sodipodi:docname="blobcat_wrapped_in_blanket.svg"
|
|
||||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#">
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="namedview2116"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#000000"
|
|
||||||
borderopacity="0.25"
|
|
||||||
inkscape:showpageshadow="2"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pagecheckerboard="true"
|
|
||||||
inkscape:deskcolor="#d1d1d1"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="2.587745"
|
|
||||||
inkscape:cx="233.40785"
|
|
||||||
inkscape:cy="195.34382"
|
|
||||||
inkscape:window-width="2560"
|
|
||||||
inkscape:window-height="1391"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="layer1" />
|
|
||||||
<defs
|
|
||||||
id="defs2111" />
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-12.368137,-75.876434)"
|
|
||||||
style="display:inline">
|
|
||||||
<g
|
|
||||||
id="g3124"
|
|
||||||
inkscape:label="blanket_hem">
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
d="m 14.479231,161.21636 c 0.09954,6.93692 0.09028,7.03247 0.09028,7.03247 0,0 1.601695,1.77545 2.494989,2.56631 0.81001,0.71713 1.705431,1.33251 2.584081,1.96367 1.113509,0.79987 2.253211,1.56344 3.403843,2.30891 1.007623,0.65283 2.018185,1.30371 3.063598,1.89413 1.646479,0.92988 3.254855,1.9859 5.046089,2.59175 1.375639,0.46528 2.477927,0.9916 4.287889,0.77063 1.883073,-0.2299 2.831258,-1.35057 2.831258,-1.35057 l 1.65886,-1.98616 -0.05499,0.0882 z"
|
|
||||||
id="path3115"
|
|
||||||
inkscape:label="left"
|
|
||||||
sodipodi:nodetypes="ccaaaaascccc" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
d="m 39.821221,177.23063 c 0,0 1.803715,3.19488 3.168995,4.36478 1.567102,1.34284 3.569547,2.11926 5.508197,2.82683 2.854688,1.04191 5.883357,1.56841 8.885305,2.04077 4.299516,0.67654 8.662582,0.89 13.008569,1.1265 4.39996,0.23944 8.811083,0.40823 13.216109,0.29542 4.939261,-0.12649 9.881989,-0.45947 14.782562,-1.0893 3.971512,-0.51042 7.910852,-1.28121 11.813942,-2.17525 3.27766,-0.75077 6.53578,-1.61362 9.72683,-2.67378 3.38282,-1.12387 6.70887,-2.43231 9.95756,-3.89945 1.67615,-0.75697 3.31637,-1.59953 4.90628,-2.524 1.31462,-0.7644 2.60816,-1.57528 3.82049,-2.49332 1.04241,-0.78937 2.07487,-1.61302 2.95417,-2.58078 0.91992,-1.01246 1.91126,-2.05391 2.39228,-3.33451 0.26887,-0.7158 0.22056,-2.28325 0.22056,-2.28325 l -0.15492,-7.58621 z"
|
|
||||||
id="path3118"
|
|
||||||
inkscape:label="right"
|
|
||||||
sodipodi:nodetypes="caaaaaaaaaaaaaccc" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#ffffff;fill-opacity:1;image-rendering:auto"
|
|
||||||
d="M 215.61356,395.63853 C 197.18858,394.73005 168.10458,399.61437 159,397.34304 143.61099,393.50393 74.747369,379.6042 67.829659,365.90754 132.43952,315.9755 303.9448,407.01047 104.74572,382.53165 91.312221,380.40011 59.639274,344.91627 47.309424,347.78832 54.151376,307.57059 59.292606,206.70024 59.960976,247.49033 45.024543,289.83284 67.040383,148.18517 58.401636,132.91122 l 15.245485,-20.6155 C 152.90506,-40.001887 332.34617,31.327271 363.09831,233.99454 c 3.40924,18.78563 -40.35962,30.16341 -40.32647,44.96956 4.8254,40.96134 19.47854,120.7166 -107.15828,116.67443 z M 72.94428,371.41903 c -1.894354,-1.41953 -6.489211,-4.12893 -10.210792,-6.02089 -125.740723,-79.79636 97.201582,-187.48107 22.584986,5.63522 -3.21501,3.82082 -7.607328,3.95772 -12.374194,0.38567 z"
|
|
||||||
id="path10944"
|
|
||||||
inkscape:label="around_face"
|
|
||||||
sodipodi:nodetypes="cscccccccccsccs"
|
|
||||||
transform="matrix(0.26458333,0,0,0.26458333,12.315389,75.581875)" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#f9c019;fill-opacity:1;stroke-width:0.264583;image-rendering:auto"
|
|
||||||
d="m 48.514315,149.77285 c -0.629595,-3.70085 -1.577065,-5.43232 -4.828754,-8.82437 -4.439031,-4.63064 -5.73644,-6.55409 -7.287385,-10.80379 -0.719283,-1.97088 -1.308153,-4.82115 -0.996058,-4.82115 12.762817,5.15749 -0.07353,2.48576 -0.228008,-0.11536 -0.04582,-0.72722 -0.06626,-5.69437 0.02252,-6.1676 l 0.936046,-4.18182 0.972664,4.64413 c 0.247082,1.17973 6.236753,1.1844 1.922918,1.32273 -3.059396,0.0981 -4.767449,-7.82514 -0.939861,-4.13825 0.990595,-0.83824 2.399419,2.4503 1.562833,1.64363 -2.913062,2.13961 -1.426522,-1.20267 -1.935845,-1.48253 -2.209129,-1.21388 -2.201008,-1.13297 -0.463954,-4.6218 1.646445,-3.30685 3.169218,-5.41924 5.54634,-7.69389 4.348906,-4.16142 8.910442,-6.473342 15.422822,-7.816736 3.930785,-0.810854 9.397523,-0.607769 13.686112,0.50843 5.462294,1.421679 9.871834,3.860436 13.45497,7.441456 3.393887,3.39188 5.804858,7.51701 6.97048,11.92636 1.646179,6.48634 -1.476408,15.5435 -3.63905,18.7082 -2.440241,3.57092 -8.748993,7.0056 -4.011303,-0.79161 4.079184,-4.46399 -2.529615,2.72615 -0.189833,2.92863 l 5.618654,-4.77375 c 0,0 -1.87615,3.80958 -3.212891,5.43512 -1.63597,1.98941 -3.540688,3.66233 -5.767049,5.14282 -1.937988,1.28874 -3.925392,2.25904 -6.912154,3.37471 -2.754591,1.02893 -3.639402,1.20595 -10.044811,2.00957 -7.284038,0.91385 -10.57143,1.53741 -12.027398,2.2814 -2.049682,1.04738 -2.815269,1.40366 -3.016181,1.40366 -0.101216,0 -0.378338,-1.14218 -0.615828,-2.53819 z"
|
|
||||||
id="path471"
|
|
||||||
inkscape:label="face"
|
|
||||||
sodipodi:nodetypes="sssccscsscccssssscscccasssssss" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#6a647a;fill-opacity:1;stroke-width:0.264583;image-rendering:auto"
|
|
||||||
d="m 69.465388,182.45418 c -4.874942,-0.24037 -12.672329,-1.141 -15.08125,-1.74196 -4.071675,-1.01576 -6.504064,-2.92792 -8.334374,-6.55183 -0.989981,-1.9601 -1.058291,-2.24206 -1.057662,-4.36562 5.29e-4,-2.06857 0.08708,-2.45125 0.973535,-4.30889 1.947383,-4.08089 7.965569,-8.83538 12.85042,-10.1521 0.836663,-0.22552 3.12855,-0.5166 5.093081,-0.64684 8.337765,-0.55275 16.335452,-3.15365 21.719143,-7.06321 2.279544,-1.65537 4.11092,-3.01634 5.797524,-4.90357 1.861124,-2.08251 3.486404,-4.42885 4.660967,-6.96282 1.414021,-3.05058 2.332539,-6.3655 2.770096,-9.69927 0.379117,-2.88851 0.274256,-5.92275 -0.150183,-8.73857 C 96.677591,103.85799 84.867123,92.865967 69.876733,90.487391 66.322453,89.923422 59.199629,90.128153 55.937356,90.88805 c -7.04511,1.641054 -12.644132,5.016889 -17.655736,9.41883 -2.923297,2.56768 -4.821341,6.1401 -6.776567,9.50399 -0.799245,1.37507 -2.004708,4.32985 -2.004708,4.32985 -2.308691,-1.67602 -3.225727,-2.15021 -4.996944,-4.0357 l 2.845437,-5.55621 c 2.719265,-5.30983 4.152571,-6.47119 6.598261,-9.387769 2.037548,-2.429853 2.806572,-3.188804 5.974102,-5.895853 1.349304,-1.153148 1.542392,-1.458876 2.172296,-3.439583 0.380246,-1.195666 0.758052,-3.066907 0.839573,-4.158313 0.174633,-2.338083 0.832342,-3.915132 2.095243,-5.023975 1.208752,-1.061298 2.094574,-1.03858 6.933607,0.177822 4.782535,1.2022 8.115324,1.305269 13.137843,0.4063 5.452883,-0.976 8.993648,-1.195723 16.801042,-1.042594 5.800508,0.113768 7.874288,0.254581 10.226077,0.694366 5.341255,0.998816 11.952808,3.160214 16.181998,5.290093 2.91496,1.468017 3.85375,1.663747 9.04609,1.886051 5.38518,0.23056 7.31446,0.637477 8.35728,1.76269 1.03945,1.121585 1.7084,3.374143 1.98525,6.684913 0.58729,7.023229 0.39299,6.419319 4.21667,13.105692 4.74681,8.30062 7.89382,17.79365 10.30722,31.09197 0.90203,4.97037 1.8908,14.6191 1.89957,18.53656 0.007,3.26 -0.25461,3.83023 -3.15591,6.87082 -8.6736,9.09003 -20.00594,14.6018 -37.5028,18.24043 -10.240779,2.12967 -20.554968,2.76852 -33.996862,2.10575 z M 31.61523,173.85316 c -0.501215,-0.37559 -1.716938,-1.09245 -2.701606,-1.59303 -4.514124,-2.29486 -8.294355,-5.00335 -11.89171,-8.52026 l -2.569517,-2.51206 0.130444,-4.78912 c 0.329165,-12.08488 2.264335,-24.49925 5.457823,-35.01265 0.801341,-2.63812 1.601738,-5.38395 2.266264,-5.21716 6.905335,2.70594 6.439499,-1.53963 6.680131,8.86085 0.16456,1.54291 0.575606,3.46189 0.948607,5.17576 0.227196,1.04392 0.427604,2.10061 0.784632,3.10755 0.257844,0.72721 0.601776,1.42392 0.973663,2.09995 0.64963,1.18092 1.458606,2.27078 2.187726,3.40046 3.319947,4.69943 8.712875,8.54664 9.387761,13.57261 0.380476,3.0009 -0.03984,4.48694 -2.243429,7.93171 -0.492514,0.76992 -1.278384,2.16164 -1.746379,3.09271 -0.467998,0.93107 -1.214218,2.40723 -1.65827,3.28035 -0.444051,0.87313 -0.836319,1.86545 -0.871707,2.20516 -0.128643,1.23498 -1.21601,4.04928 -1.860428,4.81513 -0.850638,1.01092 -2.012772,1.04714 -3.274005,0.10204 z m -10.075727,-56.7694 1.239663,-3.48666 c 0.489418,-1.37653 1.582729,-3.60218 1.799079,-3.54918 0.552589,0.13534 4.449414,2.02234 5.135998,2.41697 0.67563,0.38833 -0.729604,5.28558 -1.150111,8.06034 -2.318407,-1.13232 -4.706224,-2.30914 -7.024629,-3.44147 z"
|
|
||||||
id="path467"
|
|
||||||
inkscape:label="blanket"
|
|
||||||
sodipodi:nodetypes="ssscssssaaasssaaccssssssssssssssssssssssscssccaaaccsssssscssscc" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#333333;fill-opacity:1;stroke-width:0.264583;image-rendering:auto"
|
|
||||||
d="m 40.193127,177.53387 c -1.394317,-3.33707 -1.842486,-8.56477 -1.009756,-11.77837 1.198309,-4.62443 4.258262,-8.78887 9.1796,-12.49297 1.834687,-1.38089 2.594813,-1.75981 2.572181,-1.28222 -0.0052,0.10914 -0.900859,0.84344 -1.990413,1.63177 -4.148735,3.00177 -7.57369,7.30515 -8.86156,11.13438 -1.141629,3.39441 -0.9663,8.10284 0.442063,11.8716 0.726681,1.94459 0.715897,1.88673 0.351645,1.88673 -0.152945,0 -0.460637,-0.43691 -0.68376,-0.97092 z"
|
|
||||||
id="path461"
|
|
||||||
inkscape:label="sleeve_line"
|
|
||||||
sodipodi:nodetypes="sssssssss" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:#2b1100;fill-opacity:1;stroke-width:0.264583;image-rendering:auto"
|
|
||||||
d="m 88.250804,137.61912 c -5.79863,-0.15897 -6.24891,-0.20656 -6.68073,-0.70608 -0.55639,-0.64364 -0.59593,-1.36022 -0.0979,-1.77359 0.40329,-0.3347 20.342746,-0.42811 27.548376,-0.12905 4.13037,0.17142 5.15938,0.44642 5.15938,1.37883 0,1.06334 -0.33089,1.10515 -8.74724,1.10515 -5.963606,0.35856 -11.929236,0.28753 -17.181926,0.12474 z m -2.46944,-6.38655 c -0.30096,-0.30095 -0.19384,-1.59734 0.15434,-1.86786 0.1819,-0.14134 1.50382,-0.3964 2.9376,-0.56681 1.43378,-0.17041 2.82494,-0.42654 3.09146,-0.56918 0.26652,-0.14264 1.21937,-0.25934 2.11744,-0.25934 0.89806,0 2.30488,-0.16259 3.12625,-0.36131 0.82136,-0.19872 2.44589,-0.37842 3.610056,-0.39934 1.16417,-0.0209 3.57777,-0.27505 5.36356,-0.56473 1.7858,-0.28969 3.83054,-0.52671 4.54388,-0.52671 0.71334,0 1.89943,-0.13906 2.63576,-0.30902 1.77191,-0.40901 2.74468,-0.0266 2.62156,1.03045 -0.0642,0.55096 -0.26727,0.75861 -0.87726,0.89694 -0.43656,0.099 -1.36101,0.31115 -2.05432,0.47144 -0.69331,0.1603 -1.96276,0.29144 -2.82099,0.29144 -0.85824,0 -2.49364,0.18474 -3.63423,0.41054 -1.14058,0.22579 -3.41738,0.50874 -5.05955,0.62877 -2.253036,0.16468 -3.111666,0.33219 -3.498836,0.68258 -0.42888,0.38812 -1.13306,0.47721 -4.29029,0.54275 -2.07746,0.0431 -4.19313,0.20608 -4.70149,0.3621 -1.02856,0.31568 -2.99203,0.38021 -3.26494,0.10729 z M 37.753432,126.4966 c -0.757764,-0.61344 -2.032514,-0.76588 -2.727423,-1.11076 -0.04881,-0.11307 -1.219838,-0.7153 -2.602286,-1.33828 -1.382447,-0.62299 -2.811197,-1.3411 -3.175,-1.59582 -0.363802,-0.25471 -1.316302,-0.73954 -2.116666,-1.07739 -0.800365,-0.33786 -2.313034,-1.0836 -3.361488,-1.6572 -3.892447,-1.24806 -7.434232,-3.79758 -10.816566,-5.25021 -0.552253,-0.20996 -0.664833,-0.38855 -0.539559,-0.85592 0.08707,-0.32483 0.15993,-0.91802 0.161917,-1.3182 0.002,-0.40019 0.123706,-0.72761 0.270487,-0.72761 0.146781,0 0.633448,0.32742 1.081483,0.72761 0.959079,0.85664 -0.335418,0.42823 -0.335418,-0.003 0,-0.18081 2.343266,0.67244 2.625081,0.91538 0.254662,0.21953 0.820209,0.58225 1.256771,0.80603 0.436563,0.22378 1.482694,0.77554 2.324736,1.22614 0.842043,0.4506 1.615949,0.79561 1.719792,0.76668 0.103843,-0.0289 1.736618,0.69612 3.628389,1.61121 1.891771,0.91509 4.153958,1.98125 5.027083,2.36924 0.873125,0.388 2.420938,1.14975 3.439583,1.6928 1.018646,0.54305 2.62599,1.35458 3.571875,1.8034 5.160415,2.44864 5.48132,2.71146 4.503981,3.6888 -0.764153,0.76415 -1.437674,0.64902 -3.936772,-0.67297 z m -0.594748,-6.95333 c -0.931675,-0.7053 -2.059431,-1.47135 -2.506124,-1.70235 -0.446693,-0.23099 -0.966904,-0.60643 -1.156024,-0.8343 -1.093221,-0.596 -2.210366,-1.1905 -3.054501,-1.87696 -0.981415,-0.80445 -2.901554,-2.06488 -4.266976,-2.80096 -1.365422,-0.73608 -2.482585,-1.44609 -2.482585,-1.57781 0,-0.13172 -0.625079,-0.60305 -1.389063,-1.0474 -2.020684,-1.17527 -2.21958,-1.2982 -4.777512,-2.95286 -2.794768,-2.00879 -3.695448,-1.81729 -4.225709,-3.3875 -0.197529,-0.64514 0.282628,-1.5875 0.808867,-1.5875 0.268292,0 0.718613,0.21023 1.000714,0.46718 4.575245,3.03195 9.141319,6.11851 13.596352,8.78477 0.938497,0.57726 1.754842,1.00108 1.814102,0.94182 0.05926,-0.0592 0.338341,0.10709 0.620182,0.36967 0.281841,0.26257 1.13237,0.81163 1.890064,1.22012 0.757695,0.4085 1.913409,1.21074 2.568252,1.78277 0.654844,0.57203 1.607344,1.25949 2.116667,1.5277 0.509323,0.26821 1.380453,0.92581 1.935845,1.46134 l 1.009801,0.97369 -0.728573,0.76047 c -0.400716,0.41826 -0.807606,0.76047 -0.9042,0.76047 -0.09659,0 -0.937904,-0.57706 -1.869579,-1.28236 z"
|
|
||||||
id="path473"
|
|
||||||
inkscape:label="whiskers"
|
|
||||||
sodipodi:nodetypes="cssssccssssssssssssssssssssccsssccssssssssssssssscssccsssccsccssssscssss" />
|
|
||||||
<path
|
|
||||||
id="path3237"
|
|
||||||
style="display:inline;fill:#333333;fill-opacity:1;stroke-width:0.264583;image-rendering:auto"
|
|
||||||
inkscape:label="eyes_and_mouth"
|
|
||||||
d="m 42.903739,112.42062 c -0.236913,-0.0124 -0.478345,0.13976 -0.731736,0.45269 -0.639919,0.79025 -0.617549,1.96073 0.06408,3.36878 0.645184,1.33278 1.634437,2.11371 3.058726,2.41433 1.099852,0.23213 2.542442,0.0579 3.417364,-0.4129 0.659841,-0.35509 2.761588,-2.59767 2.761588,-2.94659 0,-1.3903 -1.115428,-1.40059 -2.942973,-0.0274 -2.209919,1.6605 -3.277071,1.32525 -4.440555,-1.39475 -0.408665,-0.95536 -0.791634,-1.43353 -1.186493,-1.45417 z m 40.972175,4.72374 c -0.54889,-0.0599 -1.06081,0.43005 -1.63297,1.54771 -0.92253,1.80209 -1.33396,2.13372 -2.64945,2.13372 -1.572883,0 -2.057173,-0.31039 -3.149173,-2.01745 -0.72431,-1.1323 -1.05822,-1.43596 -1.5074,-1.37201 -0.86322,0.12291 -0.92867,2.07017 -0.12247,3.63854 0.74923,1.45757 1.71312,2.18056 3.17862,2.38487 2.870543,0.40019 5.455733,-0.82931 6.271453,-2.98225 0.44798,-1.18235 0.36051,-3.07797 -0.1509,-3.27422 -0.0802,-0.0308 -0.15929,-0.0504 -0.23771,-0.0589 z m -34.18861,7.12102 c -1.747578,0 -1.489654,3.16443 0.61857,7.58299 1.359635,2.84965 2.144072,3.6229 3.274734,3.22875 0.417222,-0.14545 1.792515,-1.20892 3.056144,-2.36316 1.263629,-1.15426 2.453279,-2.09858 2.643769,-2.09858 0.19049,0 1.01252,0.99076 1.82676,2.20193 0.81424,1.21118 1.90593,2.69947 2.42621,3.30729 0.52027,0.60783 1.1048,1.10536 1.29914,1.10536 0.52007,0 4.29448,-2.86564 6.43837,-4.88808 1.87411,-1.76794 2.38431,-2.73045 2.03295,-3.83749 -0.38573,-1.2153 -1.32191,-0.68405 -5.93711,3.36776 -1.03596,0.90949 -1.98577,1.65364 -2.11046,1.65364 -0.12469,0 -0.73343,-0.80368 -1.35289,-1.78594 -2.30236,-3.65078 -3.53549,-5.41364 -3.87883,-5.54539 -0.56476,-0.21672 -1.63851,0.62564 -4.205948,3.29902 l -2.401403,2.50062 -0.972034,-2.53886 c -0.534443,-1.3963 -0.971516,-2.82004 -0.971516,-3.16415 0,-0.762 -1.114467,-2.02571 -1.786456,-2.02571 z"
|
|
||||||
sodipodi:nodetypes="ssssssssscsssssssscsssssscssssscscccss" />
|
|
||||||
</g>
|
|
||||||
<metadata
|
|
||||||
id="metadata10691">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,329 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
width="800.0px"
|
|
||||||
height="800.0px"
|
|
||||||
viewBox="0 0 800.0 800.0"
|
|
||||||
version="1.1"
|
|
||||||
id="SVGRoot"
|
|
||||||
sodipodi:docname="blobcat_hammer.svg"
|
|
||||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
|
||||||
xml:space="preserve"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
|
||||||
id="namedview889"
|
|
||||||
pagecolor="#505050"
|
|
||||||
bordercolor="#eeeeee"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:showpageshadow="0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pagecheckerboard="0"
|
|
||||||
inkscape:deskcolor="#505050"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:current-layer="SVGRoot"><inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid1008"
|
|
||||||
spacingx="5"
|
|
||||||
spacingy="5"
|
|
||||||
empspacing="10"
|
|
||||||
color="#3fff00"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ffff00"
|
|
||||||
empopacity="0.25098039" /></sodipodi:namedview><title
|
|
||||||
id="title1016">Blobcat with hammer</title><defs
|
|
||||||
id="defs1121"><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient1042"><stop
|
|
||||||
style="stop-color:#ed6c30;stop-opacity:1;"
|
|
||||||
offset="0.70157987"
|
|
||||||
id="stop1038" /><stop
|
|
||||||
style="stop-color:#ed6c30;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop1040" /></linearGradient><linearGradient
|
|
||||||
id="linearGradient15303"
|
|
||||||
inkscape:swatch="solid"><stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop15301" /></linearGradient><linearGradient
|
|
||||||
id="symbols_colour"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="translate(-13.10251,-10.076902)"><stop
|
|
||||||
style="stop-color:#66cccc;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop14689" /></linearGradient><linearGradient
|
|
||||||
id="shaft_colour"
|
|
||||||
inkscape:swatch="solid"><stop
|
|
||||||
style="stop-color:#d0d4fe;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop13975" /></linearGradient><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient1610"><stop
|
|
||||||
style="stop-color:#620c5f;stop-opacity:1;"
|
|
||||||
offset="0.1"
|
|
||||||
id="stop1606" /><stop
|
|
||||||
style="stop-color:#fc75e5;stop-opacity:1;"
|
|
||||||
offset="0.1"
|
|
||||||
id="stop8585" /><stop
|
|
||||||
style="stop-color:#fc75e5;stop-opacity:1;"
|
|
||||||
offset="0.34"
|
|
||||||
id="stop8587" /><stop
|
|
||||||
style="stop-color:#620c5f;stop-opacity:1;"
|
|
||||||
offset="0.34"
|
|
||||||
id="stop8589" /><stop
|
|
||||||
style="stop-color:#620c5f;stop-opacity:1"
|
|
||||||
offset="0.63825238"
|
|
||||||
id="stop8591" /><stop
|
|
||||||
style="stop-color:#fc75e5;stop-opacity:1;"
|
|
||||||
offset="0.63825238"
|
|
||||||
id="stop8593" /><stop
|
|
||||||
style="stop-color:#fc75e5;stop-opacity:1;"
|
|
||||||
offset="0.89999998"
|
|
||||||
id="stop8599" /><stop
|
|
||||||
style="stop-color:#620c5f;stop-opacity:1;"
|
|
||||||
offset="0.89999998"
|
|
||||||
id="stop8583" /></linearGradient><linearGradient
|
|
||||||
id="blush_colour"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="matrix(1.6,0,0,1.6,-200,-369.99999)"><stop
|
|
||||||
style="stop-color:#ed6c30;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop4680" /></linearGradient><linearGradient
|
|
||||||
id="contour_colour"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="translate(9.4556245,-56.648413)"><stop
|
|
||||||
style="stop-color:#2b2b00;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7071" /></linearGradient><linearGradient
|
|
||||||
id="blob_color"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="matrix(-1.347683,0,0,1.347683,886.60717,-374.81013)"><stop
|
|
||||||
style="stop-color:#fcc314;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop5975" /></linearGradient><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#blob_color"
|
|
||||||
id="linearGradient5979"
|
|
||||||
x1="38.738472"
|
|
||||||
y1="437.70772"
|
|
||||||
x2="761.27481"
|
|
||||||
y2="437.70772"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.86140248,0,0,0.86140248,-29.560007,145.6653)" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#contour_colour"
|
|
||||||
id="linearGradient5558"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,779.50946,1346.311)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#contour_colour"
|
|
||||||
id="linearGradient15760"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,1239.6278,1346.311)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#contour_colour"
|
|
||||||
id="linearGradient15762"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,1239.6278,1346.311)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#contour_colour"
|
|
||||||
id="linearGradient5190"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.86140291,0,0,0.86140248,-29.560024,104.57064)" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#contour_colour"
|
|
||||||
id="linearGradient777"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,779.50946,1346.311)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient1610"
|
|
||||||
id="linearGradient1612"
|
|
||||||
x1="590"
|
|
||||||
y1="190"
|
|
||||||
x2="840"
|
|
||||||
y2="440"
|
|
||||||
gradientUnits="userSpaceOnUse" /><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#shaft_colour"
|
|
||||||
id="linearGradient13979"
|
|
||||||
x1="370"
|
|
||||||
y1="507.5"
|
|
||||||
x2="665"
|
|
||||||
y2="507.5"
|
|
||||||
gradientUnits="userSpaceOnUse" /><clipPath
|
|
||||||
clipPathUnits="userSpaceOnUse"
|
|
||||||
id="clipPath14362"><path
|
|
||||||
style="display:inline;fill:url(#linearGradient14366);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 616.49185,679.73483 c -60.34067,156.88574 -544.0532,153.21421 -602.981733,0 C -29.560007,567.75251 91.59398,386.66189 91.03634,386.85799 c 0,0 -51.684153,-103.3683 -25.84208,-129.21037 25.84208,-25.84208 180.89453,17.22805 180.89453,17.22805 43.07012,-17.22805 94.75427,-17.22805 137.82439,0 0,0 155.05245,-43.07013 180.89452,-17.22805 25.84208,25.84207 -25.84207,129.21037 -25.84207,129.21037 -0.34673,0.0103 120.59635,180.89452 77.52622,292.87684 z"
|
|
||||||
id="path14364"
|
|
||||||
sodipodi:nodetypes="sscsccscs"
|
|
||||||
inkscape:label="body" /></clipPath><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#blob_color"
|
|
||||||
id="linearGradient14366"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.86140248,0,0,0.86140248,-29.560007,145.6653)"
|
|
||||||
x1="38.738472"
|
|
||||||
y1="437.70772"
|
|
||||||
x2="761.27481"
|
|
||||||
y2="437.70772" /><filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
style="color-interpolation-filters:sRGB"
|
|
||||||
id="filter14368"
|
|
||||||
x="-0.52919998"
|
|
||||||
y="-0.66149998"
|
|
||||||
width="2.0584"
|
|
||||||
height="2.323"><feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="88.2"
|
|
||||||
id="feGaussianBlur14370" /></filter><linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient1042"
|
|
||||||
id="linearGradient2298"
|
|
||||||
x1="300"
|
|
||||||
y1="400"
|
|
||||||
x2="300"
|
|
||||||
y2="600"
|
|
||||||
gradientUnits="userSpaceOnUse" /></defs><path
|
|
||||||
style="display:inline;fill:url(#linearGradient5979);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 616.49185,679.73483 c -60.34067,156.88574 -544.0532,153.21421 -602.981733,0 C -29.560007,567.75251 91.59398,386.66189 91.03634,386.85799 c 0,0 -51.684153,-103.3683 -25.84208,-129.21037 25.84208,-25.84208 180.89453,17.22805 180.89453,17.22805 43.07012,-17.22805 94.75427,-17.22805 137.82439,0 0,0 155.05245,-43.07013 180.89452,-17.22805 25.84208,25.84207 -25.84207,129.21037 -25.84207,129.21037 -0.34673,0.0103 120.59635,180.89452 77.52622,292.87684 z"
|
|
||||||
id="blobcat_body"
|
|
||||||
sodipodi:nodetypes="sscsccscs"
|
|
||||||
inkscape:label="body"
|
|
||||||
sodipodi:insensitive="true" /><ellipse
|
|
||||||
style="display:inline;opacity:1;fill:url(#linearGradient2298);fill-opacity:1;stroke:none;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;filter:url(#filter14368)"
|
|
||||||
id="path14334"
|
|
||||||
inkscape:label="blush"
|
|
||||||
clip-path="url(#clipPath14362)"
|
|
||||||
sodipodi:insensitive="true"
|
|
||||||
ry="160"
|
|
||||||
rx="200"
|
|
||||||
cy="510"
|
|
||||||
cx="320" /><path
|
|
||||||
style="fill:none;stroke:url(#linearGradient5190);stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 245.00012,559.99987 c 0,0 34.94756,-20.45844 70.00003,-20 35.05248,0.45844 70.24366,20.10824 70.00004,20"
|
|
||||||
id="mouth"
|
|
||||||
inkscape:label="mouth"
|
|
||||||
sodipodi:nodetypes="czc"
|
|
||||||
sodipodi:insensitive="true" /><g
|
|
||||||
id="whiskers"
|
|
||||||
inkscape:label="whiskers"
|
|
||||||
transform="matrix(0.86140291,0,0,0.86140248,-29.560024,125.6653)"
|
|
||||||
style="display:inline;stroke-width:1.1609"
|
|
||||||
sodipodi:insensitive="true"><path
|
|
||||||
style="display:none;fill:url(#linearGradient15760);fill-opacity:1;stroke:none;stroke-width:1.76264px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 760,555 c 5,-5 -160,-60 -165,-35 -5,25 160,40 165,35 z"
|
|
||||||
id="whisker_right_bottom"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="right bottom" /><path
|
|
||||||
style="display:inline;fill:url(#linearGradient15762);fill-opacity:1;stroke:none;stroke-width:1.76264px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 760,410 c -5,-5 -180,55 -165,80 15,25 170,-75 165,-80 z"
|
|
||||||
id="whisker_right_top"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="right top" /><path
|
|
||||||
style="fill:url(#linearGradient777);fill-opacity:1;stroke:none;stroke-width:1.76264px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 40,555 c -5,-5 160,-60 165,-35 5,25 -160,40 -165,35 z"
|
|
||||||
id="whisker_left_bottom"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="left bottom" /><path
|
|
||||||
style="fill:url(#linearGradient5558);fill-opacity:1;stroke:none;stroke-width:1.76224;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 40,410 c 5,-5 180,55 165,80 C 190,515 35,415 40,410 Z"
|
|
||||||
id="whisker_left_top"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="left top" /></g><g
|
|
||||||
id="eyes-6"
|
|
||||||
inkscape:label="eyes"
|
|
||||||
style="display:inline;stroke-width:1.23473"
|
|
||||||
transform="matrix(0.84597862,0,0,0.77535274,-23.391589,156.48907)"
|
|
||||||
sodipodi:insensitive="true"><path
|
|
||||||
style="opacity:1;fill:none;fill-opacity:1;stroke:url(#contour_colour);stroke-width:30.8682;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 600.95115,410.7947 c -50,-10 -130.02699,0 -130.02699,0 0,0 71.28825,-58.71362 124.11668,-70.93545"
|
|
||||||
id="eye_right-2"
|
|
||||||
sodipodi:nodetypes="ccc"
|
|
||||||
inkscape:label="right" /><path
|
|
||||||
style="opacity:1;fill:none;fill-opacity:1;stroke:url(#contour_colour);stroke-width:30.8682;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 199.04954,410.7947 c 50,-10 130.027,0 130.027,0 0,0 -71.28825,-58.71362 -124.11668,-70.93545"
|
|
||||||
id="eye_left"
|
|
||||||
sodipodi:nodetypes="ccc"
|
|
||||||
inkscape:label="left" /></g><metadata
|
|
||||||
id="metadata1014"><rdf:RDF><cc:Work
|
|
||||||
rdf:about=""><dc:title>Blobcat with hammer</dc:title><dc:date>2022-07-04</dc:date><dc:creator><cc:Agent><dc:title>tastytea</dc:title></cc:Agent></dc:creator><dc:source>https://schlomp.space/tastytea/blobcats</dc:source><dc:subject><rdf:Bag><rdf:li>blobcat</rdf:li><rdf:li>emoji</rdf:li><rdf:li>hammer</rdf:li></rdf:Bag></dc:subject><cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
|
|
||||||
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="hammer"
|
|
||||||
style="display:inline;stroke-width:1.09373"
|
|
||||||
transform="matrix(0.91429913,0,0,0.91429913,-62.012208,122.42428)"
|
|
||||||
sodipodi:insensitive="true"><path
|
|
||||||
style="display:inline;fill:url(#linearGradient13979);fill-opacity:1;stroke:none;stroke-width:1.09373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 587.34848,363.74936 605,360 665,420 658.44119,434.84206 642.97252,419.37339 410,655 370,615 603.75449,380.15537 Z"
|
|
||||||
id="path13587"
|
|
||||||
sodipodi:nodetypes="ccccccccc"
|
|
||||||
inkscape:label="shaft" /><path
|
|
||||||
style="display:inline;opacity:1;fill:url(#linearGradient1612);fill-opacity:1;stroke:none;stroke-width:1.09373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 690,90 C 680,80 500,260 510,270 c 0,0 20.69382,25.03199 25,25 l 5,-5 c 5,15 185.93482,194.98337 200,200 l -5,5 c 0,5 25,25 25,25 10.18077,0.56259 190,-170 180,-180 0,0 -19.85396,-25.15562 -25,-25 l -5,5 C 905,305 725,125 710,120 l 5,-5 c -0.0533,-5.37853 -25,-25 -25,-25 z"
|
|
||||||
id="path930"
|
|
||||||
sodipodi:nodetypes="ssccccccccccs"
|
|
||||||
inkscape:label="head" /></g><g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer2"
|
|
||||||
inkscape:label="hands"
|
|
||||||
style="display:inline;stroke-width:1.1609"
|
|
||||||
transform="matrix(0.86140248,0,0,0.86140248,0.58908,111.2092)"
|
|
||||||
sodipodi:insensitive="true"><path
|
|
||||||
style="display:inline;fill:url(#blob_color);stroke:url(#contour_colour);stroke-width:29.0224;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 156.0373,677.72129 340,590 c 75,-20 70,55 60,80 -19.27093,41.47198 -44.13155,58.11312 -93.04602,83.17963"
|
|
||||||
id="path13857"
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
inkscape:label="left" /><path
|
|
||||||
style="display:inline;fill:url(#blob_color);stroke:url(#contour_colour);stroke-width:29.0224;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 579.7649,695.13475 C 521.72002,671.9168 477.06617,631.45846 452.06617,596.45846 c -25,-45 -5.83287,-132.72886 95.11219,-76.4359 36.90269,22.11185 108.04488,47.41347 108.04488,47.41347"
|
|
||||||
id="path13860"
|
|
||||||
inkscape:label="right"
|
|
||||||
sodipodi:nodetypes="cccc" /></g><g
|
|
||||||
id="g3070"
|
|
||||||
inkscape:label="strain"
|
|
||||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
sodipodi:insensitive="true"><path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 460,215 95,-125 60,80 z"
|
|
||||||
id="path3076"
|
|
||||||
sodipodi:nodetypes="cccc" /><path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 495,42.5 -105,120 10,-155 z"
|
|
||||||
id="path3072"
|
|
||||||
sodipodi:nodetypes="cccc" /><path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 300,162.5 195,50 295,10 Z"
|
|
||||||
id="path3074"
|
|
||||||
sodipodi:nodetypes="cccc" /><path
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 230,215 75,170 135,85 Z"
|
|
||||||
id="path3067"
|
|
||||||
sodipodi:nodetypes="cccc" /></g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,491 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
width="800.0px"
|
|
||||||
height="800.0px"
|
|
||||||
viewBox="0 0 800.0 800.0"
|
|
||||||
version="1.1"
|
|
||||||
id="SVGRoot"
|
|
||||||
sodipodi:docname="blobcat_heart.svg"
|
|
||||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="namedview529"
|
|
||||||
pagecolor="#505050"
|
|
||||||
bordercolor="#eeeeee"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:showpageshadow="0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pagecheckerboard="0"
|
|
||||||
inkscape:deskcolor="#505050"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:current-layer="SVGRoot">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid1138" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title1016">Blobcat with heart in paws</title>
|
|
||||||
<defs
|
|
||||||
id="defs1121">
|
|
||||||
<linearGradient
|
|
||||||
id="light"
|
|
||||||
inkscape:swatch="gradient">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0"
|
|
||||||
offset="0"
|
|
||||||
id="stop17092" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop17094" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="heart"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ff2050;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7049" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="blush"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ed6c30;stop-opacity:0.5;"
|
|
||||||
offset="0"
|
|
||||||
id="stop4680" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="face"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="matrix(0.86419753,0,0,1,63.82716,0)">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#2b2b00;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7071" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="body"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fcc314;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop5975" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#body"
|
|
||||||
id="linearGradient5979"
|
|
||||||
x1="38.738472"
|
|
||||||
y1="437.70772"
|
|
||||||
x2="761.27481"
|
|
||||||
y2="437.70772"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(0,-70.0002)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient7075"
|
|
||||||
x1="345.4498"
|
|
||||||
y1="91.322893"
|
|
||||||
x2="430"
|
|
||||||
y2="91.322893"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.69230773,0,0,1.375,17.307671,201.2498)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient7177"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.69230773,0,0,1.375,277.30767,201.2498)"
|
|
||||||
x1="345.4498"
|
|
||||||
y1="91.322893"
|
|
||||||
x2="430"
|
|
||||||
y2="91.322893" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient5558"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,779.50946,1276.3108)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient15760"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,1239.6278,1276.3108)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient15762"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,1239.6278,1276.3108)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#blush"
|
|
||||||
id="linearGradient4684"
|
|
||||||
x1="562.35876"
|
|
||||||
y1="515.12402"
|
|
||||||
x2="648.35876"
|
|
||||||
y2="515.12402"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.1627907,0,0,1.0619469,-93.905576,-112.03455)" />
|
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
style="color-interpolation-filters:sRGB"
|
|
||||||
id="filter5097"
|
|
||||||
x="-0.33"
|
|
||||||
y="-0.275"
|
|
||||||
width="1.66"
|
|
||||||
height="1.55">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="13.75"
|
|
||||||
id="feGaussianBlur5099" />
|
|
||||||
</filter>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#blush"
|
|
||||||
id="linearGradient5143"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.1627907,0,0,1.0619469,-513.90558,-112.03455)"
|
|
||||||
x1="562.35876"
|
|
||||||
y1="515.12402"
|
|
||||||
x2="648.35876"
|
|
||||||
y2="515.12402" />
|
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
style="color-interpolation-filters:sRGB"
|
|
||||||
id="filter5145"
|
|
||||||
x="-0.33"
|
|
||||||
y="-0.275"
|
|
||||||
width="1.66"
|
|
||||||
height="1.55">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="13.75"
|
|
||||||
id="feGaussianBlur5147" />
|
|
||||||
</filter>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient5190"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(0,-70.0002)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#heart"
|
|
||||||
id="linearGradient7053"
|
|
||||||
x1="182.67766"
|
|
||||||
y1="579.57064"
|
|
||||||
x2="617.32234"
|
|
||||||
y2="579.57064"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#light"
|
|
||||||
id="linearGradient18310"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="277.50012"
|
|
||||||
y1="491.90619"
|
|
||||||
x2="222.50011"
|
|
||||||
y2="436.90619"
|
|
||||||
gradientTransform="translate(-27.500114,-1.9059892)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#light"
|
|
||||||
id="linearGradient1285"
|
|
||||||
x1="429.62396"
|
|
||||||
y1="305.57281"
|
|
||||||
x2="297.92487"
|
|
||||||
y2="197.11472"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.14990233,0,0,0.21773855,220.27587,275.48419)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#light"
|
|
||||||
id="linearGradient1868"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.14990233,0,0,0.21773855,480.27587,275.48419)"
|
|
||||||
x1="429.62396"
|
|
||||||
y1="305.57275"
|
|
||||||
x2="297.92487"
|
|
||||||
y2="197.11472" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#light"
|
|
||||||
id="linearGradient2712"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.07476526,0,0,0.11221501,277.68717,324.92333)"
|
|
||||||
x1="429.62396"
|
|
||||||
y1="305.57281"
|
|
||||||
x2="297.92487"
|
|
||||||
y2="197.11472" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#light"
|
|
||||||
id="linearGradient2717"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.07476526,0,0,0.11221501,537.68717,324.92333)"
|
|
||||||
x1="429.62396"
|
|
||||||
y1="305.57281"
|
|
||||||
x2="297.92487"
|
|
||||||
y2="197.11472" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#body"
|
|
||||||
id="linearGradient4005"
|
|
||||||
gradientTransform="matrix(1.0493826,0,0,1.3750004,21.790137,-243.75005)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#body"
|
|
||||||
id="linearGradient26217"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0493826,0,0,1.3750002,-778.20986,-243.74992)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient26900"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.3827831,-0.35029425,0.38353716,-1.5700333,779.50946,1276.3108)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
</defs>
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:url(#linearGradient5979);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 750,549.9998 c -70.04933,182.12826 -631.59001,177.86599 -700,0 -50,-130 90.64736,-340.22765 90,-340 0,0 -60,-120.000001 -30,-150.000001 30,-30 210,20 210,20 50,-20 110,-20 160,0 0,0 180,-50 210,-20 30,30 -30,150.000001 -30,150.000001 -0.40252,0.012 140,210 90,340 z"
|
|
||||||
id="blobcat_body"
|
|
||||||
sodipodi:nodetypes="sscsccscs"
|
|
||||||
inkscape:label="body"
|
|
||||||
sodipodi:insensitive="true" />
|
|
||||||
<g
|
|
||||||
id="layer_blush"
|
|
||||||
inkscape:label="blush"
|
|
||||||
style="display:inline"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<ellipse
|
|
||||||
style="display:inline;mix-blend-mode:normal;fill:url(#linearGradient4684);fill-opacity:1;stroke:none;stroke-width:27.7805;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5097)"
|
|
||||||
id="blush_right"
|
|
||||||
cx="610"
|
|
||||||
cy="434.99979"
|
|
||||||
inkscape:label="blush right"
|
|
||||||
rx="50"
|
|
||||||
ry="60" />
|
|
||||||
<ellipse
|
|
||||||
style="display:inline;mix-blend-mode:normal;fill:url(#linearGradient5143);fill-opacity:1;stroke:none;stroke-width:27.7805;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter5145)"
|
|
||||||
id="blush_left"
|
|
||||||
cx="190"
|
|
||||||
cy="434.99979"
|
|
||||||
inkscape:label="blush left"
|
|
||||||
rx="50"
|
|
||||||
ry="60" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:url(#linearGradient5190);stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 320,449.9998 40,50 40,-50 40,50 40,-50"
|
|
||||||
id="mouth"
|
|
||||||
inkscape:label="mouth"
|
|
||||||
sodipodi:nodetypes="ccccc"
|
|
||||||
sodipodi:insensitive="true" />
|
|
||||||
<g
|
|
||||||
id="layer_whiskers"
|
|
||||||
inkscape:label="whiskers"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient15760);fill-opacity:1;stroke:none;stroke-width:1.51834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 760,484.9998 c 5,-5 -160,-60 -165,-35 -5,25 160,40 165,35 z"
|
|
||||||
id="whisker_right_bottom"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="whisker right bottom" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient15762);fill-opacity:1;stroke:none;stroke-width:1.51834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 760,339.9998 c -5,-5 -180,55 -165,80 15,25 170,-75 165,-80 z"
|
|
||||||
id="whisker_right_top"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="whisker right top" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient5558);fill-opacity:1;stroke:none;stroke-width:1.51834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 40,484.9998 c -5,-5 160,-60 165,-35 5,25 -160,40 -165,35 z"
|
|
||||||
id="whisker_left_bottom"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="whisker left bottom" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient26900);fill-opacity:1;stroke:none;stroke-width:1.51834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 40,339.9998 c 5,-5 180,55 165,80 -15,25 -170,-75 -165,-80 z"
|
|
||||||
id="whisker_left_top"
|
|
||||||
sodipodi:nodetypes="zzz"
|
|
||||||
inkscape:label="whisker left top" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="layer_eyes"
|
|
||||||
inkscape:label="eyes"
|
|
||||||
style="display:inline"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<ellipse
|
|
||||||
style="display:inline;fill:url(#linearGradient7177);fill-opacity:1;stroke:none;stroke-width:29.2699;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="eye_right"
|
|
||||||
cx="530"
|
|
||||||
cy="324.99979"
|
|
||||||
rx="45"
|
|
||||||
ry="55"
|
|
||||||
inkscape:label="eye right" />
|
|
||||||
<ellipse
|
|
||||||
style="fill:url(#linearGradient7075);fill-opacity:1;stroke:none;stroke-width:29.2699;stroke-linecap:round;stroke-linejoin:round"
|
|
||||||
id="eye_left"
|
|
||||||
cx="270"
|
|
||||||
cy="324.99979"
|
|
||||||
rx="45"
|
|
||||||
ry="55"
|
|
||||||
inkscape:label="eye left" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer2"
|
|
||||||
inkscape:label="reflection"
|
|
||||||
style="display:none">
|
|
||||||
<ellipse
|
|
||||||
style="opacity:1;fill:url(#linearGradient2717);fill-opacity:1;stroke:#ffffff;stroke-width:2.2899;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0"
|
|
||||||
id="reflection_small_right"
|
|
||||||
cy="343.99979"
|
|
||||||
cx="557.5"
|
|
||||||
rx="6.3550477"
|
|
||||||
ry="7.8550501"
|
|
||||||
inkscape:label="small right" />
|
|
||||||
<ellipse
|
|
||||||
style="opacity:1;fill:url(#linearGradient1868);fill-opacity:1;stroke:#ffffff;stroke-width:4.5166;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0"
|
|
||||||
id="reflection_big_right"
|
|
||||||
cy="312.49979"
|
|
||||||
cx="520"
|
|
||||||
rx="12.741699"
|
|
||||||
ry="15.241702"
|
|
||||||
inkscape:label="big right" />
|
|
||||||
<ellipse
|
|
||||||
style="opacity:1;fill:url(#linearGradient2712);fill-opacity:1;stroke:#ffffff;stroke-width:2.2899;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0"
|
|
||||||
id="reflection_small_left"
|
|
||||||
cy="343.99979"
|
|
||||||
cx="297.5"
|
|
||||||
rx="6.3550477"
|
|
||||||
ry="7.8550501"
|
|
||||||
inkscape:label="small left" />
|
|
||||||
<ellipse
|
|
||||||
style="opacity:1;fill:url(#linearGradient1285);fill-opacity:1;stroke:#ffffff;stroke-width:4.5166;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0"
|
|
||||||
id="reflection_big_left"
|
|
||||||
cy="312.49979"
|
|
||||||
cx="260"
|
|
||||||
rx="12.741699"
|
|
||||||
ry="15.241702"
|
|
||||||
inkscape:label="big left" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<metadata
|
|
||||||
id="metadata1014">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:title>Blobcat with heart in paws</dc:title>
|
|
||||||
<dc:date>2022-06-13</dc:date>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>tastytea</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>https://schlomp.space/tastytea/blobcats/src/branch/main/svg/blobcat_heart.svg</dc:source>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>blobcat</rdf:li>
|
|
||||||
<rdf:li>emoji</rdf:li>
|
|
||||||
<rdf:li>heart</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer_heart"
|
|
||||||
inkscape:label="heart"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(0,-70.0002)"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient7053);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 400,820.0002 c 0,0 -300,-250 -225,-370.0002 75,-120.0002 225,20.0002 225,20.0002 0,0 150,-140.0004 225,-20.0002 75,120.0002 -225,370.0002 -225,370.0002 z"
|
|
||||||
id="heart_object"
|
|
||||||
sodipodi:nodetypes="czczc"
|
|
||||||
inkscape:label="heart" />
|
|
||||||
<path
|
|
||||||
style="opacity:0.5;fill:url(#linearGradient18310);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 200,545.0002 c 20,-50 50,-90 100,-110 20,-20 -60,-35 -100,5 -40,40 -20,125 0,105 z"
|
|
||||||
id="heart_reflection"
|
|
||||||
sodipodi:nodetypes="cczc"
|
|
||||||
inkscape:label="reflection" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="layer_hands"
|
|
||||||
inkscape:label="hands"
|
|
||||||
transform="translate(0,-70.0002)"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<rect
|
|
||||||
style="display:inline;opacity:1;fill:url(#linearGradient4005);fill-opacity:1;stroke:none;stroke-width:5.69783;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0;paint-order:normal"
|
|
||||||
id="hand_support_right"
|
|
||||||
width="85"
|
|
||||||
height="110.00004"
|
|
||||||
x="515"
|
|
||||||
y="595.00018"
|
|
||||||
inkscape:label="support right" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#body);stroke:url(#face);stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
|
||||||
d="m 515,705.0002 c -45,-95 -45,-100 -45,-125 0,-25 20,-35 30,-10 0,-25 20,-35 30,-10 0,-25 20,-35 30,-10 10,25 10,30 40,45"
|
|
||||||
id="hand_right"
|
|
||||||
sodipodi:nodetypes="cccccc"
|
|
||||||
inkscape:label="right" />
|
|
||||||
<rect
|
|
||||||
style="display:inline;opacity:1;fill:url(#linearGradient26217);fill-opacity:1;stroke:none;stroke-width:5.69783;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0;paint-order:normal"
|
|
||||||
id="hand_support_left"
|
|
||||||
width="85"
|
|
||||||
height="110.00002"
|
|
||||||
x="-285"
|
|
||||||
y="595.00018"
|
|
||||||
inkscape:label="support left"
|
|
||||||
transform="scale(-1,1)" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#body);stroke:url(#face);stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
|
||||||
d="m 285,705.0002 c 45,-95 45,-100 45,-125 0,-25 -20,-35 -30,-10 0,-25 -20,-35 -30,-10 0,-25 -20,-35 -30,-10 -10,25 -10,30 -40,45"
|
|
||||||
id="hand_left"
|
|
||||||
sodipodi:nodetypes="cccccc"
|
|
||||||
inkscape:label="left" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 18 KiB |
@@ -1,356 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
width="800"
|
|
||||||
height="800"
|
|
||||||
viewBox="0 0 800 800"
|
|
||||||
version="1.1"
|
|
||||||
id="svg5"
|
|
||||||
sodipodi:docname="blobcat_teapot.svg"
|
|
||||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="namedview47"
|
|
||||||
pagecolor="#505050"
|
|
||||||
bordercolor="#eeeeee"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:showpageshadow="0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pagecheckerboard="0"
|
|
||||||
inkscape:deskcolor="#505050"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:current-layer="svg5">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid172"
|
|
||||||
spacingx="5"
|
|
||||||
spacingy="5"
|
|
||||||
empcolor="#ff3f3f"
|
|
||||||
empopacity="0.50196078"
|
|
||||||
color="#3f3fff"
|
|
||||||
opacity="0.25098039" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title1375">Blobcat drinks directly from teapot</title>
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<linearGradient
|
|
||||||
id="face"
|
|
||||||
gradientTransform="matrix(0.30608992,-1.0449013e-8,0,0.65476465,178.46518,287.84523)"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#2b2b00;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop999" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="blob_body"
|
|
||||||
gradientTransform="matrix(0.22421862,0,0,0.47790186,125.85533,423.809)"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fcc314;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop5823" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient3200"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0455177,0,0,1.0676148,14.762898,45.330691)" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient5554"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143"
|
|
||||||
gradientTransform="matrix(0.97471167,0.41127683,-0.39920703,1.0041815,214.65375,-96.346662)" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient5558"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.95879011,0.26982027,-0.25400493,-1.0184881,876.02752,749.41197)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient5562"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.82062932,0.62276988,-0.57190387,-0.87794401,921.03493,550.62676)"
|
|
||||||
x1="539.43036"
|
|
||||||
y1="437.90143"
|
|
||||||
x2="660.23444"
|
|
||||||
y2="437.90143" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#blob_body"
|
|
||||||
id="linearGradient14063"
|
|
||||||
x1="89.261482"
|
|
||||||
y1="625.01587"
|
|
||||||
x2="300.12128"
|
|
||||||
y2="625.01587"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.32368256,0.82215935,1.0851466,0.69915514,-401.51137,87.7622)" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#tea"
|
|
||||||
id="linearGradient11337"
|
|
||||||
x1="419.60144"
|
|
||||||
y1="541.05774"
|
|
||||||
x2="442.70374"
|
|
||||||
y2="541.05774"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.765412,0,0,1.765412,-391.67005,-506.96532)" />
|
|
||||||
<linearGradient
|
|
||||||
id="tea"
|
|
||||||
inkscape:swatch="solid"
|
|
||||||
gradientTransform="translate(0,-115.00046)">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#503200;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop10824" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#mouth"
|
|
||||||
id="linearGradient2536"
|
|
||||||
x1="318.32098"
|
|
||||||
y1="545.00934"
|
|
||||||
x2="481.67902"
|
|
||||||
y2="545.00934"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.2661816,0.22326196,-0.17107562,0.97021803,6.2229597,-164.1955)" />
|
|
||||||
<linearGradient
|
|
||||||
id="mouth"
|
|
||||||
inkscape:swatch="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ed6c30;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2482" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient332"
|
|
||||||
gradientTransform="matrix(-0.28328371,0.71954562,1.2398984,0.79886098,-401.51137,87.7622)"
|
|
||||||
x1="-5.7130455"
|
|
||||||
y1="416.80921"
|
|
||||||
x2="251.374"
|
|
||||||
y2="416.80921"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient502"
|
|
||||||
gradientTransform="scale(0.90061778,1.1103489)"
|
|
||||||
x1="331.18529"
|
|
||||||
y1="86.064669"
|
|
||||||
x2="433.48107"
|
|
||||||
y2="86.064669"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#face"
|
|
||||||
id="linearGradient504"
|
|
||||||
gradientTransform="scale(0.89920277,1.1120962)"
|
|
||||||
x1="601.58517"
|
|
||||||
y1="106.82399"
|
|
||||||
x2="706.77622"
|
|
||||||
y2="106.82399"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#blob_body"
|
|
||||||
id="linearGradient506"
|
|
||||||
gradientTransform="matrix(1.0263586,0.18097469,-0.16661827,0.94493914,118.95369,-121.36952)"
|
|
||||||
x1="86.356469"
|
|
||||||
y1="135.48493"
|
|
||||||
x2="761.8053"
|
|
||||||
y2="135.48493"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:url(#linearGradient506);fill-opacity:1;stroke:none;stroke-width:0.879001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 780.15539,603.79677 C 804.69498,715.82834 649.32273,763.16906 419.69594,720.23506 -126.64483,654.10379 198.7552,285.41902 206.86834,261.76425 234.52156,181.13809 229.29676,71.765443 268.92149,43.610206 307.65013,16.091669 377.5309,140.73218 377.5309,140.73218 c 138.80785,-45.943017 280.9651,3.84434 346.79753,58.51658 9.3977,4.31516 109.46434,-55.08148 138.01453,-21.6818 27.6225,32.31441 -51.21637,132.56147 -43.01944,174.1733 25.95314,131.75148 -50.28772,201.29182 -39.16813,252.05651 z"
|
|
||||||
id="blobcat_body"
|
|
||||||
inkscape:label="body"
|
|
||||||
sodipodi:nodetypes="scssccsss"
|
|
||||||
sodipodi:insensitive="true" />
|
|
||||||
<g
|
|
||||||
id="eyes"
|
|
||||||
style="display:inline"
|
|
||||||
transform="rotate(10,303.59619,823.50198)"
|
|
||||||
inkscape:label="eyes"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<ellipse
|
|
||||||
style="display:inline;fill:url(#linearGradient504);fill-opacity:1;stroke:none;stroke-width:1.21563;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
|
||||||
id="eye_right"
|
|
||||||
cx="588.24109"
|
|
||||||
cy="177.28984"
|
|
||||||
rx="47.294041"
|
|
||||||
ry="58.491283"
|
|
||||||
transform="matrix(0.96362231,0.26726773,-0.26103537,0.96532924,0,0)"
|
|
||||||
inkscape:label="right" />
|
|
||||||
<ellipse
|
|
||||||
style="display:inline;fill:url(#linearGradient502);fill-opacity:1;stroke:none;stroke-width:1.18217;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
|
||||||
id="eye_left"
|
|
||||||
cx="344.33606"
|
|
||||||
cy="152.35382"
|
|
||||||
rx="46.064701"
|
|
||||||
ry="56.792007"
|
|
||||||
transform="matrix(0.89475589,0.4465556,-0.44378819,0.89613171,0,0)"
|
|
||||||
inkscape:label="left" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="whiskers"
|
|
||||||
transform="rotate(10,753.10682,619.13869)"
|
|
||||||
inkscape:label="whiskers"
|
|
||||||
sodipodi:insensitive="true">
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient5554);fill-opacity:1;stroke:none;stroke-width:1.0691px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 677.65382,629.32529 c -3.34663,2.69209 -119.89224,-59.77382 -107.72766,-74.37632 12.16457,-14.6025 111.07431,71.68425 107.72766,74.37632 z"
|
|
||||||
id="whiskers_bottom_right"
|
|
||||||
inkscape:label="bottom right" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient3200);fill-opacity:1;stroke:none;stroke-width:1.05651px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 705.04965,528.15074 c -2.09104,3.73665 -131.95589,-8.36304 -126.11437,-26.33101 5.84151,-17.96797 128.2054,22.59436 126.11437,26.33101 z"
|
|
||||||
id="whiskers_top_right"
|
|
||||||
inkscape:label="top right" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient5562);fill-opacity:1;stroke:none;stroke-width:1.03761px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 120.58842,564.75788 c -0.36042,-4.31834 108.05242,-71.72315 113.09255,-53.46783 5.04012,18.25537 -112.73216,57.78618 -113.09255,53.46783 z"
|
|
||||||
id="whiskers_bottom_left"
|
|
||||||
inkscape:label="bottom left" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient5558);fill-opacity:1;stroke:none;stroke-width:1.02228px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 128.12968,466.95372 c 1.02854,-4.10435 122.9996,-26.07608 121.91756,-7.42739 -1.08206,18.64871 -122.94614,11.53173 -121.91756,7.42739 z"
|
|
||||||
id="whiskers_top_left"
|
|
||||||
inkscape:label="top left" />
|
|
||||||
</g>
|
|
||||||
<metadata
|
|
||||||
id="metadata1373">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:title>Blobcat drinks directly from teapot</dc:title>
|
|
||||||
<dc:date>2022-06-12</dc:date>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>tastytea</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>https://schlomp.space/tastytea/blobcats/src/branch/main/svg/blobcat_teapot.svg</dc:source>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>blobcat</rdf:li>
|
|
||||||
<rdf:li>emoji</rdf:li>
|
|
||||||
<rdf:li>teapot</rdf:li>
|
|
||||||
<rdf:li>tea</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
|
|
||||||
<dc:contributor>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Thanks to mg for fixing the arm.</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:contributor>
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient2536);fill-opacity:1;stroke:none;stroke-width:5.62731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 329.97125,443.10091 c 10.99772,-62.37115 188.26312,-31.11448 177.2654,31.25668 -10.99772,62.37115 -188.26311,31.11448 -177.2654,-31.25668 z"
|
|
||||||
id="path1199"
|
|
||||||
inkscape:label="mouth"
|
|
||||||
sodipodi:insensitive="true" />
|
|
||||||
<path
|
|
||||||
style="fill:url(#tea);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 331.59449,459.88784 c -2.09541,-10.17027 169.90905,-10.10545 174.90443,0.26679 0.34684,1.34605 0.69099,2.42003 0.83252,3.41734 1.44058,8.24055 -0.38392,16.23628 -5.24083,23.31966 -4.43995,7.48509 -22.14566,20.58111 -48.09573,21.11796 -2.47291,0.25089 -10.82862,0.78998 -19.31822,0.35633 -12.20211,-0.65444 -37.99274,-3.73705 -58.51887,-12.35541 -18.81869,-7.48291 -37.51907,-18.87213 -44.5633,-36.12267 z"
|
|
||||||
id="tea_in_mouth"
|
|
||||||
sodipodi:nodetypes="cccccccc"
|
|
||||||
inkscape:label="tea in mouth" />
|
|
||||||
<g
|
|
||||||
id="teapot"
|
|
||||||
transform="matrix(20.709495,13.193404,-13.193404,20.709495,-55.068902,-342.16284)"
|
|
||||||
inkscape:label="teapot"
|
|
||||||
style="display:inline">
|
|
||||||
<path
|
|
||||||
id="ellipse5367"
|
|
||||||
d="M 25.86649,31.395826 C 26.012465,32.552578 22.654985,33.5 18.281553,33.5 c -4.469406,0 -8.212844,-0.985223 -8.270987,-2.187635 -0.057465,-1.188374 3.516977,-2.103902 7.897178,-2.058286 4.288064,0.04466 7.81441,0.997988 7.958746,2.141747 z"
|
|
||||||
style="fill:#543499;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
fill="#3B88C3"
|
|
||||||
d="m 11.74412,31.62038 c 0,0 3.406086,0.830154 6.481109,0.742604 2.50305,-0.07179 5.467611,-0.36035 6.276858,-0.777832 0,0 -0.862698,1.454945 -6.12882,1.44892 -5.405932,-0.0062 -6.629147,-1.413692 -6.629147,-1.413692 z"
|
|
||||||
id="path5369"
|
|
||||||
style="fill:#6d56c3;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
id="ellipse5371"
|
|
||||||
d="m 24.336625,15.79191 c 0.142471,1.108467 -3.161822,1.882833 -7.463137,1.714528 -4.393789,-0.171923 -8.0686992,-1.254687 -8.1212833,-2.402255 -0.051948,-1.13368 3.4613033,-1.868434 7.7638623,-1.65753 4.213921,0.206559 7.679747,1.249706 7.820558,2.345257 z"
|
|
||||||
style="fill:#543499;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
fill="#3B88C3"
|
|
||||||
d="m 31.11927,17.316903 c 2.966926,-0.05437 2.041536,1.080372 1.174805,1.561888 -0.396321,0.21948 -1.05468,1.528836 -1.197449,3.826339 -0.114093,1.836062 0.09506,5.447639 -3.962835,5.125559 -2.82446,-0.224085 -0.963261,-6.847955 -0.963261,-6.847955 0,0 2.098227,2.996921 3.251721,-1.243286 0.495488,-1.822161 0.845127,-2.407256 1.697019,-2.422545 z M 6.0934645,27.910635 C 4.9425895,27.895301 3.8682158,27.509198 2.9367463,26.768593 0.88934622,25.140278 0.167,22.072671 0.167,20.259993 c 0,-2.370747 1.3219846,-4.65727 3.8260301,-4.551604 1.5073271,0.06361 2.1663782,0.592085 2.8657711,1.151462 0.3932943,0.315262 0.8001019,0.640875 1.4715405,0.987243 L 7.64349,19.666754 C 6.7944046,19.229491 6.26346,18.801572 5.8372,18.458568 5.2265985,17.96701 4.94838,17.743093 4.0337496,17.708834 2.5851387,17.654573 1.9332169,18.84105 1.9468435,20.315382 c 0.014079,1.523329 0.6592233,3.584685 2.0735086,4.702938 0.8585473,0.680722 1.8808498,0.884723 3.0230899,0.614824 l 0.5085616,2.104605 C 7.0581864,27.859264 6.5697663,27.91698 6.0934645,27.910635 Z"
|
|
||||||
id="path5373"
|
|
||||||
style="fill:#6d56c3;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
fill="#3B88C3"
|
|
||||||
d="m 28.211813,24.65038 c 0.927079,6.50911 -5.55468,7.254479 -10.07227,7.236596 C 13.519511,31.868687 6.3647673,31.025048 6.1554361,24.159215 5.9597834,17.742021 10.275476,12.252668 16.438707,12.567957 22.4217,12.874026 27.342226,18.544927 28.211813,24.65038 Z"
|
|
||||||
id="path5375"
|
|
||||||
style="fill:#6d56c3;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
fill="#269"
|
|
||||||
d="m 28.967621,26.842259 c -0.442876,0.03097 -1.085608,-0.761722 -1.085608,-0.761722 -0.502102,2.019555 -2.51268,4.582987 -10.075019,4.529394 -7.031859,-0.04983 -9.7806403,-2.350431 -11.2615106,-4.282119 0,0 0.379287,1.260495 -1.8102817,0.761017 -0.6743098,-0.15431 -2.0125225,-0.837959 -3.1040644,-1.786417 0.3585753,0.552811 0.789893,1.056497 1.305609,1.466181 0.9314695,0.740605 2.006881,1.126722 3.1567182,1.142042 0.3650554,0.0049 0.7381116,-0.03968 1.1145592,-0.109305 2.2222649,3.543739 7.2782073,4.15731 10.8764373,4.1708 3.623671,0.01359 8.564009,-0.557646 9.875528,-4.13766 3.195243,-0.216101 3.029897,-3.428445 3.1359,-5.128426 0.107789,-1.736148 0.509307,-2.905228 0.868824,-3.468284 -0.02399,0.01078 -0.0417,0.01283 -0.06627,0.0254 -1.458119,0.752946 -0.451589,7.403042 -2.930825,7.579103 z M 4.8587855,17.223759 C 4.2218598,16.85619 2.9216802,16.936772 2.2700002,17.976993 c -0.4357404,0.69553 -0.4572974,1.578044 -0.3189616,2.244811 0.014867,-1.43014 0.6649617,-2.566075 2.082711,-2.51297 0.9136459,0.03422 1.1928489,0.258176 1.8034504,0.749734 0.2911704,0.234618 0.6409393,0.509933 1.0986203,0.799809 l 0.1537931,-0.46712 c 0,0 -1.2099289,-0.979054 -2.2308279,-1.567498 z M 22.921313,14.624983 c 0.267863,0.151517 0.429227,0.306909 0.448661,0.463827 0.09083,0.733406 -2.843612,1.205075 -6.61735,1.044786 -3.844711,-0.163304 -7.0466197,-0.916009 -7.0850841,-1.67196 -0.00823,-0.161716 0.1366914,-0.307891 0.3965081,-0.439297 -0.8445984,0.285385 -1.3313562,0.656005 -1.3118433,1.081844 0.052599,1.147901 3.7278913,2.230347 8.1212833,2.402255 4.300934,0.16829 7.605649,-0.605739 7.463137,-1.714528 -0.05288,-0.411459 -0.570845,-0.813725 -1.415312,-1.166927 z"
|
|
||||||
id="path5377"
|
|
||||||
style="fill:#543499;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
id="ellipse5379"
|
|
||||||
d="m 18.863286,11.830787 c 0.07278,0.716592 -0.991392,1.245331 -2.385991,1.175476 -1.404171,-0.07034 -2.593535,-0.719185 -2.647381,-1.443623 -0.05343,-0.718772 1.033379,-1.233606 2.418558,-1.155467 1.375869,0.07761 2.542597,0.712557 2.614814,1.423614 z"
|
|
||||||
style="fill:#543499;fill-opacity:1" />
|
|
||||||
<path
|
|
||||||
id="ellipse5381"
|
|
||||||
d="m 32.757791,17.811542 c 0.02805,0.163555 -0.35043,0.280625 -0.846523,0.261186 -0.497346,-0.01949 -0.923061,-0.168675 -0.949681,-0.332916 -0.02658,-0.163957 0.354855,-0.280271 0.850774,-0.260097 0.494673,0.02012 0.917434,0.168554 0.94543,0.331827 z"
|
|
||||||
style="fill:#543499;fill-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
style="fill:url(#linearGradient11337);fill-opacity:1;stroke:none;stroke-width:1.76542px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 350.22673,439.29714 c 0.68578,9.80001 27.10087,22.88608 34.88777,21.81892 22.0253,-3.01845 67.1046,7.6615 30.8349,-14.74046 -25.1355,-15.52495 -66.60084,-19.62784 -65.72267,-7.07846 z"
|
|
||||||
id="tea_from_spout"
|
|
||||||
inkscape:label="tea from spout" />
|
|
||||||
<path
|
|
||||||
style="display:none;fill:url(#linearGradient14063);fill-opacity:1;stroke:url(#linearGradient332);stroke-width:10.5758;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 396.25762,704.83193 C 109.45038,638.57455 104.02462,635.07873 76.895983,617.59985 49.767249,600.12102 52.433602,576.07124 81.180701,589.43932 55.670456,567.84962 62.144098,551.40646 90.891235,564.77453 65.380952,543.18487 71.854602,526.74164 100.60167,540.10974 c 28.74705,13.3681 34.17281,16.86386 306.32126,68.52308"
|
|
||||||
id="hand"
|
|
||||||
inkscape:transform-center-x="1.6434477"
|
|
||||||
inkscape:transform-center-y="-6.6846726"
|
|
||||||
inkscape:label="hand with fingers" />
|
|
||||||
<path
|
|
||||||
style="display:inline;fill:url(#linearGradient14063);fill-opacity:1;stroke:url(#face);stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 375,700 C 375,700 250,675 150,600 25,525 50,375 150,425 c 50,25 100,75 375,150"
|
|
||||||
id="path276"
|
|
||||||
inkscape:transform-center-x="1.6434477"
|
|
||||||
inkscape:transform-center-y="-6.6846726"
|
|
||||||
inkscape:label="hand"
|
|
||||||
sodipodi:nodetypes="ccsc" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,83 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="35.28343"
|
||||||
|
inkscape:cy="73.826742"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,98 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_3c.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview21"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="64"
|
||||||
|
inkscape:cy="64.271186"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, 3c</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(16,10.720548,18.771339)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,27.36195 c 0,-2.482737 0.8181757,-4.068697 2.7781057,-4.067827 1.95993,8.7e-4 2.778105,1.547181 2.778105,4.067827"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, 3c</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 6.5 KiB |
@@ -0,0 +1,141 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_adoras.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview17"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="98.169492"
|
||||||
|
inkscape:cy="36.067797"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato adoras</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato adoras</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.5948498,19.024864 c -0.5114313,6.761462 10.9230342,6.853091 11.2916232,0.678656 -1.606805,0.37096 -5.515031,-0.327349 -6.439437,-0.904978 -0.915123,0.48658 -3.469525,0.649045 -4.8521862,0.226322 z"
|
||||||
|
id="path2839" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.622592;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 17.272345,21.517428 -1.048133,-1.81542 2.096266,0 z"
|
||||||
|
transform="matrix(0.84787223,0.059289,-0.059289,0.84787223,4.7120143,1.8917128)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2774815,-0.46438696)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.151185,19.65051 c -1.761637,0.406706 -5.529568,-0.118013 -6.704149,-0.851968 -1.099304,0.58451 -3.73403,0.580351 -5.1166907,0.157628"
|
||||||
|
id="path1289" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(18,12.148968,17.314602)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,27.36195 c 0,-2.482737 0.8181757,-4.068697 2.7781057,-4.067827 1.95993,8.7e-4 2.778105,1.547181 2.778105,4.067827"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><g
|
||||||
|
id="g507"
|
||||||
|
transform="matrix(-0.98480775,0.17364819,0.17364819,0.98480775,27.220769,-1.4325415)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,27.36195 c 0,-2.482737 0.8181757,-4.068697 2.7781057,-4.067827 1.95993,8.7e-4 2.778105,1.547181 2.778105,4.067827"
|
||||||
|
id="path497" /><g
|
||||||
|
id="g505"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path499" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path501" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path503" /></g></g><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.9879053,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,76 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title4279">Gutkato adorinda</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.9879053,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato adorinda</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,155 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_0_el_10.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6874999"
|
||||||
|
inkscape:cx="3.7966103"
|
||||||
|
inkscape:cy="87.186443"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »0/10«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »0/10«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="stroke-width:3.70417"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"><tspan
|
||||||
|
style="letter-spacing:-0.264583px"
|
||||||
|
id="tspan418">0</tspan><tspan
|
||||||
|
style="letter-spacing:0.264583px"
|
||||||
|
id="tspan420">/</tspan>10</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
@@ -0,0 +1,155 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_10_el_10.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.92187498"
|
||||||
|
inkscape:cx="-93.288138"
|
||||||
|
inkscape:cy="98.169494"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »10/10«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »10/10«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="stroke-width:3.70417"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576">1<tspan
|
||||||
|
style="letter-spacing:-0.264583px"
|
||||||
|
id="tspan368">0</tspan><tspan
|
||||||
|
style="letter-spacing:0.264583px"
|
||||||
|
id="tspan370">/</tspan>10</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
@@ -0,0 +1,153 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_dank.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.92187498"
|
||||||
|
inkscape:cx="-100.88136"
|
||||||
|
inkscape:cy="103.59322"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »DANK«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »DANK«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:6.70278px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.14156"
|
||||||
|
y="23.813807"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="font-size:6.70278px;stroke-width:3.70417"
|
||||||
|
x="14.14156"
|
||||||
|
y="23.813807"><tspan
|
||||||
|
style="font-size:6.70278px;letter-spacing:-0.529167px"
|
||||||
|
id="tspan368">D</tspan>ANK</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_eble.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.92187498"
|
||||||
|
inkscape:cx="-75.932205"
|
||||||
|
inkscape:cy="93.830511"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »EBLE«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »EBLE«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="fill:#400080;fill-opacity:1;stroke-width:3.70417"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576">EBLE</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_jes.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.3037281"
|
||||||
|
inkscape:cx="-29.914213"
|
||||||
|
inkscape:cy="108.5349"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »JES«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »JES«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:8.46667px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#004d33;fill-opacity:1;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="13.872597"
|
||||||
|
y="24.297188"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="font-size:8.46667px;fill:#004d33;fill-opacity:1;stroke-width:3.70417"
|
||||||
|
x="13.872597"
|
||||||
|
y="24.297188">JES</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,159 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_miaŭ.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.65186405"
|
||||||
|
inkscape:cx="-99.714043"
|
||||||
|
inkscape:cy="109.68545"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »MIAŬ«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »MIAŬ«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.269946"
|
||||||
|
y="24.03335"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="stroke-width:3.70417"
|
||||||
|
x="14.2038"
|
||||||
|
y="24.03335"><tspan
|
||||||
|
style="letter-spacing:-0.0661458px"
|
||||||
|
id="tspan426">M</tspan><tspan
|
||||||
|
id="tspan428"
|
||||||
|
style="letter-spacing:-0.264583px">I</tspan><tspan
|
||||||
|
id="tspan432"
|
||||||
|
style="letter-spacing:-0.198437px">A</tspan><tspan
|
||||||
|
style="letter-spacing:-0.132292px"
|
||||||
|
id="tspan420">Ŭ</tspan></tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.9 KiB |
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_ne.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="-21.152542"
|
||||||
|
inkscape:cy="90.847458"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »NE«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »NE«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:8.46667px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.194372"
|
||||||
|
y="24.260492"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="font-size:8.46667px;fill:#800000;fill-opacity:1;stroke-width:3.70417"
|
||||||
|
x="14.194372"
|
||||||
|
y="24.260492">NE</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,153 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_sal.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6874999"
|
||||||
|
inkscape:cx="3.2542374"
|
||||||
|
inkscape:cy="91.525426"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »SAL!«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »SAL!«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="stroke-width:3.70417"
|
||||||
|
x="14.189651"
|
||||||
|
y="23.854576"><tspan
|
||||||
|
style="letter-spacing:-0.396875px"
|
||||||
|
id="tspan368">S</tspan>AL!</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_afiŝo_ĝis.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview35"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6874999"
|
||||||
|
inkscape:cx="11.389831"
|
||||||
|
inkscape:cy="93.423731"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, afiŝo »ĜIS!«</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 5.1926054 12.535523 4.3026267 15.649985 3.9175903 18.746142 C 2.6912511 18.679601 1.9596439 19.16417 1.5120524 20.168278 C 0.84938348 21.65488 1.455011 22.844306 3.8519612 24.172167 C 3.9063771 24.555244 3.9761727 24.915224 4.0638346 25.242386 C 5.6798539 31.273533 24.518054 31.573152 28.928983 27.162166 C 30.473077 25.618054 30.455692 18.543772 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, afiŝo »ĜIS!«</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g7502"
|
||||||
|
transform="rotate(-66,-6.0895021,34.248777)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.8721321,40.638034 c 0,-4.15255 0.8181757,-5.656197 2.7781057,-5.655327 1.9599302,8.7e-4 2.7781052,1.4977 2.7781052,5.655327"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g552"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="-8.5123949"
|
||||||
|
cy="36.662296"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="scale(-1,1)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6676836,36.53568 a 0.84504452,0.84504452 0 0 0 -0.8313391,0.695558 0.84504452,0.84504452 0 0 0 -0.2266681,0.575573 0.84504452,0.84504452 0 0 0 0.844668,0.845501 0.84504452,0.84504452 0 0 0 0.2140785,-0.02832 0.84504452,0.84504452 0 0 0 0.2124211,0.02831 0.84504452,0.84504452 0 0 0 0.845499,-0.845498 0.84504452,0.84504452 0 0 0 -0.227409,-0.576439 0.84504452,0.84504452 0 0 0 -0.8313388,-0.694726 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(0.72760407,-0.5522063)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(1.589089,-0.55220624)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(2.3113092)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g437"
|
||||||
|
transform="rotate(4,13.80983,22.06832)" /><rect
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect425"
|
||||||
|
width="20.372917"
|
||||||
|
height="11.377083"
|
||||||
|
x="3.9484324"
|
||||||
|
y="15.450813"
|
||||||
|
transform="rotate(4)" /><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0.01%;font-family:'Granstander Clean';-inkscape-font-specification:'Granstander Clean Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000033;stroke-width:3.70417;stroke-linecap:square;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
x="14.404631"
|
||||||
|
y="24.104799"
|
||||||
|
id="text429"
|
||||||
|
transform="rotate(4)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan427"
|
||||||
|
style="stroke-width:3.70417"
|
||||||
|
x="14.404631"
|
||||||
|
y="24.104799">ĜIS!</tspan></text><g
|
||||||
|
id="g457"
|
||||||
|
transform="rotate(-66,16.759466,16.41439)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g><g
|
||||||
|
id="g7902"
|
||||||
|
transform="rotate(-66,-5.8249188,33.841354)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,90 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_amuzetiĝas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1062"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="5.2149125"
|
||||||
|
inkscape:cx="28.763666"
|
||||||
|
inkscape:cy="83.318752"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato amuzetiĝas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,18.062839 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,17.574893 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,19.625469 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,16.490299 5.9675926,15.445846"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.267515 5.5452359,18.124223"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.588431,16.011596 c 1.056392,-0.0648 2.055329,0.007 2.99915,0.209721"
|
||||||
|
id="path400" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path400"
|
||||||
|
id="use1055"
|
||||||
|
transform="translate(8.9530039,0.69247054)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato amuzetiĝas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,119 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_amuziĝas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1062"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.3037281"
|
||||||
|
inkscape:cx="65.964673"
|
||||||
|
inkscape:cy="77.853655"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato amuziĝas</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,17.574893 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,19.625469 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,16.490299 5.9675926,15.445846"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.267515 5.5452359,18.124223"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.588431,16.011596 c 1.056392,-0.0648 2.055329,0.007 2.99915,0.209721"
|
||||||
|
id="path400" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path400"
|
||||||
|
id="use1055"
|
||||||
|
transform="translate(8.9530039,0.69247054)" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato amuziĝas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g437"><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.5948498,19.024864 c -0.5114313,6.761462 10.9230342,6.853091 11.2916232,0.678656 -1.606805,0.37096 -5.515031,-0.327349 -6.439437,-0.904978 -0.915123,0.48658 -3.469525,0.649045 -4.8521862,0.226322 z"
|
||||||
|
id="path2839" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.622592;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 17.272345,21.517428 -1.048133,-1.81542 h 2.096266 z"
|
||||||
|
transform="matrix(0.84787223,0.059289,-0.059289,0.84787223,4.7120143,1.8917128)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2774815,-0.46438696)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.151185,19.65051 c -1.761637,0.406706 -5.529568,-0.118013 -6.704149,-0.851968 -1.099304,0.58451 -3.73403,0.580351 -5.1166907,0.157628"
|
||||||
|
id="path1289" /></g><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(76.822959,14.236723,26.294202)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.506204,32.810968 c -1.138288,-1.971572 -1.7029335,-4.30486 -1.5485994,-5.846417 0.095136,-0.950264 0.2440254,-1.674922 0.4590394,-2.218767 0.430028,-1.087691 1.124555,-1.452131 2.182548,-1.451661 1.057993,4.7e-4 1.75252,0.366916 2.182548,1.455374 0.215014,0.54423 0.363903,1.268962 0.459039,2.218703 0.09514,0.949741 0.355114,1.813896 1.077244,3.064662"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="csssssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.1 KiB |
@@ -0,0 +1,219 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_anĝelo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="0.92187502"
|
||||||
|
inkscape:cx="59.661016"
|
||||||
|
inkscape:cy="60.203389"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato anĝelo</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3887"><stop
|
||||||
|
style="stop-color:#dbd37b;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3883" /><stop
|
||||||
|
style="stop-color:#c4bd6e;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3885" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3854"><stop
|
||||||
|
style="stop-color:#fffbcc;stop-opacity:1;"
|
||||||
|
offset="0.66502523"
|
||||||
|
id="stop3850" /><stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="0.8301456"
|
||||||
|
id="stop3858" /><stop
|
||||||
|
style="stop-color:#fffbcc;stop-opacity:1;"
|
||||||
|
offset="0.99912196"
|
||||||
|
id="stop3852" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3887"
|
||||||
|
id="linearGradient3891"
|
||||||
|
x1="8.8072786"
|
||||||
|
y1="1.2763007"
|
||||||
|
x2="27.716578"
|
||||||
|
y2="8.087944"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="rotate(2,18.210473,2.6627917)" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3854"
|
||||||
|
id="linearGradient18311"
|
||||||
|
x1="8.717145"
|
||||||
|
y1="4.5978317"
|
||||||
|
x2="27.767143"
|
||||||
|
y2="4.5978317"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="rotate(2,18.210473,2.6627917)" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient10511"
|
||||||
|
id="linearGradient19952"
|
||||||
|
x1="11.609857"
|
||||||
|
y1="10.218996"
|
||||||
|
x2="13.032334"
|
||||||
|
y2="11.641474"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient10511"><stop
|
||||||
|
style="stop-color:#ff2626;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop10507" /><stop
|
||||||
|
style="stop-color:#ff6e26;stop-opacity:1;"
|
||||||
|
offset="0.18000001"
|
||||||
|
id="stop10615" /><stop
|
||||||
|
style="stop-color:#ffed26;stop-opacity:1;"
|
||||||
|
offset="0.35805014"
|
||||||
|
id="stop10611" /><stop
|
||||||
|
style="stop-color:#26ff6e;stop-opacity:1;"
|
||||||
|
offset="0.57999998"
|
||||||
|
id="stop10617" /><stop
|
||||||
|
style="stop-color:#2693ff;stop-opacity:1;"
|
||||||
|
offset="0.77999997"
|
||||||
|
id="stop10613" /><stop
|
||||||
|
style="stop-color:#6e26ff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop10509" /></linearGradient></defs><g
|
||||||
|
id="g1805"
|
||||||
|
transform="matrix(-0.99939083,-0.0348995,-0.0348995,0.99939083,34.423791,1.1179982)"><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.8084035,14.873336 c 0,0 -0.9144403,-2.690795 -2.8546596,-1.997785 -1.9402193,0.69301 -0.2444947,5.900926 -2.4458532,12.470373 -0.80411572,2.399698 4.4117443,0.444167 4.4117443,-8.776209"
|
||||||
|
id="path1799"
|
||||||
|
sodipodi:nodetypes="czsc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.9329937,13.914506 c 0,0 -2.5325738,-4.0529692 -3.3623016,-3.830645 -3.20209979,0.858 -0.1275082,2.764478 -2.85089495,12.928296 C 0.31811028,24.511273 5.70177,20.789516 5.70177,15.155771"
|
||||||
|
id="path1801"
|
||||||
|
sodipodi:nodetypes="cssc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.544337,13.505707 c 0,0 -0.3813245,-5.2566935 -3.1463653,-4.9853227 C 0.63293097,8.7917552 1.9335888,12.825291 0.48113396,18.245926 -0.65663934,22.492154 3.2289609,19.527588 4.437239,11.891855 Z"
|
||||||
|
id="path1803"
|
||||||
|
sodipodi:nodetypes="csscc" /></g><g
|
||||||
|
id="g1797"
|
||||||
|
transform="rotate(2,16.662285,22.768431)"><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.8084035,14.873336 c 0,0 -0.9144403,-2.690795 -2.8546596,-1.997785 -1.9402193,0.69301 -0.2444947,5.900926 -2.4458532,12.470373 -0.80411572,2.399698 4.4117443,0.444167 4.4117443,-8.776209"
|
||||||
|
id="path1792"
|
||||||
|
sodipodi:nodetypes="czsc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.9329937,13.914506 c 0,0 -2.5325738,-4.0529692 -3.3623016,-3.830645 -3.20209979,0.858 -0.1275082,2.764478 -2.85089495,12.928296 C 0.31811028,24.511273 5.70177,20.789516 5.70177,15.155771"
|
||||||
|
id="path1062"
|
||||||
|
sodipodi:nodetypes="cssc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#6b6b6b;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 6.544337,13.505707 c 0,0 -0.3813245,-5.2566935 -3.1463653,-4.9853227 C 0.63293097,8.7917552 1.9335888,12.825291 0.48113396,18.245926 -0.65663934,22.492154 3.2289609,19.527588 4.437239,11.891855 Z"
|
||||||
|
id="path300"
|
||||||
|
sodipodi:nodetypes="csscc" /></g><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.963636"
|
||||||
|
cy="12.570908"
|
||||||
|
rx="1.6752093"
|
||||||
|
ry="2.1417525"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato anĝelo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
id="path3845"
|
||||||
|
style="fill:url(#linearGradient18311);fill-opacity:1;stroke:url(#linearGradient3891);stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="M 18.280784,1.5569039 A 9.1281252,3.0427084 2 0 0 9.0520298,4.2791914 9.1281252,3.0427084 2 0 0 18.068406,7.6386129 9.1281252,3.0427084 2 0 0 27.297158,4.9163254 9.1281252,3.0427084 2 0 0 18.280784,1.5569039 Z m -0.05097,1.4594864 A 6.3017311,1.4500079 2 0 1 24.476797,4.6854635 6.3017311,1.4500079 2 0 1 18.128606,5.9147047 6.3017311,1.4500079 2 0 1 11.88111,4.2456125 6.3017311,1.4500079 2 0 1 18.229818,3.0163903 Z" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="opacity:1;fill:url(#linearGradient19952);fill-opacity:1;stroke:none;stroke-width:0.748601;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
id="path19944"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="12.324831"
|
||||||
|
sodipodi:cy="10.91778"
|
||||||
|
sodipodi:r1="1.3303894"
|
||||||
|
sodipodi:r2="0.53215575"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M 12.324831,12.248169 11.94854,11.294071 10.994442,10.91778 11.94854,10.541489 12.324831,9.5873905 12.701122,10.541489 13.65522,10.91778 12.701122,11.294071 Z"
|
||||||
|
transform="matrix(1.0499917,0.14756671,-0.14756671,1.0499917,-0.24192665,0.97044458)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path19944"
|
||||||
|
id="use20829"
|
||||||
|
transform="translate(8.953004,0.69247087)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.748601;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
id="path20831"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="12.324831"
|
||||||
|
sodipodi:cy="10.91778"
|
||||||
|
sodipodi:r1="1.3303894"
|
||||||
|
sodipodi:r2="0.53215575"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M 12.324831,12.248169 11.94854,11.294071 10.994442,10.91778 11.94854,10.541489 12.324831,9.5873905 12.701122,10.541489 13.65522,10.91778 12.701122,11.294071 Z"
|
||||||
|
transform="matrix(1.0499917,0.14756671,-0.14756671,1.0499917,-0.24192665,0.97044458)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path20831"
|
||||||
|
id="use20833"
|
||||||
|
transform="translate(8.953004,0.69247087)" /></svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,63 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_averto.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.65186406"
|
||||||
|
inkscape:cx="58.294363"
|
||||||
|
inkscape:cy="62.129518"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato averto</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#020202;fill-opacity:1;stroke:#ffdb26;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000;stroke-opacity:1"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato averto</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:16.9333px;line-height:0.01%;font-family:'WenQuanYi Micro Hei';-inkscape-font-specification:'WenQuanYi Micro Hei Bold';text-align:center;text-decoration-color:#000000;letter-spacing:6.03525px;word-spacing:0px;text-anchor:middle;fill:#ffdb26;fill-opacity:1;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill;stop-color:#000000"
|
||||||
|
x="14.000265"
|
||||||
|
y="28.146175"
|
||||||
|
id="text446"
|
||||||
|
transform="rotate(-8.9954374)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan444"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.9333px;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis';fill:#ffdb26;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
x="17.017889"
|
||||||
|
y="28.146175">!</tspan></text></svg>
|
||||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_blua.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875"
|
||||||
|
inkscape:cx="57.084746"
|
||||||
|
inkscape:cy="61.966102"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato blua</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#2694ff;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato blua</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,158 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_brilokuloj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1560"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.2139373"
|
||||||
|
inkscape:cx="61.782432"
|
||||||
|
inkscape:cy="77.845864"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, brilokuloj</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, brilokuloj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ffb3ec;fill-opacity:1;stroke:#6b4b63;stroke-width:0.924954;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path1779"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.85606057,0.05986159,-0.05986159,0.85606057,2.5811166,1.3497637)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ffd8b3;fill-opacity:1;stroke:#6b5a4b;stroke-width:3.88449;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2146"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.20384018,0.01425389,-0.01425389,0.20384018,5.3277131,9.9482463)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#b3ffcc;fill-opacity:1;stroke:#4b6b56;stroke-width:0.924954;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2200"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.85606057,0.05986159,-0.05986159,0.85606057,11.534121,2.0422345)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ffd8b3;fill-opacity:1;stroke:#6b5a4b;stroke-width:3.88449;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2202"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.20384018,0.01425389,-0.01425389,0.20384018,15.490645,14.059293)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#b3ffff;fill-opacity:1;stroke:#4b6b6b;stroke-width:3.88449;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2204"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.20384018,0.01425389,-0.01425389,0.20384018,11.381027,9.1577654)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ffb3ec;fill-opacity:1;stroke:#6b4b63;stroke-width:3.88449;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2144"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="4"
|
||||||
|
sodipodi:cx="10.937749"
|
||||||
|
sodipodi:cy="14.307776"
|
||||||
|
sodipodi:r1="3.2374179"
|
||||||
|
sodipodi:r2="1.2949672"
|
||||||
|
sodipodi:arg1="1.5707963"
|
||||||
|
sodipodi:arg2="2.3561945"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 10.937749,17.545194 -0.91568,-2.321737 -2.321738,-0.91568 2.321738,-0.915681 0.91568,-2.321737 0.91568,2.321737 2.321738,0.91568 -2.321738,0.915681 z"
|
||||||
|
transform="matrix(0.20384018,0.01425389,-0.01425389,0.20384018,22.107732,11.023068)" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.2 KiB |
@@ -0,0 +1,171 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_brulas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="62.644068"
|
||||||
|
inkscape:cy="62.101695"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato brulas</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient2538"><stop
|
||||||
|
style="stop-color:#4f190f;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2534" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="0.60000002"
|
||||||
|
id="stop2542" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2536" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient2505"><stop
|
||||||
|
style="stop-color:#ff6e26;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2501" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="0.60000002"
|
||||||
|
id="stop2509" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2503" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2505"
|
||||||
|
id="linearGradient2507"
|
||||||
|
x1="17.053156"
|
||||||
|
y1="5.2204185"
|
||||||
|
x2="17.053156"
|
||||||
|
y2="30.653349"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2538"
|
||||||
|
id="linearGradient2540"
|
||||||
|
x1="21.111549"
|
||||||
|
y1="3.4432847"
|
||||||
|
x2="21.111549"
|
||||||
|
y2="30.78129"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><path
|
||||||
|
style="fill:#ff8066;stroke:#6b362a;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 25.991746,11.966377 c 0,0 2.836757,-3.7303306 3.428296,-5.9379841 0.318584,-1.188973 0,-3.6927462 0,-3.6927462 0,0 2.172127,2.5482813 2.379155,4.1208145 0.312885,2.3765988 -1.861251,6.9462808 -1.861251,6.9462808"
|
||||||
|
id="path470"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="M 29.203158,10.882332 C 28.874358,7.1055675 28.343612,3.4741218 26.498515,0.78847075 25.494801,4.1682302 24.551217,7.5940127 21.515824,9.4187458"
|
||||||
|
id="path468"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 12.708254,11.747906 c 0,0 2.134951,-5.2181422 2.134951,-7.9677491 0,-0.8562376 -0.664831,-2.4811861 -0.664831,-2.4811861 0,0 2.441712,1.2202809 3.14056,2.4307216 2.009996,3.481415 0.490762,11.7257986 0.490762,11.7257986"
|
||||||
|
id="path462"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 23.490699,10.569053 c 0,0 -1.176597,-2.8757792 -1.176597,-4.3911197 0,-1.6685187 1.295533,-4.8349961 1.295533,-4.8349961 0,0 -3.679176,2.5339371 -4.488983,4.4889835 -1.031145,2.4894043 0,8.0835353 0,8.0835353"
|
||||||
|
id="path464"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 5.5911121,11.346753 c 0,0 1.5273832,-5.2170324 1.835261,-7.9043117 0.098791,-0.8622892 0,-2.60378982 0,-2.60378982 0,0 2.2362187,2.03695762 2.9079969,3.35592672 1.617693,3.1761782 2.418473,10.4161578 2.418473,10.4161578"
|
||||||
|
id="path460"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff7f66;stroke:#6b362b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 4.0233123,25.769554 c 0,0 -2.6520618,-3.111331 -2.9048329,-5.031319 -0.33221345,-2.523412 1.9762284,-4.830198 1.9762285,-7.375385 10e-8,-2.281754 -1.771684,-6.6120159 -1.771684,-6.6120159 3.5524148,2.1143152 4.8609807,4.5924129 6.9448186,6.9448199"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="csscc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 6.2309406,16.045394 c 0,0 -2.8433924,-5.976353 -2.4341928,-9.0845331 0.1732716,-1.3161286 1.9912279,-3.4489083 1.9912279,-3.4489083 0,0 -0.3221353,2.531681 0,3.7339066 0.6664675,2.4872911 3.8625491,6.6901328 3.8625491,6.6901328"
|
||||||
|
id="path300"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 9.2096165,11.387468 c 0,0 2.3064775,-3.033014 2.7874385,-4.8279872 0.309172,-1.1538466 0,-3.5836496 0,-3.5836496 0,0 2.975814,2.0495146 3.630807,3.6308073 1.128234,2.7237975 0,8.8446515 0,8.8446515"
|
||||||
|
id="path302"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff7f66;stroke:#6b352a;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 19.27077,14.082631 c 0,0 -2.050216,-4.3619928 -1.778024,-6.6356778 0.180667,-1.5091548 2.186455,-4.0013891 2.186455,-4.0013891 0,0 -0.220942,3.137026 0.211592,4.6149747 0.827237,2.8266312 4.41779,7.6518382 4.41779,7.6518382"
|
||||||
|
id="path304"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 23.607375,12.372217 c 0,0 2.319921,-3.0506919 2.803686,-4.8561272 0.322481,-1.2035159 0,-3.737914 0,-3.737914 0,0 1.962431,2.5805944 2.37165,4.1078203 0.503852,1.8804039 0,5.8402119 0,5.8402119"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 27.68365,27.395833 c 0,0 4.623146,-5.423754 5.063784,-8.770728 0.294501,-2.236957 -1.462104,-3.573599 -1.462104,-5.456644 0,-1.734365 1.346661,-5.0258038 1.346661,-5.0258038 l -6.461906,6.4619068"
|
||||||
|
id="path308"
|
||||||
|
sodipodi:nodetypes="csscc" /><g
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,2.6458334)"><path
|
||||||
|
style="fill:url(#linearGradient2507);fill-opacity:1;stroke:url(#linearGradient2540);stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
id="path6982"
|
||||||
|
style="stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="M 14.266365 11.226319 L 11.296489 12.376897 A 1.6752723 2.1418331 0 0 0 11.288302 12.571129 A 1.6752723 2.1418331 0 0 0 12.963806 14.712646 A 1.6752723 2.1418331 0 0 0 14.639025 12.570918 A 1.6752723 2.1418331 0 0 0 14.266365 11.226319 z "
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
id="use7712"
|
||||||
|
style="stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="M 20.472217 10.948522 A 1.6752723 2.1418331 0 0 0 20.250486 12.010846 A 1.6752723 2.1418331 0 0 0 21.925991 14.152363 A 1.6752723 2.1418331 0 0 0 23.60121 12.010634 A 1.6752723 2.1418331 0 0 0 23.592712 11.79422 L 20.472217 10.948522 z "
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.004075,23.547106 c 1.280522,-1.280523 -0.439426,-4.121128 -4.327663,-4.393017 -2.021683,-0.14137 -5.2692715,1.958531 -4.307472,3.624415 1.345821,2.33103 6.62662,2.777116 8.635135,0.768602 z"
|
||||||
|
id="path298-3"
|
||||||
|
sodipodi:nodetypes="ssss" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 17.331758,20.153292 0.749309,1.535824 0.423746,-0.628385 C 18.210952,20.731258 17.81825,20.417612 17.331758,20.153292 Z"
|
||||||
|
id="path2893" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.751676,19.818946 c -0.424955,0.181703 -0.835893,0.415063 -1.187007,0.681095 -0.02801,0.02122 -0.05598,0.04248 -0.0832,0.06408 l 0.321944,0.660425 z"
|
||||||
|
id="path16880" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.004075,23.547106 c 1.280522,-1.280523 -0.439426,-4.121128 -4.327663,-4.393017 -2.021683,-0.14137 -5.2692715,1.958531 -4.307472,3.624415 1.345821,2.33103 6.62662,2.777116 8.635135,0.768602 z"
|
||||||
|
id="path16861"
|
||||||
|
sodipodi:nodetypes="ssss" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato brulas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,165 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_brulas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="85.332208"
|
||||||
|
inkscape:cy="84.948693"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato brulas senzorge</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient2538"><stop
|
||||||
|
style="stop-color:#4f190f;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2534" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="0.60000002"
|
||||||
|
id="stop2542" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2536" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient2505"><stop
|
||||||
|
style="stop-color:#ff6e26;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2501" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="0.60000002"
|
||||||
|
id="stop2509" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2503" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2505"
|
||||||
|
id="linearGradient2507"
|
||||||
|
x1="17.053156"
|
||||||
|
y1="5.2204185"
|
||||||
|
x2="17.053156"
|
||||||
|
y2="30.653349"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient2538"
|
||||||
|
id="linearGradient2540"
|
||||||
|
x1="21.111549"
|
||||||
|
y1="3.4432847"
|
||||||
|
x2="21.111549"
|
||||||
|
y2="30.78129"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><path
|
||||||
|
style="fill:#ff8066;stroke:#6b362a;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 25.991746,11.966377 c 0,0 2.836757,-3.7303306 3.428296,-5.9379841 0.318584,-1.188973 0,-3.6927462 0,-3.6927462 0,0 2.172127,2.5482813 2.379155,4.1208145 0.312885,2.3765988 -1.861251,6.9462808 -1.861251,6.9462808"
|
||||||
|
id="path470"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="M 29.203158,10.882332 C 28.874358,7.1055675 28.343612,3.4741218 26.498515,0.78847075 25.494801,4.1682302 24.551217,7.5940127 21.515824,9.4187458"
|
||||||
|
id="path468"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 12.708254,11.747906 c 0,0 2.134951,-5.2181422 2.134951,-7.9677491 0,-0.8562376 -0.664831,-2.4811861 -0.664831,-2.4811861 0,0 2.441712,1.2202809 3.14056,2.4307216 2.009996,3.481415 0.490762,11.7257986 0.490762,11.7257986"
|
||||||
|
id="path462"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 23.490699,10.569053 c 0,0 -1.176597,-2.8757792 -1.176597,-4.3911197 0,-1.6685187 1.295533,-4.8349961 1.295533,-4.8349961 0,0 -3.679176,2.5339371 -4.488983,4.4889835 -1.031145,2.4894043 0,8.0835353 0,8.0835353"
|
||||||
|
id="path464"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 5.5911121,11.346753 c 0,0 1.5273832,-5.2170324 1.835261,-7.9043117 0.098791,-0.8622892 0,-2.60378982 0,-2.60378982 0,0 2.2362187,2.03695762 2.9079969,3.35592672 1.617693,3.1761782 2.418473,10.4161578 2.418473,10.4161578"
|
||||||
|
id="path460"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff7f66;stroke:#6b362b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 4.0233123,25.769554 c 0,0 -2.6520618,-3.111331 -2.9048329,-5.031319 -0.33221345,-2.523412 1.9762284,-4.830198 1.9762285,-7.375385 10e-8,-2.281754 -1.771684,-6.6120159 -1.771684,-6.6120159 3.5524148,2.1143152 4.8609807,4.5924129 6.9448186,6.9448199"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="csscc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 6.2309406,16.045394 c 0,0 -2.8433924,-5.976353 -2.4341928,-9.0845331 0.1732716,-1.3161286 1.9912279,-3.4489083 1.9912279,-3.4489083 0,0 -0.3221353,2.531681 0,3.7339066 0.6664675,2.4872911 3.8625491,6.6901328 3.8625491,6.6901328"
|
||||||
|
id="path300"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 9.2096165,11.387468 c 0,0 2.3064775,-3.033014 2.7874385,-4.8279872 0.309172,-1.1538466 0,-3.5836496 0,-3.5836496 0,0 2.975814,2.0495146 3.630807,3.6308073 1.128234,2.7237975 0,8.8446515 0,8.8446515"
|
||||||
|
id="path302"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff7f66;stroke:#6b352a;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 19.27077,14.082631 c 0,0 -2.050216,-4.3619928 -1.778024,-6.6356778 0.180667,-1.5091548 2.186455,-4.0013891 2.186455,-4.0013891 0,0 -0.220942,3.137026 0.211592,4.6149747 0.827237,2.8266312 4.41779,7.6518382 4.41779,7.6518382"
|
||||||
|
id="path304"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ff9966;stroke:#6b402b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1"
|
||||||
|
d="m 23.607375,12.372217 c 0,0 2.319921,-3.0506919 2.803686,-4.8561272 0.322481,-1.2035159 0,-3.737914 0,-3.737914 0,0 1.962431,2.5805944 2.37165,4.1078203 0.503852,1.8804039 0,5.8402119 0,5.8402119"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cscsc" /><path
|
||||||
|
style="fill:#ffb266;stroke:#6b4b2b;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:16;paint-order:normal;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="m 27.68365,27.395833 c 0,0 4.623146,-5.423754 5.063784,-8.770728 0.294501,-2.236957 -1.462104,-3.573599 -1.462104,-5.456644 0,-1.734365 1.346661,-5.0258038 1.346661,-5.0258038 l -6.461906,6.4619068"
|
||||||
|
id="path308"
|
||||||
|
sodipodi:nodetypes="csscc" /><g
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,2.6458334)"><path
|
||||||
|
style="fill:url(#linearGradient2507);fill-opacity:1;stroke:url(#linearGradient2540);stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato brulas senzorge</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,192 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_datreveno.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_salutas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview9395"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="79.186441"
|
||||||
|
inkscape:cy="88.677966"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g4915"
|
||||||
|
showguides="true"><sodipodi:guide
|
||||||
|
position="1.3004607,38.434469"
|
||||||
|
orientation="0,-1"
|
||||||
|
id="guide2081"
|
||||||
|
inkscape:locked="false" /></sodipodi:namedview><title
|
||||||
|
id="title4279">Gutkato, datreveno</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.535567,3.5207153 C 10.147914,4.8207386 8.9573044,7.7874405 9.0095622,10.690304 8.0154143,11.785314 7.0855022,14.030927 6.4257406,16.531807 6.2240111,15.940592 6.0360692,15.449148 5.9218954,15.18822 5.5676856,14.378723 5.217515,13.779893 4.8563274,13.356808 4.1339491,12.510639 3.3665066,12.367339 2.4275352,12.647807 c -0.9389716,0.280467 -1.49875115,0.832641 -1.63607582,1.942 -0.0686619,0.55468 -0.0317375,1.248531 0.11627197,2.1177 0.0740055,0.434584 0.30219405,1.427221 0.60926505,2.453597 0.6377161,2.131546 1.9618151,5.858997 4.5361572,7.414535 3.0027112,5.244642 20.3254814,5.321586 24.5313184,1.115694 1.544094,-1.544112 1.690462,-7.147543 0.719336,-12.48916 1.213623,-1.809894 1.930026,-5.5632386 1.783354,-7.3773277 -2.933359,-0.089247 -5.119283,0.3570392 -7.4042,1.2412678 C 23.013384,7.7559667 18.865654,6.8579933 15.332173,7.446057 13.49569,5.6345298 12.124561,4.5629981 10.535567,3.5207153 Z" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="15.733004"
|
||||||
|
cy="12.040848"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(10)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.9233832,1.0045043)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 25.062694,18.850658 4.898877,-0.563716"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 24.99808,21.00625 4.651959,1.014106"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.476811,17.256052 8.2257151,16.132353"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.8903258,19.119826 7.7064462,18.900184"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, datreveno</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.730252,19.594465 c -0.817385,5.341071 10.922078,5.919973 11.261059,1.072315 -1.618771,0.314656 -5.500246,-0.519619 -6.403931,-1.12916 -0.931547,0.454346 -3.490062,0.527565 -4.857128,0.05685 z"
|
||||||
|
id="path2839"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 20.141567,22.001257 -0.724684,-1.62767 1.771945,0.186239 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2574506,-0.68318504)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 23.262547,20.600031 c -1.774758,0.344978 -5.522081,-0.31092 -6.670332,-1.08542 -1.119034,0.545788 -3.752009,0.449681 -5.119074,-0.02104"
|
||||||
|
id="path1289" /><g
|
||||||
|
id="g10107"
|
||||||
|
transform="rotate(53.343868,11.162503,18.556218)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="21.432327"
|
||||||
|
cy="10.351334"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 2.672936,22.551242 A 0.84504452,0.84504452 0 0 0 3.0422118,23.57034 0.84504452,0.84504452 0 0 0 3.5055487,23.980196 0.84504452,0.84504452 0 0 0 4.588953,23.475646 0.84504452,0.84504452 0 0 0 4.63556,23.264792 0.84504452,0.84504452 0 0 0 4.734815,23.074864 0.84504452,0.84504452 0 0 0 4.2294845,21.991178 0.84504452,0.84504452 0 0 0 3.6100306,22.007718 0.84504452,0.84504452 0 0 0 2.672867,22.551311 Z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.27004874,-0.87258957)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.02459657,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.79051461,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g><g
|
||||||
|
id="g2092"
|
||||||
|
transform="rotate(20,21.327759,11.017304)"><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.875,9.7553935 c 2.14309,2.1430895 7.350183,2.1748165 9.524999,0 L 20.6375,0.18521512 Z"
|
||||||
|
id="path309"
|
||||||
|
sodipodi:nodetypes="cccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#cc1000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 21.302869,11.202682 24.435536,8.0700157"
|
||||||
|
id="path1071" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#008000;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 19.186202,11.202682 23.672285,6.7165996"
|
||||||
|
id="path1343" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000499;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 17.61775,10.654468 22.942329,5.32989"
|
||||||
|
id="path1345" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#cc1100;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 16.348885,9.8066644 22.317308,3.8382423"
|
||||||
|
id="path1347" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#008000;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 17.58935,6.4495321 21.594881,2.4440023"
|
||||||
|
id="path1349" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000599;stroke-width:0.793751;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 19.644458,2.277757 20.888475,1.0337397"
|
||||||
|
id="path1351" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000599;stroke-width:0.793747;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 23.898866,10.723352 25.079728,9.5424895"
|
||||||
|
id="path1353" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.875,9.7553935 c 2.14309,2.1430895 7.350183,2.1748165 9.524999,0 L 20.6375,0.18521512 Z"
|
||||||
|
id="path1015"
|
||||||
|
sodipodi:nodetypes="cccc" /></g><g
|
||||||
|
id="g4915"
|
||||||
|
transform="rotate(4,-63.072768,226.22837)"><path
|
||||||
|
style="fill:#52c1ff;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -14.435931,6.236229 c 1.163028,-1.1630284 3.064389,-2.6640796 5.1965117,-2.817159 l 3.6754965,5.1944402"
|
||||||
|
id="path1135"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:#d7d198;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -14.435915,11.134629 8.8718739,2.377211 1.183e-4,-4.898268 -8.8720082,-2.377211 z"
|
||||||
|
id="path1130"
|
||||||
|
sodipodi:nodetypes="ccccc" /><g
|
||||||
|
id="g2607"
|
||||||
|
transform="translate(0,-0.0849626)"><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#c73232;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -14.374801,9.5812993 8.7443008,2.3430277"
|
||||||
|
id="path1251" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#c73232;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -14.374801,7.9937992 8.7443008,2.3430268"
|
||||||
|
id="path2603" /></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -14.435915,11.134629 8.8718739,2.377211 1.183e-4,-4.898268 -8.8720082,-2.377211 z"
|
||||||
|
id="path1137"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:#ff7000;fill-opacity:1;stroke:#361800;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -10.944346,0.96028347 c 0.158524,0.13780293 0.817992,0.14359113 0.918301,-0.0620731 0,0 0.442878,-0.60095947 0.401903,-1.14773202 -0.040344,-0.53835797 -0.57125,-0.82369135 -1.06775,-1.50320565 -0.25811,0.7136067 -0.780121,0.97296107 -0.731918,1.6622927 0.01614,0.23085025 0.09863,0.71966753 0.479464,1.05071807 z"
|
||||||
|
id="path4917"
|
||||||
|
sodipodi:nodetypes="ccscsc" /><path
|
||||||
|
id="rect2723"
|
||||||
|
style="fill:#e5e5e5;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -11.244578,1.2936345 c 0.199433,-0.3843902 1.133774,-0.42052285 1.5134217,-0.1058135 0.015798,0.013096 0.037039,0.01652 0.037039,0.037039 v 4.1592539 c 0,0.02052 -0.023525,0.021599 -0.037039,0.037039 -0.3818657,0.4362809 -1.2764267,0.3851105 -1.5134217,0.1058135 -0.01328,-0.015646 -0.03704,-0.016519 -0.03704,-0.037039 V 1.3306739 c 0,-0.02052 0.01652,-0.037039 0.03704,-0.037039 z"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><path
|
||||||
|
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M -10.471592,0.9301988 V 0.20450723"
|
||||||
|
id="path4905" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_degelas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.92187498"
|
||||||
|
inkscape:cx="77.016951"
|
||||||
|
inkscape:cy="75.389832"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato degelas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.2952856,13.672025 C 5.9357103,11.191628 6.9059598,8.5533315 7.1869389,7.4083096 9.0045252,8.1682722 10.591137,8.971193 12.755244,10.369011 c 3.738117,-0.7973209 6.70453,-0.3735938 9.712071,0.525753 2.364574,-0.9469554 4.668163,-1.5108126 7.831751,-1.678455 0.347311,1.540591 -0.03058,4.812628 -1.146437,6.462795 1.539254,3.620063 2.415343,10.575155 0.747145,11.903086 C 25.134321,31.375622 4.7819576,31.117719 3.0360526,25.930954 1.9562627,22.723097 3.4494094,16.712942 6.2952856,13.672025 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><g
|
||||||
|
id="g1343"
|
||||||
|
transform="translate(0.1322927,-3.1750001)"><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.1779926,24.367573 c -0.6650736,5.366344 11.7321614,5.535192 11.9110584,0.678657 -1.69495,0.370958 -5.817574,-0.327347 -6.792692,-0.904978 -0.965324,0.486579 -3.659856,0.649045 -5.1183662,0.226326 z"
|
||||||
|
id="path2839"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 18.242607,26.479348 -0.781047,-1.601387 1.777365,0.124286 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.8066707,-0.46438696)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.372534,24.970055 c -1.858277,0.406706 -5.832909,-0.118012 -7.071924,-0.851967 -1.159612,0.584509 -3.938872,0.58035 -5.397382,0.157626"
|
||||||
|
id="path1289" /></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.903404,19.573209 c 1.580164,-0.321186 4.488466,0.287261 5.806619,1.046195"
|
||||||
|
id="path7889"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 23.215974,21.788847 c 1.749952,0.323844 4.067552,1.249855 5.057972,2.596102"
|
||||||
|
id="path7891"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.3067218,18.805 C 7.5944462,18.547326 6.1008851,18.436012 5.2389724,18.784852"
|
||||||
|
id="path7893"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 7.5417173,20.728773 c -0.8764992,0.06853 -2.2130147,0.548689 -2.5543267,0.833265"
|
||||||
|
id="path7895"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 9.1009777,16.671785 C 10.025374,16.220926 12.349665,16.475264 13.050466,16.94796"
|
||||||
|
id="path448"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path448"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(8.9530041,0.69247124)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato degelas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 6.5 KiB |
@@ -0,0 +1,127 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_diablo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875001"
|
||||||
|
inkscape:cx="56.271185"
|
||||||
|
inkscape:cy="46.237287"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato diablo</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><ellipse
|
||||||
|
style="fill:#ff572e;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="ellipse1948"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="0.65615368"
|
||||||
|
ry="0.83889145"
|
||||||
|
transform="rotate(7.9999999)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#ellipse1948"
|
||||||
|
id="use1952"
|
||||||
|
transform="translate(8.953004,0.69247084)" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato diablo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#262626;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 30.067065,22.578246 c -0.01225,0.310625 -0.03043,0.612264 -0.05458,0.903114 -0.04829,0.5817 -0.120418,1.120244 -0.216573,1.601216 -0.192311,0.961944 -0.480728,1.693599 -0.866752,2.079627 C 24.518224,31.573189 5.67995,31.273305 4.0639285,25.242152 3.8140634,24.30963 3.7030413,23.125239 3.7092413,21.83 c 0.00155,-0.32381 0.010426,-0.654548 0.02629,-0.990011 0.9566749,1.507774 2.7170948,2.599541 4.9105046,3.331759 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 2.688635,0.06958 5.439504,-0.163936 7.881853,-0.644083 2.44235,-0.480147 4.576178,-1.206928 6.030732,-2.123884 z"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="cssssscsssssc" /><path
|
||||||
|
style="fill:#404040;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 8.6460359,24.171748 c 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 1.344318,0.03479 2.704194,-0.0062 4.033284,-0.115894 -3.019481,2.241515 -5.12988,3.284591 -6.031936,3.181048 -0.902056,-0.103543 -2.807674,-0.904569 -5.5097921,-4.239619 z"
|
||||||
|
id="path1678"
|
||||||
|
sodipodi:nodetypes="csssczc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000;stroke-opacity:1"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path873" /><g
|
||||||
|
id="g1926"
|
||||||
|
transform="translate(-0.99705107,10.791798)"><g
|
||||||
|
id="g1946"
|
||||||
|
transform="rotate(4,18.04751,-16.098083)"><g
|
||||||
|
id="g1932"><path
|
||||||
|
style="fill:#cc5252;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 21.360019,-1.2198796 c 0.82632,-1.4312278 1.680366,-6.315519 1.680366,-7.3295475 2.232455,2.2324558 2.289886,6.300056 1.685167,7.3474594 -0.678681,1.17550998 -3.094609,0.99318794 -3.365533,-0.017912 z"
|
||||||
|
id="path1810"
|
||||||
|
sodipodi:nodetypes="cccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#361515;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 21.360019,-1.2198796 c 0.82632,-1.4312278 1.680366,-6.315519 1.680366,-7.3295475 2.232455,2.2324558 2.289886,6.300056 1.685167,7.3474594"
|
||||||
|
id="path1928"
|
||||||
|
sodipodi:nodetypes="ccc" /></g><g
|
||||||
|
id="g1938"
|
||||||
|
transform="matrix(-1,0,0,1,36.888712,0)"><path
|
||||||
|
style="fill:#cc5252;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 21.360019,-1.2198796 c 0.82632,-1.4312278 1.680366,-6.315519 1.680366,-7.3295475 2.232455,2.2324558 2.289886,6.300056 1.685167,7.3474594 -0.678681,1.17550998 -3.094609,0.99318794 -3.365533,-0.017912 z"
|
||||||
|
id="path1934"
|
||||||
|
sodipodi:nodetypes="cccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#361515;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
||||||
|
d="m 21.360019,-1.2198796 c 0.82632,-1.4312278 1.680366,-6.315519 1.680366,-7.3295475 2.232455,2.2324558 2.289886,6.300056 1.685167,7.3474594"
|
||||||
|
id="path1936"
|
||||||
|
sodipodi:nodetypes="ccc" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.8 KiB |
@@ -0,0 +1,129 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_dikfingro_malsupren.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1715"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="29.147181"
|
||||||
|
inkscape:cy="110.64423"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g2360" /><title
|
||||||
|
id="title4279">Gutkato, dikfingro malsupren</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.685003,22.503727 c 1.154172,-0.540708 2.332299,-1.51014 2.950005,-2.593901 0.378091,0.908814 1.715506,2.420648 2.8251,3.008876"
|
||||||
|
id="path3460" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, dikfingro malsupren</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.255387,11.889316 2.906916,1.899659"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.216568,12.656079 -3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /><g
|
||||||
|
id="g2088"
|
||||||
|
transform="matrix(0,-1,-1,0,34.46438,37.50849)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.637043,28.796488 c -2.2916736,-0.48566 -3.2015054,-1.11621 -3.0112784,-1.826147 0.1814899,-0.677329 1.0494102,-0.534428 2.2191996,-0.220984 0.019887,-0.155678 0.1077541,-0.726537 0.1345861,-0.870229 0.1073277,-0.574768 0.2708477,-1.053653 0.4956147,-1.436689 0.449536,-0.766072 1.144062,-1.148751 2.124027,-1.148316 1.95993,8.7e-4 2.778105,1.523713 2.778105,4.596994"
|
||||||
|
id="path2078"
|
||||||
|
sodipodi:nodetypes="cscsssc" /></g><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(-0.93969262,-0.34202014,-0.34202014,0.93969262,10.794403,10.202891)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002-3"
|
||||||
|
cx="18.663666"
|
||||||
|
cy="3.6327851"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.3 KiB |
@@ -0,0 +1,107 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_dikfingro_supren.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1062"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6874999"
|
||||||
|
inkscape:cx="30.644069"
|
||||||
|
inkscape:cy="79.593222"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, dikfingro supren</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,18.062839 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,17.574893 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,19.625469 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,16.490299 5.9675926,15.445846"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.267515 5.5452359,18.124223"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.588431,16.011596 c 1.056392,-0.0648 2.055329,0.007 2.99915,0.209721"
|
||||||
|
id="path400" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path400"
|
||||||
|
id="use1055"
|
||||||
|
transform="translate(8.9530039,0.69247054)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, dikfingro supren</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(90,11.026828,23.437552)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.637043,28.796488 c -2.2916736,-0.48566 -3.2015054,-1.11621 -3.0112784,-1.826147 0.1814899,-0.677329 1.0494102,-0.534428 2.2191996,-0.220984 0.019887,-0.155678 0.1077541,-0.726537 0.1345861,-0.870229 0.1073277,-0.574768 0.2708477,-1.053653 0.4956147,-1.436689 0.449536,-0.766072 1.144062,-1.148751 2.124027,-1.148316 1.95993,8.7e-4 2.778105,1.523713 2.778105,4.596994"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="cscsssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,188 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_dismalaperas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview10286"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.8"
|
||||||
|
inkscape:cx="30.277778"
|
||||||
|
inkscape:cy="45.833333"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato dismalaperas</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient12543"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop12541" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.40000001;"
|
||||||
|
offset="1"
|
||||||
|
id="stop12539" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient12533"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop12531" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.40000001;"
|
||||||
|
offset="1"
|
||||||
|
id="stop12529" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient12523"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.2;"
|
||||||
|
offset="0"
|
||||||
|
id="stop12521" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop12519" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient12513"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.2;"
|
||||||
|
offset="0"
|
||||||
|
id="stop12511" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.60000002;"
|
||||||
|
offset="1"
|
||||||
|
id="stop12509" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient11022"><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop11020" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.30000001;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop12484" /><stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop11018" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient10989"><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop10987" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:0.30000001;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop12486" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop10985" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient10989"
|
||||||
|
id="linearGradient10991"
|
||||||
|
x1="5.6695557"
|
||||||
|
y1="10.228672"
|
||||||
|
x2="21.824953"
|
||||||
|
y2="14.557498"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient11022"
|
||||||
|
id="linearGradient11024"
|
||||||
|
x1="5.6826224"
|
||||||
|
y1="10.232174"
|
||||||
|
x2="21.824953"
|
||||||
|
y2="14.557498"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient12513"
|
||||||
|
id="linearGradient12515"
|
||||||
|
x1="11.288437"
|
||||||
|
y1="12.570978"
|
||||||
|
x2="14.638982"
|
||||||
|
y2="12.570978"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient12523"
|
||||||
|
id="linearGradient12525"
|
||||||
|
x1="9.8134384"
|
||||||
|
y1="17.963276"
|
||||||
|
x2="20.724139"
|
||||||
|
y2="20.88679"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient12533"
|
||||||
|
id="linearGradient12535"
|
||||||
|
x1="5.6678762"
|
||||||
|
y1="15.697267"
|
||||||
|
x2="8.6534089"
|
||||||
|
y2="16.497239"
|
||||||
|
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient12543"
|
||||||
|
id="linearGradient12545"
|
||||||
|
x1="5.1483609"
|
||||||
|
y1="18.830926"
|
||||||
|
x2="8.1323256"
|
||||||
|
y2="18.830926"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:url(#linearGradient10991);fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.5333902 4.578015 C 7.1888264 6.1287415 6.5952032 8.5383795 6.8708983 10.927498 A 0.52921795 0.52921795 0 0 1 6.7696125 11.302669 C 5.8516215 12.534936 5.0102064 15.133881 4.5800821 17.83612 C 4.1499579 20.538361 4.1123664 23.381097 4.5743977 25.105444 C 4.9121649 26.366025 6.2195973 27.438315 8.2031167 28.214815 C 10.186638 28.991313 12.785596 29.45334 15.474507 29.589925 C 18.163419 29.726508 20.945546 29.539243 23.30297 29.05249 C 25.660395 28.565737 27.587404 27.754451 28.554846 26.786995 C 28.797662 26.544177 29.094798 25.891108 29.277282 24.97832 C 29.459769 24.065531 29.555252 22.902517 29.556852 21.620902 C 29.559985 19.057672 29.187506 16.018312 28.462862 13.466878 A 0.52921795 0.52921795 0 0 1 28.505753 13.07052 C 29.355825 11.491271 29.6794 8.1940464 29.504142 6.4259642 C 26.9598 6.6629325 25.002866 7.2335966 23.021333 8.2305052 A 0.52921795 0.52921795 0 0 1 22.597587 8.2537596 C 19.927186 7.2506011 15.773768 6.7712662 12.462805 7.6584471 A 0.52921795 0.52921795 0 0 1 11.992033 7.5587116 C 10.247843 6.1434309 8.9541174 5.3605433 7.5333902 4.578015 z " /><ellipse
|
||||||
|
style="fill:url(#linearGradient12515);fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="use7712"
|
||||||
|
cx="21.925957"
|
||||||
|
cy="12.010693"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:url(#linearGradient12525);stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:url(#linearGradient12535);stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:url(#linearGradient12545);stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:url(#linearGradient11024);stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460131,10.987509 C 6.0131874,8.1033126 6.9112568,5.0355095 7.1713328,3.7040818 c 1.6823701,0.883682 3.1509472,1.8173157 5.1540592,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460131,10.987509 Z"
|
||||||
|
id="path12494" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato dismalaperas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,92 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_disokula.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview19"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="48.131201"
|
||||||
|
inkscape:cy="60.403698"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato disokula</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="matrix(1.004109,0,0,1.004109,-5.0539605,0.35092417)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527002;stroke-dasharray:none;stroke-opacity:1"><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529168;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path964"
|
||||||
|
cx="10.510309"
|
||||||
|
cy="14.549679"
|
||||||
|
r="1.5875" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path964"
|
||||||
|
id="use3146"
|
||||||
|
transform="translate(10.147639,0.15534935)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato disokula</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,122 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_dormas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_dormas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6874999"
|
||||||
|
inkscape:cx="66.711866"
|
||||||
|
inkscape:cy="72.271188"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato dormas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:8.46667px;line-height:0%;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;opacity:1;fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
x="30.863598"
|
||||||
|
y="12.944016"
|
||||||
|
id="text9038"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan9036"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.46667px;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="30.863598"
|
||||||
|
y="12.944016">Z</tspan></text><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:7.05556px;line-height:0%;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;opacity:1;fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
x="28.934319"
|
||||||
|
y="20.387606"
|
||||||
|
id="text9030"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan9028"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.05556px;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="28.934319"
|
||||||
|
y="20.387606">Z</tspan></text><g
|
||||||
|
id="g9054"
|
||||||
|
transform="translate(-2.4548678)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.7832619,14.061517 C 3.7152924,11.361739 3.7887549,8.1660314 3.6953702,6.8126583 5.5491283,7.2308003 7.2093073,7.7525254 9.5648438,8.8040768 12.667014,7.013025 16.866065,6.3979822 19.825671,6.6876063 c 1.829098,-1.6300655 3.718967,-2.8152344 6.496974,-3.7614098 0.774167,1.6471504 1.421043,5.4127493 0.920011,7.5334975 2.784475,4.660764 3.230602,15.158396 1.686506,16.702509 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.509469,17.264907 4.7832619,14.061517 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.400762,17.051177 4.674623,-1.569933"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.785733,19.173097 4.761148,0.02475"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.802078,18.523993 5.3665436,17.892877"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6159094,20.468976 5.4340865,20.708188"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.1853362,15.737759 c 1.0956731,0.825649 3.0724838,0.585758 3.9301028,-0.552341"
|
||||||
|
id="path448"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path448"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(8.9372343,-0.87272217)" /><path
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;stroke:#66ffff;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 11.955544,22.629288 V 25.11525"
|
||||||
|
id="path4022" /><path
|
||||||
|
style="opacity:1;fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.046279,19.740668 c -1.546069,0.135263 -4.73578,2.406814 -3.968055,3.49108 1.157713,1.635048 8.284286,0.859149 9.152217,-0.976907 0.544851,-1.1526 -3.240461,-2.684225 -5.184162,-2.514173 z"
|
||||||
|
id="path1062"
|
||||||
|
sodipodi:nodetypes="cssc" /><path
|
||||||
|
style="opacity:1;fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.874173,19.740668 c -1.546069,0.135263 -4.73578,2.406814 -3.968055,3.49108 1.157713,1.635048 8.284286,0.859149 9.152217,-0.976907 0.544851,-1.1526 -3.240461,-2.684225 -5.184162,-2.514173 z"
|
||||||
|
id="path4026"
|
||||||
|
sodipodi:nodetypes="cssc" /></g><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-weight:bold;font-size:9.87778px;line-height:0%;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;opacity:1;fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
x="26.550436"
|
||||||
|
y="8.9421425"
|
||||||
|
id="text9042"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan9040"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
x="26.550436"
|
||||||
|
y="8.9421425">Z</tspan></text></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato dormas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,266 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_dronfeiĉo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="69.224554"
|
||||||
|
inkscape:cy="32.407063"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1071" /><title
|
||||||
|
id="title4279">Gutkato dronfeiĉo</title><defs
|
||||||
|
id="defs2"><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478"><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.427295,49.150916 c -2.238361,-0.599767 -3.878217,-3.141164 -5.798356,-3.141164 0,0 -4.87646,3.231241 -10.329868,3.231242 -5.2727848,10e-7 -8.4395155,-3.50353 -8.897957,-5.214457 0.4183404,-1.561268 3.8992496,-5.214456 8.897957,-5.214456 5.127997,0 10.329868,3.231242 10.329868,3.231242 1.829198,-10e-7 3.224376,-2.451468 5.798356,-3.141164 0,0 -1.058334,1.772792 -1.058334,2.562188 4e-6,0.789396 1.058334,2.56219 1.058334,2.56219 0,0 -1.058334,1.770779 -1.058334,2.562191 4e-6,0.791412 1.058334,2.562188 1.058334,2.562188 z"
|
||||||
|
id="use4480"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /></clipPath><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478-3"><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.427295,49.150916 c -2.238361,-0.599767 -3.878217,-3.141164 -5.798356,-3.141164 0,0 -4.87646,3.231241 -10.329868,3.231242 -5.2727848,10e-7 -8.4395155,-3.50353 -8.897957,-5.214457 0.4183404,-1.561268 3.8992496,-5.214456 8.897957,-5.214456 5.127997,0 10.329868,3.231242 10.329868,3.231242 1.829198,-10e-7 3.224376,-2.451468 5.798356,-3.141164 0,0 -1.058334,1.772792 -1.058334,2.562188 4e-6,0.789396 1.058334,2.56219 1.058334,2.56219 0,0 -1.058334,1.770779 -1.058334,2.562191 4e-6,0.791412 1.058334,2.562188 1.058334,2.562188 z"
|
||||||
|
id="use4480-6"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /></clipPath><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478-7"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path1785"
|
||||||
|
id="use4480-5"
|
||||||
|
style="stroke-width:0.999999"
|
||||||
|
transform="rotate(4,-253.25675,42.885369)" /></clipPath></defs><path
|
||||||
|
style="color:#000000;fill:#23db37;stroke:#000000;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 15.121502,4.8667955 -0.6875,0.3964844 -7.7226559,4.4667969 -4.2285156,0.5234382 -0.7890625,0.0957 0.1953125,1.576172 0.7871094,-0.09766 4.3906249,-0.541016 a 0.79382936,0.79382936 0 0 0 0.3007813,-0.101556 l 7.8613279,-4.5468751 0.6875,-0.3964844 z"
|
||||||
|
id="path6003" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato dronfeiĉo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g1071"
|
||||||
|
transform="translate(-0.13240406,0.13242075)"><ellipse
|
||||||
|
style="fill:#269734;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
id="path295"
|
||||||
|
cx="17.499807"
|
||||||
|
cy="7.9209895"
|
||||||
|
rx="6.0149264"
|
||||||
|
ry="1.9867883" /><path
|
||||||
|
style="color:#000000;fill:#2198e6;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-width:0.52916666;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
|
||||||
|
d="M 14.130859,4.8320312 13.388672,5.1152344 6.4921875,7.7519531 A 0.79382936,0.79382936 0 0 0 6.0332031,8.2109375 l -1.4472656,3.8164065 -2.2089844,2.105469 -0.5742187,0.546875 1.09375,1.15039 L 3.4707031,15.28125 5.8125,13.052734 A 0.79382936,0.79382936 0 0 0 6.0078125,12.759766 L 7.390625,9.1074219 13.955078,6.5976562 14.697266,6.3144531 Z"
|
||||||
|
id="path6001" /><path
|
||||||
|
style="color:#000000;fill:#e67021;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-width:0.52916666;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
|
||||||
|
d="m 20.376953,4.7421875 -0.685547,1.4296875 0.716797,0.34375 3.943359,1.890625 4.164063,5.689453 a 0.79382936,0.79382936 0 0 0 0.207031,0.195313 L 31.460937,16.080078 32.125,16.513672 32.994141,15.185547 32.328125,14.75 29.710937,13.041016 25.513672,7.3066406 A 0.79382936,0.79382936 0 0 0 25.216797,7.0605469 L 21.09375,5.0839844 Z"
|
||||||
|
id="path4481" /><path
|
||||||
|
style="color:#000000;fill:#e62929;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-width:0.52916666;stroke-dasharray:none;stroke:#000000;stroke-opacity:1"
|
||||||
|
d="M 20.224609,5.3730469 20.207031,6.9609375 21,6.9707031 l 5.113281,0.054687 3.15625,4.6816404 a 0.79382936,0.79382936 0 0 0 0.263672,0.244141 l 2.207031,1.267578 0.689453,0.394531 0.789063,-1.376953 -0.6875,-0.394531 -2.048828,-1.175781 -3.28711,-4.8750004 A 0.79382936,0.79382936 0 0 0 26.546875,5.4414062 l -5.529297,-0.058594 z"
|
||||||
|
id="path4263" /><path
|
||||||
|
id="rect1010"
|
||||||
|
style="fill:#269734;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000;fill-opacity:1"
|
||||||
|
d="m 21.562126,7.4962882 c 0,-1.986651 0.01491,-3.792116 0.0149,-5.5149012 1.95e-4,-0.00148 3.79e-4,-0.00295 5.52e-4,-0.00442 -8.1e-5,-0.5960072 -1.825834,-1.07914306 -4.077882,-1.07910027 l 3e-6,-4.39e-6 C 15.247869,0.897902 13.422451,1.3810143 13.42237,1.9769645 v 5.5193237"
|
||||||
|
sodipodi:nodetypes="ccccccc" /><ellipse
|
||||||
|
style="fill:#48b256;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
id="ellipse11726"
|
||||||
|
cx="17.499807"
|
||||||
|
cy="2.1001558"
|
||||||
|
rx="2.9946129"
|
||||||
|
ry="0.60761285" /></g><path
|
||||||
|
style="fill:#269734;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 30.067065,22.578246 c -0.01225,0.310625 -0.03043,0.612264 -0.05458,0.903114 -0.04829,0.5817 -0.120418,1.120244 -0.216573,1.601216 -0.192311,0.961944 -0.480728,1.693599 -0.866752,2.079627 C 24.518224,31.573189 5.67995,31.273305 4.0639285,25.242152 3.8140634,24.30963 3.7030413,23.125239 3.7092413,21.83 c 0.00155,-0.32381 0.010426,-0.654548 0.02629,-0.990011 0.9566749,1.507774 2.7170948,2.599541 4.9105046,3.331759 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 2.688635,0.06958 5.439504,-0.163936 7.881853,-0.644083 2.44235,-0.480147 4.576178,-1.206928 6.030732,-2.123884 z"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="cssssscsssssc" /><path
|
||||||
|
style="fill:#48b256;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 8.6460359,24.171748 c 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 1.344318,0.03479 2.704194,-0.0062 4.033284,-0.115894 -3.019481,2.241515 -5.12988,3.284591 -6.031936,3.181048 -0.902056,-0.103543 -2.807674,-0.904569 -5.5097921,-4.239619 z"
|
||||||
|
id="path1678"
|
||||||
|
sodipodi:nodetypes="csssczc" /><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.175753,29.416611 c -2.274746,-0.442166 -4.087886,-2.862981 -6.003348,-2.729039 0,0 -4.639181,3.563534 -10.079305,3.943946 -5.2599401,0.367812 -8.6633508,-2.906285 -9.2400238,-4.581065 0.3084128,-1.586647 3.5260092,-5.473752 8.5125398,-5.822444 5.115506,-0.357711 10.530105,2.502796 10.530105,2.502796 1.824742,-0.127599 3.045516,-2.670418 5.565115,-3.537985 0,0 -0.932092,1.842299 -0.877027,2.629772 0.05507,0.787473 1.234486,2.482123 1.234486,2.482123 0,0 -0.932233,1.840291 -0.877027,2.629775 0.05521,0.789484 1.234485,2.482121 1.234485,2.482121 z"
|
||||||
|
id="path1785"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 4.9275699,27.393043 c 0.9592155,0.117778 2.1176594,-0.208208 3.0229107,-0.592455"
|
||||||
|
id="path3515"
|
||||||
|
sodipodi:nodetypes="cc" /><g
|
||||||
|
id="g4474"
|
||||||
|
clip-path="url(#clipPath4478-7)"
|
||||||
|
transform="rotate(-4,-253.25675,42.885369)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use4451"
|
||||||
|
transform="translate(11.641668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g4434"
|
||||||
|
id="use4438"
|
||||||
|
transform="translate(4.2333335)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4420"
|
||||||
|
id="use4436"
|
||||||
|
transform="translate(3.7041668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><g
|
||||||
|
id="g4434"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3635"
|
||||||
|
id="use4422"
|
||||||
|
transform="translate(3.7041668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3637"
|
||||||
|
id="use4424"
|
||||||
|
transform="translate(3.7041668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4413"
|
||||||
|
id="use4426"
|
||||||
|
transform="translate(3.7041668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3649"
|
||||||
|
id="use4428"
|
||||||
|
transform="translate(3.7041668)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /></g><g
|
||||||
|
id="use4420"
|
||||||
|
transform="translate(4.2333335)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use4440"
|
||||||
|
transform="rotate(-15,-0.04991836,44.448748)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use4442"
|
||||||
|
transform="rotate(30,-0.26611156,44.317836)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 11.117558,45.358747 c 0,0 2.310735,-0.445963 2.310734,-1.334103 0,-0.88814 -2.304176,-1.330315 -2.304176,-1.330315"
|
||||||
|
id="path4444"
|
||||||
|
sodipodi:nodetypes="czc" /></g><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 13.412305,43.381489 c 0,0 2.232757,-0.743759 2.11683,-1.624301 -0.115925,-0.880542 -2.458104,-1.018179 -2.458104,-1.018179"
|
||||||
|
id="use3635"
|
||||||
|
sodipodi:nodetypes="czc" /><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 13.070221,47.313211 c 0,0 2.349176,-0.140536 2.465101,-1.021078 0.115925,-0.880542 -2.110823,-1.61969 -2.110823,-1.61969"
|
||||||
|
id="use3637"
|
||||||
|
sodipodi:nodetypes="czc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3649"
|
||||||
|
id="use4413"
|
||||||
|
transform="matrix(1,0,0,-1,-2.6047274e-7,88.239105)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use3649"
|
||||||
|
transform="matrix(1,0,0,1.0000455,2.6458334,-1.7215101)"
|
||||||
|
style="stroke-width:0.999977;fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use3631"
|
||||||
|
transform="rotate(-15,-0.04991836,44.448748)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use3633"
|
||||||
|
transform="rotate(30,-0.26611156,44.317836)"
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-opacity:1" /><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 11.117558,45.358747 c 0,0 2.310735,-0.445963 2.310734,-1.334103 0,-0.88814 -2.304176,-1.330315 -2.304176,-1.330315"
|
||||||
|
id="path3625"
|
||||||
|
sodipodi:nodetypes="czc" /></g><path
|
||||||
|
style="fill:#e2bc3e;fill-opacity:1;stroke:#d19333;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 8.9028607,21.262036 c 2.1326763,3.248602 1.8830333,6.460714 0.6236232,8.918228"
|
||||||
|
id="path2567"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.175753,29.416611 c -2.274746,-0.442166 -4.087886,-2.862981 -6.003348,-2.729039 0,0 -4.639181,3.563534 -10.079305,3.943946 -5.2599401,0.367812 -8.6633508,-2.906285 -9.2400238,-4.581065 0.3084128,-1.586647 3.5260092,-5.473752 8.5125398,-5.822444 5.115506,-0.357711 10.530105,2.502796 10.530105,2.502796 1.824742,-0.127599 3.045516,-2.670418 5.565115,-3.537985 0,0 -0.932092,1.842299 -0.877027,2.629772 0.05507,0.787473 1.234486,2.482123 1.234486,2.482123 0,0 -0.932233,1.840291 -0.877027,2.629775 0.05521,0.789484 1.234485,2.482121 1.234485,2.482121 z"
|
||||||
|
id="path3405"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /><circle
|
||||||
|
style="fill:#c2872d;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
id="path3459"
|
||||||
|
cx="6.1614699"
|
||||||
|
cy="24.462175"
|
||||||
|
r="0.79374999"
|
||||||
|
transform="rotate(-4)" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /></svg>
|
||||||
|
After Width: | Height: | Size: 19 KiB |
@@ -0,0 +1,95 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_ebrieta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="52.881356"
|
||||||
|
inkscape:cy="74.576271"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato ebrieta</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -0.7395471,2.760027 2.778328,3.85263 4.594902,1.690642 1.464517,5.465652 7.772356,2.705028 5.575255,-1.100462"
|
||||||
|
id="path7824"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato ebrieta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 12.373506,12.345642 9.0555823,13.370456"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 19.204907,11.7318 c 1.30493,-0.753401 3.030515,0.240793 3.328797,1.353995"
|
||||||
|
id="path2146"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 8.8527295,12.396449 c 1.1986015,0 2.3970345,-0.422233 3.3287965,-1.353995"
|
||||||
|
id="path2418"
|
||||||
|
sodipodi:nodetypes="cc" /></svg>
|
||||||
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,169 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_en_skatolo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview6195"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="41.491525"
|
||||||
|
inkscape:cy="68.067797"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g8935" /><title
|
||||||
|
id="title4279">Gutkato en skatolo</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato en skatolo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g9058"
|
||||||
|
transform="translate(0.02642716,-0.43371054)"><g
|
||||||
|
id="g351"
|
||||||
|
transform="translate(0,0.26458335)"><path
|
||||||
|
style="fill:#9e794d;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 6.3529061,16.885657 -3.1749999,7.039028 6.8498238,-1.587501 3.175,-6.509869 -6.8498239,1.058342"
|
||||||
|
id="path7051"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
id="path6630"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="M 27.46089,16.885647 13.202732,15.827322 6.3529077,16.885647"
|
||||||
|
sodipodi:nodetypes="ccc" /><g
|
||||||
|
id="g6620"
|
||||||
|
transform="translate(8.5579772e-5,-8.9958336)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 9.0994149,15.973076 c -0.246229,-2.134293 0.4181758,-4.404454 0.6105839,-5.389705 1.2446422,0.653921 2.3311172,1.344806 3.8130482,2.547579 2.559778,-0.686067 5.678212,-0.321465 7.737708,0.452392 1.619206,-0.814822 3.196652,-1.300001 5.363004,-1.444252 0.237832,1.325625 -0.02094,4.141096 -0.785054,5.561007 1.097369,3.864722 1.1104,9.099548 -0.03195,10.242185 C 22.543487,31.206397 8.6066515,30.984481 7.4110954,26.521453 6.6716799,23.761205 7.5757757,18.018836 9.0994149,15.973076 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="15.04367"
|
||||||
|
cy="16.455294"
|
||||||
|
rx="1.2393969"
|
||||||
|
ry="1.5849401"
|
||||||
|
transform="matrix(0.99026337,0.13920652,-0.13913969,0.99027276,0,0)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(6.6235637,0.51242553)"
|
||||||
|
style="stroke-width:1.44797" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 11.805703,21.991954 c -1.053414,2.249161 1.732771,3.235057 3.399376,1.251068 2.369384,2.6704 4.806093,0.883775 4.124655,-0.814337"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.338295,21.239294 3.607499,-0.54341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.346178,22.83512 3.465674,0.629838"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.512846,20.436699 8.8194541,19.663808"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.127341,21.83019 8.5069884,21.724154"
|
||||||
|
id="path7895" /></g><path
|
||||||
|
id="rect6420"
|
||||||
|
style="fill:#ae8a60;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 6.3529077,16.885647 20.611066,17.943989 27.46089,16.885647 V 31.559014 L 20.611066,32.617356 6.3529077,31.559014 Z"
|
||||||
|
sodipodi:nodetypes="ccccccc" /><path
|
||||||
|
style="fill:#9e794d;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 20.611066,32.617356 V 17.943989 l 3.175,7.039028 6.849824,-1.587501 -3.175,-6.509869 -6.849824,1.058342"
|
||||||
|
id="path7049"
|
||||||
|
sodipodi:nodetypes="cccccc" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="matrix(0.71233628,0.05273291,0.05176818,-0.69930429,-0.16514121,34.945029)"
|
||||||
|
style="stroke-width:1.41299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.93463083;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,27.36195 c 0,-2.482737 0.8181757,-4.068697 2.7781057,-4.067827 1.95993,8.7e-4 2.778105,1.547181 2.778105,4.067827"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"
|
||||||
|
style="stroke-width:1.41299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><g
|
||||||
|
id="g8935"
|
||||||
|
transform="matrix(0.71233628,0.05273291,0.05176818,-0.69930429,7.1798168,35.534491)"
|
||||||
|
style="stroke-width:1.41299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.93463083;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,27.36195 c 0,-2.482737 0.8181757,-4.068697 2.7781057,-4.067827 1.95993,8.7e-4 2.778105,1.547181 2.778105,4.067827"
|
||||||
|
id="path8925" /><g
|
||||||
|
id="g8933"
|
||||||
|
transform="translate(-0.0585258)"
|
||||||
|
style="stroke-width:1.41299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path8927" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path8929" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.747705;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path8931" /></g></g><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(-1.2010471,2.7490882,2.7490882,1.2010471,-30.251261,16.442963)"
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke-width:0.333333"><circle
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke:none;stroke-width:0.29716;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke:none;stroke-width:0.4265;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)"
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke-width:0.333333" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)"
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke-width:0.333333" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="fill:#78634a;fill-opacity:1;stroke-width:0.333373;stroke-dasharray:none" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,84 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_eta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="70.950374"
|
||||||
|
inkscape:cy="84.948691"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato eta</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"
|
||||||
|
transform="matrix(0.73981468,0,0,0.73999583,4.4045414,7.8423646)"
|
||||||
|
style="stroke-width:1.35152"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.43036;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.86075;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.44797" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89397706;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89397706;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89397706;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89397706;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.89397706;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato eta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.3 KiB |
@@ -0,0 +1,132 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_etendas_piedojn.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview9438"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="74.847458"
|
||||||
|
inkscape:cy="99.525424"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato etendas piedojn</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(-60,14.615752,17.337884)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,30.007784 c 0,-5.108613 0.8181757,-6.714531 2.7781057,-6.713661 1.95993,8.7e-4 2.778105,1.584391 2.778105,6.713661"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato etendas piedojn</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g9586"
|
||||||
|
transform="rotate(20,18.60407,1.8632772)"><g
|
||||||
|
id="g9788"
|
||||||
|
transform="rotate(-80,12.599192,26.650953)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.949451 c 0,-3.977729 0.8181757,-5.656198 2.7781057,-5.655328 1.95993,8.7e-4 2.778105,1.678866 2.778105,5.655328"
|
||||||
|
id="path9576"
|
||||||
|
sodipodi:nodetypes="csc" /><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,-2.0894044,23.535565)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.6 KiB |
@@ -0,0 +1,95 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fajfas_senkulpece.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview19"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="42.57627"
|
||||||
|
inkscape:cy="60.474575"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato fajfas senkulpece</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 15.165124,19.243329 c -1.180039,-0.467811 -1.697297,0.769506 -0.656382,1.509629 -1.401045,1.05222 -0.463679,2.134339 0.427248,1.831719"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="matrix(1.004109,0,0,1.004109,-5.0539605,0.35092417)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527002;stroke-dasharray:none;stroke-opacity:1"><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529168;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path964"
|
||||||
|
cx="11.311015"
|
||||||
|
cy="13.599145"
|
||||||
|
r="1.5875" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path964"
|
||||||
|
id="use3146"
|
||||||
|
transform="translate(8.9629235,0.71349308)" /><path
|
||||||
|
id="path2081"
|
||||||
|
style="fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 3.5420742,12.419866 c -1.511205,0.404973 -2.84392087,1.840226 -2.8648141,3.202903 -0.0195861,1.277415 2.1114153,1.733217 2.1358402,2.710969 0.030129,1.206101 -0.6595575,2.407573 -0.6595575,2.407573 0,0 2.1608376,-1.478749 1.7319046,-3.079734 -0.2891741,-1.079337 -1.172537,-1.288119 -1.3435602,-2.083121 -0.2201497,-1.023369 0.3295562,-2.34792 1.000187,-3.15859 z m 0.1518783,-0.0057 c -0.4059923,0.108781 -0.6029906,0.681028 -0.4416685,1.28316 l 1.783073,6.655289 c 0.021262,0.07936 0.04785,0.155332 0.078581,0.22688 a 1.6289861,2.586993 74.996168 0 0 0.030339,0.179659 1.6289861,2.586993 74.996168 0 0 2.9200906,0.90394 A 1.6289861,2.586993 74.996168 0 0 10.141893,19.419892 1.6289861,2.586993 74.996168 0 0 7.2212307,18.516104 1.6289861,2.586993 74.996168 0 0 6.2264315,18.93489 L 4.7179606,13.304549 C 4.5566385,12.702417 4.0999434,12.30535 3.6939512,12.414147 Z" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato fajfas senkulpece</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fajrokuloj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="92.474575"
|
||||||
|
inkscape:cy="77.288134"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, fajrokuloj</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient8939"><stop
|
||||||
|
style="stop-color:#ff7f66;stop-opacity:0.89999998;"
|
||||||
|
offset="0"
|
||||||
|
id="stop8935" /><stop
|
||||||
|
style="stop-color:#ffb266;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop8937" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient8191"><stop
|
||||||
|
style="stop-color:#ff7f66;stop-opacity:0.89999998;"
|
||||||
|
offset="0"
|
||||||
|
id="stop8187" /><stop
|
||||||
|
style="stop-color:#ffb266;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop8189" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient6706"><stop
|
||||||
|
style="stop-color:#6b362b;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop6702" /><stop
|
||||||
|
style="stop-color:#6b4b2b;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop6704" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6706"
|
||||||
|
id="linearGradient6708"
|
||||||
|
x1="11.056767"
|
||||||
|
y1="16.967104"
|
||||||
|
x2="11.056767"
|
||||||
|
y2="8.0764713"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.1,0,0,1.1,-0.96727858,-1.2534339)" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient8191"
|
||||||
|
id="linearGradient8193"
|
||||||
|
x1="10.598536"
|
||||||
|
y1="16.612309"
|
||||||
|
x2="10.598536"
|
||||||
|
y2="9.4094925"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.1,0,0,1.1,-0.96727858,-1.2534339)" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient8939"
|
||||||
|
id="linearGradient8203"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="10.598536"
|
||||||
|
y1="16.612309"
|
||||||
|
x2="10.598536"
|
||||||
|
y2="9.4094925"
|
||||||
|
gradientTransform="matrix(1.122,0,0,1.122,7.736898,-0.9377871)" /><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6706"
|
||||||
|
id="linearGradient8205"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="11.056767"
|
||||||
|
y1="16.967104"
|
||||||
|
x2="11.056767"
|
||||||
|
y2="8.0764713"
|
||||||
|
gradientTransform="matrix(1.122,0,0,1.122,7.736898,-0.9377871)" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, fajrokuloj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="opacity:1;fill:url(#linearGradient8193);fill-opacity:1;stroke:url(#linearGradient6708);stroke-width:0.873125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 10.604656,17.16349 C 9.1302642,16.872277 8.1727471,15.233031 8.2644157,13.977651 c 0.081722,-1.119164 1.0569586,-1.380296 0.3004486,-4.20363 0.5520993,0.023969 0.8689033,1.357969 1.7851817,1.972901 0,-1.265627 0.395055,-2.3680515 1.26554,-3.8757762 0.229572,2.2961232 -0.290516,3.4721102 0.734881,4.4475452 0.263637,-0.983906 0.740648,-1.942494 1.268581,-2.5241693 -0.224042,2.8351233 0.58268,3.5924843 0.394834,4.8398813 -0.194406,1.290957 -2.037531,2.800017 -3.409231,2.529087 z"
|
||||||
|
id="path1423"
|
||||||
|
sodipodi:nodetypes="sscccccsss" /><path
|
||||||
|
style="opacity:1;fill:url(#linearGradient8203);fill-opacity:1;stroke:url(#linearGradient8205);stroke-width:0.890588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 19.540271,17.847476 c -1.503879,-0.297038 -2.516947,-1.556783 -2.516947,-2.84068 0,-1.42933 0.386081,-3.215417 1.160405,-4.556583 0.56314,0.02445 0.221633,1.525079 1.072368,2.54353 0,-1.290939 0.800981,-2.238009 0.800981,-4.6341578 1.940118,1.9401168 0.218015,3.5512518 1.26392,4.5461958 0.225496,-0.841564 0.565017,-1.313269 1.503394,-1.855042 -0.713961,2.664539 0.240063,3.3357 0.04846,4.608045 -0.198294,1.316775 -1.933452,2.46504 -3.332586,2.188692 z"
|
||||||
|
id="path8201"
|
||||||
|
sodipodi:nodetypes="sscccccsss" /></svg>
|
||||||
|
After Width: | Height: | Size: 8.8 KiB |
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_falinta_2.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="0.92187503"
|
||||||
|
inkscape:cx="64.542371"
|
||||||
|
inkscape:cy="95.999997"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato falinta</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"
|
||||||
|
transform="rotate(-96,16.933333,16.933333)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 5.9303735,9.8796368 C 5.2665706,8.388711 6.0345384,4.3953452 6.229766,2.537879 c 1.6823697,0.883682 3.6771921,1.8726263 5.680304,3.4980047 3.297999,-0.5223517 6.955652,1.3522196 9.739452,2.3979775 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.02862,5.5991282 -1.061467,7.5179372 1.483302,5.222627 0.503369,11.662935 -1.04073,13.207048 C 22.385514,31.618135 3.0096025,32.742852 3.6622681,26.533153 4.927699,14.493381 5.0325447,11.115392 5.9303735,9.8796368 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="cccccccsc" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="use7712"
|
||||||
|
cx="20.357891"
|
||||||
|
cy="12.59494"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8.0000002)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 9.2886762,22.472013 c 1.0451198,0.377867 2.5498178,0.04067 3.6761828,-1.299869 3.202673,3.608669 6.496349,1.194297 5.575256,-1.100462"
|
||||||
|
id="path7824"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.255066,18.464388 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.265721,20.620922 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 8.3412857,20.083137 c 1.3360783,1.179415 0.9515555,3.377786 -0.7106724,4.03042"
|
||||||
|
id="path4248"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 9.0490441,13.292344 11.275602,15.387798 8.3393,15.868267"
|
||||||
|
id="path981"
|
||||||
|
sodipodi:nodetypes="ccc" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato falinta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fantomo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="95.687126"
|
||||||
|
inkscape:cy="60.787212"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g409" /><title
|
||||||
|
id="title4279">Gutkato fantomo</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato fantomo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g409"><g
|
||||||
|
id="g978"
|
||||||
|
style="opacity:0.75"><path
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.68237,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.478427,10.376931 0.991528,14.593914 -0.162817,1.353095 -1.246825,1.934075 -1.962918,2.125952 -1.702007,0.456051 -2.835459,-0.699978 -4.133693,-0.452456 -1.298234,0.247523 -2.693018,1.872308 -4.156134,1.962289 -1.463116,0.08998 -2.925658,-1.077703 -4.414621,-1.149007 -1.488962,-0.07131 -2.766338,0.894805 -4.142113,0.658469 C 9.7786163,30.824156 8.8702179,29.543934 7.7466661,29.138822 6.6231139,28.733711 5.5029867,29.907347 4.1066348,28.80591 3.062186,27.982053 3.1269888,26.699228 3.1269888,25.964277 3.0535258,20.469501 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path393"
|
||||||
|
sodipodi:nodetypes="cccccccssssssscc" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="ellipse395"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="use397"
|
||||||
|
cx="21.925957"
|
||||||
|
cy="12.010693"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path399" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path401" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path403" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path405" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path407" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title4279">Gutkato fiera</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 9.9700104,18.375122 c -1.5810083,2.960738 2.1101606,4.488312 4.5001236,1.928804 3.00942,3.771338 6.42494,1.532653 5.625208,-0.807168"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.890691,18.033756 4.90797,-0.478133"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.788468,20.187893 4.633552,1.095139"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.3348592,16.184835 6.1037172,15.02202"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7159358,18.03809 5.536222,17.780367"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato fiera</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.6297444,13.168841 c -0.3643963,1.874657 3.0103576,2.539373 3.3763886,0.656304"
|
||||||
|
id="path298" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path298"
|
||||||
|
id="use1804"
|
||||||
|
transform="translate(8.9044931,1.1600859)" /></svg>
|
||||||
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,77 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fiervanta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview2272"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.4609375"
|
||||||
|
inkscape:cx="49.898305"
|
||||||
|
inkscape:cy="57.491525"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato fiervanta</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 9.9700104,18.375122 c -1.5810083,2.960738 2.1101606,4.488312 4.5001236,1.928804 3.00942,3.771338 6.42494,1.532653 5.625208,-0.807168"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.890691,18.033756 4.90797,-0.478133"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.788468,20.187893 4.633552,1.095139"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.3348592,16.184835 6.1037172,15.02202"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7159358,18.03809 5.536222,17.780367"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato fiervanta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.9559745,13.199433 c 1.3710045,-0.166475 3.9714055,0.238678 4.6982595,0.524274 0,0 -0.36508,0.920999 -1.250595,0.796548 -0.885514,-0.124451 -0.769441,-1.077253 -0.769441,-1.077253"
|
||||||
|
id="path2445"
|
||||||
|
sodipodi:nodetypes="cczc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2445"
|
||||||
|
id="use2812"
|
||||||
|
transform="translate(8.904493,1.1600861)" /></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,136 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fingropafas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="68.881356"
|
||||||
|
inkscape:cy="91.389831"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato fingropafas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="use7712"
|
||||||
|
cx="21.925957"
|
||||||
|
cy="12.010693"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato fingropafas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.3682146,13.895971 c 1.5764984,-0.910192 2.8654284,0.07422 3.4395824,1.068725"
|
||||||
|
id="path398" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="matrix(0,1,1,0,-4.603321,14.049861)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.637043,28.796488 c -2.2916736,-0.48566 -3.2015054,-1.11621 -3.0112784,-1.826147 0.1814899,-0.677329 1.0494102,-0.534428 2.2191996,-0.220984 0,-1.41238 -0.3920283,-4.935019 0.6728258,-5.220346 0.960577,-0.257386 0.820478,1.354267 0.820478,2.05183 0.352319,-0.191375 0.770941,-0.286936 1.260924,-0.286718 1.95993,8.7e-4 2.778105,1.523713 2.778105,4.596994"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="cscscsc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><g
|
||||||
|
id="g839"
|
||||||
|
transform="rotate(180,12.282633,32.548588)"><g
|
||||||
|
id="g904"><g
|
||||||
|
id="g1303-3"
|
||||||
|
transform="matrix(0,-0.99999999,-0.99999999,0,44.716119,52.028541)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.637043,28.796488 c -2.2916736,-0.48566 -3.2015054,-1.11621 -3.0112784,-1.826147 0.1814899,-0.677329 1.0494102,-0.534428 2.2191996,-0.220984 0,-1.41238 -0.4993666,-4.906258 0.6728258,-5.220346 0.960577,-0.257386 0.820478,1.354267 0.820478,2.05183 0.352319,-0.191375 0.770941,-0.286936 1.260924,-0.286718 1.95993,8.7e-4 2.778105,1.523713 2.778105,4.596994"
|
||||||
|
id="path915-6"
|
||||||
|
sodipodi:nodetypes="cscscsc" /></g><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="41.441479"
|
||||||
|
cy="-21.99547"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(90)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002-3"
|
||||||
|
cx="43.386608"
|
||||||
|
cy="-17.413357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(90)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.869023,39.411903 a 0.84504451,0.84504451 0 0 1 -0.695557,0.831339 0.84504451,0.84504451 0 0 1 -0.575574,0.226668 0.84504451,0.84504451 0 0 1 -0.8455,-0.844668 0.84504451,0.84504451 0 0 1 0.02832,-0.214078 0.84504451,0.84504451 0 0 1 -0.02831,-0.212421 0.84504451,0.84504451 0 0 1 0.845497,-0.845499 0.84504451,0.84504451 0 0 1 0.57644,0.227408 0.84504451,0.84504451 0 0 1 0.694726,0.831339 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-1.7008587,-1.6018882)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(-1.7008585,-2.4633731)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(-2.2530649,-3.185593)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_flava.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875"
|
||||||
|
inkscape:cx="57.084746"
|
||||||
|
inkscape:cy="61.966102"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato flava</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffed26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato flava</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,111 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_flaŭno.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="22.052143"
|
||||||
|
inkscape:cy="82.264082"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato flaŭno</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient25751"><stop
|
||||||
|
style="stop-color:#7c2c00;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop25747" /><stop
|
||||||
|
style="stop-color:#7c2c00;stop-opacity:1;"
|
||||||
|
offset="0.27881131"
|
||||||
|
id="stop25755" /><stop
|
||||||
|
style="stop-color:#f6d884;stop-opacity:1;"
|
||||||
|
offset="0.80208534"
|
||||||
|
id="stop25757" /><stop
|
||||||
|
style="stop-color:#f6d884;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop25749" /></linearGradient><radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient25751"
|
||||||
|
id="radialGradient27211"
|
||||||
|
cx="6.2157178"
|
||||||
|
cy="18.280802"
|
||||||
|
fx="6.2157178"
|
||||||
|
fy="18.280802"
|
||||||
|
r="13.758352"
|
||||||
|
gradientTransform="matrix(-0.06464374,1.0456495,-3.8184509,-0.23606287,87.38474,4.6767826)"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><path
|
||||||
|
id="path27265"
|
||||||
|
style="fill:#7d2c00;stroke:#1f0b00;stroke-width:0.79374998;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 32.429495,26.287562 c 0,0.72099 -0.593698,1.709787 -1.114904,2.612543 -0.503507,0.8721 -1.401933,1.238817 -2.691594,1.983403 -1.345691,0.776935 -3.175399,0.746982 -5.04269,1.011223 -1.867291,0.264241 -3.850119,0.05635 -6.005106,0.05635 -2.154986,0 -4.329068,0.454961 -6.214963,0.454961 -2.0031279,0 -3.65256,-0.48552 -5.183739,-1.369546 C 4.8868389,30.291914 3.9342038,29.435534 3.1444063,28.810797 2.3546088,28.186061 1.3255359,27.588506 1.3255358,26.867516 c -10e-8,-0.720991 0.4813737,-2.134649 1.271171,-2.759386 0.7897974,-0.624736 1.834726,-1.376846 3.6334245,-1.376846 1.4891712,0 2.7606505,-0.411042 4.6279417,-0.675283 1.867291,-0.264241 3.920272,-0.410361 6.075259,-0.410361 2.154987,0 4.207968,0.14612 6.075259,0.410361 1.867292,0.264241 3.548893,0.646604 4.961121,1.119091 1.412227,0.472487 2.092398,0.807338 2.882196,1.432075 0.789797,0.624736 1.577587,0.959404 1.577587,1.680395 z"
|
||||||
|
sodipodi:nodetypes="sssssssssssssssss" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:url(#radialGradient27211);fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato flaŭno</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,60 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title4279">Gutkato flucerba</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.9368403,15.519485 C 3.0157487,12.93109 2.4503563,10.08228 2.0098749,8.799192 3.9086908,8.7232982 5.647333,8.79756 8.1947681,9.203623 10.982676,7.2596159 14.392895,6.4210588 17.558183,6.0910719 c 1.344881,-2.0479278 2.86361,-3.4172647 5.30207,-5.0502011 1.174102,1.390656 2.773546,4.595939 2.838476,6.7741013 3.896176,4.8700699 5.710396,15.8089339 2.172099,19.3472309 C 23.459866,31.573165 6.738303,31.2733 5.1222619,25.242152 4.5041364,22.935276 5.8787288,17.150884 4.9368403,15.519485 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="6.9440656"
|
||||||
|
cy="17.3524"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(-12)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.6499108,-2.411398)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 11.046595,20.47492 c -0.298473,3.343123 3.696137,3.307008 4.89603,0.01713 4.243764,2.295661 6.513043,-1.09961 4.862645,-2.940945"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.542235,15.112179 4.330988,-2.35782"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 23.289825,17.135014 4.693112,-0.802392"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.9502001,19.097655 6.4420749,18.899054"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.1046025,21.045418 6.9974651,21.659865"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato flucerba</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,160 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_fornogantoj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview3241"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875"
|
||||||
|
inkscape:cx="74.711864"
|
||||||
|
inkscape:cy="93.966102"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, fornogantoj</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, fornogantoj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g311"
|
||||||
|
transform="matrix(-1,0,0,1,52.844841,1.1271069)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 7.8361683,29.645983 c 0,-4.572106 0.8181757,-6.185364 2.7781057,-6.184494 1.95993,8.7e-4 2.778105,1.614295 2.778105,6.184494"
|
||||||
|
id="path309" /></g><path
|
||||||
|
style="fill:#10446e;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 39.037323,29.736608 h 6.45538 c 0,0 0.667465,-6.323618 -3.133546,-6.323618 -2.824788,0 -2.519075,2.007203 -2.519075,2.688249 0,0 -0.385231,-0.875613 -1.134668,-0.44225 -0.849893,0.491451 -0.0955,1.585939 0.148325,3.007375 z"
|
||||||
|
id="path367"
|
||||||
|
sodipodi:nodetypes="ccscssc" /><g
|
||||||
|
id="g2519"
|
||||||
|
transform="translate(0.81432296)"><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384,3.7041666 C 6.9110626,5.035593 6.0130409,8.1032493 6.3458658,10.987443 4.9821773,12.817991 3.9864817,16.83846 3.7589436,20.429244 c -1.325936,-0.03572 -2.1427633,0.486335 -2.5512654,1.607137 -0.62890375,1.725515 0.4009891,2.98825 3.2649169,4.134631 3.099932,4.954483 19.1885839,5.155292 24.0093869,1.384411 2.027688,-0.827075 2.654001,-1.811614 2.336808,-3.182751 C 30.687748,23.806214 30.441085,23.369303 30.04261,23.062158 30.219096,20.197737 29.855689,16.431196 28.972391,13.32115 30.00524,11.402343 30.354782,7.5977563 30.033308,5.8063638 27.105074,6.0012977 24.972801,6.6570667 22.784139,7.7581826 20.000341,6.7124258 15.785367,6.219729 12.325346,7.1468504 10.322236,5.5214737 8.8535064,4.5878477 7.1711384,3.7041666 Z" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.0744982,26.400303 C 1.7543396,25.191864 0.53649852,23.877922 1.2076516,22.036488 1.8788047,20.195054 3.6515924,19.969612 6.9748342,21.179173"
|
||||||
|
id="path915" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="21.432327"
|
||||||
|
cy="10.351334"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 2.672936,22.551242 A 0.84504452,0.84504452 0 0 0 3.0422118,23.57034 0.84504452,0.84504452 0 0 0 3.5055487,23.980196 0.84504452,0.84504452 0 0 0 4.588953,23.475646 0.84504452,0.84504452 0 0 0 4.63556,23.264792 0.84504452,0.84504452 0 0 0 4.734815,23.074864 0.84504452,0.84504452 0 0 0 4.2294845,21.991178 0.84504452,0.84504452 0 0 0 3.6100306,22.007718 0.84504452,0.84504452 0 0 0 2.672867,22.551311 Z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.27004874,-0.87258957)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.02459657,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.79051461,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /><g
|
||||||
|
id="g476"
|
||||||
|
transform="matrix(-0.22495105,-0.97437007,-0.97437007,0.22495105,56.066772,29.437218)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 7.8361683,29.645983 c 0,-4.572106 0.8181757,-6.185364 2.7781057,-6.184494 1.95993,8.7e-4 2.778105,1.614295 2.778105,6.184494"
|
||||||
|
id="path466" /></g><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1031"
|
||||||
|
cx="31.837284"
|
||||||
|
cy="-22.842051"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77)" /><path
|
||||||
|
id="path1033"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 29.281929,24.728792 a 0.84504452,0.84504452 0 0 1 -0.490721,0.966499 0.84504452,0.84504452 0 0 1 -0.509832,0.350333 0.84504452,0.84504452 0 0 1 -1.013839,-0.632822 0.84504452,0.84504452 0 0 1 -0.02056,-0.214963 0.84504452,0.84504452 0 0 1 -0.07536,-0.200608 0.84504452,0.84504452 0 0 1 0.633632,-1.014024 0.84504452,0.84504452 0 0 1 0.61282,0.09191 0.84504452,0.84504452 0 0 1 0.863931,0.653752 z" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1035"
|
||||||
|
cx="31.109682"
|
||||||
|
cy="-23.394257"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1037"
|
||||||
|
cx="30.248196"
|
||||||
|
cy="-23.394257"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1039"
|
||||||
|
cx="29.525976"
|
||||||
|
cy="-22.842051"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><path
|
||||||
|
style="fill:#10446e;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 24.561015,22.53467 1.452605,6.284815 c 0,0 6.304094,-0.769307 5.448782,-4.469887 -0.63564,-2.75015 -2.52018,-2.002062 -3.182947,-1.849223 0,0 0.765427,-0.571556 0.175054,-1.203937 -0.669505,-0.717146 -1.564863,0.262939 -2.893284,0.819316 z"
|
||||||
|
id="path1027"
|
||||||
|
sodipodi:nodetypes="ccscssc" /><path
|
||||||
|
style="fill:#10446e;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 6.5835186,20.557993 -2.1015061,6.097401 c 0,0 -5.9205406,-1.286665 -4.68314756,-4.876892 0.91959049,-2.668139 2.71481566,-1.727587 3.35770596,-1.506434 0,0 -0.701147,-0.648202 -0.048092,-1.215355 0.7405937,-0.643176 1.2620926,0.288462 2.5245174,0.980341 z"
|
||||||
|
id="path1029"
|
||||||
|
sodipodi:nodetypes="ccscssc" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,290 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_frago.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="0.46093751"
|
||||||
|
inkscape:cx="75.932202"
|
||||||
|
inkscape:cy="61.830507"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato frago</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ff0d00;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><ellipse
|
||||||
|
style="fill:#f9f18b;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
id="use12081"
|
||||||
|
cx="-32.210674"
|
||||||
|
cy="-18.081869"
|
||||||
|
rx="0.59469193"
|
||||||
|
ry="0.84932899"
|
||||||
|
transform="rotate(-165)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12081"
|
||||||
|
id="use9272"
|
||||||
|
transform="translate(-3.6186704,-2.8234491)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9272"
|
||||||
|
id="use9274"
|
||||||
|
transform="translate(4.3481082,-3.8520102)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9274"
|
||||||
|
id="use9276"
|
||||||
|
transform="translate(-1.448796,-3.586122)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9276"
|
||||||
|
id="use9278"
|
||||||
|
transform="translate(1.5974526,-5.5761369)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9278"
|
||||||
|
id="use9280"
|
||||||
|
transform="translate(-3.1400291,2.6622014)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9280"
|
||||||
|
id="use9282"
|
||||||
|
transform="translate(-7.1425415,-1.8288787)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9282"
|
||||||
|
id="use9284"
|
||||||
|
transform="translate(-3.1051931,6.4977931)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9284"
|
||||||
|
id="use9286"
|
||||||
|
transform="translate(4.1570581,2.8896568)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9286"
|
||||||
|
id="use9288"
|
||||||
|
transform="translate(-10.64617,5.1461273)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9288"
|
||||||
|
id="use9290"
|
||||||
|
transform="translate(-1.5323505,-4.0113325)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9290"
|
||||||
|
id="use9292"
|
||||||
|
transform="translate(2.096724,-7.3316314)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9292"
|
||||||
|
id="use9294"
|
||||||
|
transform="translate(-0.03782278,-5.3968883)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9294"
|
||||||
|
id="use9296"
|
||||||
|
transform="translate(2.1689957,1.7778981)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9296"
|
||||||
|
id="use9298"
|
||||||
|
transform="translate(3.8443537,14.228019)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9298"
|
||||||
|
id="use9300"
|
||||||
|
transform="translate(3.5111608,3.3267663)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9300"
|
||||||
|
id="use9302"
|
||||||
|
transform="translate(2.2581056,-2.8085936)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12081"
|
||||||
|
id="use9304"
|
||||||
|
transform="rotate(15,22.8565,11.094337)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9304"
|
||||||
|
id="use9306"
|
||||||
|
transform="translate(-12.137007,-1.9204024)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9306"
|
||||||
|
id="use9308"
|
||||||
|
transform="translate(1.6239578,2.943076)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9308"
|
||||||
|
id="use9310"
|
||||||
|
transform="translate(4.6524695,-9.7832342)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9310"
|
||||||
|
id="use9312"
|
||||||
|
transform="translate(-2.1665385,-4.1586645)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9312"
|
||||||
|
id="use9314"
|
||||||
|
transform="translate(-1.0418915,-4.2603593)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9314"
|
||||||
|
id="use9316"
|
||||||
|
transform="translate(6.4753654,0.07048727)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9316"
|
||||||
|
id="use9318"
|
||||||
|
transform="translate(1.7486114,2.6164543)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9318"
|
||||||
|
id="use9320"
|
||||||
|
transform="translate(2.8617263,-2.6282054)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9320"
|
||||||
|
id="use9322"
|
||||||
|
transform="translate(-16.470174,-3.0124724)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9322"
|
||||||
|
id="use9324"
|
||||||
|
transform="translate(3.7488956,14.402944)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9324"
|
||||||
|
id="use9326"
|
||||||
|
transform="translate(-2.3558304,-2.8953702)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9326"
|
||||||
|
id="use9328"
|
||||||
|
transform="translate(7.1285066,7.5296947)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12081"
|
||||||
|
id="use9330"
|
||||||
|
transform="rotate(-30,21.038656,26.518138)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9330"
|
||||||
|
id="use9332"
|
||||||
|
transform="translate(-3.7832377,-4.5128265)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9332"
|
||||||
|
id="use9334"
|
||||||
|
transform="translate(-4.787421,-4.3513164)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9334"
|
||||||
|
id="use9336"
|
||||||
|
transform="translate(11.677756,9.3882411)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9336"
|
||||||
|
id="use9338"
|
||||||
|
transform="translate(-8.6186262,4.6754638)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9338"
|
||||||
|
id="use9340"
|
||||||
|
transform="translate(-10.95023,-1.2972587)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9340"
|
||||||
|
id="use9342"
|
||||||
|
transform="translate(-0.5549209,-5.198489)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9342"
|
||||||
|
id="use9344"
|
||||||
|
transform="translate(20.012936,-14.255151)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9344"
|
||||||
|
id="use9346"
|
||||||
|
transform="translate(-5.2378137,8.2581687)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9346"
|
||||||
|
id="use9348"
|
||||||
|
transform="translate(4.4738208,-2.6997347)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9348"
|
||||||
|
id="use9350"
|
||||||
|
transform="translate(-22.077184,4.0578245)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato frago</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,135 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_grandiga_vitro.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="7.3750001"
|
||||||
|
inkscape:cx="38.101694"
|
||||||
|
inkscape:cy="69.762711"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, grandiga vitro</title><defs
|
||||||
|
id="defs2"><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15238"><g
|
||||||
|
id="g15244"
|
||||||
|
style="stroke-width:0.999999"><g
|
||||||
|
id="g15242"
|
||||||
|
transform="rotate(15,22.898075,-78.808197)"
|
||||||
|
style="stroke-width:0.999999"><circle
|
||||||
|
style="fill:#cf1839;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="circle15240"
|
||||||
|
cx="45.155266"
|
||||||
|
cy="13.594581"
|
||||||
|
r="4.630208" /></g></g></clipPath></defs><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, grandiga vitro</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g15129"
|
||||||
|
clip-path="url(#clipPath15238)"><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.32291664;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path15116" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use15122"
|
||||||
|
transform="matrix(1.2936387,0,0,1.2936387,5.3615426,-3.6497879)"
|
||||||
|
style="stroke-width:0.828176" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.32291664;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path15124" /></g><g
|
||||||
|
id="g15098"
|
||||||
|
transform="rotate(15,22.898072,-78.808197)"><g
|
||||||
|
id="g15248"
|
||||||
|
transform="translate(0.12537199,0.22891399)"><rect
|
||||||
|
style="fill:#925a36;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="rect15094"
|
||||||
|
width="1.8520833"
|
||||||
|
height="7.6729164"
|
||||||
|
x="44.229225"
|
||||||
|
y="18.232342"
|
||||||
|
rx="0.31491035"
|
||||||
|
ry="0.28454536" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.3;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="path14677"
|
||||||
|
cx="45.155266"
|
||||||
|
cy="13.594581"
|
||||||
|
r="4.630208" /></g></g><g
|
||||||
|
id="use414"
|
||||||
|
transform="matrix(-0.25881904,0.96592584,0.96592584,0.25881904,-4.1461003,5.442815)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,30.007784 c 0,-5.108613 0.8181757,-6.714531 2.7781057,-6.713661 1.95993,8.7e-4 2.778105,1.584391 2.778105,6.713661"
|
||||||
|
id="path14555" /><g
|
||||||
|
id="g14563"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path14557" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path14559" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path14561" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.5 KiB |
@@ -0,0 +1,145 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_heroo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_salutas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview9395"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="41.227921"
|
||||||
|
inkscape:cy="22.819175"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato heroo</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#1262b2;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 31.303808,14.673006 c 2.349408,2.349408 1.868115,13.93318 1.868115,18.264785 -1.423941,0 -2.162367,-1.058334 -3.200201,-1.058334 -1.037834,0 -2.133467,1.058334 -3.2002,1.058334 -1.066734,0 -2.133468,-1.058334 -3.200201,-1.058334 -1.066734,0 -2.133467,1.058334 -3.200201,1.058334 -1.066733,0 -2.133467,-1.058334 -3.200201,-1.058334 -1.066733,0 -2.133467,1.058334 -3.2002,1.058334 -1.066734,0 -2.214175,-1.058334 -3.200201,-1.058334 -0.9860262,0 -2.1474413,1.058334 -3.2002006,1.058334 0,-6.573959 0.4766265,-19.184114 1.4392447,-22.776654"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cczzzzzzzcc" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.535567,2.9915486 C 10.147914,4.2915719 8.9573044,7.2582738 9.0095622,10.161137 8.0154143,11.256147 7.0855022,13.50176 6.4257406,16.00264 6.2240111,15.411425 6.0360692,14.919981 5.9218954,14.659053 5.5676856,13.849556 5.217515,13.250726 4.8563274,12.827641 4.1339491,11.981472 3.3665066,11.838172 2.4275352,12.11864 c -0.9389716,0.280467 -1.49875115,0.832641 -1.63607582,1.942 -0.0686619,0.55468 -0.0317375,1.248531 0.11627197,2.1177 0.0740055,0.434584 0.30219405,1.427221 0.60926505,2.453597 0.6377161,2.131546 1.9618151,5.858997 4.5361572,7.414535 3.0027112,5.244642 20.3254814,5.321586 24.5313184,1.115694 1.544094,-1.544112 1.690462,-7.147543 0.719336,-12.48916 1.213623,-1.809894 1.930026,-5.5632383 1.783354,-7.3773274 -2.933359,-0.089247 -5.119283,0.3570392 -7.4042,1.2412678 C 23.013384,7.2268 18.865654,6.3288266 15.332173,6.9168903 13.49569,5.1053631 12.124561,4.0338314 10.535567,2.9915486 Z" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="15.641115"
|
||||||
|
cy="11.51972"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(10)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.9233832,1.0045043)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 25.062694,18.321491 4.898877,-0.563716"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 24.99808,20.477083 4.651959,1.014106"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.476811,16.726885 8.2257151,15.603186"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.8903258,18.590659 7.7064462,18.371017"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato heroo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.730252,19.065298 c -0.817385,5.341071 10.922078,5.919973 11.261059,1.072315 -1.618771,0.314656 -5.500246,-0.519619 -6.403931,-1.12916 -0.931547,0.454346 -3.490062,0.527565 -4.857128,0.05685 z"
|
||||||
|
id="path2839"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 20.141567,21.47209 -0.724684,-1.62767 1.771945,0.186239 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2574506,-0.68318501)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 23.262547,20.070864 c -1.774758,0.344978 -5.522081,-0.31092 -6.670332,-1.08542 -1.119034,0.545788 -3.752009,0.449681 -5.119074,-0.02104"
|
||||||
|
id="path1289" /><g
|
||||||
|
id="g10107"
|
||||||
|
transform="rotate(53.343868,11.689211,18.291635)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="21.432327"
|
||||||
|
cy="10.351334"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 2.672936,22.551242 A 0.84504452,0.84504452 0 0 0 3.0422118,23.57034 0.84504452,0.84504452 0 0 0 3.5055487,23.980196 0.84504452,0.84504452 0 0 0 4.588953,23.475646 0.84504452,0.84504452 0 0 0 4.63556,23.264792 0.84504452,0.84504452 0 0 0 4.734815,23.074864 0.84504452,0.84504452 0 0 0 4.2294845,21.991178 0.84504452,0.84504452 0 0 0 3.6100306,22.007718 0.84504452,0.84504452 0 0 0 2.672867,22.551311 Z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.27004874,-0.87258957)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.02459657,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.79051461,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g><g
|
||||||
|
id="g989"
|
||||||
|
transform="rotate(50,9.498425,8.0379448)"><path
|
||||||
|
id="rect1345"
|
||||||
|
style="fill:#804c2b;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="m 8.010885,12.517416 c -0.824068,0 -1.487247,0.553686 -1.487247,1.241268 0,0.687583 0.663179,1.240751 1.487247,1.240751 h 0.24753 c -6.57e-4,0.01814 -10e-4,0.03646 -10e-4,0.05478 v 3.229775 c 0,0.748107 0.553685,1.350305 1.2412677,1.350305 0.6875833,0 1.2407513,-0.602198 1.2407513,-1.350305 v -3.229778 c 0,-0.01832 -3.76e-4,-0.03664 -10e-4,-0.05478 h 0.247531 c 0.824067,0 1.487247,-0.553168 1.487247,-1.240751 0,-0.687582 -0.66318,-1.241268 -1.487247,-1.241268 z"
|
||||||
|
sodipodi:nodetypes="ssscssssscssss" /><path
|
||||||
|
id="rect3453"
|
||||||
|
style="fill:#d6d6d6;stroke:none;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="m 7.54644,-1.4417389 1.9519848,-2.1166666 1.9519842,2.1166666 -0.529166,15.0724939 c -0.6708,0.17974 -2.078188,0.205637 -2.845636,0 z"
|
||||||
|
sodipodi:nodetypes="cccccc" /><path
|
||||||
|
style="fill:none;stroke:#a6a6a6;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 9.4984243,0.992452 V 13.478137"
|
||||||
|
id="path921"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
id="path865"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 7.54644,-1.4417389 1.9519848,-2.1166666 1.9519842,2.1166666 -0.529166,15.0724939 c -0.6708,0.17974 -2.078188,0.205637 -2.845636,0 z"
|
||||||
|
sodipodi:nodetypes="cccccc" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,165 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_heroo_bastonpano.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_salutas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview9395"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.3037282"
|
||||||
|
inkscape:cx="-44.4878"
|
||||||
|
inkscape:cy="42.570223"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato heroo, bastonpano</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#1262b2;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 31.303808,14.673006 c 2.349408,2.349408 1.868115,13.93318 1.868115,18.264785 -1.423941,0 -2.162367,-1.058334 -3.200201,-1.058334 -1.037834,0 -2.133467,1.058334 -3.2002,1.058334 -1.066734,0 -2.133468,-1.058334 -3.200201,-1.058334 -1.066734,0 -2.133467,1.058334 -3.200201,1.058334 -1.066733,0 -2.133467,-1.058334 -3.200201,-1.058334 -1.066733,0 -2.133467,1.058334 -3.2002,1.058334 -1.066734,0 -2.214175,-1.058334 -3.200201,-1.058334 -0.9860262,0 -2.1474413,1.058334 -3.2002006,1.058334 0,-6.573959 0.4766265,-19.184114 1.4392447,-22.776654"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cczzzzzzzcc" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.535567,2.9915486 C 10.147914,4.2915719 8.9573044,7.2582738 9.0095622,10.161137 8.0154143,11.256147 7.0855022,13.50176 6.4257406,16.00264 6.2240111,15.411425 6.0360692,14.919981 5.9218954,14.659053 5.5676856,13.849556 5.217515,13.250726 4.8563274,12.827641 4.1339491,11.981472 3.3665066,11.838172 2.4275352,12.11864 c -0.9389716,0.280467 -1.49875115,0.832641 -1.63607582,1.942 -0.0686619,0.55468 -0.0317375,1.248531 0.11627197,2.1177 0.0740055,0.434584 0.30219405,1.427221 0.60926505,2.453597 0.6377161,2.131546 1.9618151,5.858997 4.5361572,7.414535 3.0027112,5.244642 20.3254814,5.321586 24.5313184,1.115694 1.544094,-1.544112 1.690462,-7.147543 0.719336,-12.48916 1.213623,-1.809894 1.930026,-5.5632383 1.783354,-7.3773274 -2.933359,-0.089247 -5.119283,0.3570392 -7.4042,1.2412678 C 23.013384,7.2268 18.865654,6.3288266 15.332173,6.9168903 13.49569,5.1053631 12.124561,4.0338314 10.535567,2.9915486 Z" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="15.641115"
|
||||||
|
cy="11.51972"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(10)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.9233832,1.0045043)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 25.062694,18.321491 4.898877,-0.563716"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 24.99808,20.477083 4.651959,1.014106"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.476811,16.726885 8.2257151,15.603186"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.8903258,18.590659 7.7064462,18.371017"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato heroo, bastonpano</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.730252,19.065298 c -0.817385,5.341071 10.922078,5.919973 11.261059,1.072315 -1.618771,0.314656 -5.500246,-0.519619 -6.403931,-1.12916 -0.931547,0.454346 -3.490062,0.527565 -4.857128,0.05685 z"
|
||||||
|
id="path2839"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 20.141567,21.47209 -0.724684,-1.62767 1.771945,0.186239 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2574506,-0.68318501)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 23.262547,20.070864 c -1.774758,0.344978 -5.522081,-0.31092 -6.670332,-1.08542 -1.119034,0.545788 -3.752009,0.449681 -5.119074,-0.02104"
|
||||||
|
id="path1289" /><g
|
||||||
|
id="g10107"
|
||||||
|
transform="rotate(53.343868,11.689211,18.291635)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="21.432327"
|
||||||
|
cy="10.351334"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 2.672936,22.551242 A 0.84504452,0.84504452 0 0 0 3.0422118,23.57034 0.84504452,0.84504452 0 0 0 3.5055487,23.980196 0.84504452,0.84504452 0 0 0 4.588953,23.475646 0.84504452,0.84504452 0 0 0 4.63556,23.264792 0.84504452,0.84504452 0 0 0 4.734815,23.074864 0.84504452,0.84504452 0 0 0 4.2294845,21.991178 0.84504452,0.84504452 0 0 0 3.6100306,22.007718 0.84504452,0.84504452 0 0 0 2.672867,22.551311 Z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.27004874,-0.87258957)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.02459657,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.79051461,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g><g
|
||||||
|
id="g3513"
|
||||||
|
transform="translate(3.3390535,0.8676819)"><g
|
||||||
|
id="g3522"
|
||||||
|
transform="translate(-8.8804721,4.6626788)"><g
|
||||||
|
id="g3517"
|
||||||
|
transform="translate(-5.6150012,0.2978505)"><path
|
||||||
|
id="rect1345"
|
||||||
|
style="fill:#804c2b;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="m -11.390614,14.593177 c -0.824068,0 -1.487247,0.553686 -1.487247,1.241268 0,0.687583 0.663179,1.240751 1.487247,1.240751 h 0.24753 c -6.57e-4,0.01814 -10e-4,0.03646 -10e-4,0.05478 v 3.229775 c 0,0.748107 0.553685,1.350305 1.2412677,1.350305 0.687583,0 1.240751,-0.602198 1.240751,-1.350305 v -3.229778 c 0,-0.01832 -3.76e-4,-0.03664 -10e-4,-0.05478 h 0.247531 c 0.824067,0 1.487247,-0.553168 1.487247,-1.240751 0,-0.687582 -0.66318,-1.241268 -1.487247,-1.241268 z"
|
||||||
|
sodipodi:nodetypes="ssscssssscssss" /><path
|
||||||
|
id="rect3453"
|
||||||
|
style="fill:#d6d6d6;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="M -11.855059,0.63402246 -9.9030742,-1.4826441 -7.9510896,0.63402246 -8.4802563,15.706516 c -0.6708001,0.17974 -2.0781877,0.205637 -2.8456357,0 z"
|
||||||
|
sodipodi:nodetypes="cccccc" /></g></g><g
|
||||||
|
id="g7945"
|
||||||
|
transform="rotate(50,0.7161679,37.315928)"><rect
|
||||||
|
style="fill:#9e6a3b;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
id="rect3747"
|
||||||
|
width="5.0075107"
|
||||||
|
height="21.664333"
|
||||||
|
x="-19.931147"
|
||||||
|
y="4.233336"
|
||||||
|
rx="2.2588007"
|
||||||
|
ry="2.5612066" /><path
|
||||||
|
style="fill:#d58c4b;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="m -16.136716,12.829988 c 0,0 0.368283,1.478783 -0.374132,2.764681 -0.742414,1.285898 -2.207218,1.706349 -2.207218,1.706349 0,0 -0.375164,-1.466864 0.374132,-2.764681 0.749296,-1.29782 2.207218,-1.706349 2.207218,-1.706349 z"
|
||||||
|
id="path7207"
|
||||||
|
sodipodi:nodetypes="czczc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path7207"
|
||||||
|
id="use7937"
|
||||||
|
transform="translate(0,5.2916669)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path7207"
|
||||||
|
id="use7939"
|
||||||
|
transform="translate(0,-5.2916669)" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,70 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title4279">Gutkato hihias</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(52,16.160184,26.167226)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,29.478617 c 0,-4.671103 0.8181757,-6.185364 2.7781057,-6.184494 1.95993,8.7e-4 2.778105,1.508249 2.778105,6.184494"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato hihias</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.3849149,14.378834 c 0.9021801,-1.154738 2.8479581,-0.902945 3.4061821,0.478707"
|
||||||
|
id="path304" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path304"
|
||||||
|
id="use470"
|
||||||
|
transform="translate(8.9530039,0.69247088)" /></svg>
|
||||||
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,155 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_hura.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="35.666945"
|
||||||
|
inkscape:cy="74.210256"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, hura!</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833331;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.0519279,21.318846 C 4.4023552,20.097177 2.3959674,16.682724 1.4392989,14.410505 0.08619746,11.196704 0.22617633,9.4274633 2.0193486,8.6672463 3.8238136,7.9022417 5.1977296,9.0450255 6.5795584,12.300409"
|
||||||
|
id="path441"
|
||||||
|
sodipodi:nodetypes="cssc" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle443"
|
||||||
|
cx="2.6655858"
|
||||||
|
cy="10.446854"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.92050485,0.39073113,0.39073113,0.92050485,0,0)" /><path
|
||||||
|
id="path445"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 2.6422028,10.089949 a 0.84504452,0.84504452 0 0 0 -0.4934752,0.965094 0.84504452,0.84504452 0 0 0 0.016246,0.618384 0.84504452,0.84504452 0 0 0 1.1078843,0.448249 0.84504452,0.84504452 0 0 0 0.1859955,-0.109712 0.84504452,0.84504452 0 0 0 0.2065978,-0.05693 0.84504452,0.84504452 0 0 0 0.4479205,-1.108656 0.84504452,0.84504452 0 0 0 -0.4345631,-0.44176 0.84504452,0.84504452 0 0 0 -1.0367017,-0.314672 z" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use447"
|
||||||
|
cx="1.9379821"
|
||||||
|
cy="9.8946476"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.92050485,0.39073113,0.39073113,0.92050485,0,0)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use449"
|
||||||
|
cx="1.0764976"
|
||||||
|
cy="9.8946476"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.92050485,0.39073113,0.39073113,0.92050485,0,0)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use451"
|
||||||
|
cx="0.35427615"
|
||||||
|
cy="10.446854"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.92050485,0.39073113,0.39073113,0.92050485,0,0)" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.2579548 2.2437906 C 6.9030818 3.5531419 5.7871361 6.548918 5.9123005 9.4495522 C 3.6598907 12.059318 2.5352084 21.512304 3.5346679 25.242386 C 5.1506873 31.273533 23.988888 31.573152 28.399816 27.162166 C 29.067921 26.494054 29.347739 24.821655 29.361515 22.709724 C 30.237096 21.819073 31.929902 19.613181 32.541682 17.324007 C 33.717224 12.925349 33.342267 11.161185 31.452343 10.65568 C 30.595675 10.426544 29.879323 10.576851 29.242142 11.218953 C 29.790452 9.3878796 30.042235 7.2221846 29.910318 5.9799966 C 26.975645 5.9644671 24.801692 6.4659505 22.539709 7.4072997 C 19.838061 6.1646289 15.669306 5.370533 12.151713 6.047176 C 10.270304 4.282355 8.8726304 3.2458272 7.2579548 2.2437906 z " /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.832696"
|
||||||
|
cy="11.432744"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(10)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.9233832,1.0045043)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.312044,17.748161 4.898878,-0.563716"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.247431,19.903753 4.651959,1.014106"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 7.7261616,16.153556 -2.2510961,-1.1237"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1396762,18.01733 4.9557965,17.797688"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, hura!</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.9936748,18.20444 c -0.7470914,6.739494 10.6772102,7.230125 11.2610592,1.072314 -1.618773,0.314658 -5.500247,-0.519621 -6.403931,-1.129159 -0.931547,0.454346 -3.490063,0.527565 -4.8571282,0.05684 z"
|
||||||
|
id="path2839" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 17.400155,20.634241 -0.724684,-1.62767 1.771945,0.186239 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-6.2574506,-0.68318501)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.521135,19.233015 c -1.774758,0.344978 -5.522081,-0.31092 -6.670332,-1.08542 -1.119033,0.545788 -3.752009,0.449681 -5.1190742,-0.02104"
|
||||||
|
id="path1289" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833331;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 31.452582,10.655463 c -1.557664,-0.416634 -2.651372,0.420967 -3.648882,3.18915 -0.214986,0.596597 -0.390255,1.044118 -0.727468,1.628189"
|
||||||
|
id="path453"
|
||||||
|
sodipodi:nodetypes="csc" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle457"
|
||||||
|
cx="34.295235"
|
||||||
|
cy="3.8561716"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(15)" /><path
|
||||||
|
id="path459"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 31.045449,12.179723 a 0.84504452,0.84504452 0 0 1 0.622985,0.887025 0.84504452,0.84504452 0 0 1 0.06997,0.614628 0.84504452,0.84504452 0 0 1 -1.034717,0.598075 0.84504452,0.84504452 0 0 1 -0.199453,-0.08277 0.84504452,0.84504452 0 0 1 -0.212506,-0.02764 0.84504452,0.84504452 0 0 1 -0.597857,-1.035519 0.84504452,0.84504452 0 0 1 0.368853,-0.497939 0.84504452,0.84504452 0 0 1 0.982819,-0.455888 z" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle461"
|
||||||
|
cx="33.567631"
|
||||||
|
cy="3.3039656"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(15.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle463"
|
||||||
|
cx="32.706146"
|
||||||
|
cy="3.3039656"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(15.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle465"
|
||||||
|
cx="31.983927"
|
||||||
|
cy="3.8561716"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(15.000001)" /></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,138 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_ideo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_pensas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview4310"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.453125"
|
||||||
|
inkscape:cx="57.37931"
|
||||||
|
inkscape:cy="76.137931"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g2370"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, ideo</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, ideo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g2370"
|
||||||
|
transform="translate(1.0697807,20.791498)"><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="opacity:0.8;fill:#ffe666;fill-opacity:1;stroke:#998a3d;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2306"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="8"
|
||||||
|
sodipodi:cx="16.41181"
|
||||||
|
sodipodi:cy="-14.291964"
|
||||||
|
sodipodi:r1="6.1026907"
|
||||||
|
sodipodi:r2="3.6616147"
|
||||||
|
sodipodi:arg1="0.78539816"
|
||||||
|
sodipodi:arg2="1.1780972"
|
||||||
|
inkscape:rounded="0"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 20.727064,-9.9767096 -2.914015,-0.9323634 -1.401239,2.7198001 -1.401239,-2.7198001 -2.914015,0.9323634 0.932363,-2.9140144 -2.7198,-1.40124 2.7198,-1.401239 -0.932363,-2.914015 2.914015,0.932364 1.401239,-2.7198 1.401239,2.7198 2.914015,-0.932364 -0.932363,2.914015 2.7198,1.401239 -2.7198,1.40124 z"
|
||||||
|
transform="translate(-0.01909092)" /><path
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:0.2;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.202071,-10.245202 c 0,-1.810685 -1.587499,-2.102806 -1.5875,-4.101041 0,-1.534316 1.243809,-2.778125 2.778125,-2.778125 1.534316,0 2.778125,1.243809 2.778171,2.778125 4.6e-5,1.998235 -1.587453,2.290356 -1.587453,4.101041"
|
||||||
|
id="path2089"
|
||||||
|
sodipodi:nodetypes="ccscc" /><rect
|
||||||
|
style="fill:#d9ccc3;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect571"
|
||||||
|
width="2.3812499"
|
||||||
|
height="2.3812499"
|
||||||
|
x="15.202071"
|
||||||
|
y="-10.245202" /><path
|
||||||
|
style="opacity:1;fill:none;fill-opacity:0.2;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 16.689096,-10.431689 c 0,0 0.745714,-2.101971 0.745714,-2.783043 0,-0.982885 -1.978589,-0.157723 -1.142335,0.678531 0.05093,0.05093 0.150976,0.04951 0.200489,0 0.836254,-0.836254 -1.142335,-1.661416 -1.142335,-0.678531 0,0.681072 0.745714,2.783043 0.745714,2.783043"
|
||||||
|
id="path2364"
|
||||||
|
sodipodi:nodetypes="csccsc" /></g><g
|
||||||
|
id="layer1"
|
||||||
|
transform="matrix(0.73981744,0,0,0.7399986,4.4046041,9.6943303)"
|
||||||
|
style="stroke-width:1.35152"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.43035;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.86073;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.44796" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(76.822959,14.236723,26.294202)"
|
||||||
|
style="stroke-width:1.35152"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.506204,32.810968 c -1.138288,-1.971572 -1.7029335,-4.30486 -1.5485994,-5.846417 0.095136,-0.950264 0.2440254,-1.674922 0.4590394,-2.218767 0.430028,-1.087691 1.124555,-1.452131 2.182548,-1.451661 1.057993,4.7e-4 1.75252,0.366916 2.182548,1.455374 0.215014,0.54423 0.363903,1.268962 0.459039,2.218703 0.09514,0.949741 0.355114,1.813896 1.077244,3.064662"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="csssssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"
|
||||||
|
style="stroke-width:1.35152"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.715179;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.715179;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.715179;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.893974;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.5 KiB |
@@ -0,0 +1,106 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kapaŭskultiloj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="90.893182"
|
||||||
|
inkscape:cy="83.414629"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, kapaŭskultiloj</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path15091"
|
||||||
|
style="fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.8922597,0.66529777 C 4.3810313,0.26041214 2.5092394,0.83701887 1.8098075,2.0066843 1.154135,3.1031623 2.7717385,4.5634009 2.3040152,5.4223715 1.7270585,6.4819498 0.52903647,7.1776107 0.52903647,7.1776107 c 0,0 2.61071383,-0.2002149 3.03973893,-1.8011742 C 3.8580114,4.2971171 3.1973876,3.674625 3.4467783,2.9006216 3.7678068,1.9042839 4.9061417,1.0320421 5.8922597,0.66529777 Z m 0.1343802,0.071003 C 5.62065,0.62751147 5.1639212,1.0245929 5.0025647,1.6267146 L 3.2191081,8.2818979 c -0.021268,0.07936 -0.036227,0.158447 -0.045388,0.235774 A 2.586993,1.6289861 14.996168 0 0 3.1101661,8.6884299 2.586993,1.6289861 14.996168 0 0 5.1870683,10.93131 2.586993,1.6289861 14.996168 0 0 8.1078593,10.027404 2.586993,1.6289861 14.996168 0 0 6.0303852,7.7843692 2.586993,1.6289861 14.996168 0 0 4.959471,7.649649 L 6.4682658,2.0193978 C 6.6296224,1.417276 6.4326464,0.84505847 6.0266485,0.73628347 Z" /><path
|
||||||
|
style="color:#000000;fill:#333333;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 18.207429,0.97532986 C 14.701197,0.70018494 11.088158,1.2108392 8.135164,2.6511112 A 1.0583349,1.0583349 0 0 0 7.6488359,4.0651737 1.0583349,1.0583349 0 0 0 9.0628984,4.5534549 C 14.046115,2.1229774 22.241895,2.9281556 26.455476,5.7702518 a 1.0583349,1.0583349 0 0 0 1.46875,-0.2871094 1.0583349,1.0583349 0 0 0 -0.285156,-1.46875 C 25.113515,2.3108843 21.713661,1.2504748 18.207429,0.97532986 Z"
|
||||||
|
id="path13258" /><ellipse
|
||||||
|
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="ellipse12474"
|
||||||
|
cx="8.2764311"
|
||||||
|
cy="9.627923"
|
||||||
|
rx="4.1010418"
|
||||||
|
ry="4.3656249" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.3682146,13.895971 c 1.5764984,-0.910192 2.8654284,0.07422 3.4395824,1.068725"
|
||||||
|
id="path398"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path398"
|
||||||
|
id="use681"
|
||||||
|
transform="matrix(-1,0,0,1,31.129016,0.69247067)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, kapaŭskultiloj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><ellipse
|
||||||
|
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path12107"
|
||||||
|
cx="27.591015"
|
||||||
|
cy="11.083021"
|
||||||
|
rx="4.1010418"
|
||||||
|
ry="4.3656249" /><ellipse
|
||||||
|
style="fill:#5d351c;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="ellipse12472"
|
||||||
|
cx="27.591015"
|
||||||
|
cy="11.083021"
|
||||||
|
rx="2.7268829"
|
||||||
|
ry="2.9104166" /><path
|
||||||
|
id="path2081"
|
||||||
|
style="fill:#ef8dff;fill-opacity:1;stroke:#351f38;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 26.677439,15.738239 c -1.511205,0.404973 -2.843921,1.840225 -2.864814,3.202901 -0.01959,1.277414 2.111415,1.733216 2.13584,2.710968 0.03013,1.2061 -0.659557,2.407571 -0.659557,2.407571 0,0 2.160837,-1.478748 1.731904,-3.079732 -0.289174,-1.079336 -1.172537,-1.288118 -1.34356,-2.08312 -0.22015,-1.023368 0.329556,-2.347919 1.000187,-3.158588 z m 0.151878,-0.0057 c -0.405992,0.108781 -0.60299,0.681028 -0.441668,1.283159 l 1.783073,6.655286 c 0.02126,0.07936 0.04785,0.155332 0.07858,0.22688 a 1.6289861,2.586993 74.996168 0 0 0.03034,0.179658 1.6289861,2.586993 74.996168 0 0 2.92009,0.90394 1.6289861,2.586993 74.996168 0 0 2.077526,-2.243201 1.6289861,2.586993 74.996168 0 0 -2.920663,-0.903788 1.6289861,2.586993 74.996168 0 0 -0.994799,0.418786 L 27.853325,16.622921 C 27.692003,16.02079 27.235308,15.623723 26.829316,15.73252 Z" /></svg>
|
||||||
|
After Width: | Height: | Size: 8.8 KiB |
@@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kapturniĝas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="52.158114"
|
||||||
|
inkscape:cy="52.349872"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato kapturniĝas</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
sodipodi:type="spiral"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79015;stroke-linecap:round;stroke-dasharray:none"
|
||||||
|
id="path1639"
|
||||||
|
sodipodi:cx="15.64773"
|
||||||
|
sodipodi:cy="10.776361"
|
||||||
|
sodipodi:expansion="1"
|
||||||
|
sodipodi:revolution="2.2916665"
|
||||||
|
sodipodi:radius="6.8954353"
|
||||||
|
sodipodi:argument="-21.20575"
|
||||||
|
sodipodi:t0="0.10909047"
|
||||||
|
d="m 16.179631,10.244454 c 0.700265,0.155475 0.812842,1.052425 0.531916,1.595712 -0.502512,0.971815 -1.807442,1.08567 -2.659526,0.531922 -1.250467,-0.812649 -1.366583,-2.5727011 -0.531927,-3.7233385 1.112466,-1.5336191 3.341596,-1.6509431 4.787151,-0.531933 1.819085,1.4081603 1.937085,4.1122235 0.531939,5.8509645 -1.70182,2.105847 -4.883827,2.224258 -6.914777,0.531944 C 9.5310034,12.505392 9.4123271,8.8436854 11.392457,6.5211353 13.678595,3.8396591 17.821115,3.7208012 20.43486,5.9891788 20.886376,6.381034 21.2853,6.8328834 21.619352,7.3286432"
|
||||||
|
transform="matrix(0.38591821,0.22280998,-0.2205942,0.38208036,7.1979327,6.8973487)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path1639"
|
||||||
|
id="use1688"
|
||||||
|
transform="rotate(180,15.602648,14.463494)" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kapturniĝas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,124 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kimegesto.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_dormas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="21.694915"
|
||||||
|
inkscape:cy="77.288136"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1239" /><title
|
||||||
|
id="title4279">Gutkato, kimegesto</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><g
|
||||||
|
id="g9054"
|
||||||
|
transform="translate(-2.4548678)"><g
|
||||||
|
id="g1239"
|
||||||
|
transform="translate(2.7273123)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.2540952,14.061517 C 3.1861257,11.361739 3.2595882,8.1660314 3.1662035,6.8126583 5.0199616,7.2308003 6.6801406,7.7525254 9.0356771,8.8040768 12.137847,7.013025 16.336898,6.3979822 19.296504,6.6876063 c 1.829098,-1.6300655 3.718967,-2.8152344 6.496974,-3.7614098 0.774167,1.6471504 1.421043,5.4127493 0.920011,7.5334975 2.784475,4.660764 3.230602,15.158396 1.686506,16.702509 C 23.989062,31.573194 5.1507828,31.273305 3.5347618,25.242152 2.5353013,21.512066 2.9803023,17.264907 4.2540952,14.061517 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.871595,17.051177 4.674623,-1.569933"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.256566,19.173097 4.761148,0.02475"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.2729113,18.523993 4.8373769,17.892877"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.0867427,20.468976 4.9049198,20.708188"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 7.6561695,15.737759 c 1.0956731,0.825649 3.0724835,0.585758 3.9301025,-0.552341"
|
||||||
|
id="path448"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path448"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(8.9372343,-0.87272217)" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 9.8887073,20.970252 c -1.098383,3.17161 2.7863067,4.102952 4.7464497,1.201082 3.562337,3.254129 6.585599,0.508701 5.429684,-1.677206"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.2540952,14.061517 C 3.1861257,11.361739 3.2595882,8.1660314 3.1662035,6.8126583 5.0199616,7.2308003 6.6801406,7.7525254 9.0356771,8.8040768 12.137847,7.013025 16.336898,6.3979822 19.296504,6.6876063 c 1.829098,-1.6300655 3.718967,-2.8152344 6.496974,-3.7614098 0.774167,1.6471504 1.421043,5.4127493 0.920011,7.5334975 2.784475,4.660764 3.230602,15.158396 1.686506,16.702509 C 23.989062,31.573194 5.1507828,31.273305 3.5347618,25.242152 2.5353013,21.512066 2.9803023,17.264907 4.2540952,14.061517 Z"
|
||||||
|
id="path1221"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><g
|
||||||
|
id="use414"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,57.160996,8.545105)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,34.241118 c 0,-0.241894 0.00183,-4.709268 0.00554,-4.935656 0.074504,-4.554769 0.9054407,-6.012168 2.7725677,-6.011339 1.872164,8.31e-4 2.70254,1.445744 2.773154,6.045748 0.0033,0.215645 0.005,4.671558 0.005,4.901247"
|
||||||
|
id="path16240"
|
||||||
|
sodipodi:nodetypes="csssc" /><g
|
||||||
|
id="g16248"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path16242" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path16244" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path16246" /></g></g><g
|
||||||
|
id="g16274"
|
||||||
|
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,40.285761,9.0768971)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,34.241118 c 0,-0.241894 0.00183,-4.709268 0.00554,-4.935656 0.074504,-4.554769 0.9054407,-6.012168 2.7725677,-6.011339 1.872164,8.31e-4 2.70254,1.445744 2.773154,6.045748 0.0033,0.215645 0.005,4.671558 0.005,4.901247"
|
||||||
|
id="path16264"
|
||||||
|
sodipodi:nodetypes="csssc" /><g
|
||||||
|
id="g16272"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path16266" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path16268" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path16270" /></g></g></g></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, kimegesto</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,86 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kjooo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.921875"
|
||||||
|
inkscape:cx="86.779661"
|
||||||
|
inkscape:cy="114.44068"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato, kjooo?!</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.41409"
|
||||||
|
cy="14.231614"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.8271624,-1.6483325)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.530343,15.867927 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 23.30723,17.946018 4.684516,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.197518,19.540021 5.9085766,18.495569"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2965109,21.4657 6.1062962,21.322408"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.793753;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.019337,18.479878 c -0.397699,5.341071 5.314139,5.919973 5.479072,1.072315 -0.787614,0.314656 -2.676147,-0.519619 -3.115836,-1.129157 -0.453244,0.454346 -1.69809,0.527565 -2.363237,0.05685 z"
|
||||||
|
id="path2839"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.793753;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 18.630379,19.485444 c -0.863509,0.344978 -2.68677,-0.31092 -3.245452,-1.085422 -0.544466,0.545787 -1.825542,0.44968 -2.490687,-0.02104"
|
||||||
|
id="path1289" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, kjooo?!</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,129 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_klapkomputilo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="7.3750001"
|
||||||
|
inkscape:cx="52.406779"
|
||||||
|
inkscape:cy="125.76271"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1988" /><title
|
||||||
|
id="title4279">Gutkato, klapkomputilo</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, klapkomputilo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g1988"
|
||||||
|
transform="matrix(1.1166354,0,0,1.1188252,1.1956899,-29.659702)"
|
||||||
|
style="stroke-width:0.894671"><path
|
||||||
|
style="opacity:1;fill:#292929;fill-opacity:1;stroke:#000000;stroke-width:0.946857;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 1.5548366,52.47914 3.671503,50.362474 v 3.400996 l -2.1166664,2.11667 z"
|
||||||
|
id="path1973" /><rect
|
||||||
|
style="opacity:1;fill:#292929;stroke:#000000;stroke-width:0.946857;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="rect1859"
|
||||||
|
width="19.351011"
|
||||||
|
height="3.4009976"
|
||||||
|
x="3.6715031"
|
||||||
|
y="50.362473" /><rect
|
||||||
|
style="opacity:1;fill:#2e2e2e;stroke:#000000;stroke-width:0.946857;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000;fill-opacity:1"
|
||||||
|
id="rect241"
|
||||||
|
width="19.351011"
|
||||||
|
height="3.4009976"
|
||||||
|
x="1.5548366"
|
||||||
|
y="52.479141" /><g
|
||||||
|
id="g1977"
|
||||||
|
transform="matrix(1,0,0.06992681,1,-3.5942778,0)"
|
||||||
|
style="stroke-width:0.894671"><path
|
||||||
|
id="rect966"
|
||||||
|
style="opacity:1;fill:#2e2e2e;stroke:#000000;stroke-width:0.946857;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stop-color:#000000;fill-opacity:1"
|
||||||
|
d="M 1.5548366,40.132527 H 20.905848 V 51.382162 H 1.5548366 Z"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.42029;stroke-linecap:square;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 5.7077005,47.441635 v -3.368582 l 3.1669101,3.368583 v -3.368583 l 3.1669104,3.368583 v -3.368583 l 3.16691,3.368583 v -3.368582 h 2.602887"
|
||||||
|
id="path1857"
|
||||||
|
sodipodi:nodetypes="ccccccccc" /></g><path
|
||||||
|
style="opacity:1;fill:#292929;fill-opacity:1;stroke:#000000;stroke-width:0.946857;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 20.905848,52.47914 2.116666,-2.116666 v 3.400996 l -2.116666,2.11667 v -3.401"
|
||||||
|
id="path1915" /><rect
|
||||||
|
style="opacity:1;fill:#b8b8b8;fill-opacity:1;stroke:#000000;stroke-width:0.473574;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="rect1065"
|
||||||
|
width="3.5702956"
|
||||||
|
height="2.7782321"
|
||||||
|
x="1.5920842"
|
||||||
|
y="50.612713"
|
||||||
|
transform="matrix(1,0,0.0348995,0.99939083,0,0)" /><rect
|
||||||
|
style="opacity:1;fill:#b8b8b8;fill-opacity:1;stroke:#000000;stroke-width:0.473574;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="rect1795"
|
||||||
|
width="3.5702956"
|
||||||
|
height="2.7782321"
|
||||||
|
x="13.668629"
|
||||||
|
y="50.612713"
|
||||||
|
transform="matrix(1,0,0.0348995,0.99939083,0,0)" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.1 KiB |
@@ -0,0 +1,113 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kolera.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.0000001"
|
||||||
|
inkscape:cx="44.999998"
|
||||||
|
inkscape:cy="70.249996"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato kolera</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.255387,11.889316 2.906916,1.899659"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.216568,12.656079 -3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kolera</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.004075,23.547104 c 1.280522,-1.280522 -0.439426,-4.121128 -4.327663,-4.393017 -2.021683,-0.141369 -5.2692715,1.958531 -4.307472,3.624416 1.345821,2.33103 6.62662,2.777116 8.635135,0.768601 z"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="ssss" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 17.331758,20.153291 0.749309,1.535824 0.423746,-0.628385 C 18.210952,20.731257 17.81825,20.417611 17.331758,20.153291 Z"
|
||||||
|
id="path2893" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.751676,19.818945 c -0.424955,0.181703 -0.835893,0.415063 -1.187007,0.681095 -0.02801,0.02122 -0.05598,0.04248 -0.0832,0.06408 l 0.321944,0.660425 z"
|
||||||
|
id="path16880" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.004075,23.547104 c 1.280522,-1.280522 -0.439426,-4.121128 -4.327663,-4.393017 -2.021683,-0.141369 -5.2692715,1.958531 -4.307472,3.624416 1.345821,2.33103 6.62662,2.777116 8.635135,0.768601 z"
|
||||||
|
id="path16861"
|
||||||
|
sodipodi:nodetypes="ssss" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.74075,5.19362 c 0,0 0.372767,-1.0494031 0.791279,-1.3705358 0.457618,-0.3511431 1.213864,-0.09673 1.671483,-0.4478727 0.481888,-0.3697661 0.911111,-1.5780897 0.911111,-1.5780897"
|
||||||
|
id="path16940"
|
||||||
|
sodipodi:nodetypes="cssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.353111,5.19362 c 0,0 0.372767,-1.0494031 0.791279,-1.3705358 0.457618,-0.3511431 1.213864,-0.09673 1.671483,-0.4478727 0.481888,-0.3697661 0.911111,-1.5780897 0.911111,-1.5780897"
|
||||||
|
id="path16942"
|
||||||
|
sodipodi:nodetypes="cssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 23.208025,5.7227867 c 0,0 0.372767,-1.0494031 0.791279,-1.3705358 0.457618,-0.3511431 1.213864,-0.09673 1.671483,-0.4478727 0.481888,-0.3697661 0.911111,-1.5780897 0.911111,-1.5780897"
|
||||||
|
id="path16944"
|
||||||
|
sodipodi:nodetypes="cssc" /></svg>
|
||||||
|
After Width: | Height: | Size: 8.4 KiB |
@@ -0,0 +1,104 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kolereta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview1715"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="7.375"
|
||||||
|
inkscape:cx="66.711864"
|
||||||
|
inkscape:cy="71.118644"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato kolereta</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.685003,22.503727 c 1.154172,-0.540708 2.332299,-1.51014 2.950005,-2.593901 0.378091,0.908814 1.715506,2.420648 2.8251,3.008876"
|
||||||
|
id="path3460" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kolereta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g3911"
|
||||||
|
transform="rotate(-8,-160.4301,42.709643)"><path
|
||||||
|
style="fill:none;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 25.032009,38.828315 h 1.322917 v 1.322786"
|
||||||
|
id="path2084" /><path
|
||||||
|
style="fill:none;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 29.000761,38.828315 h -1.322917 v 1.322786"
|
||||||
|
id="path2449" /><path
|
||||||
|
style="fill:none;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 25.032009,37.505266 h 1.322917 V 36.18248"
|
||||||
|
id="path2451" /><path
|
||||||
|
style="fill:none;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 29.000761,37.505266 H 27.677844 V 36.18248"
|
||||||
|
id="path2453" /></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.255387,11.889316 2.906916,1.899659"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.216568,12.656079 -3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /></svg>
|
||||||
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,108 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_konfuzita.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="79.771231"
|
||||||
|
inkscape:cy="81.113536"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato konfuzita</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.9368403,15.519485 C 3.0157487,12.93109 2.4503563,10.08228 2.0098749,8.799192 3.9086908,8.7232982 5.647333,8.79756 8.1947681,9.203623 10.982676,7.2596159 14.392895,6.4210588 17.558183,6.0910719 c 1.344881,-2.0479278 2.86361,-3.4172647 5.30207,-5.0502011 1.174102,1.390656 2.773546,4.595939 2.838476,6.7741013 3.896176,4.8700699 5.710396,15.8089339 2.172099,19.3472309 C 23.459866,31.573165 6.738303,31.2733 5.1222619,25.242152 4.5041364,22.935276 5.8787288,17.150884 4.9368403,15.519485 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="6.9440656"
|
||||||
|
cy="17.3524"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(-12)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.6499108,-2.411398)"
|
||||||
|
style="stroke-width:1.07136" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#text5301"
|
||||||
|
id="use575"
|
||||||
|
transform="matrix(0.31519126,1.1763098,-1.1708601,0.31373103,21.643119,-10.641729)"
|
||||||
|
style="stroke-width:0.823058" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 11.046595,20.47492 c -0.298473,3.343123 3.696137,3.307008 4.89603,0.01713 4.243764,2.295661 6.513043,-1.09961 4.862645,-2.940945"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.542235,15.112179 4.330988,-2.35782"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 23.289825,17.135014 4.693112,-0.802392"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.9502001,19.097655 6.4420749,18.899054"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.1046025,21.045418 6.9974651,21.659865"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato konfuzita</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
aria-label="?"
|
||||||
|
id="text5301"
|
||||||
|
style="font-weight:bold;font-size:14.1111px;line-height:0.01%;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:none;stroke:#990000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
transform="translate(-1.0583333)"><path
|
||||||
|
d="m 26.165526,10.495939 q 0.296333,0.127 0.64911,0.268111 0.352778,0.141111 0.649111,0.197555 0.296333,0.05645 0.479778,0 0.197555,-0.07056 0.183444,-0.338666 0.08467,-0.592666 0.324555,-1.0159994 0.254,-0.4374441 0.592666,-0.7619994 0.352778,-0.3245553 0.762,-0.5785551 0.409222,-0.2539998 0.818444,-0.4938885 0.423333,-0.2539998 0.804332,-0.5079996 0.395111,-0.2681109 0.705555,-0.6067773 0.310444,-0.3386664 0.564444,-0.8043327 0.268111,-0.4656663 0.324556,-1.0159992 0.07055,-0.564444 -0.127,-1.1994435 Q 32.713076,3.0029447 32.148632,2.3115008 31.880521,1.9587233 31.4713,1.6482791 31.076189,1.3237238 30.554078,1.1120573 30.046078,0.90039081 29.439301,0.82983531 28.832524,0.75927981 28.169302,0.88627971 27.068636,1.0838351 26.123193,1.775279 25.19186,2.4667229 24.486305,3.5391666 24.260527,3.877833 24.175861,4.1177217 q -0.08467,0.2257776 -0.04233,0.3809997 0.02822,0.1552221 0.155223,0.2681109 0.112888,0.098778 0.296333,0.1693332 0.705555,0.2963331 1.439332,0.2539998 0.747888,-0.056444 1.241777,-0.4656663 0.338666,-0.2681109 0.663221,-0.5362218 0.338667,-0.282222 0.649111,-0.4938885 0.324555,-0.2257777 0.635,-0.3668887 0.324555,-0.141111 0.64911,-0.141111 0.225778,0 0.423333,0.1269999 0.197556,0.1128888 0.239889,0.3951109 0.05644,0.4092219 -0.324555,0.9736659 -0.381,0.564444 -1.439333,1.1994435 -0.409222,0.2681109 -0.931332,0.6067773 -0.508,0.3386664 -0.959555,0.7761105 -0.451555,0.4374441 -0.776111,1.0018881 -0.324555,0.564444 -0.366888,1.2982212 -0.04233,0.3668886 0.04233,0.5644437 0.08467,0.197556 0.395111,0.366889 z m -1.15711,1.933221 q -0.02822,0.324555 0.07055,0.564444 0.112889,0.239888 0.310444,0.409222 0.211667,0.183444 0.479778,0.282222 0.282222,0.09878 0.592666,0.141111 0.705555,0.09878 1.142999,-0.155223 0.437444,-0.253999 0.550333,-0.64911 0.02822,-0.04233 0.02822,-0.169333 v -0.211667 q 0,-0.169333 -0.05644,-0.324555 -0.04233,-0.169333 -0.169333,-0.324555 -0.127,-0.155223 -0.352778,-0.282222 -0.211666,-0.141111 -0.550333,-0.239889 -0.451555,-0.127 -0.832555,-0.09878 -0.366888,0.02822 -0.634999,0.183444 -0.268111,0.141111 -0.423333,0.381 -0.141111,0.225778 -0.155222,0.493889 z"
|
||||||
|
style="fill:#ff1a68;stroke:#360516"
|
||||||
|
id="path568" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#text5301"
|
||||||
|
id="use571"
|
||||||
|
transform="matrix(0.39109727,-0.67740034,0.68228632,0.39391819,-10.306275,23.01762)"
|
||||||
|
style="stroke-width:1.27387" /><g
|
||||||
|
aria-label="?"
|
||||||
|
id="g1143"
|
||||||
|
style="font-weight:bold;font-size:14.1111px;line-height:0.01%;font-family:'Komika Axis';-inkscape-font-specification:'Komika Axis Bold';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:none;stroke:#990000;stroke-width:1.16042;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
transform="matrix(0.54459097,-0.14915836,0.14592271,0.55666659,-0.79747314,4.5477644)"><path
|
||||||
|
d="m 26.165526,10.495939 q 0.296333,0.127 0.64911,0.268111 0.352778,0.141111 0.649111,0.197555 0.296333,0.05645 0.479778,0 0.197555,-0.07056 0.183444,-0.338666 0.08467,-0.592666 0.324555,-1.0159994 0.254,-0.4374441 0.592666,-0.7619994 0.352778,-0.3245553 0.762,-0.5785551 0.409222,-0.2539998 0.818444,-0.4938885 0.423333,-0.2539998 0.804332,-0.5079996 0.395111,-0.2681109 0.705555,-0.6067773 0.310444,-0.3386664 0.564444,-0.8043327 0.268111,-0.4656663 0.324556,-1.0159992 0.07055,-0.564444 -0.127,-1.1994435 Q 32.713076,3.0029447 32.148632,2.3115008 31.880521,1.9587233 31.4713,1.6482791 31.076189,1.3237238 30.554078,1.1120573 30.046078,0.90039081 29.439301,0.82983531 28.832524,0.75927981 28.169302,0.88627971 27.068636,1.0838351 26.123193,1.775279 25.19186,2.4667229 24.486305,3.5391666 24.260527,3.877833 24.175861,4.1177217 q -0.08467,0.2257776 -0.04233,0.3809997 0.02822,0.1552221 0.155223,0.2681109 0.112888,0.098778 0.296333,0.1693332 0.705555,0.2963331 1.439332,0.2539998 0.747888,-0.056444 1.241777,-0.4656663 0.338666,-0.2681109 0.663221,-0.5362218 0.338667,-0.282222 0.649111,-0.4938885 0.324555,-0.2257777 0.635,-0.3668887 0.324555,-0.141111 0.64911,-0.141111 0.225778,0 0.423333,0.1269999 0.197556,0.1128888 0.239889,0.3951109 0.05644,0.4092219 -0.324555,0.9736659 -0.381,0.564444 -1.439333,1.1994435 -0.409222,0.2681109 -0.931332,0.6067773 -0.508,0.3386664 -0.959555,0.7761105 -0.451555,0.4374441 -0.776111,1.0018881 -0.324555,0.564444 -0.366888,1.2982212 -0.04233,0.3668886 0.04233,0.5644437 0.08467,0.197556 0.395111,0.366889 z m -1.15711,1.933221 q -0.02822,0.324555 0.07055,0.564444 0.112889,0.239888 0.310444,0.409222 0.211667,0.183444 0.479778,0.282222 0.282222,0.09878 0.592666,0.141111 0.705555,0.09878 1.142999,-0.155223 0.437444,-0.253999 0.550333,-0.64911 0.02822,-0.04233 0.02822,-0.169333 v -0.211667 q 0,-0.169333 -0.05644,-0.324555 -0.04233,-0.169333 -0.169333,-0.324555 -0.127,-0.155223 -0.352778,-0.282222 -0.211666,-0.141111 -0.550333,-0.239889 -0.451555,-0.127 -0.832555,-0.09878 -0.366888,0.02822 -0.634999,0.183444 -0.268111,0.141111 -0.423333,0.381 -0.141111,0.225778 -0.155222,0.493889 z"
|
||||||
|
style="fill:#ff1a68;stroke:#360516;stroke-width:1.16042;stroke-dasharray:none"
|
||||||
|
id="path1141" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,128 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_konsciiĝas_ion_konsternan.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview7955"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="33.365852"
|
||||||
|
inkscape:cy="83.798146"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g8299" /><title
|
||||||
|
id="title4279">Gutkato konsciiĝas ion konsternan</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato konsciiĝas ion konsternan</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g8299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 5.2466763,12.546525 C 4.5540253,9.7270224 5.0594356,6.5706789 5.1501257,5.2171226 6.9302118,5.8823707 8.5044782,6.6240424 10.695975,7.9847981 14.012054,6.6301957 18.255711,6.5892682 21.148864,7.2768876 c 2.032932,-1.3674423 4.065847,-2.2858568 6.94637,-2.8472446 0.544055,1.7367912 0.675202,5.5552968 -0.108317,7.588694 2.127883,4.99481 2.486341,13.599753 0.942245,15.143866 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.5509456,15.547983 5.2466763,12.546525 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.685375,17.52763 4.745274,-1.341326"
|
||||||
|
id="path7889"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.966963,19.665727 4.754341,0.255674"
|
||||||
|
id="path7891"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.9001021,18.290558 5.4980489,17.542043"
|
||||||
|
id="path7893"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6198051,20.224221 5.428947,20.357316"
|
||||||
|
id="path7895"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.074344,20.146564 c -1.609502,0.08348 -3.711448,2.052264 -3.117161,2.947595 0.985344,1.484483 6.331459,1.017528 7.165891,-0.582376 0.523821,-1.004354 -2.144691,-2.463975 -4.04873,-2.365219 z"
|
||||||
|
id="path4026"
|
||||||
|
sodipodi:nodetypes="cssc" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="10.880651"
|
||||||
|
cy="14.941985"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(1)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.9706606,-0.40378747)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g523"
|
||||||
|
transform="rotate(-16.664098,-22.263791,-23.124746)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.281373,-4.554297 0.460943,-6.761342 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 1.85894,5.551401 -1.296696,9.959118 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path513"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g521"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.28031,23.187512 v 1.058284"
|
||||||
|
id="path515"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.338628,23.154575 v 1.058284"
|
||||||
|
id="path517"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.396947,23.187512 v 1.058284"
|
||||||
|
id="path519"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><g
|
||||||
|
id="g535"
|
||||||
|
transform="matrix(-0.99912518,0.04181946,0.04181946,0.99912518,16.676817,-12.540898)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.129629,-4.047354 0.309199,-6.254399 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 2.010684,5.044458 -1.144952,9.452175 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path525"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g533"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.128566,23.694455 v 1.058284"
|
||||||
|
id="path527"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.186884,23.661518 v 1.058284"
|
||||||
|
id="path529"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.245203,23.694455 v 1.058284"
|
||||||
|
id="path531"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.2 KiB |
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title4279">Gutkato konsternetita</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.356566,10.987509 C 6.0237408,8.1033126 6.9218101,5.0355095 7.1818861,3.7040818 c 1.6823697,0.883682 3.1509469,1.8173157 5.1540589,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.528782,31.573194 5.6905027,31.273305 4.0744817,25.242152 3.0750212,21.512066 4.2970783,13.752064 6.356566,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato konsternetita</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.350153,20.455735 9.237882,0.645976"
|
||||||
|
id="path1008" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793751;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path1070"
|
||||||
|
cx="10.691154"
|
||||||
|
cy="13.459156"
|
||||||
|
r="0.61892527" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path1070"
|
||||||
|
id="use1810"
|
||||||
|
transform="translate(8.952972,0.69241422)" /></svg>
|
||||||
|
After Width: | Height: | Size: 4.6 KiB |
@@ -0,0 +1,111 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_konsternita.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="56.376785"
|
||||||
|
inkscape:cy="66.156431"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato konsternita</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient879"><stop
|
||||||
|
style="stop-color:#2d59b2;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop875" /><stop
|
||||||
|
style="stop-color:#ffdb26;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop877" /></linearGradient><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient879"
|
||||||
|
id="linearGradient881"
|
||||||
|
x1="19.122465"
|
||||||
|
y1="7.3918037"
|
||||||
|
x2="19.122465"
|
||||||
|
y2="23.154238"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:url(#linearGradient881);fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="matrix(1.004109,0,0,1.004109,-5.0539605,0.35092417)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527002;stroke-dasharray:none;stroke-opacity:1"><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.527;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529168;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path964"
|
||||||
|
cx="10.884958"
|
||||||
|
cy="14.385131"
|
||||||
|
r="1.190625" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path964"
|
||||||
|
id="use3146"
|
||||||
|
transform="translate(8.9529705,0.69241466)" /><path
|
||||||
|
style="fill:#c2faff;fill-opacity:1;stroke:#4e6466;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 24.392749,10.226865 c -0.891899,1.843497 -0.591808,4.850712 1.489763,4.093083 2.081566,-0.757627 0.37233,-3.256933 -1.489763,-4.093083 z"
|
||||||
|
id="path297" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato konsternita</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kontenta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="113.35593"
|
||||||
|
inkscape:cy="109.83051"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato kontenta</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kontenta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.3682146,13.895971 c 1.5764984,-0.910192 2.8654284,0.07422 3.4395824,1.068725"
|
||||||
|
id="path398"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path398"
|
||||||
|
id="use681"
|
||||||
|
transform="matrix(-1,0,0,1,31.129016,0.69247067)" /></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,121 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_koro.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_koro.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2"
|
||||||
|
inkscape:cx="64.000001"
|
||||||
|
inkscape:cy="49.25"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, koro</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, koro</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#ff2626;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 11.004545,15.628532 c -4.6092264,0.322308 -7.5278144,6.294852 -3.0513498,10.119633 3.9977238,3.415735 6.3221738,5.043679 9.1821358,7.487285 2.49204,-2.817855 4.567304,-4.753457 8.050745,-8.692325 3.900593,-4.410563 0.17919,-9.918793 -4.430037,-9.596484 -2.279213,0.159378 -3.581671,1.84816 -4.683248,3.093769 -1.264216,-1.080176 -2.789032,-2.571256 -5.068246,-2.411878 z"
|
||||||
|
id="path3500"
|
||||||
|
sodipodi:nodetypes="sscsscs" /><g
|
||||||
|
id="use414"
|
||||||
|
transform="matrix(-0.58778525,0.80901699,0.80901699,0.58778525,8.7774248,-0.98449244)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,30.007784 c 0,-5.108613 0.8181757,-6.714531 2.7781057,-6.713661 1.95993,8.7e-4 2.778105,1.584391 2.778105,6.713661"
|
||||||
|
id="path2192" /><g
|
||||||
|
id="g2200"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path2194" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path2196" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path2198" /></g></g><g
|
||||||
|
id="g457"
|
||||||
|
transform="matrix(-0.74314483,-0.66913061,-0.66913061,0.74314483,36.246753,14.388183)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 8.6 KiB |
@@ -0,0 +1,77 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_korokuloj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="0.92187502"
|
||||||
|
inkscape:cx="82.440676"
|
||||||
|
inkscape:cy="77.559321"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, korokuloj</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, korokuloj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#ff2626;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 9.3793304,11.756126 c -1.3795941,0.09517 -2.25316,1.858684 -0.9133044,2.988027 1.1965644,1.008566 1.892299,1.48925 2.748318,2.210774 0.745896,-0.832029 1.367047,-1.403555 2.40968,-2.566586 1.167493,-1.302309 0.05363,-2.928725 -1.32596,-2.833557 -0.682195,0.04706 -1.072035,0.545707 -1.40175,0.913498 -0.378394,-0.318944 -0.834789,-0.759215 -1.5169836,-0.712156 z"
|
||||||
|
id="path3500"
|
||||||
|
sodipodi:nodetypes="sscsscs" /><path
|
||||||
|
style="fill:#ff2626;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 21.608787,12.443843 c 1.437508,0.200713 2.222965,2.112241 0.737358,3.197314 -1.326729,0.969031 -2.0904,1.421688 -3.039538,2.114928 -0.720022,-0.926299 -1.328516,-1.570542 -2.334983,-2.865345 -1.126995,-1.44986 0.158406,-3.072244 1.595907,-2.871533 0.710833,0.09925 1.082476,0.650208 1.400755,1.059669 0.419555,-0.306442 0.92967,-0.734283 1.640501,-0.635033 z"
|
||||||
|
id="path1020"
|
||||||
|
sodipodi:nodetypes="sscsscs" /></svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,140 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_korŝiro.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_koro.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="73.5"
|
||||||
|
inkscape:cy="69.5"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato, korŝiro</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.578722,21.118111 0.637119,-0.53477 0.974105,1.474739 c 0.752355,-0.582053 1.286014,-1.312227 1.705908,-2.119452 0.325159,0.90173 0.779583,1.693708 1.398968,2.345629 l 1.129745,-1.265271 0.55932,0.624327"
|
||||||
|
id="path5526"
|
||||||
|
sodipodi:nodetypes="ccccccc" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.9879053,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, korŝiro</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#ff2626;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 10.870133,15.422048 c -0.136677,-0.0024 -0.276128,8.91e-4 -0.418579,0.01085 -4.6092222,0.322308 -7.5279538,6.295018 -3.0514936,10.119796 3.6519966,3.120338 5.9085736,4.750225 8.4516806,6.871415 l -0.607715,-1.842265 a 0.50011003,0.50011003 0 0 1 0.04289,-0.406177 l 0.787032,-1.365291 -2.456698,-2.457214 a 0.50011003,0.50011003 0 0 1 0,-0.706934 l 2.314071,-2.314587 -1.759583,-1.759583 a 0.50011003,0.50011003 0 0 1 0,-0.706933 l 1.824178,-1.826246 -1.380794,-1.344103 a 0.50006002,0.50006002 0 0 1 -0.04496,-0.659392 c -0.991637,-0.812128 -2.167914,-1.5861 -3.700033,-1.613338 z"
|
||||||
|
id="path531" /><path
|
||||||
|
style="fill:#ff2626;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 21.949538,14.755704 c -0.142099,-0.0011 -0.285393,0.0034 -0.429431,0.01344 -2.067646,0.144584 -3.32899,1.544996 -4.368209,2.7342 l 1.223698,1.190108 a 0.50011003,0.50011003 0 0 1 0.0057,0.711068 l -1.831929,1.831929 1.760099,1.759583 a 0.50011003,0.50011003 0 0 1 0,0.706933 l -2.314587,2.314588 2.375048,2.375049 a 0.50011003,0.50011003 0 0 1 0.07803,0.60358 l -0.867131,1.501717 0.702283,2.130103 c 2.326643,-2.59255 4.364247,-4.527725 7.667232,-8.262545 3.778696,-4.272728 0.404269,-9.575519 -4.000789,-9.609749 z"
|
||||||
|
id="path3500" /><g
|
||||||
|
id="use414"
|
||||||
|
transform="matrix(-0.58778525,0.80901699,0.80901699,0.58778525,9.5416925,-1.1622432)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,30.007784 c 0,-5.108613 0.8181757,-6.714531 2.7781057,-6.713661 1.95993,8.7e-4 2.778105,1.584391 2.778105,6.713661"
|
||||||
|
id="path2192" /><g
|
||||||
|
id="g2200"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path2194" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path2196" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path2198" /></g></g><g
|
||||||
|
id="g457"
|
||||||
|
transform="matrix(-0.74314483,-0.66913061,-0.66913061,0.74314483,35.693811,14.19258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.420283 c 0,-3.614558 0.8181757,-5.12703 2.7781057,-5.12616 1.95993,8.7e-4 2.778105,1.512491 2.778105,5.12616"
|
||||||
|
id="path447" /><g
|
||||||
|
id="g455"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path449" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path451" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path453" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,106 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kosmo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview13134"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="57"
|
||||||
|
inkscape:cy="40.5"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato kosmo</title><defs
|
||||||
|
id="defs2"><pattern
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#pattern13325"
|
||||||
|
id="pattern14673"
|
||||||
|
patternTransform="matrix(0.41652724,0.01774195,-0.01774195,0.41652724,-4.8372985,-6.6977061)" /><pattern
|
||||||
|
patternUnits="userSpaceOnUse"
|
||||||
|
width="112.49999"
|
||||||
|
height="112.49999"
|
||||||
|
patternTransform="translate(154.1181,5.1950185)"
|
||||||
|
id="pattern13325"><image
|
||||||
|
width="112.49998"
|
||||||
|
height="112.49998"
|
||||||
|
preserveAspectRatio="none"
|
||||||
|
style="stroke-width:30.72;image-rendering:optimizeSpeed"
|
||||||
|
xlink:href="fotoj/kolonoj%20de%20kreo.jxl"
|
||||||
|
id="image13321"
|
||||||
|
x="0"
|
||||||
|
y="0" /></pattern></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:url(#pattern14673);fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#ffb480;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000;opacity:0.75"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffb480;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000;opacity:0.75"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffb480;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000;opacity:0.75"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffb480;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000;opacity:0.75"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffb480;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000;opacity:0.75"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffb480;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000;opacity:0.75"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kosmo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><rect
|
||||||
|
style="stroke:none;fill:url(#pattern13325)"
|
||||||
|
transform="scale(0.26458333)"
|
||||||
|
width="112.49999"
|
||||||
|
height="112.49999"
|
||||||
|
x="154.1181"
|
||||||
|
y="5.1950185"
|
||||||
|
id="rect13328" /></svg>
|
||||||
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,90 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kosmovojaĝisto.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview7454"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="93.288136"
|
||||||
|
inkscape:cy="22.508475"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato kosmovojaĝisto</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kosmovojaĝisto</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><path
|
||||||
|
style="fill:#d9d9d9;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 30.067065,22.578246 c -0.01225,0.310625 -0.03043,0.612264 -0.05458,0.903114 -0.04829,0.5817 -0.120418,1.120244 -0.216573,1.601216 -0.192311,0.961944 -0.480728,1.693599 -0.866752,2.079627 C 24.518224,31.573189 5.67995,31.273305 4.0639285,25.242152 3.8140634,24.30963 3.7030413,23.125239 3.7092413,21.83 c 0.00155,-0.32381 0.010426,-0.654548 0.02629,-0.990011 0.9566749,1.507774 2.7170948,2.599541 4.9105046,3.331759 1.0967051,0.366109 2.3009841,0.646792 3.5685131,0.835722 0.882355,0.131519 2.850062,0.320318 3.939931,0.338743 2.689151,0.04546 5.439504,-0.163936 7.881853,-0.644083 2.44235,-0.480147 4.576178,-1.206928 6.030732,-2.123884 z"
|
||||||
|
id="path298-3"
|
||||||
|
sodipodi:nodetypes="cssssscssssc" /><path
|
||||||
|
style="opacity:0.8;fill:#d9d9d9;fill-opacity:0.38;stroke:#000000;stroke-width:1.00542;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:0.994046;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 6.1031676,1.8017494 C 5.0569783,2.2899979 5.1066649,9.7782143 5.1066649,9.7782143 3.7941579,11.956181 3.0994126,14.450404 3.0969685,16.993278 c 0.00237,1.398428 0.2141835,2.788615 0.6283854,4.124296 0.00332,-0.09247 0.00593,-0.184261 0.010335,-0.277503 0.956674,1.507773 2.7168869,2.599362 4.9102945,3.33158 1.096704,0.366108 2.3012466,0.646678 3.5687746,0.835608 0.882354,0.131518 2.849943,0.320572 3.939811,0.338997 2.689148,0.04546 5.439343,-0.163742 7.881689,-0.643888 2.343679,-0.460749 4.40138,-1.149271 5.849256,-2.014348 0.80144,-1.791737 1.217297,-3.731933 1.220597,-5.694742 -3.45e-4,-1.375654 -0.203374,-2.743751 -0.602547,-4.060218 0,0 2.270056,-8.1016818 1.288115,-8.925987 C 30.809738,3.1827678 25.073632,5.4791491 25.073632,5.4791491 22.820131,3.8589082 20.034613,2.988708 17.101281,2.988448 c -2.18305,0.00253 -4.33528,0.5153669 -6.284887,1.497583 0,0 -3.6670371,-3.1725301 -4.7132264,-2.6842816 z"
|
||||||
|
id="path7625"
|
||||||
|
sodipodi:nodetypes="zccccssssccczcccz" /></svg>
|
||||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,144 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kuketo.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="0.65186408"
|
||||||
|
inkscape:cx="55.993268"
|
||||||
|
inkscape:cy="97.412946"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato kuketo</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#8b6536;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
id="path14608"
|
||||||
|
style="fill:#20170d;stroke-width:0.793751;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m 19.963891,10.103738 c -0.135241,0.504761 -0.268431,0.903656 -0.687852,1.145804 -0.419417,0.242151 -0.911733,0.322317 -1.416495,0.187056 C 17.354781,11.301338 16.853667,10.939646 16.61152,10.520229 16.369367,10.10081 16.272219,9.6734621 16.407472,9.1686997 16.54273,8.6639404 16.887651,8.316789 17.307071,8.0746372 c 0.419418,-0.2421531 0.931201,-0.3507243 1.435963,-0.2154746 0.504763,0.1352583 0.74198,0.3836507 0.98413,0.8030694 0.242152,0.4194182 0.371991,0.9367441 0.236737,1.441506 z"
|
||||||
|
sodipodi:nodetypes="zzzzzzzzz" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path14608"
|
||||||
|
id="use4527"
|
||||||
|
transform="rotate(39.431893,-7.6347562,1.4055944)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4527"
|
||||||
|
id="use4529"
|
||||||
|
transform="rotate(17.212253,16.388558,79.70304)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4529"
|
||||||
|
id="use4531"
|
||||||
|
transform="rotate(23.0232,33.959909,-1.3986986)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4531"
|
||||||
|
id="use4533"
|
||||||
|
transform="translate(12.424673,-7.6989112)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4533"
|
||||||
|
id="use4535"
|
||||||
|
transform="matrix(0.73105806,0,0,0.73105806,-11.160602,-0.25725956)"
|
||||||
|
style="stroke-width:1.36788" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4535"
|
||||||
|
id="use4537"
|
||||||
|
transform="rotate(36.700838,-2.4316512,9.1386865)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4537"
|
||||||
|
id="use4539"
|
||||||
|
transform="rotate(31.876324,-6.8155963,39.275444)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4539"
|
||||||
|
id="use4541"
|
||||||
|
transform="matrix(0.7658753,0,0,0.7658753,-1.8025063,7.6916486)"
|
||||||
|
style="stroke-width:1.3057" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4541"
|
||||||
|
id="use4543"
|
||||||
|
transform="translate(1.2967401,-15.957032)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4543"
|
||||||
|
id="use4545"
|
||||||
|
transform="rotate(52.310754,16.141687,25.185641)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4545"
|
||||||
|
id="use4547"
|
||||||
|
transform="rotate(-76.826709,25.871488,26.065164)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kuketo</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,115 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kuracisto.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.4142136"
|
||||||
|
inkscape:cx="7.4246213"
|
||||||
|
inkscape:cy="92.984542"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato kuracisto</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><circle
|
||||||
|
style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="circle1299"
|
||||||
|
cx="8.8563976"
|
||||||
|
cy="7.6377268"
|
||||||
|
r="1.0583332" /><path
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 30.067065,22.578246 c -0.01225,0.310625 -0.03043,0.612264 -0.05458,0.903114 -0.04829,0.5817 -0.120418,1.120244 -0.216573,1.601216 -0.192311,0.961944 -0.480728,1.693599 -0.866752,2.079627 C 24.518224,31.573189 5.67995,31.273305 4.0639285,25.242152 3.8140634,24.30963 3.7030413,23.125239 3.7092413,21.83 c 0.00155,-0.32381 0.010426,-0.654548 0.02629,-0.990011 0.9566749,1.507774 2.7170948,2.599541 4.9105046,3.331759 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 2.688635,0.06958 5.439504,-0.163936 7.881853,-0.644083 2.44235,-0.480147 4.576178,-1.206928 6.030732,-2.123884 z"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="cssssscsssssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000;stroke-opacity:1"
|
||||||
|
d="m 30.067065,22.578246 c -0.01225,0.310625 -0.03043,0.612264 -0.05458,0.903114 -0.04829,0.5817 -0.120418,1.120244 -0.216573,1.601216 -0.192311,0.961944 -0.480728,1.693599 -0.866752,2.079627 C 24.518224,31.573189 5.67995,31.273305 4.0639285,25.242152 3.8140634,24.30963 3.7030413,23.125239 3.7092413,21.83 c 0.00155,-0.32381 0.010426,-0.654548 0.02629,-0.990011 0.9566749,1.507774 2.7170948,2.599541 4.9105046,3.331759 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 2.688635,0.06958 5.439504,-0.163936 7.881853,-0.644083 2.44235,-0.480147 4.576178,-1.206928 6.030732,-2.123884 z"
|
||||||
|
id="path866"
|
||||||
|
sodipodi:nodetypes="cssssscsssssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000;stroke-opacity:1"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path860" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:0.79374998;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 8.6460359,24.171748 c 1.0967051,0.366109 2.3016571,0.642331 3.5685131,0.835722 0.633428,0.0967 1.282331,3.347685 1.940917,3.403848 0.658587,0.05616 1.326855,-3.0825 1.999014,-3.065105 1.344318,0.03479 2.704194,-0.0062 4.033284,-0.115894 -3.019481,2.241515 -5.12988,3.284591 -6.031936,3.181048 -0.902056,-0.103543 -2.807674,-0.904569 -5.5097921,-4.239619 z"
|
||||||
|
id="path1678"
|
||||||
|
sodipodi:nodetypes="csssczc" /><circle
|
||||||
|
style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:0.529168;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="circle1297"
|
||||||
|
cx="27.358446"
|
||||||
|
cy="9.1865978"
|
||||||
|
r="1.0583327" /><path
|
||||||
|
id="path1128"
|
||||||
|
style="color:#000000;fill:#2e7599;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||||
|
d="M 8.6542511,7.1778564 A 0.66145831,0.66145831 0 0 0 8.1855459,7.3731933 C 3.4257363,12.133003 2.2510706,16.897169 3.6912467,20.503658 c 1.3888079,3.477853 5.1212033,5.703646 9.8066363,5.85804 0.548246,2.599585 -0.303216,4.4389 -1.746147,5.155757 -1.53039,0.760309 -4.0127445,0.364249 -6.7928665,-2.415873 a 0.66145831,0.66145831 0 0 0 -0.9353434,0 0.66145831,0.66145831 0 0 0 0,0.935344 c 3.019663,3.019663 6.1220369,3.754554 8.3162879,2.664436 2.006636,-0.996909 3.014821,-3.430914 2.503723,-6.336047 4.574709,-0.05952 9.609788,-0.64941 12.835909,-2.996199 1.710239,-1.244086 2.886856,-3.048881 3.039091,-5.412073 0.152235,-2.363191 -0.667156,-5.236686 -2.720248,-8.7927446 A 0.66145831,0.66145831 0 0 0 27.093952,8.921936 0.66145831,0.66145831 0 0 0 26.851589,9.8262735 c 1.97423,3.4194655 2.674493,6.0599065 2.546615,8.0449865 -0.127877,1.985079 -1.030757,3.361791 -2.495972,4.427637 C 23.971803,24.43059 18.698448,25.0486 14.021365,25.0486 9.4915453,25.0486 6.1208113,23.020556 4.9201122,20.013765 3.719413,17.006974 4.592354,12.835005 9.1208893,8.3064697 a 0.66145831,0.66145831 0 0 0 0,-0.9332764 0.66145831,0.66145831 0 0 0 -0.4666382,-0.1953369 z" /><circle
|
||||||
|
style="fill:#ccc4c4;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path362"
|
||||||
|
cx="4.4912415"
|
||||||
|
cy="29.570251"
|
||||||
|
r="3.3072917" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kuracisto</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,271 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_kuraĝigas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="3.6875001"
|
||||||
|
inkscape:cx="57.491524"
|
||||||
|
inkscape:cy="59.254236"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g3962" /><title
|
||||||
|
id="title4279">Gutkato kuraĝigas</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato kuraĝigas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g3962"
|
||||||
|
transform="translate(0,3.6220891)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 8.1032254,19.991427 C 7.6213223,19.086755 6.132829,16.558278 5.4230985,14.87565 4.4192634,12.495761 4.5231106,11.185599 5.8534241,10.622642 c 1.3386914,-0.566503 2.3579683,0.279754 3.3831155,2.690436"
|
||||||
|
id="path441"
|
||||||
|
sodipodi:nodetypes="cssc" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891478;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle443"
|
||||||
|
cx="-0.38566428"
|
||||||
|
cy="13.308623"
|
||||||
|
transform="matrix(-0.92076148,0.39012601,0.39133685,0.92024751,0,0)"
|
||||||
|
rx="0.24529202"
|
||||||
|
ry="0.24498063" /><path
|
||||||
|
id="path445"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 6.3155054,11.676184 a 0.62691923,0.62577387 0 0 0 -0.366098,0.714674 0.62691923,0.62577387 0 0 0 0.012053,0.457926 0.62691923,0.62577387 0 0 0 0.821914,0.331938 0.62691923,0.62577387 0 0 0 0.1379858,-0.08124 A 0.62691923,0.62577387 0 0 0 7.07463,13.05732 0.62691923,0.62577387 0 0 0 7.406932,12.236337 0.62691923,0.62577387 0 0 0 7.0845396,11.909204 0.62691923,0.62577387 0 0 0 6.3154343,11.676182 Z" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891478;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use447"
|
||||||
|
cx="-0.92530638"
|
||||||
|
cy="12.899588"
|
||||||
|
transform="matrix(-0.92076148,0.39012601,0.39133685,0.92024751,0,0)"
|
||||||
|
rx="0.24529202"
|
||||||
|
ry="0.24498063" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891478;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use449"
|
||||||
|
cx="-1.5642439"
|
||||||
|
cy="12.899588"
|
||||||
|
transform="matrix(-0.92076148,0.39012601,0.39133685,0.92024751,0,0)"
|
||||||
|
rx="0.24529202"
|
||||||
|
ry="0.24498063" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891478;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use451"
|
||||||
|
cx="-2.099894"
|
||||||
|
cy="13.308623"
|
||||||
|
transform="matrix(-0.92076148,0.39012601,0.39133685,0.92024751,0,0)"
|
||||||
|
rx="0.24529202"
|
||||||
|
ry="0.24498063" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.8928171,8.4408616 C 4.7957322,8.1479562 4.0254186,8.7368126 3.3228585,10.68292 3.1714411,11.102344 3.0479968,11.416963 2.8104936,11.827581"
|
||||||
|
id="path1371"
|
||||||
|
sodipodi:nodetypes="csc" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="ellipse1373"
|
||||||
|
cx="8.6941795"
|
||||||
|
cy="7.8299975"
|
||||||
|
transform="matrix(0.96604395,0.25837779,-0.25926095,0.96580731,0,0)"
|
||||||
|
rx="0.23290862"
|
||||||
|
ry="0.23254007" /><path
|
||||||
|
id="path1375"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.6060674,9.5124578 A 0.59517649,0.59408912 0 0 1 6.044844,10.13606 0.59517649,0.59408912 0 0 1 6.0941256,10.56816 0.59517649,0.59408912 0 0 1 5.3653601,10.988623 0.59517649,0.59408912 0 0 1 5.2248822,10.930436 0.59517649,0.59408912 0 0 1 5.0752117,10.911003 0.59517649,0.59408912 0 0 1 4.6541322,10.183004 0.59517649,0.59408912 0 0 1 4.9139208,9.8329404 0.59517649,0.59408912 0 0 1 5.6061338,9.5124388 Z" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="ellipse1377"
|
||||||
|
cx="8.1817818"
|
||||||
|
cy="7.4417338"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.23290862"
|
||||||
|
ry="0.23254007" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="ellipse1379"
|
||||||
|
cx="7.5750999"
|
||||||
|
cy="7.4417338"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.23290862"
|
||||||
|
ry="0.23254007" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="ellipse1381"
|
||||||
|
cx="7.0664935"
|
||||||
|
cy="7.8299975"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.23290862"
|
||||||
|
ry="0.23254007" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ff4c5b;fill-opacity:1;stroke:#401d20;stroke-width:0.673013;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path1383"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="12"
|
||||||
|
sodipodi:cx="27.053526"
|
||||||
|
sodipodi:cy="7.5988746"
|
||||||
|
sodipodi:r1="4.2063341"
|
||||||
|
sodipodi:r2="3.7857006"
|
||||||
|
sodipodi:arg1="1.0471976"
|
||||||
|
sodipodi:arg2="1.3089969"
|
||||||
|
inkscape:rounded="0.5"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 29.156693,11.241667 c -0.486465,0.28086 -0.580775,-0.131471 -1.123356,0.01391 -0.54258,0.145385 -0.41809,0.549629 -0.979811,0.549629 -0.561721,0 -0.437231,-0.404244 -0.979811,-0.549628 -0.542581,-0.145385 -0.636892,0.266946 -1.123356,-0.01391 C 24.463894,10.960806 24.773828,10.672966 24.376631,10.275769 23.979435,9.8785724 23.691594,10.188506 23.410734,9.7020414 23.129873,9.215577 23.542204,9.1212667 23.39682,8.5786861 23.251436,8.0361052 22.847192,8.1605954 22.847192,7.5988744 c 0,-0.5617208 0.404244,-0.4372305 0.549628,-0.9798111 0.145384,-0.5425809 -0.266947,-0.6368912 0.01391,-1.123356 0.28086,-0.4864644 0.568701,-0.1765306 0.965897,-0.5737272 0.397197,-0.3971967 0.08726,-0.6850373 0.573728,-0.9658978 0.486464,-0.2808604 0.580775,0.1314704 1.123355,-0.013914 0.542581,-0.1453841 0.418091,-0.5496282 0.979812,-0.5496282 0.561721,-10e-8 0.437231,0.404244 0.979811,0.5496281 0.542581,0.1453841 0.636891,-0.2669466 1.123356,0.013914 0.486465,0.2808603 0.176531,0.5687009 0.573727,0.9658974 0.397197,0.3971968 0.685038,0.087263 0.965898,0.5737278 0.280861,0.4864644 -0.13147,0.5807747 0.01391,1.1233553 0.145384,0.5425809 0.549628,0.4180907 0.549628,0.9798118 0,0.5617207 -0.404244,0.4372305 -0.549628,0.979811 -0.145384,0.5425809 0.266947,0.6368913 -0.01391,1.123356 -0.28086,0.4864642 -0.568701,0.1765307 -0.965897,0.5737272 -0.397197,0.397197 -0.08726,0.685037 -0.573728,0.965898 z"
|
||||||
|
transform="matrix(1.1793969,0,0,1.1793969,-25.560279,0.69524866)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#ff4c5b;fill-opacity:1;stroke:#e13c4a;stroke-width:0.595255;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path1385"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="12"
|
||||||
|
sodipodi:cx="27.053526"
|
||||||
|
sodipodi:cy="7.5988746"
|
||||||
|
sodipodi:r1="4.2063341"
|
||||||
|
sodipodi:r2="1.6825336"
|
||||||
|
sodipodi:arg1="1.0471976"
|
||||||
|
sodipodi:arg2="1.3089969"
|
||||||
|
inkscape:rounded="0.15"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 29.156693,11.241667 c -0.340038,0.196321 -1.288433,-2.1192128 -1.667695,-2.0175898 -0.379263,0.1016231 -0.04283,2.5811318 -0.435472,2.5811318 -0.392642,0 -0.05621,-2.4795087 -0.435472,-2.5811317 C 26.238792,9.1224542 25.290396,11.437987 24.950359,11.241667 24.610321,11.045346 26.141434,9.0662449 25.863795,8.7886055 25.586156,8.5109662 23.607054,10.042079 23.410734,9.7020414 23.214413,9.3620041 25.529946,8.4136087 25.428323,8.0343464 25.3267,7.655084 22.847192,7.9915157 22.847192,7.5988744 c 0,-0.3926413 2.479508,-0.056209 2.581131,-0.4354715 0.101623,-0.3792624 -2.21391,-1.3276582 -2.017589,-1.6676956 0.19632,-0.3400373 2.175422,1.1910757 2.453061,0.9134364 0.277639,-0.2776393 -1.253473,-2.2567408 -0.913436,-2.4530614 0.340037,-0.1963207 1.288433,2.1192126 1.667695,2.0175896 0.379263,-0.101623 0.04283,-2.5811314 0.435472,-2.5811314 0.392641,-10e-8 0.05621,2.4795083 0.435472,2.5811314 0.379262,0.101623 1.327658,-2.2139101 1.667695,-2.0175894 0.340037,0.1963206 -1.191075,2.1754218 -0.913436,2.4530611 0.277639,0.2776393 2.256741,-1.2534733 2.453061,-0.9134359 0.196321,0.3400373 -2.119212,1.2884327 -2.017589,1.6676951 0.101623,0.3792623 2.581131,0.042831 2.581131,0.435472 0,0.3926413 -2.479508,0.056209 -2.581131,0.4354715 -0.101623,0.3792623 2.21391,1.3276581 2.017589,1.6676955 -0.196321,0.3400372 -2.175422,-1.1910756 -2.453061,-0.9134363 -0.277639,0.2776393 1.253473,2.2567405 0.913436,2.4530615 z"
|
||||||
|
transform="matrix(0.88897479,0,0,0.88897479,-17.703336,2.9021302)" /><circle
|
||||||
|
style="fill:#e13c4a;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="circle1387"
|
||||||
|
cx="6.3465662"
|
||||||
|
cy="9.6573381"
|
||||||
|
r="0.75356007" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.7398264,5.8659332 C 9.4765542,6.8355364 8.6486596,9.0539738 8.7415162,11.201957 c -1.6710114,1.932588 -2.5053875,8.93273 -1.7639113,11.694937 1.1988879,4.466196 15.1745191,4.68807 18.4468851,1.421639 0.495652,-0.494752 0.703243,-1.733199 0.713463,-3.29713 0.649573,-0.659547 1.905428,-2.293058 2.359293,-3.988241 0.872108,-3.257302 0.593936,-4.563704 -0.808156,-4.938041 -0.635542,-0.169681 -1.166987,-0.05838 -1.639697,0.417115 0.406778,-1.355949 0.59357,-2.9596936 0.495704,-3.8795609 -2.177167,-0.0115 -3.789973,0.3598595 -5.468086,1.0569491 C 19.07272,8.7693994 15.980016,8.1813541 13.370394,8.6824229 11.974619,7.3755345 10.937717,6.6079631 9.7398264,5.8659332 Z" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="14.540048"
|
||||||
|
cy="11.852424"
|
||||||
|
rx="1.2427779"
|
||||||
|
ry="1.5861616"
|
||||||
|
transform="matrix(0.98486196,0.17334047,-0.1739564,0.98475336,0,0)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(6.6200542,0.74385728)"
|
||||||
|
style="stroke-width:1.44544" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 20.908111,17.347257 3.634366,-0.417444"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 20.860176,18.94352 3.451183,0.750968"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.087178,16.166417 8.4171415,15.334293"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.6520782,17.546583 8.0319077,17.383933"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:#382129;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.027517,17.685142 c -0.55425,4.990742 7.921179,5.354065 8.354323,0.794072 -1.200931,0.233011 -4.080508,-0.384791 -4.75093,-0.836167 -0.691094,0.336453 -2.589198,0.390673 -3.603393,0.04209 z"
|
||||||
|
id="path2839" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path2893"
|
||||||
|
d="m 17.264093,19.484462 -0.537626,-1.205325 1.314565,0.137914 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path2893"
|
||||||
|
id="use2895"
|
||||||
|
transform="translate(-4.6422597,-0.5059134)"
|
||||||
|
style="stroke-width:1.34917" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382226;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.579477,18.446824 c -1.316653,0.255464 -4.096706,-0.230243 -4.948567,-0.803777 -0.830185,0.404168 -2.78353,0.332998 -3.797724,-0.01558"
|
||||||
|
id="path1289" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 27.689268,12.09496 c -1.155596,-0.308527 -1.966993,0.311735 -2.707023,2.361635 -0.159493,0.441793 -0.289521,0.773192 -0.539691,1.205709"
|
||||||
|
id="path453"
|
||||||
|
sodipodi:nodetypes="csc" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle457"
|
||||||
|
cx="30.736164"
|
||||||
|
cy="5.7922082"
|
||||||
|
transform="matrix(0.96604395,0.25837779,-0.25926095,0.96580731,0,0)"
|
||||||
|
rx="0.24533041"
|
||||||
|
ry="0.2449422" /><path
|
||||||
|
id="path459"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 27.387225,13.223708 a 0.62691923,0.62577387 0 0 1 0.462178,0.656861 0.62691923,0.62577387 0 0 1 0.05191,0.455145 0.62691923,0.62577387 0 0 1 -0.767633,0.442888 0.62691923,0.62577387 0 0 1 -0.14797,-0.06129 0.62691923,0.62577387 0 0 1 -0.157653,-0.02047 0.62691923,0.62577387 0 0 1 -0.443537,-0.766825 0.62691923,0.62577387 0 0 1 0.273644,-0.368734 0.62691923,0.62577387 0 0 1 0.729131,-0.337595 z" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle461"
|
||||||
|
cx="30.196438"
|
||||||
|
cy="5.3832369"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.24533041"
|
||||||
|
ry="0.2449422" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle463"
|
||||||
|
cx="29.5574"
|
||||||
|
cy="5.3832369"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.24533041"
|
||||||
|
ry="0.2449422" /><ellipse
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891477;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle465"
|
||||||
|
cx="29.021667"
|
||||||
|
cy="5.7922077"
|
||||||
|
transform="matrix(0.96604395,0.2583778,-0.25926096,0.96580731,0,0)"
|
||||||
|
rx="0.24533041"
|
||||||
|
ry="0.2449422" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#4c96ff;fill-opacity:1;stroke:#1d2b40;stroke-width:0.638937;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path1045"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="12"
|
||||||
|
sodipodi:cx="27.053526"
|
||||||
|
sodipodi:cy="7.5988746"
|
||||||
|
sodipodi:r1="4.2063341"
|
||||||
|
sodipodi:r2="3.7857006"
|
||||||
|
sodipodi:arg1="1.0471976"
|
||||||
|
sodipodi:arg2="1.3089969"
|
||||||
|
inkscape:rounded="0.5"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 29.156693,11.241667 c -0.486465,0.28086 -0.580775,-0.131471 -1.123356,0.01391 -0.54258,0.145385 -0.41809,0.549629 -0.979811,0.549629 -0.561721,0 -0.437231,-0.404244 -0.979811,-0.549628 -0.542581,-0.145385 -0.636892,0.266946 -1.123356,-0.01391 C 24.463894,10.960806 24.773828,10.672966 24.376631,10.275769 23.979435,9.8785724 23.691594,10.188506 23.410734,9.7020414 23.129873,9.215577 23.542204,9.1212667 23.39682,8.5786861 23.251436,8.0361052 22.847192,8.1605954 22.847192,7.5988744 c 0,-0.5617208 0.404244,-0.4372305 0.549628,-0.9798111 0.145384,-0.5425809 -0.266947,-0.6368912 0.01391,-1.123356 0.28086,-0.4864644 0.568701,-0.1765306 0.965897,-0.5737272 0.397197,-0.3971967 0.08726,-0.6850373 0.573728,-0.9658978 0.486464,-0.2808604 0.580775,0.1314704 1.123355,-0.013914 0.542581,-0.1453841 0.418091,-0.5496282 0.979812,-0.5496282 0.561721,-10e-8 0.437231,0.404244 0.979811,0.5496281 0.542581,0.1453841 0.636891,-0.2669466 1.123356,0.013914 0.486465,0.2808603 0.176531,0.5687009 0.573727,0.9658974 0.397197,0.3971968 0.685038,0.087263 0.965898,0.5737278 0.280861,0.4864644 -0.13147,0.5807747 0.01391,1.1233553 0.145384,0.5425809 0.549628,0.4180907 0.549628,0.9798118 0,0.5617207 -0.404244,0.4372305 -0.549628,0.979811 -0.145384,0.5425809 0.266947,0.6368913 -0.01391,1.123356 -0.28086,0.4864642 -0.568701,0.1765307 -0.965897,0.5737272 -0.397197,0.397197 -0.08726,0.685037 -0.573728,0.965898 z"
|
||||||
|
transform="matrix(1.2422981,0,0,1.2422981,-5.4413262,3.9362478)" /><path
|
||||||
|
sodipodi:type="star"
|
||||||
|
style="fill:#4c96ff;fill-opacity:1;stroke:#3c7ee1;stroke-width:0.565035;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path1049"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:sides="12"
|
||||||
|
sodipodi:cx="27.053526"
|
||||||
|
sodipodi:cy="7.5988746"
|
||||||
|
sodipodi:r1="4.2063341"
|
||||||
|
sodipodi:r2="1.6825336"
|
||||||
|
sodipodi:arg1="1.0471976"
|
||||||
|
sodipodi:arg2="1.3089969"
|
||||||
|
inkscape:rounded="0.15"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="m 29.156693,11.241667 c -0.340038,0.196321 -1.288433,-2.1192128 -1.667695,-2.0175898 -0.379263,0.1016231 -0.04283,2.5811318 -0.435472,2.5811318 -0.392642,0 -0.05621,-2.4795087 -0.435472,-2.5811317 C 26.238792,9.1224542 25.290396,11.437987 24.950359,11.241667 24.610321,11.045346 26.141434,9.0662449 25.863795,8.7886055 25.586156,8.5109662 23.607054,10.042079 23.410734,9.7020414 23.214413,9.3620041 25.529946,8.4136087 25.428323,8.0343464 25.3267,7.655084 22.847192,7.9915157 22.847192,7.5988744 c 0,-0.3926413 2.479508,-0.056209 2.581131,-0.4354715 0.101623,-0.3792624 -2.21391,-1.3276582 -2.017589,-1.6676956 0.19632,-0.3400373 2.175422,1.1910757 2.453061,0.9134364 0.277639,-0.2776393 -1.253473,-2.2567408 -0.913436,-2.4530614 0.340037,-0.1963207 1.288433,2.1192126 1.667695,2.0175896 0.379263,-0.101623 0.04283,-2.5811314 0.435472,-2.5811314 0.392641,-10e-8 0.05621,2.4795083 0.435472,2.5811314 0.379262,0.101623 1.327658,-2.2139101 1.667695,-2.0175894 0.340037,0.1963206 -1.191075,2.1754218 -0.913436,2.4530611 0.277639,0.2776393 2.256741,-1.2534733 2.453061,-0.9134359 0.196321,0.3400373 -2.119212,1.2884327 -2.017589,1.6676951 0.101623,0.3792623 2.581131,0.042831 2.581131,0.435472 0,0.3926413 -2.479508,0.056209 -2.581131,0.4354715 -0.101623,0.3792623 2.21391,1.3276581 2.017589,1.6676955 -0.196321,0.3400372 -2.175422,-1.1910756 -2.453061,-0.9134363 -0.277639,0.2776393 1.253473,2.2567405 0.913436,2.4530615 z"
|
||||||
|
transform="matrix(0.93652096,0,0,0.93652096,2.8310237,6.2598099)" /><circle
|
||||||
|
style="fill:#3c7ee1;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="path1254"
|
||||||
|
cx="28.167217"
|
||||||
|
cy="13.376315"
|
||||||
|
r="0.79374993" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,168 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_ploretas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875"
|
||||||
|
inkscape:cx="29.288136"
|
||||||
|
inkscape:cy="73.355932"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato larmas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.578722,21.118111 0.637119,-0.53477 0.974105,1.474739 c 0.752355,-0.582053 1.286014,-1.312227 1.705908,-2.119452 0.325159,0.90173 0.779583,1.693708 1.398968,2.345629 l 1.129745,-1.265271 0.55932,0.624327"
|
||||||
|
id="path5526"
|
||||||
|
sodipodi:nodetypes="ccccccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path5528" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.9879053,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /><g
|
||||||
|
id="g11702"
|
||||||
|
transform="translate(0.10634588,0.13820106)"><g
|
||||||
|
id="g11707"><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path10965"
|
||||||
|
cx="13.055907"
|
||||||
|
cy="16.029074"
|
||||||
|
r="0.66145831" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle10967"
|
||||||
|
cx="12.721691"
|
||||||
|
cy="16.362144"
|
||||||
|
r="0.64543968" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11697"
|
||||||
|
cx="12.303779"
|
||||||
|
cy="16.565741"
|
||||||
|
r="0.5844503" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11711"
|
||||||
|
cx="11.084488"
|
||||||
|
cy="16.788334"
|
||||||
|
r="0.47336021" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11713"
|
||||||
|
cx="10.738323"
|
||||||
|
cy="16.772778"
|
||||||
|
r="0.4076542" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g11707"
|
||||||
|
id="use11709"
|
||||||
|
transform="matrix(-1,0,0,1,30.816145,0.38724917)" /></g><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11922"
|
||||||
|
cx="12.59024"
|
||||||
|
cy="16.411201"
|
||||||
|
r="0.23864433" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11924"
|
||||||
|
cx="13.052768"
|
||||||
|
cy="15.940925"
|
||||||
|
r="0.28655636" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11926"
|
||||||
|
cx="11.122179"
|
||||||
|
cy="16.835354"
|
||||||
|
r="0.21274234" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11922-3"
|
||||||
|
cx="-18.239651"
|
||||||
|
cy="16.768055"
|
||||||
|
r="0.23864433"
|
||||||
|
transform="scale(-1,1)" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11924-6"
|
||||||
|
cx="-17.777122"
|
||||||
|
cy="16.297779"
|
||||||
|
r="0.28655636"
|
||||||
|
transform="scale(-1,1)" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11926-7"
|
||||||
|
cx="-19.70771"
|
||||||
|
cy="17.192207"
|
||||||
|
r="0.21274234"
|
||||||
|
transform="scale(-1,1)" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato larmas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,134 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_leterportisto.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_policano.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.65186406"
|
||||||
|
inkscape:cx="72.100922"
|
||||||
|
inkscape:cy="105.08326"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato leterportisto</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato leterportisto</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g4036"
|
||||||
|
transform="rotate(2,-331.37853,-38.082998)" /><g
|
||||||
|
id="g2194"><path
|
||||||
|
style="fill:#2f2f4d;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.825962,7.6780411 C 5.2787205,12.162464 23.515987,12.766342 25.157459,8.1119004"
|
||||||
|
id="path4032"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
id="path1830"
|
||||||
|
style="fill:#1f1f33;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 13.026561,1.2951651 C 11.371307,1.7111592 8.8952063,2.5562858 8.8373059,3.9936637 8.7942366,5.0628607 10.896579,5.6615356 10.896579,5.6615356 l -0.07061,2.0165056 c 2.41138,2.241733 11.75029,2.5205228 14.331497,0.4338592 l 0.07061,-2.0165055 c 0,0 2.144766,-0.4702508 2.187826,-1.5392988 C 27.474238,3.1082351 25.162665,2.1548647 23.453987,1.6108358 22.01953,1.1541156 19.801033,0.93404755 18.263054,0.88748825 16.725076,0.84092895 14.494276,0.92630255 13.026561,1.2951651 Z"
|
||||||
|
sodipodi:nodetypes="ssccccsszs" /><path
|
||||||
|
id="path6309"
|
||||||
|
style="fill:#1f1f33;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.825962,7.6780411 c 2.41138,2.241733 11.750289,2.5205229 14.331497,0.4338592"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
id="path6311"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 25.157459,8.1119004 0.07057,-2.0165055 c 0,0 1.880188,-0.4702508 1.923248,-1.5392988 C 27.209603,3.1082351 25.162611,2.1548647 23.453933,1.6108358 22.019479,1.1541157 19.800982,0.9340476 18.263003,0.8874883 16.725025,0.840929 14.494225,0.9263026 13.02651,1.2951651 11.371256,1.7111592 9.1598315,2.5562858 9.1019311,3.9936637 9.058866,5.0628608 10.896528,5.6615356 10.896528,5.6615356 l -0.07056,2.0165056"
|
||||||
|
sodipodi:nodetypes="ccsszsscc" /><ellipse
|
||||||
|
style="fill:#2f2f4d;fill-opacity:1;stroke:none;stroke-width:0.529177;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="path358"
|
||||||
|
cy="3.3817182"
|
||||||
|
cx="18.217411"
|
||||||
|
ry="1.9802424"
|
||||||
|
rx="7.6013823"
|
||||||
|
transform="matrix(0.999521,0.0309478,-0.03935437,0.99922532,0,0)" /><g
|
||||||
|
id="g8078"
|
||||||
|
transform="rotate(4,-140.06178,-16.517964)"><path
|
||||||
|
style="fill:#ebb345;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 17.621794,-2.3326083 c 1.244731,0.7186459 2.202521,0.3068472 3.038535,-0.5291667 l -0.149301,-1.4713062 c -0.732364,0.8424888 -1.060975,1.2141765 -1.755809,1.2126004"
|
||||||
|
id="path8074"
|
||||||
|
sodipodi:nodetypes="cccc" /><path
|
||||||
|
style="fill:#ebb345;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 17.423998,-3.5853933 c -0.81364,-0.5761396 0.573442,-1.4055166 0.400745,-0.4825018 -0.09677,0.3611433 -0.500131,0.7402556 -1.433824,0.5653975 -0.933692,-0.174858 -1.79968,-2.6823534 -1.79968,-2.6823534 -0.861386,0.4973217 -1.843131,2.6196334 -1.843131,3.4138429 1.409459,0.1069836 2.922109,0.6741404 3.817365,0.6741404 0.895256,0 2.435756,-0.7080906 2.589578,-1.8821466 0.153823,-1.1740561 -0.72401,-1.7866452 -1.746411,-1.8300121 -1.022401,-0.043367 -1.643037,1.515769 -1.22912,2.232695"
|
||||||
|
id="path7655"
|
||||||
|
sodipodi:nodetypes="cczcczzzc" /></g></g><g
|
||||||
|
id="g11166"
|
||||||
|
transform="matrix(0.94507752,0.06602046,-0.06608626,0.9441366,3.9061394,-16.907323)"
|
||||||
|
style="stroke-width:1.05606"><rect
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.83825;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="rect8150"
|
||||||
|
width="18.256248"
|
||||||
|
height="11.90625"
|
||||||
|
x="5.2981267"
|
||||||
|
y="39.188766" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.83825;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 5.2981267,39.188768 c 0,0.93372 6.2078533,7.9375 9.1281243,7.9375 2.920271,0 9.128124,-6.971134 9.128124,-7.9375"
|
||||||
|
id="path10384"
|
||||||
|
sodipodi:nodetypes="czc" /></g><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /></svg>
|
||||||
|
After Width: | Height: | Size: 9.8 KiB |
@@ -0,0 +1,147 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_libro.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><title
|
||||||
|
id="title2591">Gutkato, libro</title><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="11.932203"
|
||||||
|
inkscape:cy="74.033898"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date><dc:title>Gutkato, libro</dc:title></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g2587"
|
||||||
|
transform="rotate(2,629.37651,0.66971074)"><g
|
||||||
|
id="g1078"
|
||||||
|
transform="translate(0.10051564,1.0330724)"><path
|
||||||
|
style="fill:#f0e2ca;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
d="m 27.126988,36.844915 -0.529167,-1.347909 c -3.640441,0 -11.262715,0.564039 -11.262715,2.353489"
|
||||||
|
id="path1071"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:#f0e2ca;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
d="m 3.5432243,36.844915 0.5291666,-1.347909 c 3.6404416,0 11.2627151,0.564039 11.2627151,2.353489"
|
||||||
|
id="path1069"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
id="rect351"
|
||||||
|
style="fill:#5c3b24;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
d="M 3.0319815,36.795038 13.879898,37.853371 V 52.93462 L 3.0319815,51.876287 Z"
|
||||||
|
sodipodi:nodetypes="ccccc" /><path
|
||||||
|
id="rect966"
|
||||||
|
style="fill:#5c3b24;stroke:#000000;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
d="m 13.879898,37.853371 h 2.910416 V 52.93462 h -2.910416 z" /><path
|
||||||
|
id="rect968"
|
||||||
|
style="fill:#5c3b24;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
d="M 16.790314,37.853371 27.63823,36.795038 V 51.876287 L 16.790314,52.93462 Z"
|
||||||
|
sodipodi:nodetypes="ccccc" /></g><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:2.46944px;line-height:0;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Medium';text-align:center;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
x="22.344933"
|
||||||
|
y="43.833378"
|
||||||
|
id="text2425"
|
||||||
|
transform="skewY(-6)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.46944px;line-height:1;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Bold';fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375"
|
||||||
|
x="22.344933"
|
||||||
|
y="43.833378"
|
||||||
|
id="tspan2431"> FUNDA-</tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.46944px;line-height:1;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Bold';fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375"
|
||||||
|
x="22.344933"
|
||||||
|
y="46.302818"
|
||||||
|
id="tspan2441">MENTO</tspan><tspan
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.46944px;line-height:1.2;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Bold';fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375"
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2471"
|
||||||
|
x="22.344933"
|
||||||
|
y="49.019203">DE</tspan><tspan
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.46944px;line-height:1;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Bold';fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375"
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2457"
|
||||||
|
x="22.344933"
|
||||||
|
y="51.735584"> ESPER-</tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:2.46944px;line-height:1;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Bold';fill:#e4b951;fill-opacity:1;stroke:none;stroke-width:0.79375"
|
||||||
|
x="22.344933"
|
||||||
|
y="54.205025"
|
||||||
|
id="tspan2445">ANTO</tspan></text></g><text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:8.46667px;line-height:0.01%;font-family:'Gentium Book Plus';-inkscape-font-specification:'Gentium Book Plus Medium';text-align:center;text-decoration-color:#000000;letter-spacing:6.03525px;word-spacing:0px;text-anchor:middle;fill:#f0e2ca;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000"
|
||||||
|
x="38.977058"
|
||||||
|
y="42.542854"
|
||||||
|
id="text2437"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan2435"
|
||||||
|
style="stroke-width:0.79375"
|
||||||
|
x="38.977058"
|
||||||
|
y="42.542854" /></text></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_lipharoj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview17"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="64"
|
||||||
|
inkscape:cy="64.271186"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato, lipharoj</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, lipharoj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g1769"
|
||||||
|
transform="rotate(3,109.79147,36.639776)"><path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.308517,25.450446 c 0,0 -1.018097,-2.163237 -2.179557,-2.105386 -1.241334,0.06183 -2.3667324,2.134316 -3.2301893,1.146501 -0.1887026,-0.21588 0.2108547,-0.749479 0.2108547,-0.749479 -0.9872608,0.292434 -1.779475,1.339021 -1.0953791,2.218953 1.5291494,1.966898 3.4752067,-0.510591 6.2942707,-0.510591 z"
|
||||||
|
id="path298" /><path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.057821,25.450446 c 0,0 1.225856,-2.163238 2.695915,-2.105386 1.754766,0.06906 2.928262,2.251864 4.151186,1.146501 0.238841,-0.215881 -0.266878,-0.749479 -0.266878,-0.749479 1.249573,0.292434 2.252277,1.339021 1.386419,2.218953 -1.93544,1.966898 -4.398559,-0.510591 -7.966642,-0.510591 z"
|
||||||
|
id="path1765" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,146 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malesperas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_dormas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="52.067798"
|
||||||
|
inkscape:cy="74.576273"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g9054" /><title
|
||||||
|
id="title4279">Gutkato malesperas</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><g
|
||||||
|
id="g9054"
|
||||||
|
transform="translate(0.27244455)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.7832619,14.061517 C 3.7152924,11.361739 3.7887549,8.1660314 3.6953702,6.8126583 5.5491283,7.2308003 7.2093073,7.7525254 9.5648438,8.8040768 12.667014,7.013025 16.866065,6.3979822 19.825671,6.6876063 c 1.829098,-1.6300655 3.718967,-2.8152344 6.496974,-3.7614098 0.774167,1.6471504 1.421043,5.4127493 0.920011,7.5334975 2.784475,4.660764 3.230602,15.158396 1.686506,16.702509 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.509469,17.264907 4.7832619,14.061517 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.400762,17.051177 4.674623,-1.569933"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.785733,19.173097 4.761148,0.02475"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.802078,18.523993 5.3665436,17.892877"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6159094,20.468976 5.4340865,20.708188"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:#194b66;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 22.31558,14.239534 c -0.207596,2.037368 1.102924,4.760589 2.799837,3.33671 1.696911,-1.423875 -0.764059,-3.18786 -2.799837,-3.33671 z"
|
||||||
|
id="path297" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path297"
|
||||||
|
id="use1200"
|
||||||
|
transform="rotate(20,10.634057,15.915522)" /><g
|
||||||
|
id="g686"
|
||||||
|
transform="rotate(-16.664098,-24.279802,-23.918134)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.281373,-4.554297 0.460943,-6.761342 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 1.85894,5.551401 -1.296696,9.959118 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path676"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g684"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.28031,23.187512 v 1.058284"
|
||||||
|
id="path678"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.338628,23.154575 v 1.058284"
|
||||||
|
id="path680"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.396947,23.187512 v 1.058284"
|
||||||
|
id="path682"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><path
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:#194b66;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 7.5982244,14.776251 C 8.156452,16.746617 7.3387236,19.656036 5.4203367,18.548455 3.5019523,17.440877 5.6192219,15.276348 7.5982244,14.776251 Z"
|
||||||
|
id="path1202" /><path
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:#194b66;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.474091,17.540713 c 1.198467,1.660614 1.425134,4.674252 -0.7563753,4.289594 C 6.5362101,21.445651 7.7854803,18.68751 9.474091,17.540713 Z"
|
||||||
|
id="path1204" /><g
|
||||||
|
id="g535"
|
||||||
|
transform="matrix(-0.99377418,0.11141304,0.11141304,0.99377418,14.082001,-13.067472)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.284163,-3.260118 0.306326,-5.474345 0.01104,-1.103217 0.09421,-1.934754 0.260832,-2.557446 0.333241,-1.245384 1.0003,-1.655392 2.09182,-1.732724 1.09152,-0.07733 1.810183,0.23648 2.316809,1.423043 0.253313,0.593281 0.453627,1.404747 0.621015,2.494606 0.225461,1.467964 2.026654,4.641574 -1.128982,9.049291 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path525"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g533"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.857706,24.370589 0.07526,1.055604"
|
||||||
|
id="path527"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.911003,24.262474 0.07526,1.055604"
|
||||||
|
id="path529"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.968985,24.220066 0.07526,1.055604"
|
||||||
|
id="path531"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.1076032,13.636406 3.0844818,1.64007 -3.3361401,1.019965"
|
||||||
|
id="path981" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.509547,12.976774 -2.962557,1.851229 3.399166,0.784773"
|
||||||
|
id="path983" /><path
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.021311,22.804064 c 0.553571,-0.747747 0.260607,-1.742266 -0.681276,-2.494338 -0.47094,-0.376036 -1.104109,-0.691462 -1.874804,-0.885123 -0.770697,-0.193662 -1.572239,0.787667 -2.593282,0.898693 -0.530892,0.05773 -1.223688,-0.785803 -1.784114,-0.480843 -0.560426,0.304965 -1.095161,0.705194 -1.523289,1.143974 -0.856254,0.877558 -1.286079,1.909317 -0.642144,2.641565 0.450519,0.51231 1.135926,0.863576 1.937752,1.065649 0.801825,0.202072 1.613389,-0.798279 2.529587,-0.882742 0.916197,-0.08447 1.937029,0.746962 2.730666,0.399673 0.793637,-0.347294 1.466761,-0.820081 1.900904,-1.406506 z"
|
||||||
|
id="path298"
|
||||||
|
sodipodi:nodetypes="ssssssssssss" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 17.689954,19.770633 1.004619,1.382376 0.30819,-0.692422 c -0.346609,-0.273439 -0.787809,-0.514128 -1.312809,-0.689954 z"
|
||||||
|
id="path2893" /><path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.860918,20.282619 c -0.386947,0.252735 -0.751119,0.553908 -1.050703,0.876869 -0.0239,0.02576 -0.04775,0.05156 -0.07081,0.07755 l 0.431734,0.594487 z"
|
||||||
|
id="path16880" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#382129;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.021311,22.804064 c 0.553571,-0.747747 0.260607,-1.742266 -0.681276,-2.494338 -0.47094,-0.376036 -1.104109,-0.691462 -1.874804,-0.885123 -0.770697,-0.193662 -1.572239,0.787667 -2.593282,0.898693 -0.530892,0.05773 -1.223688,-0.785803 -1.784114,-0.480843 -0.560426,0.304965 -1.095161,0.705194 -1.523289,1.143974 -0.856254,0.877558 -1.286079,1.909317 -0.642144,2.641565 0.450519,0.51231 1.135926,0.863576 1.937752,1.065649 0.801825,0.202072 1.613389,-0.798279 2.529587,-0.882742 0.916197,-0.08447 1.937029,0.746962 2.730666,0.399673 0.793638,-0.347294 1.466761,-0.82008 1.900904,-1.406506 z"
|
||||||
|
id="path16861"
|
||||||
|
sodipodi:nodetypes="ssssssssssss" /></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malesperas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,179 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malesperetas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview7955"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.6074563"
|
||||||
|
inkscape:cx="108.91841"
|
||||||
|
inkscape:cy="100.67283"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g8299" /><title
|
||||||
|
id="title4279">Gutkato malesperetas</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malesperetas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g8299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 5.2466763,12.546525 C 4.5540253,9.7270224 5.0594356,6.5706789 5.1501257,5.2171226 6.9302118,5.8823707 8.5044782,6.6240424 10.695975,7.9847981 14.012054,6.6301957 18.255711,6.5892682 21.148864,7.2768876 c 2.032932,-1.3674423 4.065847,-2.2858568 6.94637,-2.8472446 0.544055,1.7367912 0.675202,5.5552968 -0.108317,7.588694 2.127883,4.99481 2.486341,13.599753 0.942245,15.143866 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.5509456,15.547983 5.2466763,12.546525 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="translate(30.503709,-10.223193)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.254723,35.291048 c 0.300973,-0.750747 0.578101,-1.531521 0.758216,-2.203722 0.568961,-2.123392 -1.299867,-2.801084 -1.0655317,-5.681201 0.08947,-1.099639 0.2315607,-1.923156 0.4420417,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.103165,1.267367 1.872843,3.71443 1.070855,7.102231 -0.160137,0.67646 -0.392483,1.463352 -0.700223,2.216097"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.685375,17.52763 4.745274,-1.341326"
|
||||||
|
id="path7889"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.966963,19.665727 4.754341,0.255674"
|
||||||
|
id="path7891"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.9001021,18.290558 5.4980489,17.542043"
|
||||||
|
id="path7893"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6198051,20.224221 5.428947,20.357316"
|
||||||
|
id="path7895"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.221857,23.038009 c 1.077069,-0.681469 2.124024,-1.791274 2.600634,-2.944071 0.489306,0.854093 2.006114,2.185864 3.180835,2.629983"
|
||||||
|
id="path3460"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.4182972,13.699082 3.0012948,1.787761 -3.3816901,0.856935"
|
||||||
|
id="path981"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.838816,13.593313 -3.048869,1.705342 3.357097,0.948735"
|
||||||
|
id="path983"
|
||||||
|
sodipodi:nodetypes="ccc" /><g
|
||||||
|
id="g9316"
|
||||||
|
transform="translate(37.115393,-23.30714)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.747015,34.770283 c 0.09641,-0.803063 0.162015,-1.628959 0.162015,-2.324873 0,-1.257408 -1.1411948,-2.83224 -0.9616227,-5.039285 0.08947,-1.099639 0.2315607,-1.923156 0.4420417,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 1.089083,2.790985 1.155043,5.037693 0.0204,0.694857 -3.66e-4,1.515072 -0.102795,2.321816"
|
||||||
|
id="path9306"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g9314"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path9308" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="path9310" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="path9312" /></g></g><g
|
||||||
|
id="g331"
|
||||||
|
transform="translate(46.295603,-10.479492)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.129629,-4.047354 0.309199,-6.254399 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 2.010684,5.044458 -1.144952,9.452175 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path321"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g329"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.128566,23.694455 v 1.058284"
|
||||||
|
id="path323"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.186884,23.661518 v 1.058284"
|
||||||
|
id="path325"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.245203,23.694455 v 1.058284"
|
||||||
|
id="path327"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><g
|
||||||
|
id="g523"
|
||||||
|
transform="rotate(-16.664098,-22.263791,-23.124746)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.281373,-4.554297 0.460943,-6.761342 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 1.85894,5.551401 -1.296696,9.959118 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path513"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g521"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.28031,23.187512 v 1.058284"
|
||||||
|
id="path515"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.338628,23.154575 v 1.058284"
|
||||||
|
id="path517"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.396947,23.187512 v 1.058284"
|
||||||
|
id="path519"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g><g
|
||||||
|
id="g535"
|
||||||
|
transform="matrix(-0.99912518,0.04181946,0.04181946,0.99912518,16.676817,-12.540898)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.7852981,35.337215 c 0.5458745,-0.596847 0.976968,-1.110844 1.3820769,-1.676691 1.773403,-2.477046 0.129629,-4.047354 0.309199,-6.254399 0.08947,-1.099639 0.231561,-1.923156 0.442042,-2.532422 0.420962,-1.218533 1.115489,-1.580066 2.209745,-1.57958 1.094256,4.85e-4 1.788783,0.364611 2.209745,1.584198 0.210481,0.609793 0.352581,1.43345 0.442041,2.532453 0.120497,1.480281 2.010684,5.044458 -1.144952,9.452175 -0.404668,0.565231 -1.383481,1.825438 -1.936392,2.421775"
|
||||||
|
id="path525"
|
||||||
|
sodipodi:nodetypes="csssssssc" /><g
|
||||||
|
id="g533"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.128566,23.694455 v 1.058284"
|
||||||
|
id="path527"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.186884,23.661518 v 1.058284"
|
||||||
|
id="path529"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.245203,23.694455 v 1.058284"
|
||||||
|
id="path531"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,99 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malgaja.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_dormas.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.3037281"
|
||||||
|
inkscape:cx="63.663581"
|
||||||
|
inkscape:cy="77.853657"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g9054" /><title
|
||||||
|
id="title4279">Gutkato malgaja</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><g
|
||||||
|
id="g9054"
|
||||||
|
transform="translate(0.27244455)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 4.7832619,14.061517 C 3.7152924,11.361739 3.7887549,8.1660314 3.6953702,6.8126583 5.5491283,7.2308003 7.2093073,7.7525254 9.5648438,8.8040768 12.667014,7.013025 16.866065,6.3979822 19.825671,6.6876063 c 1.829098,-1.6300655 3.718967,-2.8152344 6.496974,-3.7614098 0.774167,1.6471504 1.421043,5.4127493 0.920011,7.5334975 2.784475,4.660764 3.230602,15.158396 1.686506,16.702509 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.509469,17.264907 4.7832619,14.061517 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.400762,17.051177 4.674623,-1.569933"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.785733,19.173097 4.761148,0.02475"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.802078,18.523993 5.3665436,17.892877"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6159094,20.468976 5.4340865,20.708188"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g1568"><g
|
||||||
|
id="g1575"
|
||||||
|
transform="rotate(-10,16.652628,18.29302)"><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.693916"
|
||||||
|
cy="12.608895"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 11.850202,12.288429 8.6575766,13.654446"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 18.61219,12.788371 3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.412559,22.503727 c 1.154172,-0.540708 2.332299,-1.51014 2.950005,-2.593901 0.378091,0.908814 1.715506,2.420648 2.8251,3.008876"
|
||||||
|
id="path3460" /></g></g></g></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malgaja</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,89 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malica.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview20"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="65.053824"
|
||||||
|
inkscape:cy="54.623999"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato malica</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malica</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.255387,11.889316 2.906916,1.899659"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.216568,12.656079 -3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /></svg>
|
||||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,114 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malica_kunmetas_manojn.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview20"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.99999999"
|
||||||
|
inkscape:cx="62"
|
||||||
|
inkscape:cy="107.5"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato malica kunmetas manojn</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malica kunmetas manojn</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.255387,11.889316 2.906916,1.899659"
|
||||||
|
id="path306"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#ffdb26;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 21.216568,12.656079 -3.143007,1.476605"
|
||||||
|
id="path310"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g1303"
|
||||||
|
id="use605"
|
||||||
|
transform="matrix(-0.95630477,-0.29237171,-0.29237171,0.95630477,35.64803,5.1720238)" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(69,13.404236,25.471227)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.9426317,29.745026 c 0.077635,-0.527785 0.2575283,-2.201107 0.2514983,-2.638837 -0.01204,-0.87546 0.05738,-1.571044 0.209228,-2.116788 0.303691,-1.091488 0.937086,-1.583614 1.907976,-1.716668 0.970891,-0.133054 1.712897,0.164748 2.299517,1.130995 0.29331,0.483124 0.466083,2.511281 0.489601,3.858291 0.01141,0.653506 -0.05753,1.39322 -0.154897,2.038665"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="csssssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.375946,23.813492 0.144154,1.04842"
|
||||||
|
id="path1283"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.419914,23.636704 0.144153,1.04842"
|
||||||
|
id="use1287"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.472855,23.525176 0.144153,1.04842"
|
||||||
|
id="use1291"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 7.6 KiB |
@@ -0,0 +1,251 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_mallibera.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview9438"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="20.338983"
|
||||||
|
inkscape:cy="78.372881"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato mallibera</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato mallibera</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g9586"
|
||||||
|
transform="rotate(20,18.60407,1.8632772)"><g
|
||||||
|
id="g9788"
|
||||||
|
transform="rotate(-80,12.599192,26.650953)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.949451 c 0,-3.977729 0.8181757,-5.656198 2.7781057,-5.655328 1.95993,8.7e-4 2.778105,1.678866 2.778105,5.655328"
|
||||||
|
id="path9576"
|
||||||
|
sodipodi:nodetypes="csc" /><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,-2.0894044,23.535565)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g></g></g><rect
|
||||||
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
id="rect9168"
|
||||||
|
width="3.1750033"
|
||||||
|
height="29.570343"
|
||||||
|
x="2.6458318"
|
||||||
|
y="2.1481609"
|
||||||
|
rx="0"
|
||||||
|
ry="0" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect9168"
|
||||||
|
id="use9537"
|
||||||
|
transform="translate(25.399998)" /><g
|
||||||
|
id="g9856"><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.578722,21.118111 0.637119,-0.53477 0.974105,1.474739 c 0.752355,-0.582053 1.286014,-1.312227 1.705908,-2.119452 0.325159,0.90173 0.779583,1.693708 1.398968,2.345629 l 1.129745,-1.265271 0.55932,0.624327"
|
||||||
|
id="path5526"
|
||||||
|
sodipodi:nodetypes="ccccccc" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.9879053,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.9530767,0.69245517)" /><g
|
||||||
|
id="g11702"
|
||||||
|
transform="translate(0.10634588,0.13820106)"><g
|
||||||
|
id="g11707"><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path10965"
|
||||||
|
cx="13.055907"
|
||||||
|
cy="16.029074"
|
||||||
|
r="0.66145831" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle10967"
|
||||||
|
cx="12.721691"
|
||||||
|
cy="16.362144"
|
||||||
|
r="0.64543968" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11697"
|
||||||
|
cx="12.303779"
|
||||||
|
cy="16.565741"
|
||||||
|
r="0.5844503" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11711"
|
||||||
|
cx="11.084488"
|
||||||
|
cy="16.788334"
|
||||||
|
r="0.47336021" /><circle
|
||||||
|
style="fill:#3dbbff;fill-opacity:1;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11713"
|
||||||
|
cx="10.738323"
|
||||||
|
cy="16.772778"
|
||||||
|
r="0.4076542" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g11707"
|
||||||
|
id="use11709"
|
||||||
|
transform="matrix(-1,0,0,1,30.816145,0.38724917)" /></g><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11922"
|
||||||
|
cx="12.59024"
|
||||||
|
cy="16.411201"
|
||||||
|
r="0.23864433" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11924"
|
||||||
|
cx="13.052768"
|
||||||
|
cy="15.940925"
|
||||||
|
r="0.28655636" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11926"
|
||||||
|
cx="11.122179"
|
||||||
|
cy="16.835354"
|
||||||
|
r="0.21274234" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11922-3"
|
||||||
|
cx="-18.239651"
|
||||||
|
cy="16.768055"
|
||||||
|
r="0.23864433"
|
||||||
|
transform="scale(-1,1)" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11924-6"
|
||||||
|
cx="-17.777122"
|
||||||
|
cy="16.297779"
|
||||||
|
r="0.28655636"
|
||||||
|
transform="scale(-1,1)" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:0.7;stroke:none;stroke-width:0.793748;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle11926-7"
|
||||||
|
cx="-19.70771"
|
||||||
|
cy="17.192207"
|
||||||
|
r="0.21274234"
|
||||||
|
transform="scale(-1,1)" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use9537"
|
||||||
|
id="use9541"
|
||||||
|
transform="translate(-8.4666671)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect9168"
|
||||||
|
id="use9543"
|
||||||
|
transform="translate(8.4666671)" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(-60,14.615752,17.337884)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,30.007784 c 0,-5.108613 0.8181757,-6.714531 2.7781057,-6.713661 1.95993,8.7e-4 2.778105,1.584391 2.778105,6.713661"
|
||||||
|
id="path915" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.599399,23.694455 v 1.058284"
|
||||||
|
id="path1283" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.657717,23.661518 v 1.058284"
|
||||||
|
id="use1287" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.716036,23.694455 v 1.058284"
|
||||||
|
id="use1291" /></g></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect9168"
|
||||||
|
id="use9547"
|
||||||
|
transform="matrix(0,1,-1.0424182,0,34.584946,-1.5875001)"
|
||||||
|
style="stroke-width:0.979442" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect9168"
|
||||||
|
id="use9549"
|
||||||
|
transform="matrix(0,1,-1.0424182,0,34.584946,26.987499)"
|
||||||
|
style="stroke-width:0.979442" /></svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,197 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malprofito.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><g
|
||||||
|
id="g328"
|
||||||
|
transform="translate(3.1749805,3.1749431)"><g
|
||||||
|
id="g4695"
|
||||||
|
transform="translate(1.4862571,1.0490002)"><rect
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect1077"
|
||||||
|
width="22.754169"
|
||||||
|
height="14.816669"
|
||||||
|
x="-1.8875235"
|
||||||
|
y="-2.3625138" /><g
|
||||||
|
id="g4598"
|
||||||
|
transform="matrix(1,0,0,-1,0,7.3759023)"
|
||||||
|
style="fill:#b20001;fill-opacity:1"><g
|
||||||
|
id="path4600"
|
||||||
|
style="fill:#b20001;fill-opacity:1"><path
|
||||||
|
style="color:#000000;fill:#b20001;fill-rule:evenodd;stroke-width:0.260886pt;-inkscape-stroke:none;fill-opacity:1"
|
||||||
|
d="M 17.600498,0.24705554 16.927167,2.7651273 15.082426,0.92038607 Z"
|
||||||
|
id="path4604" /><path
|
||||||
|
style="color:#000000;fill:#b20001;fill-rule:evenodd;-inkscape-stroke:none;fill-opacity:1"
|
||||||
|
d="M 17.845703,0.00195313 17.554687,0.078125 14.746094,0.83007813 17.017578,3.1015625 Z M 17.353516,0.49414063 16.837891,2.4296875 15.417969,1.0097656 Z"
|
||||||
|
id="path4606" /></g></g><path
|
||||||
|
style="color:#000000;fill:#b20001;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke;fill-opacity:1"
|
||||||
|
d="M -0.0356373,0.02797374 1.9120474,1.9756585 4.300532,-0.41127596 c 0.1549322,-0.15458338 0.4057571,-0.15458338 0.5606893,0 L 8.4294789,3.1569817 11.02932,0.55765714 c 0.155109,-0.1556177 0.407131,-0.1556177 0.56224,0 l 5.225004,5.22655426 c 0.154605,0.1549231 0.154605,0.4057662 0,0.5606893 -0.07458,0.074875 -0.175953,0.1169107 -0.281637,0.1167887 -0.104788,-5.627e-4 -0.205101,-0.042546 -0.279053,-0.1167887 L 11.31044,1.4015332 8.7111155,3.9987908 c -0.1549322,0.1545834 -0.4057571,0.1545834 -0.5606893,0 L 4.5821686,0.43053314 2.1931672,2.8174676 c -0.1551092,0.1556175 -0.4071304,0.1556175 -0.5622396,0 L -0.0356373,1.149869"
|
||||||
|
id="path4667" /><rect
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect1805"
|
||||||
|
width="22.754169"
|
||||||
|
height="14.816669"
|
||||||
|
x="-1.8875235"
|
||||||
|
y="-2.3625138" /><path
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.529166;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M -0.03544048,-0.24584958 V 10.337491"
|
||||||
|
id="path4545" /><path
|
||||||
|
style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.529164;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 18.485336,10.337492 H -0.03544146"
|
||||||
|
id="path4547" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.7559403,11.475071 C 8.5089818,9.3407706 9.1753556,7.0706004 9.3683336,6.0853457 c 1.2483294,0.6539235 2.3380234,1.3448111 3.8243454,2.5475892 2.567362,-0.6860697 5.695035,-0.3214657 7.760633,0.4523937 1.624004,-0.8148254 3.206123,-1.3000064 5.378895,-1.4442574 0.238536,1.3256294 -0.021,4.1411108 -0.787381,5.5610268 1.10062,3.864737 1.11369,9.099583 -0.03204,10.242224 C 22.239845,26.708449 8.2617169,26.486532 7.0626187,22.023487 6.3210123,19.263229 7.2277868,13.520838 8.7559403,11.475071 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="14.092894"
|
||||||
|
cy="12.053194"
|
||||||
|
rx="1.2429981"
|
||||||
|
ry="1.5850369"
|
||||||
|
transform="matrix(0.99031991,0.13880374,-0.13954341,0.99021595,0,0)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(6.6431882,0.51242744)"
|
||||||
|
style="stroke-width:1.44583" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 21.031082,16.741308 24.64927,16.197897"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 21.038988,18.33714 3.475943,0.62984"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 10.17356,15.93871 8.47515,15.165816"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 9.7869123,17.332207 8.1617585,17.226171"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g9586"
|
||||||
|
transform="matrix(0.69725814,0.25309443,-0.25378121,0.69537122,5.3525253,-1.2811027)"
|
||||||
|
style="stroke-width:1.34952"><g
|
||||||
|
id="g9788"
|
||||||
|
transform="rotate(-80,12.599192,26.650953)"
|
||||||
|
style="stroke-width:0.892654;stroke-dasharray:none"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.892654;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.8210863,28.949451 c 0,-3.977729 0.8181757,-5.656198 2.7781057,-5.655328 1.95993,8.7e-4 2.778105,1.678866 2.778105,5.655328"
|
||||||
|
id="path9576"
|
||||||
|
sodipodi:nodetypes="csc" /><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,-2.0894044,23.535565)"
|
||||||
|
style="stroke-width:0.892654;stroke-dasharray:none"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.892654;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.892654;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)"
|
||||||
|
style="stroke-width:0.892654;stroke-dasharray:none" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)"
|
||||||
|
style="stroke-width:0.892654;stroke-dasharray:none" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="stroke-width:0.892654;stroke-dasharray:none" /></g></g></g><g
|
||||||
|
id="g4860"
|
||||||
|
transform="translate(0.26471261,0.52916664)"><path
|
||||||
|
style="fill:#b84b4b;fill-opacity:1;stroke:#361616;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 15.335756,22.416854 1.031983,3.85141 -1.606828,1.62615 -1.606828,-1.62615 1.031983,-3.85141"
|
||||||
|
id="path4856"
|
||||||
|
sodipodi:nodetypes="ccccc" /><ellipse
|
||||||
|
style="fill:#b84b4b;fill-opacity:1;stroke:#361616;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path4798"
|
||||||
|
cx="14.760911"
|
||||||
|
cy="21.635794"
|
||||||
|
rx="1.3229165"
|
||||||
|
ry="0.82419419" /></g><g
|
||||||
|
id="g5773"
|
||||||
|
transform="rotate(4,10.683076,15.010351)"><g
|
||||||
|
id="g5702"
|
||||||
|
transform="translate(-0.07752655,-16.362683)"><rect
|
||||||
|
style="opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="rect4914"
|
||||||
|
width="3.5718749"
|
||||||
|
height="2.6458333"
|
||||||
|
x="10.565801"
|
||||||
|
y="29.523396"
|
||||||
|
ry="0.47351354"
|
||||||
|
rx="0" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#361616;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 10.565801,30.713912 v 1.455209 h 3.571875 v -1.455209"
|
||||||
|
id="path5698" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g5702"
|
||||||
|
id="use5710"
|
||||||
|
transform="translate(6.4822915)" /><path
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;stroke:#361616;stroke-width:0.661458;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 14.118607,15.264419 c 0.958249,-0.304806 1.813182,-0.287865 2.774351,-0.004"
|
||||||
|
id="path5766"
|
||||||
|
sodipodi:nodetypes="cc" /></g><path
|
||||||
|
style="fill:none;fill-opacity:0.6;stroke:#000000;stroke-width:0.793751;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.762696,18.481609 6.834346,0.478021"
|
||||||
|
id="path1008" /><path
|
||||||
|
style="fill:#c2faff;fill-opacity:1;stroke:#4e6466;stroke-width:0.793751;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 22.151653,10.912259 c -0.659842,1.364186 -0.437829,3.589521 1.102153,3.028876 1.539979,-0.560643 0.275456,-2.410126 -1.102153,-3.028876 z"
|
||||||
|
id="path297" /></g></g><sodipodi:namedview
|
||||||
|
id="namedview9438"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.6875"
|
||||||
|
inkscape:cx="54.508475"
|
||||||
|
inkscape:cy="71.457627"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g4695"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato, malprofito</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato, malprofito</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,146 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malsata_manĝbastonetoj.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview3241"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.3037282"
|
||||||
|
inkscape:cx="-12.272497"
|
||||||
|
inkscape:cy="82.455837"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato malsata, manĝbastonetoj</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malsata, manĝbastonetoj</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(1.8656352e-5)"><path
|
||||||
|
id="path236-3"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711197 3.7041666 C 6.911044 5.035593 6.0130222 8.1032493 6.3458471 10.987443 C 4.9821587 12.817991 3.986463 16.83846 3.758925 20.429244 C 2.4329889 20.393523 1.6161616 20.915579 1.2076595 22.036381 C 0.57875583 23.761896 1.6086483 25.024631 4.4725765 26.171012 C 7.6766025 31.291864 24.756738 31.334447 28.928964 27.162166 C 30.473059 25.618054 30.455673 18.543772 28.972373 13.32115 C 30.005222 11.402343 30.354763 7.5977563 30.03329 5.8063638 C 27.105056 6.0012977 24.972783 6.6570667 22.78412 7.7581826 C 20.000323 6.7124258 15.785349 6.219729 12.325327 7.1468504 C 10.322217 5.5214737 8.8534877 4.5878477 7.1711197 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889-3" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891-5" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893-6" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895-2" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#66ffff;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.929542,21.153548 v 4.206455"
|
||||||
|
id="path4022" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#66ffff;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 18.871208,21.486185 v 3.036292"
|
||||||
|
id="path1355" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004056,19.121173 c -1.4238883,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-4.987924,0.4078129)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.953077,0.6924552)" /></g><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 5.0745885,26.400303 c -3.320159,-1.208439 -4.53800004,-2.522381 -3.866847,-4.363815 0.671153,-1.841434 2.443941,-2.066876 5.767183,-0.857315"
|
||||||
|
id="path1225" /><g
|
||||||
|
id="g2360"
|
||||||
|
transform="matrix(0.64278761,0.76604444,0.76604444,-0.64278761,-5.5588576,34.265288)"><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="15.844251"
|
||||||
|
cy="1.3037357"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m -3.9177901,14.205707 a 0.84504452,0.84504452 0 0 0 0.3692758,1.019098 0.84504452,0.84504452 0 0 0 0.4633369,0.409856 0.84504452,0.84504452 0 0 0 1.0834043,-0.50455 0.84504452,0.84504452 0 0 0 0.046607,-0.210854 0.84504452,0.84504452 0 0 0 0.099255,-0.189928 0.84504452,0.84504452 0 0 0 -0.5053305,-1.083686 0.84504452,0.84504452 0 0 0 -0.6194539,0.01654 0.84504452,0.84504452 0 0 0 -0.9371636,0.543593 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.2700487,-0.8725896)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.0245966,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.7905146,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /></g><g
|
||||||
|
id="g1099"
|
||||||
|
transform="translate(35.796008,2.9165592)"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect364"
|
||||||
|
id="use1023"
|
||||||
|
transform="matrix(-0.99026807,0.1391731,0.1391731,0.99026807,-66.016185,4.6163012)" /><path
|
||||||
|
id="rect364"
|
||||||
|
style="fill:#dab366;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m -33.410595,21.922203 c 0.426307,0.345216 1.509989,0.216328 1.841938,-0.193599 l -0.345707,-3.289174 -1.99173,-16.4182064 c -0.394806,-0.3197079 -1.010161,-0.2389875 -1.31567,0.1382823 l 1.465463,16.4735191 z"
|
||||||
|
sodipodi:nodetypes="ccccccc" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,172 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malsata_manĝilaro.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview3241"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.92187502"
|
||||||
|
inkscape:cx="16.271186"
|
||||||
|
inkscape:cy="89.491523"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato malsata, manĝilaro</title><defs
|
||||||
|
id="defs2" /><path
|
||||||
|
id="path236"
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.1711384 3.7041666 C 6.9110626 5.035593 6.0130409 8.1032493 6.3458658 10.987443 C 4.9821773 12.817991 3.9864817 16.83846 3.7589436 20.429244 C 2.4330076 20.393523 1.6161803 20.915579 1.2076782 22.036381 C 0.57877445 23.761896 1.6086673 25.024631 4.4725951 26.171012 C 7.5725271 31.125495 23.661179 31.326304 28.481982 27.555423 C 30.50967 26.728348 31.135983 25.743809 30.81879 24.372672 C 30.687748 23.806214 30.441085 23.369303 30.04261 23.062158 C 30.219096 20.197737 29.855689 16.431196 28.972391 13.32115 C 30.00524 11.402343 30.354782 7.5977563 30.033308 5.8063638 C 27.105074 6.0012977 24.972801 6.6570667 22.784139 7.7581826 C 20.000341 6.7124258 15.785367 6.219729 12.325346 7.1468504 C 10.322236 5.5214737 8.8535064 4.5878477 7.1711384 3.7041666 z " /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#66ffff;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 19.929561,21.153548 v 4.206455"
|
||||||
|
id="path4022" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#66ffff;stroke-width:1.5875;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 18.871227,21.486185 v 3.036292"
|
||||||
|
id="path1355" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 5.0744982,26.400303 C 1.7543396,25.191864 0.53649852,23.877922 1.2076516,22.036488 1.8788047,20.195054 3.6515924,19.969612 6.9748342,21.179173"
|
||||||
|
id="path915" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1002"
|
||||||
|
cx="21.432327"
|
||||||
|
cy="10.351334"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="matrix(-0.34202014,0.93969262,0.93969262,0.34202014,0,0)" /><path
|
||||||
|
id="path978"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="M 2.672936,22.551242 A 0.84504452,0.84504452 0 0 0 3.0422118,23.57034 0.84504452,0.84504452 0 0 0 3.5055487,23.980196 0.84504452,0.84504452 0 0 0 4.588953,23.475646 0.84504452,0.84504452 0 0 0 4.63556,23.264792 0.84504452,0.84504452 0 0 0 4.734815,23.074864 0.84504452,0.84504452 0 0 0 4.2294845,21.991178 0.84504452,0.84504452 0 0 0 3.6100306,22.007718 0.84504452,0.84504452 0 0 0 2.672867,22.551311 Z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1004"
|
||||||
|
transform="translate(-0.27004874,-0.87258957)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1008"
|
||||||
|
transform="translate(0.02459657,-1.6821205)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#circle1002"
|
||||||
|
id="use1010"
|
||||||
|
transform="translate(0.79051461,-2.1719201)"
|
||||||
|
style="stroke-width:1.00012;stroke-dasharray:none" /><g
|
||||||
|
id="g476"
|
||||||
|
transform="matrix(-0.22495105,-0.97437007,-0.97437007,0.22495105,56.066772,29.437218)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 7.8361683,29.645983 c 0,-4.572106 0.8181757,-6.185364 2.7781057,-6.184494 1.95993,8.7e-4 2.778105,1.614295 2.778105,6.184494"
|
||||||
|
id="path466" /></g><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="circle1031"
|
||||||
|
cx="31.837284"
|
||||||
|
cy="-22.842051"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77)" /><path
|
||||||
|
id="path1033"
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:1.2795;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 29.281929,24.728792 a 0.84504452,0.84504452 0 0 1 -0.490721,0.966499 0.84504452,0.84504452 0 0 1 -0.509832,0.350333 0.84504452,0.84504452 0 0 1 -1.013839,-0.632822 0.84504452,0.84504452 0 0 1 -0.02056,-0.214963 0.84504452,0.84504452 0 0 1 -0.07536,-0.200608 0.84504452,0.84504452 0 0 1 0.633632,-1.014024 0.84504452,0.84504452 0 0 1 0.61282,0.09191 0.84504452,0.84504452 0 0 1 0.863931,0.653752 z" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1035"
|
||||||
|
cx="31.109682"
|
||||||
|
cy="-23.394257"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1037"
|
||||||
|
cx="30.248196"
|
||||||
|
cy="-23.394257"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><circle
|
||||||
|
style="fill:#c2748e;fill-opacity:1;stroke:none;stroke-width:0.891479;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="use1039"
|
||||||
|
cx="29.525976"
|
||||||
|
cy="-22.842051"
|
||||||
|
r="0.33072916"
|
||||||
|
transform="rotate(77.000001)" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malsata, manĝilaro</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g1099"
|
||||||
|
transform="translate(35.796008,2.9165592)"><path
|
||||||
|
id="rect307"
|
||||||
|
style="fill:#d9d9d9;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m -7.6332875,8.0098623 c -0.8418716,0.589489 -1.2507295,3.2840547 -1.6621859,5.6175407 -0.202802,1.150145 0.1075222,2.879663 1.5112809,3.618495 l -1.7699369,10.03781 1.8239461,0.321611 1.7706547,-10.041882 c 1.5741589,-0.2276 2.464165,-1.785577 2.6570201,-2.879312 0.4475024,-2.537913 1.0854945,-4.8102471 0.3593678,-5.8472632 -1.0050537,0.7037461 -1.3569703,3.0229862 -2.194959,4.4489392 -0.034037,-1.603627 0.5922132,-3.8022856 -0.1501143,-4.8624389 -1.1240586,0.787074 -1.0961348,2.9844109 -1.8041135,4.5178559 -0.3047691,-1.635664 0.05496,-4.0802943 -0.54096,-4.9313557 z" /><path
|
||||||
|
id="rect307-3"
|
||||||
|
style="fill:#d9d9d9;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m -32.255801,6.2251027 c -3.442144,-0.6069428 -3.162333,7.0445753 -0.968758,10.1773263 l 0.899338,10.279485 1.845037,-0.16142 z"
|
||||||
|
sodipodi:nodetypes="ccccc" /><g
|
||||||
|
id="g7421"
|
||||||
|
transform="translate(-40.783913,-2.5087462)"><circle
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path379"
|
||||||
|
cx="16.075838"
|
||||||
|
cy="13.845025"
|
||||||
|
r="2.4418788" /><circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.793749;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
id="path3848"
|
||||||
|
cx="15.326144"
|
||||||
|
cy="13.152761"
|
||||||
|
r="0.90922391" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7413"
|
||||||
|
transform="matrix(0.77726379,0,0,0.77726379,5.0209783,4.3397258)"
|
||||||
|
style="stroke-width:1.28656" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3848"
|
||||||
|
id="use7415"
|
||||||
|
transform="matrix(0.73159205,0,0,0.73159205,5.4309887,5.2006037)"
|
||||||
|
style="stroke-width:1.36688" /></g><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g7421"
|
||||||
|
id="use7429"
|
||||||
|
transform="translate(8.953077,0.6924552)" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_malĝojeta.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview460"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="64"
|
||||||
|
inkscape:cy="64.271186"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg5" /><title
|
||||||
|
id="title4279">Gutkato malĝojeta</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.685003,22.503727 c 1.154172,-0.540708 2.332299,-1.51014 2.950005,-2.593901 0.378091,0.908814 1.715506,2.420648 2.8251,3.008876"
|
||||||
|
id="path3460" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato malĝojeta</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manfruntas.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview7955"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="62.915253"
|
||||||
|
inkscape:cy="88.135592"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g8299"
|
||||||
|
showguides="false" /><title
|
||||||
|
id="title4279">Gutkato manfruntas</title><defs
|
||||||
|
id="defs2" /><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manfruntas</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><g
|
||||||
|
id="g8299"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 5.2466763,12.546525 C 4.5540253,9.7270224 5.0594356,6.5706789 5.1501257,5.2171226 6.9302118,5.8823707 8.5044782,6.6240424 10.695975,7.9847981 14.012054,6.6301957 18.255711,6.5892682 21.148864,7.2768876 c 2.032932,-1.3674423 4.065847,-2.2858568 6.94637,-2.8472446 0.544055,1.7367912 0.675202,5.5552968 -0.108317,7.588694 2.127883,4.99481 2.486341,13.599753 0.942245,15.143866 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 3.5509456,15.547983 5.2466763,12.546525 Z"
|
||||||
|
id="path236"
|
||||||
|
sodipodi:nodetypes="ccccccssc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.685375,17.52763 4.745274,-1.341326"
|
||||||
|
id="path7889"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.966963,19.665727 4.754341,0.255674"
|
||||||
|
id="path7891"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.9001021,18.290558 5.4980489,17.542043"
|
||||||
|
id="path7893"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.6198051,20.224221 5.428947,20.357316"
|
||||||
|
id="path7895"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.221857,23.038009 c 1.077069,-0.681469 2.124024,-1.791274 2.600634,-2.944071 0.489306,0.854093 2.006114,2.185864 3.180835,2.629983"
|
||||||
|
id="path3460"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 9.4182972,13.699082 3.0012948,1.787761 -3.3816901,0.856935"
|
||||||
|
id="path981"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 20.838816,13.593313 -3.048869,1.705342 3.357097,0.948735"
|
||||||
|
id="path983"
|
||||||
|
sodipodi:nodetypes="ccc" /><g
|
||||||
|
id="g1303"
|
||||||
|
transform="rotate(16,48.743931,28.616314)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 8.555441,34.64599 c 0.6003088,-1.389357 1.1488921,-3.280958 1.3871907,-4.900964 0.077636,-0.527785 0.2575283,-2.201107 0.2514983,-2.638837 -0.01204,-0.87546 0.05738,-1.571044 0.209228,-2.116788 0.303691,-1.091488 0.937086,-1.583614 1.907976,-1.716668 0.970891,-0.133054 1.712897,0.164748 2.299517,1.130995 0.29331,0.483124 0.46609,2.511281 0.489601,3.858291 0.02867,1.6423 -0.290172,5.624246 -0.897947,7.244265"
|
||||||
|
id="path915"
|
||||||
|
sodipodi:nodetypes="cssssssc" /><g
|
||||||
|
id="g1296"
|
||||||
|
transform="translate(-0.0585258)"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 11.375946,23.813492 0.144154,1.04842"
|
||||||
|
id="path1283"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 12.419914,23.636704 0.144153,1.04842"
|
||||||
|
id="use1287"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;stop-color:#000000"
|
||||||
|
d="m 13.472855,23.525176 0.144153,1.04842"
|
||||||
|
id="use1291"
|
||||||
|
sodipodi:nodetypes="cc" /></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,184 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manĝas_akvomelonon.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:zoom="1.3037282"
|
||||||
|
inkscape:cx="127.71067"
|
||||||
|
inkscape:cy="136.91505"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" /><title
|
||||||
|
id="title4279">Gutkato manĝas akvomelonon</title><defs
|
||||||
|
id="defs2" /><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><g
|
||||||
|
id="g2933"
|
||||||
|
transform="rotate(4,264.41665,223.08296)"><g
|
||||||
|
id="g1011"
|
||||||
|
transform="matrix(1.0866759,0,0,1.0907567,4.7367618,-5.0147265)"
|
||||||
|
style="stroke-width:0.918515"><path
|
||||||
|
style="fill:#41bf3d;fill-opacity:1;stroke:none;stroke-width:0.729071;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m -13.445409,40.309604 c 0,12.271747 21.2452425,12.282883 21.2452425,0 z"
|
||||||
|
id="path297"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:#f52518;fill-opacity:1;stroke:none;stroke-width:0.729071;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m -11.595054,40.493855 c 0,10.01767 17.5445333,10.026761 17.5445333,0 z"
|
||||||
|
id="path1004"
|
||||||
|
sodipodi:nodetypes="ccc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.729071;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
d="m -13.445409,40.309604 c 0,12.271747 21.2452425,12.282883 21.2452425,0 z"
|
||||||
|
id="path1006"
|
||||||
|
sodipodi:nodetypes="ccc" /></g><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="path1067"
|
||||||
|
cx="7.1659832"
|
||||||
|
cy="44.577843"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2889"
|
||||||
|
cx="3.0768633"
|
||||||
|
cy="45.949074"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2891"
|
||||||
|
cx="-1.6817392"
|
||||||
|
cy="42.457951"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2893"
|
||||||
|
cx="3.1523285"
|
||||||
|
cy="41.395473"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2895"
|
||||||
|
cx="-4.3618178"
|
||||||
|
cy="40.624348"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2897"
|
||||||
|
cx="-4.2047849"
|
||||||
|
cy="43.940407"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2899"
|
||||||
|
cx="7.8725724"
|
||||||
|
cy="41.536194"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2901"
|
||||||
|
cx="1.2279844"
|
||||||
|
cy="43.431019"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2903"
|
||||||
|
cx="-0.80959231"
|
||||||
|
cy="45.714146"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2905"
|
||||||
|
cx="-6.2805505"
|
||||||
|
cy="42.034645"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2907"
|
||||||
|
cx="10.116959"
|
||||||
|
cy="40.213558"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2909"
|
||||||
|
cx="4.8098044"
|
||||||
|
cy="43.426598"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2911"
|
||||||
|
cx="-0.11709839"
|
||||||
|
cy="40.414928"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /><ellipse
|
||||||
|
style="fill:#4a2f24;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000"
|
||||||
|
id="ellipse2913"
|
||||||
|
cx="5.6508169"
|
||||||
|
cy="40.455971"
|
||||||
|
rx="0.44857183"
|
||||||
|
ry="0.64513302" /></g><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manĝas akvomelonon</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,191 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manĝas_bastontorteton.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_manĝas_kuketon.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="29.999999"
|
||||||
|
inkscape:cy="110.5"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g12524" /><title
|
||||||
|
id="title4279">Gutkato manĝas bastontorteton</title><defs
|
||||||
|
id="defs2"><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect12642"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" /><inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect12638"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g3195"
|
||||||
|
transform="matrix(1.1318671,0.07978879,-0.07914786,1.1410329,3.8553778,-24.111806)"
|
||||||
|
style="stroke-width:0.877797"><g
|
||||||
|
id="g12746"
|
||||||
|
transform="matrix(0.99748575,0.0692016,-0.07031588,0.99764235,2.1050841,-12.583214)"><path
|
||||||
|
style="fill:#dce78d;fill-opacity:1;stroke:#000000;stroke-width:0.464501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 24.38712,51.701575 3.6811395,53.149478 c 0,0 -0.3232252,0.371828 -0.2771986,1.03004 0.046027,0.658212 0.422421,1.046733 0.422421,1.046733 L 24.532335,53.778346 c 0,0 0.324261,-0.357078 0.275436,-1.055312 C 24.758946,52.0248 24.38712,51.701575 24.38712,51.701575 Z"
|
||||||
|
id="path10957"
|
||||||
|
sodipodi:nodetypes="cczcczc" /><g
|
||||||
|
id="g12524"><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#acb858;stroke-width:0.464501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 4.176701,55.201752 c 1.1569212,-0.495759 1.7116715,-1.282594 1.9483683,-2.22317"
|
||||||
|
id="path12469"
|
||||||
|
sodipodi:nodetypes="cc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path12469"
|
||||||
|
id="use12499"
|
||||||
|
transform="translate(17.446474,-1.2199762)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12499"
|
||||||
|
id="use12501"
|
||||||
|
transform="translate(-2.1808092,0.15249705)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12501"
|
||||||
|
id="use12503"
|
||||||
|
transform="translate(-2.1808093,0.15249705)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12503"
|
||||||
|
id="use12505"
|
||||||
|
transform="translate(-2.1808092,0.15249705)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12505"
|
||||||
|
id="use12507"
|
||||||
|
transform="translate(-2.1808093,0.15249705)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12507"
|
||||||
|
id="use12509"
|
||||||
|
transform="translate(-2.1808092,0.15249706)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12509"
|
||||||
|
id="use12511"
|
||||||
|
transform="translate(-2.1808093,0.15249705)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use12511"
|
||||||
|
id="use12513"
|
||||||
|
transform="translate(-2.1808092,0.15249705)" /></g><path
|
||||||
|
id="rect355"
|
||||||
|
style="fill:#d8b160;fill-opacity:1;stroke:none;stroke-width:0.696751;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 5.6019951,50.813652 C 4.453025,50.893992 3.5850795,51.775757 3.6560533,52.79073 l 0.025086,0.358748 20.7059797,-1.447904 -0.02509,-0.358747 c -0.07097,-1.014974 -1.05319,-1.767358 -2.202161,-1.687015 z" /><path
|
||||||
|
id="rect10899"
|
||||||
|
style="fill:#d8b160;fill-opacity:1;stroke:none;stroke-width:0.696751;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 3.8263614,55.22625 0.025086,0.358747 c 0.070974,1.014973 1.0531901,1.767358 2.2021602,1.687014 L 22.611483,56.114172 c 1.14897,-0.08034 2.016916,-0.962105 1.945942,-1.977078 l -0.02509,-0.358748 z" /><g
|
||||||
|
id="g12652"
|
||||||
|
transform="translate(0.05305468,0.04574459)"><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#8d733c;stroke-width:0.348376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 4.764906,55.276453 c 0.034433,0.492408 0.5442187,1.096893 1.458969,1.115351 0.9147501,0.01846 6.402471,-0.273794 8.060348,-0.389724 1.657877,-0.11593 7.144604,-0.423219 8.036202,-0.735856 0.891598,-0.312637 1.314408,-0.951973 1.289544,-1.307547"
|
||||||
|
id="path12644"
|
||||||
|
sodipodi:nodetypes="czszc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#8d733c;stroke-width:0.348376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 6.1525631,55.063477 c 0.048978,0.700416 1.7241492,0.62603 2.3928887,0.579267 0.6687396,-0.04676 4.0324862,-0.216991 5.6903632,-0.332921 1.657877,-0.11593 5.02447,-0.394814 5.731956,-0.444286 0.707486,-0.04947 2.290676,-0.177103 2.238404,-0.924637"
|
||||||
|
id="path12646"
|
||||||
|
sodipodi:nodetypes="czszc" /></g><path
|
||||||
|
id="path12648"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.696751;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 3.8263614,55.22625 0.025086,0.358747 c 0.070974,1.014973 1.0531901,1.767358 2.2021602,1.687014 L 22.611483,56.114172 c 1.14897,-0.08034 2.016916,-0.962105 1.945942,-1.977078 l -0.02509,-0.358748 z" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g12652"
|
||||||
|
id="use12664"
|
||||||
|
transform="matrix(0.99026807,-0.1391731,-0.1391731,-0.99026807,7.5775881,108.36457)" /><path
|
||||||
|
id="path12724"
|
||||||
|
style="fill:#523428;fill-opacity:1;stroke:none;stroke-width:0.696751;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 5.6019951,50.813652 c -0.6747014,0.04718 -1.0605634,0.389973 -1.3735728,0.74713 0.1136957,0.05496 1.0802016,0.274342 1.6489243,0.281642 0.5687228,0.0073 0.7111064,-0.311512 1.6052313,-0.343202 0.4470624,-0.01584 1.1361214,0.18126 1.6402296,0.1573 0.5041083,-0.02396 1.0621355,-0.285665 1.6070865,-0.316665 0.544951,-0.031 1.068897,0.169318 1.638487,0.132378 0.569591,-0.03695 1.027301,-0.300008 1.605328,-0.341817 0.578027,-0.04181 1.066436,0.152353 1.636696,0.106765 0.57026,-0.04559 1.057231,-0.319384 1.603522,-0.367661 0.54629,-0.04828 1.128755,0.130576 1.634872,0.08069 0.506117,-0.04989 1.151924,-0.34379 1.601665,-0.394198 0.899483,-0.100816 1.058953,0.189081 1.635712,0.09269 0.576759,-0.09639 1.467123,-0.455794 1.591534,-0.539081 -0.382968,-0.330207 -0.75051,-0.514705 -1.517842,-0.453801 z"
|
||||||
|
sodipodi:nodetypes="ccsssssssssssccc" /><path
|
||||||
|
id="path12668"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.696751;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="M 5.6019951,50.813652 C 4.453025,50.893992 3.5850795,51.775757 3.6560533,52.79073 l 0.025086,0.358748 20.7059797,-1.447904 -0.02509,-0.358747 c -0.07097,-1.014974 -1.05319,-1.767358 -2.202161,-1.687015 z" /></g></g><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manĝas bastontorteton</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,364 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manĝas_brecon.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_manĝas_kuketon.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="2.8284271"
|
||||||
|
inkscape:cx="45.431611"
|
||||||
|
inkscape:cy="102.35371"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g7776" /><title
|
||||||
|
id="title4279">Gutkato manĝas brecon</title><defs
|
||||||
|
id="defs2"><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect3232"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect3228"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect2496"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="21,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect2494"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect2490"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="21,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect2488"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect1756"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="22,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect1754"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect1022"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="30,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect1020"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect1016"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="21,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect1014"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect1010"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="1,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect1008"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect1004"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="10,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect1002"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="skeletal"
|
||||||
|
id="path-effect998"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
pattern="M 0,4.9921383 C 0,2.2364779 2.2364779,0 4.9921383,0 c 2.7556603,0 4.9921382,2.2364779 4.9921382,4.9921383 0,2.7556603 -2.2364779,4.9921382 -4.9921382,4.9921382 C 2.2364779,9.9842765 0,7.7477986 0,4.9921383 Z"
|
||||||
|
copytype="single_stretched"
|
||||||
|
prop_scale="1"
|
||||||
|
scale_y_rel="false"
|
||||||
|
spacing="0"
|
||||||
|
normal_offset="0"
|
||||||
|
tang_offset="0"
|
||||||
|
prop_units="false"
|
||||||
|
vertical_pattern="false"
|
||||||
|
hide_knot="false"
|
||||||
|
fuse_tolerance="0" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect996"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="skeletal"
|
||||||
|
id="path-effect383"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
pattern="M 0,4.9921383 C 0,2.2364779 2.2364779,0 4.9921383,0 c 2.7556603,0 4.9921382,2.2364779 4.9921382,4.9921383 0,2.7556603 -2.2364779,4.9921382 -4.9921382,4.9921382 C 2.2364779,9.9842765 0,7.7477986 0,4.9921383 Z"
|
||||||
|
copytype="single_stretched"
|
||||||
|
prop_scale="1"
|
||||||
|
scale_y_rel="false"
|
||||||
|
spacing="0"
|
||||||
|
normal_offset="0"
|
||||||
|
tang_offset="0"
|
||||||
|
prop_units="false"
|
||||||
|
vertical_pattern="false"
|
||||||
|
hide_knot="false"
|
||||||
|
fuse_tolerance="0" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect381"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="powerstroke"
|
||||||
|
id="path-effect373"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
offset_points="0,4.9921385"
|
||||||
|
not_jump="false"
|
||||||
|
sort_points="true"
|
||||||
|
interpolator_type="CubicBezierJohan"
|
||||||
|
interpolator_beta="0.2"
|
||||||
|
start_linecap_type="zerowidth"
|
||||||
|
linejoin_type="extrp_arc"
|
||||||
|
miter_limit="4"
|
||||||
|
scale_width="1"
|
||||||
|
end_linecap_type="zerowidth" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect371"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="skeletal"
|
||||||
|
id="path-effect367"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
pattern="M 0,4.9921383 C 0,2.2364779 2.2364779,0 4.9921383,0 c 2.7556603,0 4.9921382,2.2364779 4.9921382,4.9921383 0,2.7556603 -2.2364779,4.9921382 -4.9921382,4.9921382 C 2.2364779,9.9842765 0,7.7477986 0,4.9921383 Z"
|
||||||
|
copytype="single_stretched"
|
||||||
|
prop_scale="1"
|
||||||
|
scale_y_rel="false"
|
||||||
|
spacing="0"
|
||||||
|
normal_offset="0"
|
||||||
|
tang_offset="0"
|
||||||
|
prop_units="false"
|
||||||
|
vertical_pattern="false"
|
||||||
|
hide_knot="false"
|
||||||
|
fuse_tolerance="0" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect365"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="skeletal"
|
||||||
|
id="path-effect361"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1"
|
||||||
|
pattern="M 0,4.9921383 C 0,2.2364779 2.2364779,0 4.9921383,0 c 2.7556603,0 4.9921382,2.2364779 4.9921382,4.9921383 0,2.7556603 -2.2364779,4.9921382 -4.9921382,4.9921382 C 2.2364779,9.9842765 0,7.7477986 0,4.9921383 Z"
|
||||||
|
copytype="single_stretched"
|
||||||
|
prop_scale="1"
|
||||||
|
scale_y_rel="false"
|
||||||
|
spacing="0"
|
||||||
|
normal_offset="0"
|
||||||
|
tang_offset="0"
|
||||||
|
prop_units="false"
|
||||||
|
vertical_pattern="false"
|
||||||
|
hide_knot="false"
|
||||||
|
fuse_tolerance="0" /><inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect359"
|
||||||
|
is_visible="true"
|
||||||
|
lpeversion="1" /><inkscape:path-effect
|
||||||
|
effect="fill_between_many"
|
||||||
|
method="bsplinespiro"
|
||||||
|
linkedpaths="#path369,0,1"
|
||||||
|
id="path-effect375" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><g
|
||||||
|
id="g3195"
|
||||||
|
transform="matrix(1.1318671,0.07978879,-0.07914786,1.1410329,3.8553778,-24.111806)"
|
||||||
|
style="stroke-width:0.877797"><path
|
||||||
|
style="fill:none;stroke:#724222;stroke-width:0.929002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000;fill-opacity:1"
|
||||||
|
d="m 12.187423,53.561147 c 0,0 -3.7805025,0.449067 -3.8656457,2.408831 -0.085143,1.959764 2.4675497,1.9997 3.3306817,1.939344 0.863132,-0.06036 1.835543,-0.740797 1.747882,-1.994409 -0.08766,-1.253612 -1.334345,-3.842901 -4.2226814,-3.640928 -2.8883363,0.201973 -3.7341369,2.891461 -3.6454581,4.159623 0.088679,1.268162 1.221831,1.880278 2.1087804,1.818256 0.8869494,-0.06202 3.3605121,-0.698761 3.0302351,-2.460971 -0.330277,-1.76221 -4.304379,-1.848701 -4.304379,-1.848701"
|
||||||
|
id="path4690"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#724222;stroke-width:0.929002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 12.768316,61.868222 c 0,0 -3.7805082,0.449067 -3.8656514,2.408831 -0.085143,1.959764 2.4675554,1.9997 3.3306874,1.939344 0.863132,-0.06036 1.835543,-0.740797 1.747882,-1.994409 -0.08766,-1.253612 -1.334345,-3.842901 -4.2226871,-3.640928 -2.8883363,0.201973 -3.7341369,2.891461 -3.6454581,4.159623 0.088679,1.268162 1.221831,1.880278 2.1087804,1.818256 0.8869494,-0.06202 3.3605178,-0.698761 3.0302408,-2.460971 -0.330277,-1.76221 -4.3043847,-1.848701 -4.3043847,-1.848701"
|
||||||
|
id="path4788"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#724222;stroke-width:0.929002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 33.020572,58.954421 c -2.888336,0.201973 -3.734137,2.891461 -3.645458,4.159623 0.08868,1.268162 1.221831,1.880278 2.108781,1.818256 0.886949,-0.06202 3.360517,-0.698761 3.03024,-2.460971 -0.330277,-1.76221 -4.304384,-1.848701 -4.304384,-1.848701"
|
||||||
|
id="path4790"
|
||||||
|
sodipodi:nodetypes="czzzc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#724222;stroke-width:0.929002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 59.292425,58.61494 c 0,0 -3.780508,0.449067 -3.865651,2.408831 -0.08514,1.959764 2.467555,1.9997 3.330687,1.939344 0.863132,-0.06036 1.835543,-0.740797 1.747882,-1.994409 -0.08766,-1.253612 -1.334345,-3.842901 -4.222687,-3.640928"
|
||||||
|
id="path5520"
|
||||||
|
sodipodi:nodetypes="czzzc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#724222;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 15.024513,71.061203 c 0,0 -5.9277759,0.707631 -6.0587179,3.817361 -0.130934,3.10973 3.8721029,3.176458 5.2255359,3.081817 1.353432,-0.09466 2.877415,-1.173118 2.738302,-3.162521 -0.139112,-1.989403 -2.097491,-6.099843 -6.62655,-5.783141 -4.529051,0.316704 -5.8518496,4.583394 -5.7111222,6.595886 0.1407282,2.012495 1.9184736,2.985317 3.3092533,2.888063 1.390778,-0.09725 5.2688439,-1.104407 4.7486069,-3.901196 -0.520236,-2.79679 -6.7523078,-2.939261 -6.7523078,-2.939261"
|
||||||
|
id="path5534"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#724222;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||||
|
d="m 15.895857,83.521811 c 0,0 -5.9277895,0.707631 -6.0587314,3.817361 -0.130934,3.10973 3.8721164,3.176458 5.2255494,3.081817 1.353432,-0.09466 2.877415,-1.173118 2.738302,-3.162521 -0.139112,-1.989403 -2.097491,-6.099843 -6.62655,-5.783141 -4.5290645,0.316704 -5.8518631,4.583394 -5.7111357,6.595886 0.1407282,2.012495 1.9184736,2.985317 3.3092533,2.888063 1.3907804,-0.09725 5.2688574,-1.104407 4.7486204,-3.901196 -0.520236,-2.79679 -6.7523213,-2.939261 -6.7523213,-2.939261"
|
||||||
|
id="path5536"
|
||||||
|
sodipodi:nodetypes="czzzzzzzc" /><g
|
||||||
|
id="g7776"
|
||||||
|
transform="matrix(0.99748575,0.0692016,-0.07031588,0.99764235,-16.387003,-42.989261)"><path
|
||||||
|
style="color:#000000;fill:#9a5426;stroke:#000000;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;fill-opacity:1"
|
||||||
|
d="m 34.388672,79.154297 c -2.477021,0.173211 -4.170837,1.474829 -5.144531,2.978515 -0.973695,1.503687 -1.298195,3.169359 -1.214844,4.361329 0.08406,1.202116 0.683913,2.150495 1.460937,2.740234 0.777025,0.589739 1.716483,0.854314 2.59375,0.792969 0.817397,-0.05716 2.174502,-0.337626 3.386719,-1.027344 0.606109,-0.344859 1.176686,-0.797953 1.572266,-1.417969 0.39558,-0.620016 0.585677,-1.417744 0.425781,-2.277344 -0.175603,-0.94404 -0.835494,-1.636437 -1.59375,-2.105468 -0.758256,-0.469031 -1.646385,-0.761783 -2.501953,-0.964844 -1.049984,-0.249204 -1.414379,-0.22262 -2.041016,-0.269531 0.762965,-0.725532 1.703506,-1.320562 3.152344,-1.421875 a 0.69674999,0.69674999 0 0 0 0.646484,-0.742188 0.69674999,0.69674999 0 0 0 -0.742187,-0.646484 z m -4.117188,4.068359 c 0.222134,0.0077 1.373684,0.03553 2.779297,0.369141 0.767481,0.182155 1.535222,0.44869 2.091797,0.792969 0.556575,0.344278 0.870563,0.719475 0.955078,1.173828 0.100222,0.538793 1.89e-4,0.914976 -0.228515,1.273437 -0.228704,0.358461 -0.615664,0.688347 -1.087891,0.957031 -0.944455,0.537369 -2.22154,0.807563 -2.794922,0.847657 -0.513511,0.03591 -1.159573,-0.136238 -1.654297,-0.511719 -0.494723,-0.375481 -0.855442,-0.918139 -0.912109,-1.728516 -0.05234,-0.748436 0.217377,-2.032783 0.851562,-3.173828 z"
|
||||||
|
id="path5538" /><path
|
||||||
|
style="color:#000000;fill:#9a5426;stroke:#000000;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;fill-opacity:1"
|
||||||
|
d="m 34.388672,79.154297 a 0.69674999,0.69674999 0 0 0 -0.646485,0.742187 0.69674999,0.69674999 0 0 0 0.742188,0.646485 c 1.438022,-0.100556 2.458139,0.360228 3.322266,0.976562 -0.599559,0.110281 -0.923716,0.107681 -1.875,0.466797 -0.797712,0.301142 -1.620371,0.706623 -2.291016,1.294922 -0.670645,0.588299 -1.196296,1.405251 -1.238281,2.402344 -0.03901,0.926623 0.251195,1.719432 0.738281,2.289062 0.487086,0.569631 1.133106,0.918784 1.789062,1.142578 1.311913,0.447589 2.707593,0.42645 3.44336,0.375 0.842272,-0.05891 1.707104,-0.411595 2.371094,-1.072265 0.663989,-0.660671 1.096189,-1.653926 1.013671,-2.833985 -0.0831,-1.188351 -0.650638,-2.800034 -1.835937,-4.166015 -1.185299,-1.365981 -3.052458,-2.437142 -5.533203,-2.263672 z m 4.664062,3.480469 c 0.805871,1.058918 1.263172,2.311564 1.314453,3.044921 0.0566,0.809343 -0.203888,1.350427 -0.605468,1.75 -0.401581,0.399574 -0.97517,0.634172 -1.486328,0.669922 -0.617665,0.04319 -1.899297,0.03486 -2.894532,-0.304687 -0.497617,-0.169774 -0.912685,-0.413982 -1.18164,-0.728516 -0.268955,-0.314534 -0.430749,-0.695978 -0.404297,-1.324219 0.02349,-0.55777 0.287984,-0.995069 0.765625,-1.414062 0.477641,-0.418993 1.16268,-0.774581 1.863281,-1.039063 1.307897,-0.493739 2.458852,-0.631966 2.628906,-0.654296 z"
|
||||||
|
id="path5540" /><path
|
||||||
|
id="path5552"
|
||||||
|
style="color:#000000;fill:#9a5426;stroke:none;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;fill-opacity:1"
|
||||||
|
d="m 34.388818,79.154386 c -2.477018,0.173211 -4.171194,1.474701 -5.144887,2.978386 0.554074,-0.03875 1.394361,-0.119242 2.087986,-0.167745 0.762964,-0.725532 1.7038,-1.320663 3.152637,-1.421976 1.43802,-0.100556 2.458051,0.360125 3.322177,0.976459 0.55431,-0.03876 1.45774,-0.05574 2.114976,-0.101699 -1.185298,-1.365979 -3.052146,-2.436894 -5.532889,-2.263425 z" /><path
|
||||||
|
style="color:#000000;fill:none;stroke:#000000;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
|
d="M 36.89037,84.073825 C 36.608665,83.724091 36.254128,83.433734 35.875,83.199219 35.116744,82.730188 34.228615,82.437436 33.373047,82.234375 m -0.322266,1.357422 c 0.767481,0.182155 1.535222,0.44869 2.091797,0.792969"
|
||||||
|
id="path5559"
|
||||||
|
sodipodi:nodetypes="csccc" /><path
|
||||||
|
style="color:#000000;fill:#9a5426;stroke:none;stroke-width:1.3935;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;fill-opacity:1"
|
||||||
|
d="M 37.46875,85.304687 C 37.293147,84.360647 36.633256,83.66825 35.875,83.199219 35.116744,82.730188 34.228615,82.437436 33.373047,82.234375 32.323063,81.985171 31.958668,82.011755 31.332031,81.964844 l -1.060547,1.257812 c 0.222134,0.0077 1.373684,0.03553 2.779297,0.369141 0.767481,0.182155 1.535222,0.44869 2.091797,0.792969 0.556575,0.344278 0.870563,0.719475 0.955078,1.173828 z"
|
||||||
|
id="path5567"
|
||||||
|
sodipodi:nodetypes="cssccsscc" /></g></g><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manĝas brecon</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,204 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manĝas_fiŝon.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="1.8437501"
|
||||||
|
inkscape:cx="23.322033"
|
||||||
|
inkscape:cy="98.983045"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g4604" /><title
|
||||||
|
id="title4279">Gutkato manĝas fiŝon</title><defs
|
||||||
|
id="defs2"><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path1785"
|
||||||
|
id="use4480"
|
||||||
|
style="stroke-width:0.999999" /></clipPath></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g4507"
|
||||||
|
transform="rotate(-8,2.5845647,20.801243)"><g
|
||||||
|
id="g4604"
|
||||||
|
transform="rotate(4,259.34317,16.617502)"><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.427295,49.150916 c -2.238361,-0.599767 -3.878217,-3.141164 -5.798356,-3.141164 0,0 -4.87646,3.231241 -10.329868,3.231242 -5.2727848,10e-7 -8.4395155,-3.50353 -8.897957,-5.214457 0.4183404,-1.561268 3.8992496,-5.214456 8.897957,-5.214456 5.127997,0 10.329868,3.231242 10.329868,3.231242 1.829198,0 3.224376,-2.451468 5.798356,-3.141164 0,0 -1.058334,1.772792 -1.058334,2.562188 0,0.789396 1.058334,2.56219 1.058334,2.56219 0,0 -1.058334,1.770779 -1.058334,2.562191 0,0.791412 1.058334,2.562188 1.058334,2.562188 z"
|
||||||
|
id="path1785"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 9.7726205,39.602039 c 1.9008705,3.389457 1.4277695,6.57633 0,8.940006"
|
||||||
|
id="path2567"
|
||||||
|
sodipodi:nodetypes="cc" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 5.3793359,45.440809 c 0.9486631,0.184403 2.1270247,-0.05998 3.0568746,-0.380144"
|
||||||
|
id="path3515"
|
||||||
|
sodipodi:nodetypes="cc" /><g
|
||||||
|
id="g4474"
|
||||||
|
clip-path="url(#clipPath4478)"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use4451"
|
||||||
|
transform="translate(11.641668)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#g4434"
|
||||||
|
id="use4438"
|
||||||
|
transform="translate(4.2333335)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4420"
|
||||||
|
id="use4436"
|
||||||
|
transform="translate(3.7041668)" /><g
|
||||||
|
id="g4434"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3635"
|
||||||
|
id="use4422"
|
||||||
|
transform="translate(3.7041668)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3637"
|
||||||
|
id="use4424"
|
||||||
|
transform="translate(3.7041668)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4413"
|
||||||
|
id="use4426"
|
||||||
|
transform="translate(3.7041668)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3649"
|
||||||
|
id="use4428"
|
||||||
|
transform="translate(3.7041668)" /></g><g
|
||||||
|
id="use4420"
|
||||||
|
transform="translate(4.2333335)"><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use4440"
|
||||||
|
transform="rotate(-15,-0.04991836,44.448748)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use4442"
|
||||||
|
transform="rotate(30,-0.26611156,44.317836)" /><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 11.117558,45.358747 c 0,0 2.310735,-0.445963 2.310734,-1.334103 0,-0.88814 -2.304176,-1.330315 -2.304176,-1.330315"
|
||||||
|
id="path4444"
|
||||||
|
sodipodi:nodetypes="czc" /></g><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 13.412305,43.381489 c 0,0 2.232757,-0.743759 2.11683,-1.624301 -0.115925,-0.880542 -2.458104,-1.018179 -2.458104,-1.018179"
|
||||||
|
id="use3635"
|
||||||
|
sodipodi:nodetypes="czc" /><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 13.070221,47.313211 c 0,0 2.349176,-0.140536 2.465101,-1.021078 0.115925,-0.880542 -2.110823,-1.61969 -2.110823,-1.61969"
|
||||||
|
id="use3637"
|
||||||
|
sodipodi:nodetypes="czc" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3649"
|
||||||
|
id="use4413"
|
||||||
|
transform="matrix(1,0,0,-1,-2.6047274e-7,88.239105)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use3649"
|
||||||
|
transform="matrix(1,0,0,1.0000455,2.6458334,-1.7215101)"
|
||||||
|
style="stroke-width:0.999977" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path3625"
|
||||||
|
id="use3631"
|
||||||
|
transform="rotate(-15,-0.04991836,44.448748)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use3631"
|
||||||
|
id="use3633"
|
||||||
|
transform="rotate(30,-0.26611156,44.317836)" /><path
|
||||||
|
style="fill:#759c90;fill-opacity:1;stroke:#628278;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 11.117558,45.358747 c 0,0 2.310735,-0.445963 2.310734,-1.334103 0,-0.88814 -2.304176,-1.330315 -2.304176,-1.330315"
|
||||||
|
id="path3625"
|
||||||
|
sodipodi:nodetypes="czc" /></g><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 29.427295,49.150916 c -2.238361,-0.599767 -3.878217,-3.141164 -5.798356,-3.141164 0,0 -4.87646,3.231241 -10.329868,3.231242 -5.2727848,10e-7 -8.4395155,-3.50353 -8.897957,-5.214457 0.4183404,-1.561268 3.8992496,-5.214456 8.897957,-5.214456 5.127997,0 10.329868,3.231242 10.329868,3.231242 1.829198,0 3.224376,-2.451468 5.798356,-3.141164 0,0 -1.058334,1.772792 -1.058334,2.562188 0,0.789396 1.058334,2.56219 1.058334,2.56219 0,0 -1.058334,1.770779 -1.058334,2.562191 0,0.791412 1.058334,2.562188 1.058334,2.562188 z"
|
||||||
|
id="path3405"
|
||||||
|
sodipodi:nodetypes="ccscscczczc" /><circle
|
||||||
|
style="fill:#4e695f;fill-opacity:1;stroke:none;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
id="path3459"
|
||||||
|
cx="8.5360813"
|
||||||
|
cy="42.232941"
|
||||||
|
r="0.79374999" /></g></g><g
|
||||||
|
id="use3658"
|
||||||
|
transform="translate(3.7041668)" /><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manĝas fiŝon</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,131 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="128"
|
||||||
|
height="128"
|
||||||
|
viewBox="0 0 33.866666 33.866666"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="gutkato_manĝas_flaŭnon.svg"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
inkscape:export-filename="gutkato_manĝas_kuketon.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||||
|
id="namedview15"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#505050"
|
||||||
|
showgrid="false"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:zoom="7.9999999"
|
||||||
|
inkscape:cx="76.687501"
|
||||||
|
inkscape:cy="88.687501"
|
||||||
|
inkscape:window-width="1232"
|
||||||
|
inkscape:window-height="750"
|
||||||
|
inkscape:window-x="48"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g4935" /><title
|
||||||
|
id="title4279">Gutkato manĝas flaŭnon</title><defs
|
||||||
|
id="defs2"><linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient23378"><stop
|
||||||
|
style="stop-color:#7c2c00;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop23374" /><stop
|
||||||
|
style="stop-color:#7c2c00;stop-opacity:1;"
|
||||||
|
offset="0.17362186"
|
||||||
|
id="stop24112" /><stop
|
||||||
|
style="stop-color:#f6d884;stop-opacity:1;"
|
||||||
|
offset="0.48060822"
|
||||||
|
id="stop24114" /><stop
|
||||||
|
style="stop-color:#f6d884;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop23376" /></linearGradient><radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient23378"
|
||||||
|
id="radialGradient23384"
|
||||||
|
cx="14.228832"
|
||||||
|
cy="38.070026"
|
||||||
|
fx="14.228832"
|
||||||
|
fy="38.070026"
|
||||||
|
r="6.078032"
|
||||||
|
gradientTransform="matrix(-0.01125771,1.4169376,-3.6153413,-0.02858965,152.65836,19.196751)"
|
||||||
|
gradientUnits="userSpaceOnUse" /></defs><g
|
||||||
|
id="layer1"><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 6.3460128,10.987509 C 6.0131876,8.1033126 6.9112569,5.0355095 7.1713329,3.7040818 c 1.6823697,0.883682 3.1509471,1.8173157 5.1540591,3.4426941 3.460025,-0.9271224 7.675181,-0.4344139 10.458981,0.611344 2.188665,-1.101117 4.320882,-1.7567683 7.249119,-1.9517024 0.321474,1.7913943 -0.0283,5.5961075 -1.06115,7.5149165 1.483302,5.222627 1.500916,12.296756 -0.04318,13.840869 C 24.518229,31.573194 5.6799495,31.273305 4.0639285,25.242152 3.064468,21.512066 4.2865251,13.752064 6.3460128,10.987509 Z"
|
||||||
|
id="path236" /><ellipse
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.11668;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke markers fill;stop-color:#000000"
|
||||||
|
id="path6982"
|
||||||
|
cx="12.96371"
|
||||||
|
cy="12.570978"
|
||||||
|
rx="1.6752723"
|
||||||
|
ry="2.1418331"
|
||||||
|
transform="rotate(8)" /><use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#path6982"
|
||||||
|
id="use7712"
|
||||||
|
transform="translate(8.953004,0.69247082)"
|
||||||
|
style="stroke-width:1.07136" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.889183,18.104059 4.87622,-0.734341"
|
||||||
|
id="path7889" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 22.899838,20.260593 4.684517,0.851137"
|
||||||
|
id="path7891" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 8.2565339,17.019465 5.9675926,15.975012"
|
||||||
|
id="path7893" /><path
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="M 7.7354506,18.902572 5.5452359,18.75928"
|
||||||
|
id="path7895" /><g
|
||||||
|
id="g4935"
|
||||||
|
transform="matrix(1.2015067,0.04195754,-0.04205628,1.2043344,-1.6170535,-24.54565)"
|
||||||
|
style="stroke-width:0.830805"><ellipse
|
||||||
|
style="fill:#f6d884;fill-opacity:1;stroke:#000000;stroke-width:0.659451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
id="ellipse1813"
|
||||||
|
cx="15.049163"
|
||||||
|
cy="45.145294"
|
||||||
|
rx="5.8582716"
|
||||||
|
ry="1.3334901" /><path
|
||||||
|
id="path1811"
|
||||||
|
style="fill:url(#radialGradient23384);fill-opacity:1;stroke:#000000;stroke-width:0.439634;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="M 20.907321,45.145295 19.049576,38.212101 H 11.048635 L 9.1908909,45.145295"
|
||||||
|
sodipodi:nodetypes="cccc" /><path
|
||||||
|
id="path410"
|
||||||
|
style="fill:#7d2c00;stroke:none;stroke-width:0.659451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stop-color:#000000;fill-opacity:1"
|
||||||
|
d="m 19.049576,38.212101 c -1.055135,1.977932 -7.874309,1.388759 -8.000941,0 0,-0.736466 1.791072,-1.33349 4.000471,-1.33349 2.209398,0 4.00047,0.597024 4.00047,1.33349 z"
|
||||||
|
sodipodi:nodetypes="ccsc" /><path
|
||||||
|
id="path4202"
|
||||||
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.659451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;stroke-dasharray:none;stop-color:#000000"
|
||||||
|
d="m 20.907321,45.145295 -1.857745,-6.933194 m -8.000941,0 -1.8577441,6.933194"
|
||||||
|
sodipodi:nodetypes="cccc" /></g><path
|
||||||
|
style="fill:#ffdb26;fill-opacity:1;stroke:#000000;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:normal;stop-color:#000000"
|
||||||
|
d="m 10.004075,19.121173 c -1.4238886,3.039424 2.342169,4.371724 4.594902,1.690642 3.202672,3.608669 6.496348,1.194297 5.575255,-1.100462"
|
||||||
|
id="path7824" /></g><metadata
|
||||||
|
id="metadata4277"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:title>Gutkato manĝas flaŭnon</dc:title><dc:creator><cc:Agent><dc:title>Tirifto</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>gutkato</rdf:li><rdf:li>gutkatoj</rdf:li><rdf:li>federujo</rdf:li></rdf:Bag></dc:subject><cc:license
|
||||||
|
rdf:resource="http://artlibre.org/licence/lal" /><dc:description>Gutkato, destinita al uzo kiel glumarko aŭ propra bildosigno, ekzemple en Federujo aŭ aliaj retaj komunikiloj.</dc:description><dc:date>2024</dc:date></cc:Work><cc:License
|
||||||
|
rdf:about="http://artlibre.org/licence/lal"><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
|
||||||
|
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
|
||||||
|
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata></svg>
|
||||||
|
After Width: | Height: | Size: 7.7 KiB |