파일:Lua-Logo.svg
이삭위키
둘러보기로 이동
검색으로 이동
SVG 파일의 PNG 형식의 미리보기 크기: 600 × 600 픽셀. 다른 해상도: 240 × 240 픽셀 | 480 × 480 픽셀 | 768 × 768 픽셀 | 1,024 × 1,024 픽셀 | 2,048 × 2,048 픽셀 | 947 × 947 픽셀
원본 파일 (SVG 파일, 실제 크기 947 × 947 픽셀, 파일 크기: 2 KB)
이 파일은 위키미디어 공용에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.
파일 설명
설명Lua-Logo.svg |
English: Logo from the programming language Lua
Deutsch: Logo der Scriptsprache Lua |
날짜 | |
출처 |
English: svg from PostScript Source (see below) created from Lumu
Deutsch: svg aus dem PostScript-Quelltext (siehe unten) erzeugt von Lumu |
저자 |
English: Alexandre Nakonechnyj (Graphic design) and Lua team (PostScript code)
Deutsch: Alexandre Nakonechnyj (Grafik-Design) und Lua-Team (PostScript-Code) |
SVG 발전 InfoField | 이 벡터 그림은 Adobe Illustrator(으)로 제작되었습니다. |
라이선스
Public domainPublic domainfalsefalse |
이 그림 혹은 그림에 묘사된 문구는 매우 단순한 형태를 가지고 있습니다. 이 그림은 저작권 보호에 필요한 창작성을 발견할 수 없다고 판단되며, 따라서 퍼블릭 도메인으로 제공됩니다. 이 그림은 저작권의 제약에서는 자유롭지만 다른 제한에 대한 여지가 있을 수 있습니다. 자세한 내용은 WP:PD § Fonts나 Template talk:PD-textlogo를 참조하십시오.
|
이 저작물에는 상표권에 의해 제약을 받을 수 있는 요소가 포함되어 있습니다. 이 저작물을 사용하기 전에, 사용하려는 목적이 상표권 법률상 문제가 없는지를 반드시 확인해 주시기 바랍니다. 상표권 침해에 대한 책임은 전적으로 이 저작물을 사용하는 사람에게 있습니다. 자세한 사항은 면책 조항을 참고해주세요. 이 저작물을 사용하는 것은 위키미디어 공용이나 위키미디어 재단의 승인을 받았다는 것을 의미하지 않으며, 그 반대의 경우 또한 아닙니다. 이 태그는 첨부된 저작물의 저작권 상태를 나타내지 않습니다. 일반 저작권 태그는 여전히 필요합니다. Commons:라이선스를 참고하십시오. |
ยกเลิกการล็อคยูส
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 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
기존 올리기 기록
Wdwdbot 사용자가 script bot_filetrans.pl 도구를 사용하여 de.wikipedia에서 공용으로 옮겨왔습니다.
The original description page was here. All following user names refer to 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)
이 파일에 묘사된 항목
다음을 묘사함
29 11 2000
image/svg+xml
파일 역사
날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.
날짜/시간 | 섬네일 | 크기 | 사용자 | 설명 | |
---|---|---|---|---|---|
현재 | 2015년 1월 7일 (수) 11:49 | 947 × 947 (2 KB) | wikimediacommons>Wdwdbot | Bot Move: Original uploader of this revision (#1) was Lumu at de.wikipedia |
이 파일을 사용하는 문서
다음 파일 1개가 이 파일과 중복됩니다 (자세한 정보):
이 파일을 사용하는 문서가 없습니다.