Run this testcase - its trying to load edge_center but does not find in resources
Code:
isc.Label.create({
left:200, top:160, width:270,
contents: "Hello World",
showEdges:true,
edgeShowCenter:true,
edgeSize:3,
edgeOffset: 25,
})
Comment