aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/svg
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1116-4756/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licenceJeremias Maerki2003-03-0714-70/+672
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196041 13f79535-47bb-0310-9956-ffa450edef68
* Make it compile with latest Batik CVS. The new methods will throw an "NYI" ATM! Jeremias Maerki2003-03-051-5/+63
| | | | | | | Long license git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196013 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for font refactoringJeremias Maerki2003-01-082-52/+53
| | | | | | | | Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195824 13f79535-47bb-0310-9956-ffa450edef68
* white-space and line-ending fixesWilliam Victor Mote2002-11-293-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195677 13f79535-47bb-0310-9956-ffa450edef68
* fixes problem of links not working after data outputKeiron Liddle2002-11-112-0/+11
| | | | | | | | | | | annotations now explicitly added fixed font name lookup error so now font output only once pdf renderer uses context to output things better added Form XObject add transition dictionary git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195464 13f79535-47bb-0310-9956-ffa450edef68
* handle image stream better, try to make sure onlyKeiron Liddle2002-11-081-1/+1
| | | | | | | | opened once and properly closed gif image broken until it can be loaded from a stream git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195455 13f79535-47bb-0310-9956-ffa450edef68
* fixed link/resolving problemKeiron Liddle2002-11-031-1/+1
| | | | | | | made sure area tree is serializable git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195405 13f79535-47bb-0310-9956-ffa450edef68
* flush stream so that cocoon+batik doesn't cut the data offKeiron Liddle2002-10-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195386 13f79535-47bb-0310-9956-ffa450edef68
* updated for latest codeKeiron Liddle2002-10-301-3/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195371 13f79535-47bb-0310-9956-ffa450edef68
* Streamlined build process without copying around whole directory trees.Jeremias Maerki2002-09-171-6/+6
| | | | | | | Uses filters to manage JDK 1.3 and 1.4 differences. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195209 13f79535-47bb-0310-9956-ffa450edef68
* fixed most style errorsKeiron Liddle2002-09-114-121/+283
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195168 13f79535-47bb-0310-9956-ffa450edef68
* fixed some more style violationsKeiron Liddle2002-09-109-251/+448
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195166 13f79535-47bb-0310-9956-ffa450edef68
* fixed hack on link rectangleKeiron Liddle2002-09-091-68/+103
| | | | | | | some formatting git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195158 13f79535-47bb-0310-9956-ffa450edef68
* improved docs, formattingKeiron Liddle2002-09-095-65/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195157 13f79535-47bb-0310-9956-ffa450edef68
* correctly handles font in patternKeiron Liddle2002-09-031-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195148 13f79535-47bb-0310-9956-ffa450edef68
* changed pixel to mm to longer nameKeiron Liddle2002-09-022-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195137 13f79535-47bb-0310-9956-ffa450edef68
* updated to current batik method and variable names for pixel to mmKeiron Liddle2002-08-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195115 13f79535-47bb-0310-9956-ffa450edef68
* properly sets the dpi valKeiron Liddle2002-08-191-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195094 13f79535-47bb-0310-9956-ffa450edef68
* Updated batik with change to TextPainter interface and UserAgent.Keiron Liddle2002-08-142-78/+106
| | | | | | | | Improved PDFTextPainter to handle more types of text. Added more todo items git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195084 13f79535-47bb-0310-9956-ffa450edef68
* First batch of changes for preparation for adoption of Avalon patterns. Only ↵Jeremias Maerki2002-08-071-3/+3
| | | | | | changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195068 13f79535-47bb-0310-9956-ffa450edef68
* moved embed font info into the render.pdf packageKeiron Liddle2002-07-312-4/+3
| | | | | | | reduced dependancy on Configuration git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195039 13f79535-47bb-0310-9956-ffa450edef68
* spearated GraphicsConfiguration classesKeiron Liddle2002-07-237-241/+336
| | | | | | | | handles the text painting better using the stroke painter as a proxy for bounds etc. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195020 13f79535-47bb-0310-9956-ffa450edef68
* improved patterns, the contents should be visible nowKeiron Liddle2002-07-101-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194992 13f79535-47bb-0310-9956-ffa450edef68
* improved linear and radial gradientsKeiron Liddle2002-07-092-27/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194990 13f79535-47bb-0310-9956-ffa450edef68
* applies transform from viewBoxKeiron Liddle2002-07-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194972 13f79535-47bb-0310-9956-ffa450edef68
* improved gstate usageKeiron Liddle2002-07-042-46/+48
| | | | | | | | now get get image if in pdf without using cache implemented some image parameters: size,clipping... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194961 13f79535-47bb-0310-9956-ffa450edef68
* prevent npeKeiron Liddle2002-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194958 13f79535-47bb-0310-9956-ffa450edef68
* progressively output pdf objects to reduce memory usageKeiron Liddle2002-07-013-17/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194943 13f79535-47bb-0310-9956-ffa450edef68
* added boundsKeiron Liddle2002-07-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194938 13f79535-47bb-0310-9956-ffa450edef68
* removed unused importKeiron Liddle2002-07-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194937 13f79535-47bb-0310-9956-ffa450edef68
* handles pattern resources betterKeiron Liddle2002-06-283-39/+62
| | | | | | | made stream filters externally configured git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194934 13f79535-47bb-0310-9956-ffa450edef68
* added transparency for imagesKeiron Liddle2002-06-272-132/+135
| | | | | | | | 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
* removed old importsKeiron Liddle2002-06-212-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194907 13f79535-47bb-0310-9956-ffa450edef68
* implemented some basic transparency, needs optimizationKeiron Liddle2002-06-201-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194903 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-204-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* implemented links in svg both for standalone and in fo documentsKeiron Liddle2002-06-185-35/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194898 13f79535-47bb-0310-9956-ffa450edef68
* api changeKeiron Liddle2002-06-102-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194865 13f79535-47bb-0310-9956-ffa450edef68
* fixed link problem, now handles external properlyKeiron Liddle2002-05-292-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194843 13f79535-47bb-0310-9956-ffa450edef68
* patch to prevent the same image being inserted multiple timesKeiron Liddle2002-05-221-82/+112
| | | | | | | | into pdf graphics Submitted by: Paul Reavis <preavis@partnersoft.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194834 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-0/+4
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* updated to the fluid batik apiKeiron Liddle2002-04-191-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194737 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-111-2/+2
| | | | | | | Submitted by: Michael Gratton <mjg@recalldesign.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
* updated to changes in batik apiKeiron Liddle2002-03-216-86/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194711 13f79535-47bb-0310-9956-ffa450edef68
* extends adapter instead of implementing useragentKeiron Liddle2002-03-112-89/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194699 13f79535-47bb-0310-9956-ffa450edef68
* renders images and ifo to pdf docKeiron Liddle2002-03-082-7/+13
| | | | | | | added xml reader for external graphics git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194696 13f79535-47bb-0310-9956-ffa450edef68
* remove SVGArea and ImageArea, no longer neededKeiron Liddle2002-02-262-97/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194674 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-211-14/+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
* removed printlnKeiron Liddle2002-02-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194662 13f79535-47bb-0310-9956-ffa450edef68
* made svg context independant so that the svg document does notKeiron Liddle2002-02-201-42/+55
| | | | | | | hold onto the fo tree git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194656 13f79535-47bb-0310-9956-ffa450edef68