MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isImageReady

Function isImageReady

libs/echarts/echarts.simple.js:7579–7581  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

7577}
7578
7579function isImageReady(image) {
7580 return image && image.width && image.height;
7581}
7582
7583var textWidthCache = {};
7584var textWidthCacheCounter = 0;

Callers 4

createOrUpdateImageFunction · 0.70
parseRichTextFunction · 0.70
drawBackgroundFunction · 0.70
echarts.simple.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected