[cairo] line width = 0.0 ?
Christian Krause
krause.chr at gmail.com
Sun Jan 8 05:15:20 PST 2006
Hi Keith,
On 1/8/06, Keith Packard <keithp at keithp.com> wrote:
> On Sat, 2006-01-07 at 21:05 +0100, Christian Krause wrote:
> All cairo lengths are relative to the current CTM. The default CTM is
> set to 1-1 pixels on a display and 1/72.0 of an inch for printers. So,
> if you want to generate fine lines on both display and printers, you'll
> want to use something like 72.0/300.0.
Thank you very much for the detailed explanations. Using the mentioned
line width of 72.0/300.0 works without problems.
Best regards,
Christian
More information about the cairo
mailing list