Create a plot with an image annotation and at least one zoomable axis
Zoom in on the plot
Observe that an error appears
Platform:
.NET version:
Expected behaviour
The plot should render without errors when panning and scrolling.
It seems that a simple HasKey check would solve the issue in CacherRenderContext at line 731
Actual behaviour
If a plot has an image annotation and the user scrolls or pans the view, the plot throws an error which is displayed on the screen instead of the plot.
Steps to reproduce
Platform: .NET version:
Expected behaviour
The plot should render without errors when panning and scrolling. It seems that a simple HasKey check would solve the issue in CacherRenderContext at line 731
Actual behaviour
If a plot has an image annotation and the user scrolls or pans the view, the plot throws an error which is displayed on the screen instead of the plot.