aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* should now handle rotated text properlyKeiron Liddle2001-08-171-14/+18
* added support for embedded fonts for svg text, also added proper escapingKeiron Liddle2001-08-152-18/+138
* adds support for svg links to be put into the pdfKeiron Liddle2001-08-145-6/+73
* fixes error that is displayed in new acrobat readerKeiron Liddle2001-08-091-1/+2
* updated to new batik interfaceKeiron Liddle2001-08-061-0/+2
* fixes PDFDoc to work with changed interfaceKeiron Liddle2001-08-021-1/+2
* Formatted code according to code standards.Tore Engvig2001-07-3013-437/+473
* added the start of svg linkingKeiron Liddle2001-07-244-21/+195
* Handles the graphics device better.Keiron Liddle2001-07-241-16/+161
* no longer neededKeiron Liddle2001-07-121-29/+0
* combined property list setting into element settingKeiron Liddle2001-07-121-1/+15
* a utility file for creating some svg thingsKeiron Liddle2001-07-111-0/+201
* should handle colour space a bit betterKeiron Liddle2001-07-103-138/+177
* removed unused variableKeiron Liddle2001-07-091-4/+1
* sets up the font state if not using strokes for textKeiron Liddle2001-07-091-1/+13
* updates to pdf text painterKeiron Liddle2001-06-271-88/+188
* added initial impl of text painter that uses pdf fontsKeiron Liddle2001-06-262-5/+297
* sets the context url properly (with baseDir)Keiron Liddle2001-06-221-1/+4
* removed unneeded codeKeiron Liddle2001-06-211-24/+0
* added a few extra useful methodsKeiron Liddle2001-06-211-4/+46
* allows better for other xml dataKeiron Liddle2001-06-202-90/+121
* gets the xml parser class name properlyKeiron Liddle2001-06-191-2/+6
* PDFNumber uses static methodsKeiron Liddle2001-06-183-68/+54
* prevents class cast exceptions when these methods are calledKeiron Liddle2001-06-131-3/+27
* fixes a line colouring problemKeiron Liddle2001-06-071-6/+3
* better svg renderingKeiron Liddle2001-05-232-18/+185
* cleaned up unneeded codeKeiron Liddle2001-05-211-41/+1
* no longer neededKeiron Liddle2001-05-211-261/+0
* now supports size setting properlyKeiron Liddle2001-05-183-307/+138
* restored support for external svg imagesKeiron Liddle2001-05-172-64/+27
* general clean upKeiron Liddle2001-05-1715-1413/+517
* FOP now uses Batik to render svgKeiron Liddle2001-05-1757-5984/+1830
* PR:Karen Lease2001-05-161-0/+37
* Patch for SVG viewboxarved2001-02-112-0/+5
* Modified to support new FontState class.eschaeffer2001-01-251-184/+185
* changed inline references to layout.inlineKeiron Liddle2001-01-241-1/+1
* updated svg stuff for the latest java bindingsKeiron Liddle2000-11-297-352/+282
* removed setting propertyListKeiron Liddle2000-11-158-550/+563
* Use automatically generated mappingsKaren Lease2000-11-101-58/+11
* Make compatible with new Property.Maker constructor and make method parametersKaren Lease2000-11-108-19/+33
* sets up the patternKeiron Liddle2000-11-101-6/+35
* creates pattern graphicKeiron Liddle2000-11-081-0/+25
* sets up gradientUnitsKeiron Liddle2000-11-081-0/+15
* fixes npe when rendering, checks the correct length thing for valKeiron Liddle2000-11-031-7/+11
* Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibilitySteve Coffman2000-10-261-4/+4
* changed the SVGLengthProperty so that it is possible to tellKeiron Liddle2000-10-2513-1037/+1236
* added some more properties to elementsKeiron Liddle2000-09-154-4/+13
* handles symbol with viewboxKeiron Liddle2000-09-151-0/+51
* added x,y,width height to use elKeiron Liddle2000-09-151-0/+4
* handles style, class nameKeiron Liddle2000-09-114-7/+34