Hi, I’m trying to fix these two issues:
https://issues.apache.org/jira/browse/BATIK-1062 https://issues.apache.org/jira/browse/BATIK-1063 The second one has stack trace like this: at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:267) at org.apache.batik.ext.awt.image.rendered.AffineRed.genRect(AffineRed.java:193) at org.apache.batik.ext.awt.image.rendered.AffineRed.copyData(AffineRed.java:109) I’m trying to change something in genRect, but ./build.sh compile doesn’t seem to compile my changes. How do I compile this code? Thanks, Dan