ASV3 won't underline multiline text the way I think it should. The following puts all decorations on the first line:
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="12cm" height="4cm" viewBox="0 0 1200 400" xmlns="http://www.w3.org/2000/svg" version="1.1"> <g font-size="60" fill="blue" stroke="red" stroke-width="1" > <text x="100" y="75">Normal text</text> <text x="100" y="165" > <tspan>One </tspan> <tspan fill="yellow" stroke="purple" >word </tspan> <tspan dy="1em" fill="yellow" stroke="black" text-decoration="underline" >has </tspan> <tspan fill="yellow" stroke="darkgreen" >different </tspan> <tspan dy="1em" fill="yellow" stroke="blue" text-decoration="underline" >underlining</tspan> </text> </g> </svg> Test at http://kart2.nois.no/test/textdecoration.svg Firefox 2 doesn't show any underlines at all. Am I missing something here? ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

