Add all the colors for Zakhat

This commit is contained in:
2024-07-31 13:27:54 -07:00
parent 888825b24a
commit 713485b09a
49 changed files with 721 additions and 0 deletions

View 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);