combine comments
This commit is contained in:
parent
58aa2e5ee4
commit
062cf8f642
|
@ -11,11 +11,10 @@ const iconMan = (() => {
|
||||||
const staleBadges = new Set();
|
const staleBadges = new Set();
|
||||||
const imageDataCache = new Map();
|
const imageDataCache = new Map();
|
||||||
const badgeOvr = {color: '', text: ''};
|
const badgeOvr = {color: '', text: ''};
|
||||||
// Fenix currently doesn't seems to correctly use custom ImageData
|
// https://github.com/openstyles/stylus/issues/1287 Fenix can't use custom ImageData
|
||||||
const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android');
|
const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android');
|
||||||
|
|
||||||
// https://github.com/openstyles/stylus/issues/335
|
// https://github.com/openstyles/stylus/issues/335
|
||||||
// https://github.com/openstyles/stylus/issues/1287
|
|
||||||
let hasCanvas = FIREFOX_ANDROID ? false : loadImage(`/images/icon/${ICON_SIZES[0]}.png`)
|
let hasCanvas = FIREFOX_ANDROID ? false : loadImage(`/images/icon/${ICON_SIZES[0]}.png`)
|
||||||
.then(({data}) => (hasCanvas = data.some(b => b !== 255)));
|
.then(({data}) => (hasCanvas = data.some(b => b !== 255)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user