-
Enhancement
-
Resolution: Unresolved
-
P3
-
fx2.1
Nevertheless, this patch seems to fix the issue for FishSim.
diff -r 022ed295ff86 -r be94eec3b5b2 javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PresentingPainter.java
--- a/javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PresentingPainter.java Wed Mar 14 04:36:56 2012 +0100
+++ b/javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PresentingPainter.java Wed Mar 14 04:37:14 2012 +0100
@@ -73,7 +73,7 @@
paintImpl(g);
}
- if (!presentable.prepare(null)) {
+ if (!presentable.prepare((g == null ? null : g.getClipRect())) {
disposePresentable();
scene.entireSceneNeedsRepaint();
return;
- blocks
-
JDK-8091129 Simple animation runs at lower FPS when embedded into JFXPanel
- Open
-
JDK-8091889 Improve performance of Prism rendering and clipping
- Open
-
JDK-8100879 Performance degrades in case window size is increased but the dirty area remains the same
- Closed
- duplicates
-
JDK-8120632 FPS of fixed-size animation drops when window is enlarged
- Closed
-
JDK-8100879 Performance degrades in case window size is increased but the dirty area remains the same
- Closed
- is blocked by
-
JDK-8091155 View.uploadPixels could take a source rectangle to upload only a portion of the pixels
- Open
- relates to
-
JDK-8087971 Spinning progress indicator overlapping an image plays havoc with RDP
- Open
-
JDK-8092310 SWPresentable.prepare: dirty region support
- Open