aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* FOP-2391: ensure derived font triplet is usedGlenn Adams2014-09-261-2/+2
* FOP-2391: fix NSM reordering issue and ensure same PDF output as XSL-FO code ...Glenn Adams2014-09-206-34/+122
* FOP-2391: add missing fileGlenn Adams2014-08-231-0/+167
* FOP-2391: enable bidi processing of SVG text chunksGlenn Adams2014-08-234-35/+290
* FOP-2406: Error when image next to pdfSimon Steiner2014-08-191-3/+3
* FOP-2391: ensure mapping is non-null in CS SVG textGlenn Adams2014-08-181-1/+1
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-102-0/+2
* Fix 4-instance findbug warnings.Glenn Adams2014-08-081-3/+1
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-036-35/+277
* Merged latest trunkVincent Hennebert2014-07-185-9/+9
|\
| * Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-155-9/+9
* | createPDFPattern can be made privateVincent Hennebert2014-07-141-1/+1
* | Renamed shading package to gradientVincent Hennebert2014-07-141-4/+4
* | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-141-7/+28
* | Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-111-5/+5
* | Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-13/+7
* | Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-107/+6
* | Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-101-33/+23
* | Small adjustments to make duplication in PDF and PostScript gradients more ap...Vincent Hennebert2014-07-101-14/+11
* | Removed unused codeVincent Hennebert2014-07-101-14/+0
* | Factorized creation of gradient boundsVincent Hennebert2014-07-101-18/+16
* | Factorized creation of gradient colorsVincent Hennebert2014-07-101-28/+23
* | Factorized check for transparent colors out of gradient-handling codeVincent Hennebert2014-07-101-8/+11
* | Factorized creation of gradient transformVincent Hennebert2014-07-101-28/+19
* | Small adjustments to make duplication in linear and radial gradients more app...Vincent Hennebert2014-07-101-25/+26
* | Extracted gradient painting into own methodsVincent Hennebert2014-07-101-150/+158
* | Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-3/+2
* | If the start/end stop does not coincide with the start/end of the gradient, r...Vincent Hennebert2014-07-101-4/+18
|/
* Fix compiler warnings.Glenn Adams2014-07-061-2/+1
* FOP-2345 SVG to AFP text spacing wrongSimon Steiner2014-04-281-1/+14
* FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap wit...Vincent Hennebert2014-04-042-0/+10
* FOP-2357: When an SVG image has transparency and a PDF profile is used that d...Vincent Hennebert2014-03-143-15/+42
* FOP-2346: UnsupportedOperationException when handling an SVG containing a fon...Vincent Hennebert2014-02-204-19/+56
* Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-304-25/+91
|\
| * FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream;...Luis Bernardo2013-12-131-1/+0
| * Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-031-1/+2
| * FOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent...Luis Bernardo2013-11-241-6/+20
| * FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-13/+49
| * FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
* | Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-2916-502/+1151
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...Luis Bernardo2013-07-121-1/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-073-20/+20
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-092-5/+5
* FOP-2224: NPE for SVG text in AFP; patch submitted by Simon Steiner Luis Bernardo2013-03-161-0/+1
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-161-1/+3
* Bugzilla#54120: Prevented NPEs when FOP asks Batik for AWT fonts for AFP outputMehdi Houshmand2012-11-091-1/+4
* Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-221-1/+1
* Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...Mehdi Houshmand2012-07-061-1/+2