genxword icon indicating copy to clipboard operation
genxword copied to clipboard

Better printed crossword?

Open VikR345 opened this issue 3 years ago • 2 comments

Thanks for this excellent program.

Currently, the boxes that are printed in pdf/png are all individual boxes, inside their own grid. this makes some lines appear thick, if there is a box next to it, and some of them thin. Can we mark the boundaries as standard, and if required overwrite the lines between boxes, so as to give a more beautiful look to the output crossword.

For example, in calculate.py, draw_img, if we change to the following, the png generated is much more print friendly.
context.set_line_width(3.0) context.set_source_rgb(0.3, 0.3, 0.3)

Thanks.

VikR345 avatar Dec 09 '20 12:12 VikR345

I will look into it when I get the time.

riverrun avatar Dec 18 '20 10:12 riverrun

Also higher quality png

albertopasqualetto avatar Jun 24 '23 23:06 albertopasqualetto