Missing tick marks on charts

2020-05-09 Thread Ty Young
Does anyone know whats going on with this: https://imgur.com/a/g7Ti3Zc It doesn't seem to be a space issue, even the top tick mark is missing on the one chart...

Re: [Rev 04] RFR: 8238954: Improve performance of tiled snapshot rendering

2020-05-09 Thread Kevin Rushforth
On Tue, 17 Mar 2020 11:43:16 GMT, Frederic Thevenet wrote: >> Issue JDK-8088198, where an exception would be thrown when trying to capture >> a snapshot whose final dimensions would be >> larger than the running platform's maximum supported texture size, was >> addressed in openjfx14. The

Re: Questions ad JavaScript in JavaFX' WebEngine

2020-05-09 Thread Kevin Rushforth
WebEngine uses WebKit's JavaScriptCore as its JavaScript engine. The sources are in the jfx repo, along with the JavaFX-specific classes that implement the two-way Java <--> JavaScript bridge. Other than the public API docs for WebEngine, which you referred to in your message, there isn't any

Re: Next steps ? (Re: An attempt of a CSR draft ... (Re: A new WIP (PR # 192) (Re: WIP version with PI compile (Re: A WIP for JDK-8238080 for review/discussion (Re: "Internal review ID 9063426: "FXMLL

2020-05-09 Thread Kevin Rushforth
Hi Rony, I'm finally getting back to this. I took a look at https://github.com/openjdk/jfx/pull/192 and I like that as the direction for this enhancement. The initial CSR you have is a good start. Next steps are: 1. Update the "Introduction to FXML" specification (see my comment in the

Re: [Rev 01] RFR: 8242861: Update ImagePattern to apply SVG pattern transforms

2020-05-09 Thread Kevin Rushforth
On Thu, 23 Apr 2020 12:31:34 GMT, Arun Joseph wrote: >> fillPath() and fillRect() functions in >> [GraphicsContextJava.cpp](https://github.com/openjdk/jfx/blob/master/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp) >> use Image::drawPattern() for