aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/svg/PSSVGGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-157/+0
* FOP-2393: only the gradient's transform should be used. Other transforms will...Vincent Hennebert2014-08-011-7/+2
* Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-141-12/+14
* Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-141-4/+4
* Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-141-15/+10
* Renamed shading package to gradientVincent Hennebert2014-07-141-4/+4
* Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-141-6/+63
* Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-111-5/+4
* Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-36/+1
* Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-113/+8
* Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-101-10/+0
* Small adjustments to make duplication in PDF and PostScript gradients more ap...Vincent Hennebert2014-07-101-16/+15
* Removed unused codeVincent Hennebert2014-07-101-7/+0
* Factorized creation of gradient boundsVincent Hennebert2014-07-101-18/+16
* Factorized creation of gradient colorsVincent Hennebert2014-07-101-28/+21
* Factorized creation of gradient transformVincent Hennebert2014-07-101-24/+17
* Small adjustments to make duplication in linear and radial gradients more app...Vincent Hennebert2014-07-101-42/+25
* Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-3/+2
* Fixed gradients in PostScript outputVincent Hennebert2014-07-101-27/+26
* If the start/end stop does not coincide with the start/end of the gradient, r...Vincent Hennebert2014-07-101-14/+22
* Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-031-3/+6
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-0/+291