You need to log in before you can comment on or make changes to this bug.
The ROIRectangle widget doesn't use the default skin for finding a_pixel.gif: among others: content = '<img name="ROIRectImgTop" src="images/a_pixel.gif" border="1">'; should be something like: src="<?php echo $_SESSION['gszCoreWebPath']."skins/default/images/a_pixel.gif"; ?>"
Fixed in CVS head.