Need svg icons for Inkscape

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

Need svg icons for Inkscape

#1 Post by 666philb »

i really like the new puppy standard icon them but have trouble distinguishing between the tar.gz, sfs & pet icons. they are too dark and unreadable in rox when you have small icons view.

so i installed inkscape and had a go at recreating the old .png icons as svgs.
after 3 hours of hair pulling i came to the conclusion that i never ever want to be an svg artist! :D

however i did produce some svgs that resemble the older png icons, but they don't display the correct size in rox.

if anyone can help it would be most appreciated
Attachments
capture7790.png
the old png
(58.15 KiB) Downloaded 529 times
capture1609.png
my new svg effort
(34.05 KiB) Downloaded 527 times
puppy-old-pngs.tar.zip
(6.93 KiB) Downloaded 167 times
puppy-svgs.tar.zip
(12.25 KiB) Downloaded 189 times
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#2 Post by nilsonmorales »

--------------------------------
Edit
1- selection tool
2- resize image
3- check page size
Image
4-document properties
5-set the size
7-(forget step 6 :)) resize page to drawin
Image
save as..
Image
hope help you.
Attachments
pets-images-svg.tar.gz
(9.93 KiB) Downloaded 241 times
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

Re: Need svg icons for Inkscape

#3 Post by 01micko »

666philb wrote:i really like the new puppy standard icon them but have trouble distinguishing between the tar.gz, sfs & pet icons. they are too dark and unreadable in rox when you have small icons view.

so i installed inkscape and had a go at recreating the old .png icons as svgs.
after 3 hours of hair pulling i came to the conclusion that i never ever want to be an svg artist! :D

however i did produce some svgs that resemble the older png icons, but they don't display the correct size in rox.

if anyone can help it would be most appreciated
puppy_icon_theme README wrote:Artwork

I am no artist! ( @01micko ). Some of the icons could do with some (a lot?) of work. Feel free to send in your pull requests but no icons built from InkScape or other SVG editors please.
(emphasis mine)

I have nothing against other editors. In fact they are great but they do add bloat. Take for instance some icons I knocked up to address your concerns (see screencap):

Code: Select all

# for i in *;do echo -n "$i "; stat -c %s $i;done
application-pet.svg 2060
application-x-squashfs-image.svg 1366
pet481.svg 17548
pet-template.svg 13974
I've attached a package with the icons which can be used (ootb hopefully) to rebuild the puppy standard theme. Just replace the ones in the source package and rebuild. (See the github page and download the source and follow instructions.) You'll notice the header gets changed for different sizes which would be a monumental amount of work to code to support inkscape created icons and those from other editors.

I'll get round to repackaging the theme soon as I have made many other icons to add and fixed some bugs.

BTW: nice looking icons @nilsonmorales 8)

EDIT:
Ok, I rebuilt the entire theme. Definitely an improvement distinguishing between a tarball and a pet/sfs. See attach tarball and remove fake .gz as forum wont accept .xz compressed mimetype.
Attachments
Puppy_Standard.tar.xz.gz
REMOVE FAKE GZ, then EXTRACT and pop into /usr/share/icons/
(64.68 KiB) Downloaded 225 times
PET3.jpg
view of icons in firefox @ 16x16,48x48 and 256x256
(22.93 KiB) Downloaded 342 times
PET2.jpg
standard view
(17.06 KiB) Downloaded 332 times
PET.jpg
small view
(46.49 KiB) Downloaded 328 times
pet-icons.tar.gz
includes my .pet and .sfs mime icons plus the modded ones by nilson
(10.99 KiB) Downloaded 233 times
Puppy Linux Blog - contact me for access

User avatar
souleau
Posts: 148
Joined: Sun 23 Oct 2016, 15:24

Re: Need svg icons for Inkscape

#4 Post by souleau »

01micko wrote:I have nothing against other editors. In fact they are great but they do add bloat.
Inkscape is no stranger to bloat by any means either.

If you would like to remove any unneccessary code and dramatically reduce the size of any svg, you can go to this website, submit your image, and save it without bloat.

https://jakearchibald.github.io/svgomg/

However, if you choose to embed bitmaps like jpg's or png's inside your svg, you should not expect any miracles.

There are two other tricks for reducing the size of an svg in Inkscape. One is to reduce the number of nodes, which is often possible. The second is to snap the nodes you have to the grid as much as you can, so that the vector coordinates do not have to be defined with decimal points.

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

I made this some time ago.

#5 Post by wow »

[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#6 Post by 666philb »

thanks everyone for the replies!

nilsonmorales your svg version of the original .pet icon is amazing, much better than mine :)
it was the gradient tool in inkscape that had me pulling my hair out, hence no gradients on my version.

but 01micko has now updated the puppy_icon_theme and fixed the issues i mentioned, so i'm happy with that now
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Post Reply