Bug 44779 - ImageLoader should support type plugins
Summary: ImageLoader should support type plugins
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-13 17:04 EDT by Robert Jenks CLA
Modified: 2019-09-04 02:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenks CLA 2003-10-13 17:04:39 EDT
It's really quite inconvienent that ImageLoader (and ImageData) cannot be
extended.  In my particular case I would like to add SVG support to SWT and use
the images in an identical fasion that I can currently use officially suported
image types.

The only way I can do this today is to write my own ImageLoader which adds the
ability to load SVG images.  Then violate your JavaDoc'd rules by subclassing
ImageData to override the scaledTo(...) method behavior to do vector based
scaling in the case of SVG images.
Comment 1 Lars Vogel CLA 2019-09-04 02:39:10 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it and remove the stalebug whiteboard tag. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--