Andreas Schaeffer

Results 2 issues of Andreas Schaeffer

zoomOut reduces the zoom level by 20%. It doesn't make much sense to do this if the zoom level is currently 20%. This results in a zoom level of 0%.

In line DynamicReportBuilder, line 1696, the color is set to cyan instead of using the color parameter: https://github.com/FDVSolutions/DynamicJasper/blob/master/src/main/java/ar/com/fdvs/dj/domain/builders/DynamicReportBuilder.java#L1696