Skip to content

Commit

Permalink
#472 Take 3 on getting the custom object drawer - multiple pages test…
Browse files Browse the repository at this point in the history
… right.

Forgot to commit the actual test proof!
  • Loading branch information
danfickle committed May 9, 2020
1 parent 504e6b2 commit e59bb36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,31 +1,16 @@
package com.openhtmltopdf.visualregressiontests;

import java.awt.AlphaComposite;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.Shape;
import java.awt.geom.Rectangle2D;
import java.io.File;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.util.Map;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.w3c.dom.Element;

import com.openhtmltopdf.extend.FSObjectDrawer;
import com.openhtmltopdf.extend.FSObjectDrawerFactory;
import com.openhtmltopdf.extend.OutputDevice;
import com.openhtmltopdf.extend.OutputDeviceGraphicsDrawer;
import com.openhtmltopdf.latexsupport.LaTeXDOMMutator;
import com.openhtmltopdf.mathmlsupport.MathMLDrawer;
import com.openhtmltopdf.objects.jfreechart.JFreeChartBarDiagramObjectDrawer;
import com.openhtmltopdf.objects.jfreechart.JFreeChartPieDiagramObjectDrawer;
import com.openhtmltopdf.render.DefaultObjectDrawerFactory;
import com.openhtmltopdf.render.RenderingContext;
import com.openhtmltopdf.svgsupport.BatikSVGDrawer;
import com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgExternalResourceMode;
import com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgScriptMode;
Expand Down

0 comments on commit e59bb36

Please sign in to comment.