Re: PS renerer: Text in SVG

2003-01-16 Thread J.Pietschmann
Zhong Yi wrote:
I look at the fop generated PS file. Seems to me the
Text in SVG is drawn into PS file instead of using PS
show command to display it. Am I correct on this?
If so, how difficult to change the code to use PS
command to display Text within SVG?
Setting svgStroke to false might help, see
 http://xml.apache.org/fop/faq.html#faq-N10359
and other parts of the FAQ.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: PS renerer: Text in SVG

2003-01-16 Thread George Yi
It helps in PDF output. Not in PS.
I just dug into source code and made some changes. Now text in svg in PS
output looks fine. How do I submit the change for guys to review?



-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 1:45 PM
To: [EMAIL PROTECTED]
Subject: Re: PS renerer: Text in SVG


Zhong Yi wrote:
 I look at the fop generated PS file. Seems to me the
 Text in SVG is drawn into PS file instead of using PS
 show command to display it. Am I correct on this?
 If so, how difficult to change the code to use PS
 command to display Text within SVG?

Setting svgStroke to false might help, see
  http://xml.apache.org/fop/faq.html#faq-N10359
and other parts of the FAQ.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PS renerer: Text in SVG

2003-01-16 Thread J.Pietschmann
George Yi wrote:
It helps in PDF output. Not in PS.
I just dug into source code and made some changes. Now text in svg in PS
output looks fine. How do I submit the change for guys to review?
Open a bug in bugzilla
 http://nagoya.apache.org/bugzilla/
with aa subject like
 [PATCH] svgStroke in PS renderer
and append the patch.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: PS renerer: Text in SVG

2003-01-16 Thread George Yi
It's not really a bug. it's a missing feature in PS rendering. (QUADTO
segment implemention).

George

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 2:26 PM
To: [EMAIL PROTECTED]
Subject: Re: PS renerer: Text in SVG


George Yi wrote:
 It helps in PDF output. Not in PS.
 I just dug into source code and made some changes. Now text in svg in PS
 output looks fine. How do I submit the change for guys to review?

Open a bug in bugzilla
  http://nagoya.apache.org/bugzilla/
with aa subject like
  [PATCH] svgStroke in PS renderer
and append the patch.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PS renerer: Text in SVG

2003-01-16 Thread J.Pietschmann
George Yi wrote:
It's not really a bug. it's a missing feature in PS rendering. (QUADTO
segment implemention).
Choose enhancement instead of defect from the drop down box.
Most people are not that picky.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]