<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>> Date: Sat, 8 Aug 2015 10:28:38 -0400<br>> From: John@wexfordpress.com<br>> To: scribus@lists.scribus.net<br>> Subject: [scribus] scribus menubar icons in svg form.<br>> <br>> I am still searching for the svg versions of<br>> the menu bar icons as used in 1.5.1. I need<br>> them for a guide I am writing. Can anyone point<br>> me in the right direction? I have looked in<br>> /usr/local/src/s151/svn/resources/iconsets/1_5_1<br>> and searched for similar names online with svg<br>> suffixes but that didn't yield useful results.<br>> <br>> <br>> -- <br>> John Culleton<br>> Wexford Press<br>> Book layout, typesetting and Indexing<br>> Free list of books for self-publishers:<br>> http://wexfordpress.net/shortlist.html<br></div><div><br></div><div>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 <a href="http://sourceforge.net/p/scribus/gsoc11tables/ci/b51a79ae19861b830948f1033f81e118d9ad5ab2/tree/Scribus/scribus/actionmanager.cpp" target="_blank" style="font-size: 12pt;">http://sourceforge.net/p/scribus/gsoc11tables/ci/b51a79ae19861b830948f1033f81e118d9ad5ab2/tree/Scribus/scribus/actionmanager.cpp</a></div><div><br></div><div>I checked the SVN source with several methods and didn't find many files with SVG.</div><div><br></div><div>I first tried</div><div><br></div><div>  find . -type f -name '*svg'</div><div><br></div><div>and then</div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">  find * -type f -print0 | xargs -0 file | grep SVG</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">and then</span></div><div><span style="font-size: 12pt;"><br></span></div><div><div>  grep -rli '<svg' *</div><div><br></div><div>which lists</div><div><br></div><div>OSX-package/inputs/scribus-icon2.svg</div><div><br></div><div>dtd/scribus13.xml</div><div><br></div><div>dtd/scribus.dtd</div><div><br></div><div>resources/editorconfig/dot.svg</div><div><br></div><div>resources/iconsets/1_5_0/other/scribus-icon.svg</div><div><br></div><div>resources/iconsets/1_5_0/other/scribus-icon-onpaper.svg</div><div><br></div><div>resources/iconsets/1_5_0/other/scribus-pen.svg</div><div><br></div><div>scribus/plugins/export/svgexplugin/svgexplugin.cpp</div><div><br></div><div>scribus/plugins/import/svg/svgplugin.h</div><div><br></div><div>scribus/plugins/import/svg/svgplugin.cpp</div><div><br></div><div>scribus/plugins/picbrowser/icons/sarxos_Paper_Sheets.svg</div><div><br></div><div>scribus/plugins/picbrowser/icons/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg</div><div><br></div><div>scribus/plugins/picbrowser/icons/pitr_green_arrows_set_1.svg</div><div><br></div><div>scribus/plugins/picbrowser/icons/sarxos_Simple_Folder_Seek.svg</div><div><br></div><div>scribus/plugins/picbrowser/icons/pitr_green_arrows_set_5.svg</div><div><br></div><div>scribus/third_party/lib2geom/path.h</div><div><br></div><div>scribus/third_party/lib2geom/svg-path.cpp</div><div><br></div><div>scribus/third_party/lib2geom/svg-path.h</div></div><div><br></div><div>Regards, William</div><div><br></div><div><br></div>                                      </div></body>
</html>