Basic Zakhats
This commit is contained in:
10
src/zakhat_line_black.asy
Normal file
10
src/zakhat_line_black.asy
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pen p=defaultpen+linewidth(2); // Set the pen width
|
||||||
|
|
||||||
|
// Brim
|
||||||
|
draw((0,-10) .. (3.5,-13) .. (10,-15) -- (30,-15) .. (36.5,-13) .. (40,-10), p);
|
||||||
|
|
||||||
|
// Top
|
||||||
|
draw((10,-15) -- (10,18) -- (30,18) -- (30,-15), p);
|
||||||
|
|
||||||
|
// Belt
|
||||||
|
draw((10,-10) -- (30,-10), p);
|
12
src/zakhat_solid_black.asy
Normal file
12
src/zakhat_solid_black.asy
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
pen p=defaultpen+linewidth(2); // Set the pen width
|
||||||
|
|
||||||
|
// Brim
|
||||||
|
draw((0,-10) .. (3.5,-13) .. (10,-15) -- (30,-15) .. (36.5,-13) .. (40,-10), p);
|
||||||
|
|
||||||
|
// Top
|
||||||
|
//draw((10,-15) -- (10,18) -- (30,18) -- (30,-15), p);
|
||||||
|
filldraw(box((10,18), (30,-10)), drawpen=p);
|
||||||
|
|
||||||
|
// Belt
|
||||||
|
//draw((10,-10) -- (30,-10), p);
|
||||||
|
draw(box((10,-10), (30,-15)), p);
|
Reference in New Issue
Block a user