Actions
Bug #2269
closedSVG - Small Icon (Actor Library Thumbnail)
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
interface
Target version:
Start date:
11/11/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2269
Description
getIcon() method in XMLIcon works, but its success seems to be linked to the odd
tree refreshing behavior described in bug #1843, which sends multiple calls to
getIcon().
When 1843 gets fixed, we may be able to make getIcon() more efficient/intuitive,
and this may in turn save some memory usage (see bug #2267). Another way to save
memory and improve app response time is to assign gif/png thumbnail icons to the
actors, since these are already available in docs/dev/usability/graphics/ - it
seems like an unnecessary use of resources to use Batik to render these thumbnails.
Related issues
Updated by Matthew Brooke almost 19 years ago
fixed - thumbnails now rendered from thumbnail-sized raster icons
Actions