From 7d224133845195d2318e88d2a34a4f0716929931 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Thu, 8 Aug 2019 14:31:12 +0200 Subject: Small improvements, add breadsnoot with white fur --- .blobfoxrealisticbreadsnoot.svg | 328 +++++++++++++++++++++++++ .blobfoxrealisticbreadsnootgoogly.svg | 360 +++++++++++++++++++++++++++ blobfoxartist.svg | 83 +++---- blobfoxbreadsnoot.svg | 6 +- blobfoxbreadsnoot2.svg | 412 +++++++++++++++++++++++++++++++ blobfoxbreadsnoot2googly.svg | 444 ++++++++++++++++++++++++++++++++++ blobfoxrealisticbreadsnoot.svg | 328 ------------------------- blobfoxrealisticbreadsnootgoogly.svg | 360 --------------------------- gen.sh | 2 +- 9 files changed, 1587 insertions(+), 736 deletions(-) create mode 100644 .blobfoxrealisticbreadsnoot.svg create mode 100644 .blobfoxrealisticbreadsnootgoogly.svg create mode 100644 blobfoxbreadsnoot2.svg create mode 100644 blobfoxbreadsnoot2googly.svg delete mode 100644 blobfoxrealisticbreadsnoot.svg delete mode 100644 blobfoxrealisticbreadsnootgoogly.svg diff --git a/.blobfoxrealisticbreadsnoot.svg b/.blobfoxrealisticbreadsnoot.svg new file mode 100644 index 0000000..2193c04 --- /dev/null +++ b/.blobfoxrealisticbreadsnoot.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.blobfoxrealisticbreadsnootgoogly.svg b/.blobfoxrealisticbreadsnootgoogly.svg new file mode 100644 index 0000000..43d0182 --- /dev/null +++ b/.blobfoxrealisticbreadsnootgoogly.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/blobfoxartist.svg b/blobfoxartist.svg index 4cc3c92..08cf5ae 100644 --- a/blobfoxartist.svg +++ b/blobfoxartist.svg @@ -92,9 +92,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="1.4" - inkscape:cx="-267.04324" - inkscape:cy="279.3527" + inkscape:zoom="1" + inkscape:cx="-756.95984" + inkscape:cy="374.12502" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -260,47 +260,42 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="ccsccc" /> - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/blobfoxbreadsnoot2googly.svg b/blobfoxbreadsnoot2googly.svg new file mode 100644 index 0000000..92905ab --- /dev/null +++ b/blobfoxbreadsnoot2googly.svg @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/blobfoxrealisticbreadsnoot.svg b/blobfoxrealisticbreadsnoot.svg deleted file mode 100644 index c382792..0000000 --- a/blobfoxrealisticbreadsnoot.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/blobfoxrealisticbreadsnootgoogly.svg b/blobfoxrealisticbreadsnootgoogly.svg deleted file mode 100644 index 43d0182..0000000 --- a/blobfoxrealisticbreadsnootgoogly.svg +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gen.sh b/gen.sh index 4a01bb6..ac03703 100755 --- a/gen.sh +++ b/gen.sh @@ -21,7 +21,7 @@ CHECKSUM=`sha256sum -z blobfox.zip | awk '{ print $1 }'` cd ../export_flip -rm blobfoxsign*.png blobfoxconfused.png blobfoxbottompeek2.png blobfoxbreadsnoot*.png +rm blobfoxsign*.png blobfoxconfused.png blobfoxbottompeek2.png blobfoxbreadsnoot*.png blobfoxrealisticbreadsnoot*.png find . -type f -iname '*.png' -exec sh -c 'x=${0#./blobfox}; mv blobfox$x revblobfox$x' {} \; mogrify -flop *.png FILELIST=`find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; printf "%s:%s|" ${x%.png} $x' {} \;` -- cgit v1.2.3-70-g09d2