aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Collapse)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0369-9449/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733433 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2553: Support PDF shading to PSSimon Steiner2016-01-111-0/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1724037 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2473: SVG text using filters not shownSimon Steiner2015-08-101-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695041 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2508: TTF bullet missing when OTF usedSimon Steiner2015-07-311-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1693613 13f79535-47bb-0310-9956-ffa450edef68
* updated and renamed batik jar (note: many batik classes were moved to ↵Luis Bernardo2015-03-064-8/+8
| | | | | | different packages) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1664570 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2448: PDF to PS deduplication of imagesSimon Steiner2015-02-104-10/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1658710 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2432: OTF font NPESimon Steiner2015-02-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1657875 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-105-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1617052 13f79535-47bb-0310-9956-ffa450edef68
* Fix 4-instance findbug warnings.Glenn Adams2014-08-081-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616668 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-073-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616590 13f79535-47bb-0310-9956-ffa450edef68
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616416 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616312 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2393: only the gradient's transform should be used. Other transforms ↵Vincent Hennebert2014-08-011-7/+2
| | | | | | will have already been applied to the user space. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1615142 13f79535-47bb-0310-9956-ffa450edef68
* Disable checkEOF when processing PS files. It's perfectly valid to have an ↵Vincent Hennebert2014-07-281-0/+1
| | | | | | %%EOF comment in the middle of a file if it includes other documents. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1614055 13f79535-47bb-0310-9956-ffa450edef68
* Merged latest trunkVincent Hennebert2014-07-189-12/+12
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611658 13f79535-47bb-0310-9956-ffa450edef68
| * Merge font mergingSimon Steiner2014-07-161-1/+1
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1610947 13f79535-47bb-0310-9956-ffa450edef68
| | * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-1/+1
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1604113 13f79535-47bb-0310-9956-ffa450edef68
| * | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1510-22/+22
| | | | | | | | | | | | | | | | | | | | | That check had been agreed upon but left disabled because of the number of warnings too high to fix manually git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1610839 13f79535-47bb-0310-9956-ffa450edef68
* | | Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-141-12/+14
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610539 13f79535-47bb-0310-9956-ffa450edef68
* | | Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-141-4/+4
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610537 13f79535-47bb-0310-9956-ffa450edef68
* | | Delegate function rendering to dedicated class intead of taking as parameter ↵Vincent Hennebert2014-07-141-15/+10
| | | | | | | | | | | | | | | | | | a list of Strings coming from who knows where git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610535 13f79535-47bb-0310-9956-ffa450edef68
* | | Renamed shading package to gradientVincent Hennebert2014-07-141-4/+4
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610534 13f79535-47bb-0310-9956-ffa450edef68
* | | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-143-176/+63
| | | | | | | | | | | | | | | | | | | | | Removed PSPattern class and no longer necessary PDF and PS sub-classes of GradientMaker git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610532 13f79535-47bb-0310-9956-ffa450edef68
* | | Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-5/+2
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610528 13f79535-47bb-0310-9956-ffa450edef68
* | | Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-111-11/+5
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609760 13f79535-47bb-0310-9956-ffa450edef68
* | | Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-113-245/+40
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609759 13f79535-47bb-0310-9956-ffa450edef68
* | | Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-112-5/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moved PDF/PSGradientMaker into dedicated packages Factory stands for a pattern relating to application deployment. This is just about rendering a gradient to a certain output format. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609758 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed makeFunction methods, whose implementations are the same for both ↵Vincent Hennebert2014-07-112-93/+14
| | | | | | | | | | | | | | | | | | PDF and PS git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609746 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-68/+9
| | | | | | | | | | | | | | | | | | | | | Removed makeFunction/Shading/Gradient methods in PDFFactory that were not used, duplicates of methods in (PDF)GradientFactory and getting in the way of refactoring git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609745 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed createGradient abstract method, that was not having any specific ↵Vincent Hennebert2014-07-101-36/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | implementation in sub-classes Removed unnecessary GradientRegistrar interface git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609532 13f79535-47bb-0310-9956-ffa450edef68
* | | Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-113/+8
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609529 13f79535-47bb-0310-9956-ffa450edef68
* | | Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-101-10/+0
| | | | | | | | | | | | | | | | | | | | | Will ease factorizing of common code between PDF and PostScript git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609527 13f79535-47bb-0310-9956-ffa450edef68
* | | Small adjustments to make duplication in PDF and PostScript gradients more ↵Vincent Hennebert2014-07-101-16/+15
| | | | | | | | | | | | | | | | | | apparent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609526 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed unused codeVincent Hennebert2014-07-101-7/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609525 13f79535-47bb-0310-9956-ffa450edef68
* | | Factorized creation of gradient boundsVincent Hennebert2014-07-101-18/+16
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609524 13f79535-47bb-0310-9956-ffa450edef68
* | | Factorized creation of gradient colorsVincent Hennebert2014-07-101-28/+21
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609523 13f79535-47bb-0310-9956-ffa450edef68
* | | Factorized creation of gradient transformVincent Hennebert2014-07-101-24/+17
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609522 13f79535-47bb-0310-9956-ffa450edef68
* | | Small adjustments to make duplication in linear and radial gradients more ↵Vincent Hennebert2014-07-101-42/+25
| | | | | | | | | | | | | | | | | | apparent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609521 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-3/+2
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609511 13f79535-47bb-0310-9956-ffa450edef68
* | | Fixed gradients in PostScript outputVincent Hennebert2014-07-103-44/+37
| | | | | | | | | | | | | | | | | | | | | | | | Linear gradients were not rendered properly in non-square shapes Gradial gradients don't need to be rasterized in ellipses git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609508 13f79535-47bb-0310-9956-ffa450edef68
* | | If the start/end stop does not coincide with the start/end of the gradient, ↵Vincent Hennebert2014-07-101-14/+22
|/ / | | | | | | | | | | repeat the first/last color git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609507 13f79535-47bb-0310-9956-ffa450edef68
* / Fix compiler warnings.Glenn Adams2014-07-061-2/+1
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608161 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-2/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1597112 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2339: GIF to PS transparency is black; patch by Simon SteinerLuis Bernardo2014-04-031-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1584420 13f79535-47bb-0310-9956-ffa450edef68
* Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-307-102/+1236
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562866 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; ↵Robert Meyer2013-12-051-0/+9
| | | | | | | | | | | | Patch submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1548054 13f79535-47bb-0310-9956-ffa450edef68
| * Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-031-3/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547372 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2313: add support for svg gradients when generating PostScript; most ↵Luis Bernardo2013-11-135-58/+1034
| | | | | | | | | | | | code authored by Robert Meyer with a small contribution by Athanasios Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537948 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-142-43/+189
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514076 13f79535-47bb-0310-9956-ffa450edef68