← Back to team overview

kicad-developers team mailing list archive

Re: new bitmaps

 

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?




References