Voor informatie over deze afbeelding, zie de beschrijving op Wikimedia Commons. Daar staat ook informatie over de gebruiksrechten. U kunt daar ook informatie toevoegen over de afbeelding.
Dit bestand, of de tekst erin afgebeeld, bestaat enkel uit simpele geometrische vormen en tekst. Het voldoet niet aan de drempel van originaliteit (Engels) en bevindt zich daarom in het publiek domein. Hoewel de afbeelding vrij is van copyrightrestricties kan het zijn dat deze afbeelding onderhevig is aan andere restricties. Zie WP:PD § Fonts of Template talk:PD-textlogo voor meer informatie.
Deze tekst of afbeelding bevat materiaal dat mogelijk beschermd wordt door het merkenrecht in één of meer rechtsgebieden. Zorg dat u hebt vastgesteld dat u de content volgens het voor u geldende recht kunt inzetten. U bent verantwoordelijk voor het eventueel inbreuk maken op een merk van iemand anders. Zie onze general disclaimer. Deze banner zegt niets over de auteursrechten die van toepassing zijn. Een normale auteursrechten-tag is nodig.Zie Commons:Licensing voor meer informatie.
%!PS-Adobe-2.0 EPSF-2.0%%Title: Lua-Logo%%Creator: lua@tecgraf.puc-rio.br%%CreationDate: Wed Nov 29 19:02:41 EDT 2000%%BoundingBox: -45 0 1035 1080%%Pages: 1%%EndComments%%EndProlog%------------------------------------------------------------------------------% Graphic design by Alexandre Nakonechnyj.% PostScript programming by the Lua team.% This code is hereby placed in the public domain.%% Permission is hereby granted, without written agreement and without license% or royalty fees, to use, copy, and distribute this logo for any purpose,% including commercial applications, subject to the following conditions:%% * The origin of this logo must not be misrepresented; you must not% claim that you drew the original logo. We recommend that you give credit% to the graphics designer in all printed matter that includes the logo.%% * The only modification you can make is to adapt the orbiting text to% your product name.%% * The logo can be used in any scale as long as the relative proportions% of its elements are maintained.%------------------------------------------------------------------------------
/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
%------------------------------------------------------------------------------
/MOONCOLOR {PLANETCOLOR} bind def
/LOGOCOLOR {HOLECOLOR} bind def
/LABELCOLOR {ORBITCOLOR} bind def
/LABELANGLE 125 def
/LOGO (Lua) def
/DASHANGLE 10 def
/HALFDASHANGLE DASHANGLE 2 div def
% moon radius. planet radius is 1.
/r 1 2 sqrt 2 div sub def
/D {0 360 arc fill} bind def
/F {exch findfont exch scalefont setfont} bind def
% place it nicely on the paper
/RESOLUTION 1024 def
RESOLUTION 2 div dup translate
RESOLUTION 2 div 2 sqrt div dup scale
%-------------------------------------------------------------------- planet --
PLANETCOLOR
0 0 1 D
%---------------------------------------------------------------------- hole --
HOLECOLOR
1 2 r mul sub dup r D
%---------------------------------------------------------------------- moon --
MOONCOLOR
1 1 r D
%---------------------------------------------------------------------- logo --
LOGOCOLOR
LOGOFONT
F
LOGO stringwidth pop 2 div neg
-0.5 moveto
LOGO show
%--------------------------------------------------------------------- orbit --
ORBITCOLOR
0.03 setlinewidth
[1 r add 3.1415926535 180 div HALFDASHANGLE mul mul] 0 setdash
newpath
0 0
1 r add
3 copy
27 57
arcn
stroke
%----------------------------------------------------------------- copyright --
/COPYRIGHT
(Graphic design by A. Nakonechnyj. Copyright (c) 1998, All rights reserved.)
def
LABELCOLOR
LOGOFONT
32 div
F
2 sqrt 0.99 mul
dup
neg
moveto
COPYRIGHT
90 rotate
%show%---------------------------------------------------------------------- done --
showpage
%%Trailer%%EOF
Oorspronkelijk uploadlogboek
Verplaatst vanaf de.wikipedia naar Commons door Wdwdbot met behulp van script bot_filetrans.pl.
De oorspronkelijke beschrijving van deze afbeelding stond hier. Alle volgende gebruikersnamen verwijzen naar de.wikipedia.
2010-08-19 09:08:32 Lumu (2085 Bytes) {{Information |Beschreibung = Logo der Scriptsprache [[Lua]] |Quelle = http://www.lua.org/images/<br />svg aus dem PostScript-Quelltext (siehe unten) erzeugt von [[Benutzer:Lumu|Lumu]] |Urheber = Alexandre Nakonechnyj (Grafik-Design) und Lua-Team (PostScript-Code)