On 09/08/2011 05:50 AM, fabrizio wrote:
> Hello,
> can somebody please point out how to (use cmake to) build new icons
> from .svg files.
>
> thanks
> Fabrizio

We do this now in some places with:

        wxBitmap    bitmap = KiBitmap( icon_kicad_xpm  );
        wxIcon      icon;

        icon.CopyFromBitmap( bitmap );


Is this not working?



_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to