riverrun / genxword

Crossword generator written in Python.
GNU General Public License v3.0
162 stars 40 forks source link

Better printed crossword? #25

Open VikR345 opened 3 years ago

VikR345 commented 3 years ago

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.

riverrun commented 3 years ago

I will look into it when I get the time.

albertopasqualetto commented 1 year ago

Also higher quality png