aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/svg
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fixed compile errorKeiron Liddle2002-02-193-4/+7
| | | | | | | | add extra check for text drawing, seems to have a problem with large fonts and may have nulll size git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194655 13f79535-47bb-0310-9956-ffa450edef68
* properly setup the element mappingsKeiron Liddle2001-12-131-15/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194604 13f79535-47bb-0310-9956-ffa450edef68
* made the batik pdf transcoder work againKeiron Liddle2001-11-155-33/+109
| | | | | | | | some improvements to svg handling Submitted by: Thomas E Deweese <thomas.deweese@kodak.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194567 13f79535-47bb-0310-9956-ffa450edef68
* some changes for out of order rendering and rendering to a rendererKeiron Liddle2001-11-121-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194565 13f79535-47bb-0310-9956-ffa450edef68
* changed the parent to FONodeKeiron Liddle2001-11-0910-114/+253
| | | | | | | | | | changed a few more vector and hashtable change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference added pdf text element bridge for simple text some other changes that will hopefully make things simpler to handle in the future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
* changed the way that elements and properties are handledKeiron Liddle2001-11-064-124/+31
| | | | | | | | | | | the element makers are associated with the element mapping attributes are passed to the element object the object can then use the attributes to make the properties added default value for element handling, makes it easier to ensure all elements of an external xml markup are loaded (eg. svg) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194536 13f79535-47bb-0310-9956-ffa450edef68
* updated a few hashtables and vectorsKeiron Liddle2001-11-022-27/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194535 13f79535-47bb-0310-9956-ffa450edef68
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-021-67/+73
| | | | | | | some other misc updates to areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194534 13f79535-47bb-0310-9956-ffa450edef68
* updated for changes to batikKeiron Liddle2001-10-302-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194524 13f79535-47bb-0310-9956-ffa450edef68
* updated for changed pdf interfaceKeiron Liddle2001-10-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194522 13f79535-47bb-0310-9956-ffa450edef68
* new area tree and rendering stuffKeiron Liddle2001-10-221-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194519 13f79535-47bb-0310-9956-ffa450edef68
* handles path transform properly, makes a difference to the line widthKeiron Liddle2001-10-221-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194518 13f79535-47bb-0310-9956-ffa450edef68
* changed api associated with batik to current batikKeiron Liddle2001-10-125-119/+195
| | | | | | | added a half implemented bridge for jpg images git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194499 13f79535-47bb-0310-9956-ffa450edef68