I am getting strange font rendering artifacts with TextFlow. See this screenshot https://cloud.githubusercontent.com/assets/5756271/3874148/1b5da188-213d-11e4-9289-35df7defdc82.jpg
In the picture, every line is a separate TextFlow.
I'm running 8u20 b21. The problem occurs on both Linux and Windows.
I haven't yet been able to distill a simple example that demonstrates the issue, but I'm hoping someone could have seen similar artifacts before and know how to fix it.
It might be relevant that some ancestor of each TextFlow is an unmanaged child, laid out using resizeRelocate right after adding to the scene graph, and not laid out again in parent's layoutChildren.
In the picture, every line is a separate TextFlow.
I'm running 8u20 b21. The problem occurs on both Linux and Windows.
I haven't yet been able to distill a simple example that demonstrates the issue, but I'm hoping someone could have seen similar artifacts before and know how to fix it.
It might be relevant that some ancestor of each TextFlow is an unmanaged child, laid out using resizeRelocate right after adding to the scene graph, and not laid out again in parent's layoutChildren.