remove drawing commands from cards.asy

This commit is contained in:
xenofem 2022-07-27 02:57:13 -04:00
parent b448cb78eb
commit c799a4d495

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