RE: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread OBRADOVIC,PETAR (HP-Vancouver,ex1)
I am sorry if I am missing something obvious but I am not able to build the latest code after this change. It seems that "batik.jar" which is checked in "xml-fop" CVS does not contain this class (SVGAbstractTranscoderUserAgent). I looked in "xml-batik" but I didn't have any luck finding this clas

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread Glen Mazza
--- Thomas DeWeese <[EMAIL PROTECTED]> wrote: > > BTW, an embarrassing Java 101 question: Why > wasn't it > > necessary to manually import the > > SVGAbstractTranscoderUserAgent class in the > > PDFTranscoder.java file? > >Because it is an innerclass of a baseclass. OK...I see it now, it's d

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread Thomas DeWeese
Hi Glen, Glen Mazza wrote: Just applied--thanks. Thanks! BTW, an embarrassing Java 101 question: Why wasn't it necessary to manually import the SVGAbstractTranscoderUserAgent class in the PDFTranscoder.java file? Because it is an innerclass of a baseclass. Glen --- Thomas DeWeese <[EMAIL

cvs commit: xml-fop/src/java/org/apache/fop/traits LayoutProps.java SpaceVal.java

2003-11-05 Thread gmazza
gmazza 2003/11/05 15:48:47 Modified:src/java/org/apache/fop/fo/properties CommonBackground.java CommonBorderAndPadding.java src/java/org/apache/fop/traits LayoutProps.java SpaceVal.java Log: toString() methods implemente

DO NOT REPLY [Bug 24438] - Table cells with background-color attribute specified may damage borders for rounding table cells.

2003-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24438] - Table cells with background-color attribute specified may damage borders for rounding table cells.

2003-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24438] New: - Table cells with background-color attribute specified may damage borders for rounding table cells.

2003-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [VOTE] Two changes to 1.0 branch

2003-11-05 Thread Victor Mote
Glen Mazza wrote: > I moved RTF and MIF to new fop.render.* packages. > Also the RTF Library has been moved under render.rtf. > Now most of our render-type specific code is under its > respective render type in our package structure. I > hope this becomes a cleaner design, if not we can > revisit