Re: JavaFX Canvas misses API to set dashed line stroke

2014-07-28 Thread David Gilbert
Thanks for the reply. This is the one I added: https://javafx-jira.kenai.com/browse/RT-37999 Best regards, David On Jul 29, 2014, at 12:46 AM, Stephen F Northover wrote: > If you have not done so already, please enter a JIRA to request this feature. > > Thanks, > Steve > > On 2014-07-22, 5:4

Re: JavaFX Canvas misses API to set dashed line stroke

2014-07-28 Thread Stephen F Northover
If you have not done so already, please enter a JIRA to request this feature. Thanks, Steve On 2014-07-22, 5:42 AM, David Gilbert wrote: Hello, I have created a small open source library that provides a bridge from Java2D to the JavaFX Canvas: https://github.com/jfree/fxgraphics2d Unfortun

JavaFX Canvas misses API to set dashed line stroke

2014-07-22 Thread David Gilbert
Hello, I have created a small open source library that provides a bridge from Java2D to the JavaFX Canvas: https://github.com/jfree/fxgraphics2d Unfortunately I have so far not been able to support dashed lines, since the GraphicsContext from the JavaFX Canvas doesn't provide any API to set th