-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: camunda modeler eclipse plugin
-
None
Currently there exist two image loading mechanisms
- some images are loaded by self built (and registered) Activator.getImageRegistry()
- some images are loaded via Graphiti ImageService.get*ById
This should be unified to always use Graphiti because it will allow us to employ Graphiti mechanisms such as cross bundle image loading and caching.