1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test cases now also test PDFs. More... almost 10 years ago
Fixed a bug that prevented LineWrapOutputStream to write data that spans more than two lines. More... almost 10 years ago
Added test case for swing components. More... almost 10 years ago
Added test case for paint. More... almost 10 years ago
Added test case for transformations. More... almost 10 years ago
Rewrote the line break algorithm in EPSDocument. This fixes a bug that caused wrong line breaks in eps files. More... almost 10 years ago
Improved error messages. More... almost 10 years ago
TestBrowser provides a save button for the eps file. More... almost 10 years ago
TestCase initializes its EPSGraphics2D once in the constructor and provides a method to retrieve an input stream with the contents of the eps file. More... almost 10 years ago
Fixed typo More... almost 10 years ago
VectorGraphics2D.clip() and VectorGraphics2D.setClip(Shape) makes use of GraphicsUtils.equals(Shape, Shape) instead of calling Shape.equals(Object). More... almost 10 years ago
GraphicsUtils provides a static method to determine whether two shapes are equal. More... almost 10 years ago
Added test case for clipping. More... almost 10 years ago
Added test case for image drawing. More... almost 10 years ago
Added test case for empty files. More... almost 10 years ago
Added test case for fonts. More... almost 10 years ago
TestBrowser now displays the images of the selected test. More... almost 10 years ago
TestBrowser displays the test name correctly. More... almost 10 years ago
TestBrowser provides a list with selectable test cases to display. More... almost 10 years ago
Added a test browser that displays the reference image of a test case and the rasterized vector graphic. More... almost 10 years ago
Refactored creation of rasterized EPS in TestCase into a separate method. More... almost 10 years ago
Test cases allow the reference image to be retrieved. More... almost 10 years ago
Added test case for strokes. More... almost 10 years ago
Updated EPSProcessorTest to reflect recent changes. More... almost 10 years ago
Increased the tolerance for image similiarity in the automated tests. More... almost 10 years ago
Fixed a bug that could cause wrong coordinates in an EPS due to a line break occurring in a numeric value. More... almost 10 years ago
Enabled antialiasing for test cases. More... almost 10 years ago
Added a test for shapes. More... almost 10 years ago
TestCase stores a PageSize object instead of width and height values and provides a get method. More... almost 10 years ago
Extracted a base class for VectorGraphics2D tests from ColorTest. More... almost 10 years ago