Commit Graph

214 Commits

Author SHA1 Message Date
Keiron Liddle
300020eea6 fixes image bug where images where flipped
the image is now in the correct orientation


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193529 13f79535-47bb-0310-9956-ffa450edef68
2000-07-20 07:42:52 +00:00
Jordan Naftolin
e9773af2cd Fixed table overflow bug
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193528 13f79535-47bb-0310-9956-ffa450edef68
2000-07-19 17:18:28 +00:00
Jordan Naftolin
c633c28b16 made removeChild public. Necessary for fixing table overflow bug
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193527 13f79535-47bb-0310-9956-ffa450edef68
2000-07-19 17:18:01 +00:00
Keiron Liddle
fec31202c6 changed svg namespace uri to the current value
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193521 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 06:15:43 +00:00
Keiron Liddle
a35a1e8b0d minor color optimization
if all color components are the same then use g og G


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193520 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 06:04:07 +00:00
Keiron Liddle
d25b78be5d changes for new svg java bindings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193519 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 05:42:20 +00:00
Keiron Liddle
ca3d39bb9f changes for new java bindings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193518 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 05:39:47 +00:00
Keiron Liddle
ff9607b273 changes for the new java bindings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193517 13f79535-47bb-0310-9956-ffa450edef68
2000-07-18 05:34:44 +00:00
fotis
9c3547c7eb adds method hasAttribute and hasAttributeNS to make class DOM 2 conform
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193510 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 20:39:49 +00:00
fotis
fb7bafb864 adds method importNode to make class DOM 2 conform
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193509 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 20:39:08 +00:00
fotis
0d824ae22a fix: corrects package statement
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193508 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 20:37:03 +00:00
fotis
dc3851d3e2 fix: makes constructor public and corrects package statement
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193507 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 20:36:44 +00:00
fotis
93daa4b1c2 replace getRawName with getQName to make it SAX 2 final compatible
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193506 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 11:39:31 +00:00
fotis
8190c107c0 set SAX 2 feature namespace-prefix to true
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193505 13f79535-47bb-0310-9956-ffa450edef68
2000-07-15 11:37:05 +00:00
Jordan Naftolin
8b6b236b36 Now properly casts to FObj rather than FONode
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193499 13f79535-47bb-0310-9956-ffa450edef68
2000-07-13 18:07:35 +00:00
Jordan Naftolin
f7c127dd6a added recursive removeID method. This method assumes that FObj's are only children of other FObj's
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193498 13f79535-47bb-0310-9956-ffa450edef68
2000-07-13 17:36:50 +00:00
Jordan Naftolin
8dd9bf0897 Now calls removeID when keep-with-next is encountered
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193497 13f79535-47bb-0310-9956-ffa450edef68
2000-07-13 17:35:42 +00:00
Jordan Naftolin
aad223315a Added ability to remove ID from idReferences. This is needed for keep-with-next
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193496 13f79535-47bb-0310-9956-ffa450edef68
2000-07-13 17:33:47 +00:00
Steve Coffman
ec1822b2c5 Fix Eric Schaeffer's bug with the int color conversions going to PDF -1.0
to 1.0. Clean and easy.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193494 13f79535-47bb-0310-9956-ffa450edef68
2000-07-12 22:49:47 +00:00
Keiron Liddle
b5b29e104f extra style options for the lines
none, miterlimit, linecap, line join


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193489 13f79535-47bb-0310-9956-ffa450edef68
2000-07-12 01:48:33 +00:00
Keiron Liddle
791c4ef7a1 better implementation for drawing svg objects
strokes and fills the objects properly
including non-zero, none stroke, line join, line cap, line miterlimit


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193488 13f79535-47bb-0310-9956-ffa450edef68
2000-07-12 01:42:31 +00:00
Keiron Liddle
4ed7437414 added method createAttributeNS to make sure it compiles properly
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193487 13f79535-47bb-0310-9956-ffa450edef68
2000-07-12 00:03:27 +00:00
Steve Coffman
bee6652fc9 This adds Domagoj Cosic's patch to fix printing to Postscript printers,
etc. If you've had problems, please test and let fop-dev know if it still
occurs, as there's one or two other places that this might not cover.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193486 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 18:42:00 +00:00
Keiron Liddle
bd0401902d now allows rendering
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193485 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:35:25 +00:00
Keiron Liddle
d24922d869 added namespace separation of properties
also added all the currently supported svg properties


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193484 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:34:11 +00:00
Keiron Liddle
75f2251eef added access methods to get font info
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193483 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:29:38 +00:00
Keiron Liddle
544bbe5aa3 changed to render svg area, in a different package
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193482 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:26:54 +00:00
Keiron Liddle
f01eae085e data types for svg elements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193481 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:22:21 +00:00
Keiron Liddle
a08082c53a new svg graphic elements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193480 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 05:09:42 +00:00
arved
7379d6007e Adjustments for XT
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193479 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 03:43:08 +00:00
arved
53d93e592a SAX2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193478 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 03:02:27 +00:00
arved
bf35a8190c New pagination spec
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193477 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:59:00 +00:00
arved
a7cb868003 Just in case
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193475 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:33:04 +00:00
arved
170f861579 Supports March 27 2000 spec
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193474 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:32:06 +00:00
arved
a1f9e03f6a Expresses SAX2 support
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193473 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:28:40 +00:00
arved
4db7ddbd63 Not required in March 27 2000 spec
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193472 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:25:08 +00:00
arved
97ddf75bb5 not required in March 27 2000 spec.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193471 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 02:13:50 +00:00
Keiron Liddle
674fde376c handles negative numbers, same otherwise
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193470 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 01:14:26 +00:00
Keiron Liddle
b563a42d58 creates a function for each pair of colours, rather than missing the last one
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193469 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 01:06:29 +00:00
Keiron Liddle
9376e11f33 puts spaces between distance values
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193468 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 01:03:05 +00:00
Keiron Liddle
e688340055 just make it compile for now
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193467 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 00:54:26 +00:00
Keiron Liddle
360b32f48e svg dom implementation to hold svg data for rendering
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193466 13f79535-47bb-0310-9956-ffa450edef68
2000-07-11 00:46:57 +00:00
Jordan Naftolin
dce7f573e0 cleaned up code. Removed unecessary variables and avoided duplicate method calls.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193462 13f79535-47bb-0310-9956-ffa450edef68
2000-07-10 19:21:11 +00:00
Jordan Naftolin
7aa5af025f now throws exception if "ref-id" attribute not specified in page-number-citation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193461 13f79535-47bb-0310-9956-ffa450edef68
2000-07-08 00:03:36 +00:00
Jordan Naftolin
743889bd01 fixed bug in which page-number-citation couldn't be the first element in a block
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193460 13f79535-47bb-0310-9956-ffa450edef68
2000-07-07 23:59:15 +00:00
Jordan Naftolin
5d667ee5d5 removed unnecessary line
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193456 13f79535-47bb-0310-9956-ffa450edef68
2000-07-05 23:13:28 +00:00
Jordan Naftolin
f7e3407827 Added basic support for forward page-number-citations
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193455 13f79535-47bb-0310-9956-ffa450edef68
2000-07-05 23:06:58 +00:00
Jordan Naftolin
ab19f336d7 initial version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193454 13f79535-47bb-0310-9956-ffa450edef68
2000-07-05 23:06:18 +00:00
Jordan Naftolin
9ad1d8d362 now recursively sets the linkSet so that simple-links can contain embedded children
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193453 13f79535-47bb-0310-9956-ffa450edef68
2000-07-05 20:26:19 +00:00
Jordan Naftolin
972118d2bd fixes duplicate id on overflow bug
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193452 13f79535-47bb-0310-9956-ffa450edef68
2000-07-05 20:23:43 +00:00