https://issues.apache.org/bugzilla/show_bug.cgi?id=47201
Summary: Questionable MacRenderer constructor
Product: Batik
Version: 1.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: GVT
AssignedTo: [email protected]
ReportedBy: [email protected]
Not sure what the MacRenderer constructor is trying to do with regards to the
at parameter, but it doesn't appear correct.
public MacRenderer(RenderingHints rh,
AffineTransform at){
renderingHints = new RenderingHints(null);
renderingHints.add(rh);
if (at == null) at = new AffineTransform();
else at = new AffineTransform(at);
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]