DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43469>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43469 Summary: textLength="" on text with children that form multiple chunks handled incorrectly Product: Batik Version: 1.7 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: GVT Text AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If textLength="" appears on a text content element whose children form multiple chunks, the spacing or glyph adjustment is made only to the first chunk and not spread across all chunks. Example: <svg xmlns='http://www.w3.org/2000/svg' width='400' height='300' font-size='14'> <line x1='10' y1='130' x2='210' y2='130' stroke='blue'/> <line x1='10' y1='135' x2='76' y2='135' stroke='red'/> <text x='10' y='150' textLength='200'> abc<tspan x='10' y='170'>def</tspan><tspan x='10' y='190'>ghi</tspan> </text> </svg> The three lines of text should be stretch approximately along the red line, but the current behaviour stretches the first line of text along the blue line and does not stretch the remaining two lines. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
