adjust scaling and spacing on card elements slightly, make numerical suit icons bigger

main
xenofem 2022-07-28 18:14:15 -04:00
parent b5d74b53a3
commit e7c34ebd49
1 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ path corner = arc(((width/2 - corner_radius), (height/2 - corner_radius)), corne
path card = corner--reverse(reflect((0,0), (0,1))*corner)--rotate(180)*corner--reverse(reflect((0,0), (1,0))*corner)--cycle;
real scpx = 0.2;
real scpy = 0.35;
real scpy = 0.325;
transform placements[][] = {
// 0
@ -39,13 +39,13 @@ transform placements[][] = {
{}, {}, {}, {},
};
real scale_factor = 0.15;
real scale_factor = 0.175;
real one_scale_factor = 0.4;
real numeral_scale_factor = 0.15;
pair numeral_pos = (-width*0.38, height*0.4);
real indicator_scale_factor = 0.1;
pair indicator_pos = (-width*0.38, height*0.25);
real numeral_scale_factor = 0.125;
pair numeral_pos = (-width*0.4, height*0.4);
real indicator_scale_factor = 0.085;
pair indicator_pos = (-width*0.4, height*0.275);
// note: if you bump this depth value to 4, you'll need to set
// buf_size=5000000 so latex doesn't choke