Loading packages/charts/src/draw/Surface.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ Ext.define('Ext.draw.Surface', { * devicePixelRatio is only supported from IE11, * so we use deviceXDPI and logicalXDPI that are supported from IE6. */ devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI, devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI || 1, deprecated: { '5.1.0': { Loading Loading
packages/charts/src/draw/Surface.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ Ext.define('Ext.draw.Surface', { * devicePixelRatio is only supported from IE11, * so we use deviceXDPI and logicalXDPI that are supported from IE6. */ devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI, devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI || 1, deprecated: { '5.1.0': { Loading