@vivliostyle/cli 8.17.0 → 8.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/browser.js +1 -1
  2. package/package.json +1 -1
package/dist/browser.js CHANGED
@@ -13,7 +13,7 @@ export async function launchBrowser({ browserType, proxy, executablePath, headle
13
13
  disableWebSecurity ? '--disable-web-security' : '',
14
14
  disableDevShmUsage ? '--disable-dev-shm-usage' : '',
15
15
  // #357: Set devicePixelRatio=1 otherwise it causes layout issues in HiDPI displays
16
- headless ? '--force-device-scale-factor=2' : '',
16
+ headless ? '--force-device-scale-factor=1' : '',
17
17
  // set Chromium language to English to avoid locale-dependent issues (e.g. minimum font size)
18
18
  '--lang=en',
19
19
  ...(!headless && process.platform === 'darwin'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vivliostyle/cli",
3
3
  "description": "Save the pdf file via headless browser and Vivliostyle.",
4
- "version": "8.17.0",
4
+ "version": "8.17.1",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "type": "module",
7
7
  "scripts": {