aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/render/ps/PSGraphics2D.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-1134/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Port of the PDF TextPainter to PostScript. Jeremias Maerki2003-03-111-41/+95
| | | | | | | | | Support for SEG_QUADTO (curves). Some support for viewport traits (background and borders). Submitted by: Zhong Yi <yidaomao@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196058 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-071-5/+48
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196040 13f79535-47bb-0310-9956-ffa450edef68
* SVG (for PS renderer) works (to a certain degree)Jeremias Maerki2003-01-301-22/+3
| | | | | | | | No TextPainter, yet (disabled in PSTextElementBridge) No transcoder, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195915 13f79535-47bb-0310-9956-ffa450edef68
* First step at bringing back the PostScript renderer. Basic text works to aJeremias Maerki2003-01-271-255/+286
| | | | | | | | | | certain degree. Well, it compiles. :-) Started to factor out PS generation for cleaner separation of PS transcoder and PS renderer Separation of PostScript procsets so they don't clutter the code of PSRenderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195894 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for font refactoringJeremias Maerki2003-01-081-50/+123
| | | | | | | | Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195824 13f79535-47bb-0310-9956-ffa450edef68
* added transparency for imagesKeiron Liddle2002-06-271-10/+13
| | | | | | | | made pdf package more self contained started on patterns/gradients for svg git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194926 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-211-13/+22
| | | | | | | | Images are put into a cache, different cahces are possible if information is required it needs to be explicitly loaded git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194663 13f79535-47bb-0310-9956-ffa450edef68
* updated a few hashtables and vectorsKeiron Liddle2001-11-021-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194535 13f79535-47bb-0310-9956-ffa450edef68
* new area tree and rendering stuffKeiron Liddle2001-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194519 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-301-219/+254
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* added support for rendering SVG graphics to psKeiron Liddle2001-06-221-0/+905
not fully functional git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194313 13f79535-47bb-0310-9956-ffa450edef68