Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7579
function
isImageReady(image) {
7580
return
image && image.width && image.height;
7581
}
7582
7583
var
textWidthCache = {};
7584
var
textWidthCacheCounter = 0;
Callers
4
createOrUpdateImage
Function · 0.70
parseRichText
Function · 0.70
drawBackground
Function · 0.70
echarts.simple.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected