aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Support for multiple pages in PDFDocumentGraphics2D. Same approach as for Abs...Jeremias Maerki2005-05-251-0/+31
* Commented stray System.out. Should be replaced by Commons Logging calls or re...Jeremias Maerki2005-02-191-5/+5
* Commented unused code.Jeremias Maerki2005-01-191-1/+2
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-101-22/+29
* Remove unnecessary scale factor. This made all images added via SVG three tim...Jeremias Maerki2004-09-031-7/+4
* PR:Glen Mazza2004-04-221-4/+4
* Bugzilla 27971 Jeremias Maerki2004-04-031-0/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Applied Thomas DeWeese's latest patch for the PDF transcoder.Glen Mazza2004-01-221-3/+13
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-5/+8
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-131-28/+12
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-1/+1
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-1/+1
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-10/+11
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-2/+2
* 1. create control packageWilliam Victor Mote2003-08-141-16/+16
* moved image drawing so drawing with size also worksKeiron Liddle2003-03-271-45/+44
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-44/+21
* Fix NPE when content of an <a> element is empty.Jeremias Maerki2003-03-121-8/+10
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+1660