Add all the colors for Zakhat
This commit is contained in:
15
src/zakhat/gray1/zakhat_medium_outline.asy
Normal file
15
src/zakhat/gray1/zakhat_medium_outline.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_medium)+global.zakarya_gray_1;
|
||||
|
||||
// Brim
|
||||
draw(zakhat.brim, p);
|
||||
|
||||
// Top
|
||||
draw(zakhat.top, p);
|
||||
|
||||
// Belt
|
||||
draw(zakhat.belt, p);
|
Reference in New Issue
Block a user