[scribus] scribus menubar icons in svg form.

William Bader williambader at hotmail.com
Sat Aug 8 16:32:19 UTC 2015



> Date: Sat, 8 Aug 2015 10:28:38 -0400
> From: John at wexfordpress.com
> To: scribus at lists.scribus.net
> Subject: [scribus] scribus menubar icons in svg form.
> 
> I am still searching for the svg versions of
> the menu bar icons as used in 1.5.1. I need
> them for a guide I am writing. Can anyone point
> me in the right direction? I have looked in
> /usr/local/src/s151/svn/resources/iconsets/1_5_1
> and searched for similar names online with svg
> suffixes but that didn't yield useful results.
> 
> 
> -- 
> John Culleton
> Wexford Press
> Book layout, typesetting and Indexing
> Free list of books for self-publishers:
> http://wexfordpress.net/shortlist.html

In scribus/actionmanager.cpp , it looks like the menu items are built with PNG files.  If you don't have the source, there is an old copy at http://sourceforge.net/p/scribus/gsoc11tables/ci/b51a79ae19861b830948f1033f81e118d9ad5ab2/tree/Scribus/scribus/actionmanager.cpp
I checked the SVN source with several methods and didn't find many files with SVG.
I first tried
  find . -type f -name '*svg'
and then
  find * -type f -print0 | xargs -0 file | grep SVG
and then
  grep -rli '<svg' *
which lists
OSX-package/inputs/scribus-icon2.svg
dtd/scribus13.xml
dtd/scribus.dtd
resources/editorconfig/dot.svg
resources/iconsets/1_5_0/other/scribus-icon.svg
resources/iconsets/1_5_0/other/scribus-icon-onpaper.svg
resources/iconsets/1_5_0/other/scribus-pen.svg
scribus/plugins/export/svgexplugin/svgexplugin.cpp
scribus/plugins/import/svg/svgplugin.h
scribus/plugins/import/svg/svgplugin.cpp
scribus/plugins/picbrowser/icons/sarxos_Paper_Sheets.svg
scribus/plugins/picbrowser/icons/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg
scribus/plugins/picbrowser/icons/pitr_green_arrows_set_1.svg
scribus/plugins/picbrowser/icons/sarxos_Simple_Folder_Seek.svg
scribus/plugins/picbrowser/icons/pitr_green_arrows_set_5.svg
scribus/third_party/lib2geom/path.h
scribus/third_party/lib2geom/svg-path.cpp
scribus/third_party/lib2geom/svg-path.h
Regards, William

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus/attachments/20150808/978e485a/attachment.html>


More information about the scribus mailing list