ملف:Lua-Logo.svg

محتويات الصفحة غير مدعومة بلغات أخرى.
من ويكيبيديا، الموسوعه الحره

الصوره الاصليه(ملف SVG، اساسا 947 × 947 بكسل، حجم الملف: 2 كيلوبايت)

الملف دا من ويكيميديا كومنز و ممكن تستعمله المشاريع التانيه. الوصف بتاعه صفحة وصف الملف هناك معروض تحت..

الخلاصة

وصف
English: Logo from the programming language Lua
Deutsch: Logo der Scriptsprache Lua
تاريخ
مصدر

http://www.lua.org/images/

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 domain
تتألَّف هذه الصورة من أشكالٍ هندسيَّة بسيطةٍ لا غير وقد تحتوي على نصٍّ بسيط، وهذه العناصر لا تتجاوز عتبة الأصالة، ولذلك فإِنَّ هذا العمل يقع في النِّطاق العامّ.
Trademarked يحتوي هذا العمل على موادٍ يُمكِن أَن تخضع لقوانين العلامات التجارية في واحدةٍ أَو أَكثر مِن الولايات القضائيَّة. قبل استخدام هذا المُحتوَى، تأكَّد مِن أَنَّ لديك الحقَّ في الاستخدام ضمن إِطار القوانين التي تُطبَّق عليك في ظروف الاستخدام. أنت وحدكَ المَسؤُول عن ضمان أَلا تَعتدي على حقوق مالِكي هذه العلامة التِّجاريَّة. انظر إلى صفحتنا لإِخلاء المَسؤولية العامَّة. لا يُشير استخدام هذه العلامة إلى تأييدٍ مِن أصحاب لويكيميديا كُومِنز أو مؤسسة ويكيميديا، والعكس بالعكس.


لا يُشير هذه الوَسم إلى حالة حقوق التَّأليف والنَّشر الخاصَّة بالعمل المُرفَق؛ لا يزال وَسم حقوق التَّأليف والنَّشر مَطلُوباً، راجع كومنز:ترخيص لمزيدٍ من المعلومات.

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

سجلُّ الرَّفع الأصيل

نُقِلت من de.wikipedia إلى كُومُنز بواسطة Wdwdbot باستخدام script bot_filetrans.pl.

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)

الشروحات

أضف شرحاً من سطر واحد لما يُمثِّله هذا الملف
Logo for the programming language Lua

العناصر المصورة في هذا الملف

يُصوِّر العربية

29 نوفمبر 2000

نوع الوسائط العربية

image/svg+xml

تاريخ الفايل

اضغط على الساعه/التاريخ علشان تشوف الفايل زى ما كان فى الوقت ده.

الساعه / التاريخصورة صغيرةابعاديوزرتعليق
دلوقتي02:49، 7 يناير 2015تصغير للنسخة بتاريخ 02:49، 7 يناير 2015947 × 947 (2 كيلوبايت)WdwdbotBot Move: Original uploader of this revision (#1) was Lumu at de.wikipedia

أكتر من 100 صفحة تصل للملف ده . القائمة التالية تعرض أول 100 وصلة صفحة للملف ده بس. قائمة كاملة متوفرة.

عرض لينكات اكتر للملف دا.

استخدام الملف العام

بيانات ميتا