檔案:Lua-logo.svg

出自萌娘共享
跳至導覽 跳至搜尋

原始檔案(SVG 檔案,表面大小:947 × 947 像素,檔案大小:2 KB)

檔案說明

PostScript source

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

源地址:http://www.lua.org/images/

授權協議

PD-icon.svg
本作品因除作者離世超過一定年限之外的其他原因而流入公有領域

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2021年12月17日 (五) 17:08於 2021年12月17日 (五) 17:08 版本的縮圖947 × 947(2 KB)Vcfch843875618留言 | 貢獻== PostScript source == <source lang="latex"> %!PS-Adobe-2.0 EPSF-2.0 %%Title: Lua-Logo %%Creator: [email protected] %%CreationDate: Wed Nov 29 19:02:41 EDT 2000 %%BoundingBox: -45 0 1035 1080 %%Pages: 1 %%EndComments %%EndProlog %---------------…

沒有使用此檔案的頁面。

全域檔案使用狀況

詮釋資料