|
Hwee Boon,
Thanks for doing the investigation and documenting it so well in your post.
For now, I think the fix is to add an #absoluteFilename accessor method to
the initializer that returns nil, i.e.,
GdiplusImageFromFileInitializer>>absoluteFilename
^nil
I should look at it closer and add some unit tests, but I'm in the midst of
a move, so hopefully this does it for now. I'd rather add the accessor
method in the initializer than make the change to the GdiplusImage method
since the latter change might be disruptive to existing things.
-- Louis
|