David Gilbert
David Gilbert
Reported in the forum at jfree.org, marker.setLabelBackgroundPaint() has no effect. Looking in the code, it is used by AbstractCategoryItemRenderer but not AbstractXYItemRenderer.
When running the Graphics2DTester, after some iterations the following exception is triggered: ```drawTestOutput(FXGraphics2D) duration = 124.77722999999999 ms. Elapsed: 150.929 FPS: 3.364 java.lang.ClassCastException: class com.sun.prism.paint.Color cannot be cast to class java.lang.String...
This PR changes the zoom behaviour so that no vertical change is applied, the frame widths just expand horizontally. There is a flag at line 229 in `FlameGraphView.java` to toggle...