aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/svg
Commit message (Expand)AuthorAgeFilesLines
* 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-143-176/+63
* Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-5/+2
* Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-111-11/+5
* Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-113-245/+40
* Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-112-5/+43
* Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-112-93/+14
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-68/+9
* 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-102-29/+37
* 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-134-0/+765