dominiontabs
dominiontabs copied to clipboard
Request: Darker folding lines (Slipcases)
First of all: Amazing tool! Great work, thanks so much for sharing.
When I printed the slipcases on my Canon printer (ink) the fold lines were barely (to not at all) visible. Would it be possible to make them darker? Maybe replace them with a black dashed line?
I fixed this in my fork by removing line 904 in src/domdiv/draw.py
self.canvas.setStrokeGray(0.9)
They will be solid black lines after the change.
It'd be really nice to have this as an option either as a --foldlines flag or similar, or better yet a toggle on the generator webpage itself