<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.atlaws.eu/index.php?action=history&amp;feed=atom&amp;title=Datei%3ALua-Logo.svg</id>
	<title>Datei:Lua-Logo.svg - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.atlaws.eu/index.php?action=history&amp;feed=atom&amp;title=Datei%3ALua-Logo.svg"/>
	<link rel="alternate" type="text/html" href="https://wiki.atlaws.eu/index.php?title=Datei:Lua-Logo.svg&amp;action=history"/>
	<updated>2026-09-17T01:43:12Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in RI Wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.atlaws.eu/index.php?title=Datei:Lua-Logo.svg&amp;diff=290&amp;oldid=prev</id>
		<title>Andreas.Czak: Quelle:
https://de.wikipedia.org/wiki/Datei:Lua-Logo.svg

PostScript source:

%!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…</title>
		<link rel="alternate" type="text/html" href="https://wiki.atlaws.eu/index.php?title=Datei:Lua-Logo.svg&amp;diff=290&amp;oldid=prev"/>
		<updated>2024-08-27T11:56:54Z</updated>

		<summary type="html">&lt;p&gt;Quelle: https://de.wikipedia.org/wiki/Datei:Lua-Logo.svg  PostScript source:  %!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…&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Quelle:&lt;br /&gt;
https://de.wikipedia.org/wiki/Datei:Lua-Logo.svg&lt;br /&gt;
&lt;br /&gt;
PostScript source:&lt;br /&gt;
&lt;br /&gt;
%!PS-Adobe-2.0 EPSF-2.0&lt;br /&gt;
%%Title: Lua-Logo&lt;br /&gt;
%%Creator: lua@tecgraf.puc-rio.br&lt;br /&gt;
%%CreationDate: Wed Nov 29 19:02:41 EDT 2000&lt;br /&gt;
%%BoundingBox: -45 0 1035 1080&lt;br /&gt;
%%Pages: 1&lt;br /&gt;
%%EndComments&lt;br /&gt;
%%EndProlog&lt;br /&gt;
&lt;br /&gt;
%------------------------------------------------------------------------------&lt;br /&gt;
% Graphic design by Alexandre Nakonechnyj.&lt;br /&gt;
% PostScript programming by the Lua team.&lt;br /&gt;
% This code is hereby placed in the public domain.&lt;br /&gt;
%&lt;br /&gt;
% Permission is hereby granted, without written agreement and without license&lt;br /&gt;
% or royalty fees, to use, copy, and distribute this logo for any purpose,&lt;br /&gt;
% including commercial applications, subject to the following conditions:&lt;br /&gt;
%&lt;br /&gt;
% * The origin of this logo must not be misrepresented; you must not&lt;br /&gt;
%   claim that you drew the original logo. We recommend that you give credit&lt;br /&gt;
%   to the graphics designer in all printed matter that includes the logo.&lt;br /&gt;
%&lt;br /&gt;
% * The only modification you can make is to adapt the orbiting text to&lt;br /&gt;
%   your product name.&lt;br /&gt;
%&lt;br /&gt;
% * The logo can be used in any scale as long as the relative proportions&lt;br /&gt;
%   of its elements are maintained.&lt;br /&gt;
%------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
/PLANETCOLOR    {0 0 0.5 setrgbcolor} bind def&lt;br /&gt;
/HOLECOLOR      {1.0 setgray} bind def&lt;br /&gt;
/ORBITCOLOR     {0.5 setgray} bind def&lt;br /&gt;
/LOGOFONT       {/Helvetica 0.90} def&lt;br /&gt;
/LABELFONT      {/Helvetica 0.36} def&lt;br /&gt;
%------------------------------------------------------------------------------&lt;br /&gt;
/MOONCOLOR      {PLANETCOLOR} bind def&lt;br /&gt;
/LOGOCOLOR      {HOLECOLOR} bind def&lt;br /&gt;
/LABELCOLOR     {ORBITCOLOR} bind def&lt;br /&gt;
&lt;br /&gt;
/LABELANGLE     125 def&lt;br /&gt;
/LOGO           (Lua) def&lt;br /&gt;
&lt;br /&gt;
/DASHANGLE      10 def&lt;br /&gt;
/HALFDASHANGLE  DASHANGLE 2 div def&lt;br /&gt;
&lt;br /&gt;
% moon radius. planet radius is 1.&lt;br /&gt;
/r 1 2 sqrt 2 div sub def&lt;br /&gt;
&lt;br /&gt;
/D {0 360 arc fill} bind def&lt;br /&gt;
/F {exch findfont exch scalefont setfont} bind def&lt;br /&gt;
&lt;br /&gt;
% place it nicely on the paper&lt;br /&gt;
/RESOLUTION     1024 def&lt;br /&gt;
RESOLUTION 2 div dup translate&lt;br /&gt;
RESOLUTION 2 div 2 sqrt div dup scale&lt;br /&gt;
&lt;br /&gt;
%-------------------------------------------------------------------- planet --&lt;br /&gt;
PLANETCOLOR&lt;br /&gt;
0 0 1 D&lt;br /&gt;
%---------------------------------------------------------------------- hole --&lt;br /&gt;
HOLECOLOR&lt;br /&gt;
1 2 r mul sub dup r D&lt;br /&gt;
%---------------------------------------------------------------------- moon --&lt;br /&gt;
MOONCOLOR&lt;br /&gt;
1 1 r D&lt;br /&gt;
%---------------------------------------------------------------------- logo --&lt;br /&gt;
LOGOCOLOR&lt;br /&gt;
LOGOFONT&lt;br /&gt;
F&lt;br /&gt;
LOGO stringwidth pop 2 div neg&lt;br /&gt;
-0.5 moveto&lt;br /&gt;
LOGO show&lt;br /&gt;
%--------------------------------------------------------------------- orbit --&lt;br /&gt;
ORBITCOLOR&lt;br /&gt;
0.03 setlinewidth&lt;br /&gt;
[1 r add 3.1415926535 180 div HALFDASHANGLE mul mul] 0 setdash&lt;br /&gt;
newpath&lt;br /&gt;
0 0&lt;br /&gt;
1 r add&lt;br /&gt;
3 copy&lt;br /&gt;
27 57&lt;br /&gt;
arcn&lt;br /&gt;
stroke&lt;br /&gt;
&lt;br /&gt;
%----------------------------------------------------------------- copyright --&lt;br /&gt;
/COPYRIGHT&lt;br /&gt;
(Graphic design by A. Nakonechnyj. Copyright (c) 1998, All rights reserved.)&lt;br /&gt;
def&lt;br /&gt;
&lt;br /&gt;
LABELCOLOR&lt;br /&gt;
LOGOFONT&lt;br /&gt;
32 div&lt;br /&gt;
F&lt;br /&gt;
2 sqrt 0.99 mul&lt;br /&gt;
dup&lt;br /&gt;
neg&lt;br /&gt;
moveto&lt;br /&gt;
COPYRIGHT&lt;br /&gt;
90 rotate&lt;br /&gt;
&lt;br /&gt;
%show&lt;br /&gt;
%---------------------------------------------------------------------- done --&lt;br /&gt;
showpage&lt;br /&gt;
&lt;br /&gt;
%%Trailer&lt;br /&gt;
%%EOF&lt;/div&gt;</summary>
		<author><name>Andreas.Czak</name></author>
	</entry>
</feed>