David Gilbert
David Gilbert
I think you are correct. I'll do some investigation and change it.
In fact, 'px' is working better that 'pt' at the moment because the other dimensions in the SVG are defaulting to 'px' (so everything is consistent, even it not matching...
Yes, please go ahead. Before the last JFreeChart release I went through and updated most cases, but I didn't merge to JFreeChart-FSE because I didn't have time.
Please remove those version tags. The item selection code that is present in JFreeChart-FSE was first implemented against the 1.0.x codebase but I never committed it because it ended up...
Anyone have a good reference on how to work with CMYK color spaces in Java2D? I can't find any good info yet.
No, that's not supported, since the goal of the library is to provide a Graphics2D API and translate the input that hits that interface into SVG output. One way that...
I agree this looks really good, I need some time to test it out.
So far I've incorporated the RyuDouble conversion, removed the spaces from the path elements and switched to chars for StringBuilder method calls, and now only output defs if there is...
As far as I can tell, you are using GitHub correctly (I am no expert myself). I don't see the compile error on a fresh clone of the project, though,...
I just tried the merge and I get a lot of conflicts...I will see how far I can get fixing them.