DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2873 Version: 1.3-current Hmm, I believe this is not a bug. As you cited from the docs, "If the image has loaded correctly, w(), h(), and d() should return values greater zero", this doesn't mean that ALL values must be zero if it failed. The correct negation of this condition is: "If the image has NOT loaded correctly, AT LEAST ONE OF w(), h(), and d() should return a value (less than or) equal (to) zero". Maybe it would be better to document the latter case, or even only that the image has not loaded correctly, if either w() or h() are zero, which means in fact a zero size image - d() wouldn't be relevant, anyway. Close STR, update docs accordingly? Greg, or anybody else? Link: http://www.fltk.org/str.php?L2873 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
