Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better printed crossword? #25

Open
VikR345 opened this issue Dec 9, 2020 · 2 comments
Open

Better printed crossword? #25

VikR345 opened this issue Dec 9, 2020 · 2 comments

Comments

@VikR345
Copy link

VikR345 commented Dec 9, 2020

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
Copy link
Owner

I will look into it when I get the time.

@albertopasqualetto
Copy link

Also higher quality png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants