fxsvgimage icon indicating copy to clipboard operation
fxsvgimage copied to clipboard

Loader params work on some SVG but another, it doesn't

Open sandeepIUOE opened this issue 2 years ago • 8 comments

LoaderParameters params = new LoaderParameters() params.width = 300; SVGLoader.load(Main.class.getResource("/logo.svg"), params);

image

sandeepIUOE avatar Mar 23 '22 13:03 sandeepIUOE

It's supposed to be a normal dial, but the 2 circles on the right seem to be blown out way larger, and the left circles with the writing go off to the other side. I can send the SVG privately if needed. Original SVG width is 150.

sandeepIUOE avatar Mar 23 '22 14:03 sandeepIUOE

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

hervegirod avatar Mar 23 '22 14:03 hervegirod

Ok sent. Let me know if you received.

sandeepIUOE avatar Mar 23 '22 15:03 sandeepIUOE

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 have to check that I did not regress on anything. A 1.0b1 should be available tomorrow evening normally

hervegirod avatar Mar 23 '22 17:03 hervegirod

Great thanks for the prompt response. I will wait for the new release.

sandeepIUOE avatar Mar 24 '22 14:03 sandeepIUOE

It should be fixed as of 1.0b1 :)

hervegirod avatar Mar 25 '22 00:03 hervegirod

Perfect, works great. Thanks! Awesome work.

sandeepIUOE avatar Mar 25 '22 12:03 sandeepIUOE

This issue has reappeared with the latest update...

sandeepIUOE avatar Jun 13 '23 14:06 sandeepIUOE