Small versions of Zakhat (thicker lines)
This commit is contained in:
15
src/zakhat/zakhat_small_outline_black.asy
Normal file
15
src/zakhat/zakhat_small_outline_black.asy
Normal file
@ -0,0 +1,15 @@
|
||||
access "src/global.asy" as global;
|
||||
access "src/zakhat/zakhat.asy" as zakhat;
|
||||
|
||||
unitsize(global.unit_size);
|
||||
|
||||
pen p=defaultpen+linewidth(zakhat.size_small); // Set the pen width
|
||||
|
||||
// Brim
|
||||
draw(zakhat.brim, p);
|
||||
|
||||
// Top
|
||||
draw(zakhat.top, p);
|
||||
|
||||
// Belt
|
||||
draw(zakhat.belt, p);
|
15
src/zakhat/zakhat_small_solid_black.asy
Normal file
15
src/zakhat/zakhat_small_solid_black.asy
Normal file
@ -0,0 +1,15 @@
|
||||
access "src/global.asy" as global;
|
||||
access "src/zakhat/zakhat.asy" as zakhat;
|
||||
|
||||
unitsize(global.unit_size);
|
||||
|
||||
pen p=defaultpen+linewidth(zakhat.size_small); // Set the pen width
|
||||
|
||||
// Brim
|
||||
draw(zakhat.brim, p);
|
||||
|
||||
// Top
|
||||
filldraw(zakhat.top, drawpen=p);
|
||||
|
||||
// Belt
|
||||
draw(zakhat.belt, p);
|
Reference in New Issue
Block a user