You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Christian Schneider <ma...@Christian-Schneider.de> on 2001/10/19 16:35:52 UTC

Batik 1.1 RC2 Rasterizer - Bug?

Hello,

is this a Bug in the Batik Rasterizer 1.1 RC2 ?

When using the tspan-Tag to render Text with offset values (here see the
dy-attribute) which is set to "1em" meaning it should render the text one
"em" lower than normal text. This seems to be ignored by the Rasterizer

  <g fill="black" font-size="13px" font-weight="bold">
   <text x="3" y="50"><tspan dy="1em">Begin</tspan></text>
   <text x="3" y="450"><tspan dy="1em">End</tspan></text>
  </g>

Best Regards,
Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: Batik 1.1 RC2 Rasterizer - Bug?

Posted by Thierry Kormann <tk...@ilog.fr>.
On Friday 19 October 2001 16:35, Christian Schneider wrote:
> Hello,
>
> is this a Bug in the Batik Rasterizer 1.1 RC2 ?
>
> When using the tspan-Tag to render Text with offset values (here see the
> dy-attribute) which is set to "1em" meaning it should render the text one
> "em" lower than normal text. This seems to be ignored by the Rasterizer
>
>   <g fill="black" font-size="13px" font-weight="bold">
>    <text x="3" y="50"><tspan dy="1em">Begin</tspan></text>
>    <text x="3" y="450"><tspan dy="1em">End</tspan></text>
>   </g>

This bug has been fixed. The current CVS codebase has a patch.

Thanks for your feedback.

Regards,
Thierry.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org