Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.6
-
None
-
None
-
Operating System: All
Platform: All
Description
The field clippingDisabled is defined in PSGraphics2D class, with a default value to false.
The setter for this field is defined in the AbstractPSDocumentGraphics2D sub-class.
I think that the setter should be defined in PSGraphics2D class, so that the setter stands next to the field.
The patch is trivial: remove the method disableClipping from AbstractPSDocumentGraphics2D and put it back into PSGraphics2D.