Оригинална датотека(SVG датотека, номинално 767 × 264 пиксела, величина: 31 kB)

Опис измене

Опис Illustration of labeling of vertices on a five sided polygon, including the convention that vertex zero is the same as the last vertex.
Датум
Извор Сопствено дело
Аутор Qef
Остале верзије LabeledPolygon.png
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with MetaPost.
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Изворни код
InfoField

PostScript code

mpost fig.mp
ps2pdf -dEPSCrop fig.1 fig.pdf
pstoedit -page 1 -dt -xscale 2 -yscale 2 -f sk fig.pdf fig.sk
inkscape -z --vacuum-defs -f fig.sk -l fig.svg

Data

//where ''fig.mp'' is a file containing the following MetaPost program:
prologues := 3;
input boxes

beginfig(1);
pickup pencircle scaled 2pt;

numeric polyscale, textscale;
polyscale := .8;
textscale := 2;
dotlabeldiam := 6bp;    % dots twice normal size

% Vertices, based on the oritinal bitmap version.
z0 = polyscale*(280, 170);
z1 = polyscale*(58, 65);
z2 = polyscale*(398, 44);
z3 = polyscale*(387, 114);
z4 = polyscale*(350, 102);

% Position of label in middle.
z5 = polyscale*(240, 105);

path poly;
poly = z0--z1--z2--z3--z4--cycle;
fill poly withcolor 0.85white;
draw poly;

label(btex$ n = 5 $etex scaled textscale, z5);

dotlabel.top(btex$ x_0, y_0 = x_5, y_5 $etex scaled textscale, z0);
dotlabel.lft(btex$ x_1, y_1 $etex scaled textscale, z1);
dotlabel.rt (btex$ x_2, y_2 $etex scaled textscale, z2);
dotlabel.rt (btex$ x_3, y_3 $etex scaled textscale, z3);
dotlabel.bot(btex$ x_4, y_4 $etex scaled textscale, z4);

endfig;
end

Лиценцирање

Creative Commons CC-Zero Ова датотека је доступна под лиценцом Creative Commons 1.0 Универзална – посвећивање јавном власништву.
Особа која је учествовало у раду на овом документу посветила је дело јавном власништву, одричући се свих права на то дело широм света, по закону о ауторским правима и повезаним или сродним законским правима које би имао/имала, у мери дозвољеној законом. Можете да умножавате, мењате, расподељујете и прилагођавате дело, чак и у комерцијалне сврхе, без тражења дозволе.

Натписи

Укратко објашњење шта ова датотека представља/приказује

Ставке приказане у овој датотеци

приказује

13. јул 2009

Историја датотеке

Кликните на датум/време да бисте видели тадашњу верзију датотеке.

Датум/времеМинијатураДимензијеКорисникКоментар
тренутна13:21, 11. октобар 2016.Минијатура за верзију на дан 13:21, 11. октобар 2016.767 × 264 (31 kB)Svjonon-colliding text/borders
11:58, 13. јул 2009.Минијатура за верзију на дан 11:58, 13. јул 2009.744 × 246 (36 kB)Qef{{Information |Description=Illustration of labeling of vertices on a five sided polygon, including the convention that vertex zero is the same as the last vertex. |Source=self-made |Date=2009-07-13 |Author= Qef |Permission= |other_versions=[[

Следећа страница користи ову датотеку:

Глобална употреба датотеке

Други викији који користе ову датотеку:

Метаподаци