chalk-diagrams / chalk

A declarative drawing API in Python
MIT License
282 stars 13 forks source link

Default Size / Resolution for Cairo #99

Open srush opened 2 years ago

srush commented 2 years ago

I guess that is what you mean by "higher DPI", right?

I guess the problem is that height also controls line thickness now. It would be nice if that was the same for the same size with PNG / SVG. Maybe PNG could have a seperate scale parameter that defaults to 3 or something. Not sure if this function helps.

image

Originally posted by @srush in https://github.com/danoneata/chalk/issues/96#issuecomment-1209938051