Add workaround for Chrome/Edge 84 SVG bug
Chrome and Edge 84 have a bug relating to icon sprite svgs https://bugs.chromium.org/p/chromium/issues/detail?id=1107442 If the SVG is loaded, under certain circumstances the icons are not shown. As a workaround we use the well-tested svg4everybody and forcefully include the icon fragments into the DOM and thus circumventing the bug.
Showing
... | @@ -129,6 +129,7 @@ | ... | @@ -129,6 +129,7 @@ |
"stickyfilljs": "^2.1.0", | "stickyfilljs": "^2.1.0", | ||
"string-hash": "1.1.3", | "string-hash": "1.1.3", | ||
"style-loader": "^1.1.3", | "style-loader": "^1.1.3", | ||
"svg4everybody": "^2.1.9", | |||
"swagger-ui-dist": "^3.26.2", | "swagger-ui-dist": "^3.26.2", | ||
"three": "^0.84.0", | "three": "^0.84.0", | ||
"three-orbit-controls": "^82.1.0", | "three-orbit-controls": "^82.1.0", | ||
... | ... |
Please register or sign in to comment