You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with JavaFX Canvas clipping not working when running my application with JPro. Clipping operations on the Canvas do not seem to have any effect—the content outside the clipping region is still rendered as if clipping is not supported:
Additionally, the following message is logged to the console: Canvas Path2D is not supported yet!
I believe this message may be related to the problem, suggesting that certain path operations required for clipping are not yet implemented in JPro.
I'm experiencing an issue with JavaFX Canvas clipping not working when running my application with JPro. Clipping operations on the Canvas do not seem to have any effect—the content outside the clipping region is still rendered as if clipping is not supported:
Additionally, the following message is logged to the console:
Canvas Path2D is not supported yet!
I believe this message may be related to the problem, suggesting that certain path operations required for clipping are not yet implemented in JPro.
Environment:
JPro Version: 2024.4.1
JavaFX Plugin Version: 0.1.0
JavaFX Version: 23.0.1
JVM: Eclipse Temurin 21.0.5
Operating System: Windows 11
Web Browser: Chrome 131.0.6778.70 (Official Build) (64-bit)
Source Code used to reproduce:
The text was updated successfully, but these errors were encountered: