From c799a4d4950a9f0ccf54d2872f35ace57d2f5727 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 27 Jul 2022 02:57:13 -0400 Subject: [PATCH] remove drawing commands from cards.asy --- cards.asy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cards.asy b/cards.asy index 7f9ace8..15b2a56 100644 --- a/cards.asy +++ b/cards.asy @@ -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); -