blackears
blackears
This looks like a big change. Could you describe in more detail what the issue is that this is supposed to solve? Also, your edits to SVGDiagram.java are replacing a...
There is still the problem that you are overwriting SVGDiagram.java and XMLParseUtil.java with what appears to be identical copies of these files. You need to change your commit so that...
I've written an Ant task which compiles a jar which I believe conforms to the requirements for Maven, but when I upload it it is rejected. Would you have any...
I made the changes you suggested and uploaded again. It seemed to succeed this time. I was told it created a repository at: https://oss.sonatype.org/content/repositories/central_bundles-9658/ I created this using the groupId:...
I'm unable to push my changes to github at this time. Someone else has made changes and is requesting a merge (https://github.com/blackears/svgSalamander/pull/12#pullrequestreview-25126585). Since I disagree with some of the changes...
Are you sure this is supposed to have such a strange path? I'm following http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html and it seems to be putting the jars at the root. In any case, I'm...
What changes did you make? Is this something that could be applied to the core project?
I tried and failed again to try and get this published on Maven a few weeks ago. I don't think this is going to happen unless I can have someone...
I had a look at what was going on. The problem is that your svg is relying on style sheet notation and SVG Salamander currently doesn't handle style sheets. It's...
The problem is that Tspan has not been implemented properly. It may take some time for me to fix this. In the mean time, you can place your attributes in...