Hervé Girod

Results 27 comments of Hervé Girod

OK, you can send the SVG to my personal email: herve.girod at gmail.com

Thanks for your example and your issue report! I fixed this problem on my local copy (it was a problem on some transforms on nodes when using a scaling), I...

I will look at the second problem next, but for the fonts, it's because the library does not correctly parse font sizes. It is expected that: - For SVG, if...

I partly fixed the first problem in my local repo, but fixing completely this problem will involve an extra step because JavaFX does not layout the characters of a String...

Hello again, I will look at your updated example (`font-size="0.05px"` and` font-size="0.05pt"`) with my changes to see if they "fix" the problem. However I think that the change I envisioned...

Hello, the image is a PNG in the issue, can you upload the original svg image?

I looked at the way I parse text and tspan elements, and I have to change the way I parse these elements :)

Hello, I will look at that problem this week-end normally :)