[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convert BMP to PNG on lua.org
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 25 Nov 2016 11:23:30 -0200
> Should the text and the inner circle be white or transparent?
> Should the text be vectorized (and if not, what font is used in the
> original logo)?
The vector definition of the Lua logo are the PostScript programs available at
http://www.lua.org/images/
It contains these definitions, which are marked "DO NOT CHANGE":
/PLANETCOLOR {0 0 0.5 setrgbcolor} bind def
/HOLECOLOR {1.0 setgray} bind def
/ORBITCOLOR {0.5 setgray} bind def
/LOGOFONT {/Helvetica 0.90} def
/LABELFONT {/Helvetica 0.36} def