blackears

Results 131 comments of blackears

I've removed the tests as they're not actually being used. If you compile the default target, it should work (although the javadoc will still generate an error).

The binaries are tracked by Git because this project used to be hosted on java.net and they had a system for a while where you checked the site webpage directly...

What are the ^M? Are those carriage returns?

I've added an instruction to the ant file that should create the directory if is it missing. Let me know if this fixes the problem. It is not happening on...

The latest release is 1.1.3 - you may want to grab that from the releases. The maven central repository has not been updated in some time because I've not been...

You need to compile using the maven build file. A language generator is run as part of the build process that generates some files. You can also look at the...

The string you should be passing to loadSvg(Inputstream, String) is a URI that the SVGUniverse will be using to reference your document, not the name of the file. I'm not...

Would you be able to attach an svg file that demonstrates the problem?

I loaded your SVG file using the viewer in the SVGSalamander package. It displays antialiased to me, except for the tip of the pencil. Not sure what is different about...

Can you confirm that this is something you can fix by setting rendering hints in your code so that I may close this bug report?