MCPcopy Create free account
hub / github.com/dillo-browser/dillo / forceMapRedraw

Method forceMapRedraw

dw/image.hh:179–179  ·  view source on GitHub ↗

This is a hack for the perhaps frivolous feature of drawing image map * shapes when there is no image to display. If the map is defined after * an image using an image map, and the actual image data has not been * loaded, tell the image to redraw. */

Source from the content-addressed store, hash-verified

177 * loaded, tell the image to redraw.
178 */
179 void forceMapRedraw () { if (mapKey && ! buffer) queueDraw (); };
180};
181
182} // namespace dw

Callers 1

Html_tag_close_mapFunction · 0.80

Calls 1

queueDrawFunction · 0.85

Tested by

no test coverage detected