qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

Density not specified vs. density null #161

Closed klabarge closed 8 years ago

klabarge commented 8 years ago

There is a discrepancy between setting the density to null and not specifiying the density

  1. When setting density to null the image looks like this:

    image

  2. When the density is not declared, the image looks like this:

    image

akberenz commented 8 years ago

Fixed via b6b2a06f5b9b8825dd3762d81c1038c421065244

klabarge commented 8 years ago

These should behave identically, right? It seems that when density is not specified, it defaults to 72dpi, and when density is set to null it is set 600dpi

Density not specified

image

Density set to null

image

klabarge commented 8 years ago

Please disregard this, I was testing with an outdated qz-tray.js file. This worked with the updated file.