remove drawing commands from cards.asy

main
xenofem 2022-07-27 02:57:13 -04:00
parent b448cb78eb
commit c799a4d495
1 changed files with 0 additions and 4 deletions

View File

@ -102,7 +102,3 @@ path[] recursive_card(int value, int suit, int depth=4, bool outermost=true) {
}
return result;
}
//filldraw(card, white, black);
//fill(recursive_card(6, BLADES), evenodd+red);