Don't resolve images immediately if they appear complete

This commit is contained in:
Niklas von Hertzen
2017-08-13 13:57:03 +08:00
parent 37a9249a4a
commit f3d6d2fdf4
2 changed files with 7 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ const FEATURES = {
Object.defineProperty(FEATURES, 'SUPPORT_RANGE_BOUNDS', {value});
return value;
},
// $FlowFixMe - get/set properties not yet supported
get SUPPORT_SVG_DRAWING() {
'use strict';
const value = testSVG(document);