Sorry for posting this here (I've not logged a Firefox bug before so this is the best I can do in the time available).
I may have found an issue with FF's rendering of the SVG text- anchor="end". I find that the text doesn't end in the correct place for some font-sizes! At different font sizes it either over-shoots or under-shoots, and is fine at some sizes. I found it on v2.0.0.1 and have just downloaded v2.0.0.3 and the problem is still there. When trying to reproduce it I found that the problem only happens if you have more than one tab open in FF! If you have only one window open the text lines up fine at different font sizes, with a slight overshoot. As soon as you open a second tab the problem happens. I found on the problem on XP, but just did a fresh install of v2.0.0.1 on Win2K, and the problem is the same there. You can reproduce it as follows - copy the SVG below into a file - Open file in Firefox 2.0.0.1 or 2.0.0.3 (probably same in 2.0.0.2) - Do File/New Tab to open a second tab - Go back and look at the file in 1st tab and the problem should have appeared! Regards Richard ------------------------------- <?xml version="1.0" standalone="no" ?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd"> <svg width="100%" height="100%" viewBox = "0 0 800 600" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" > <text font-size="21" text-anchor="end" x="500" y="70" >Size 21. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="20" text-anchor="end" x="500" y="100" >Size 20. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="19" text-anchor="end" x="500" y="130" >Size 19. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="18" text-anchor="end" x="500" y="160" >Size 18. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="17" text-anchor="end" x="500" y="190" >Size 17. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="16" text-anchor="end" x="500" y="220" >Size 16. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="15" text-anchor="end" x="500" y="250" >Size 15. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="14" text-anchor="end" x="500" y="280" >Size 14. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="13" text-anchor="end" x="500" y="310" >Size 13. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="12" text-anchor="end" x="500" y="340" >Size 12. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="11" text-anchor="end" x="500" y="370" >Size 11. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="10" text-anchor="end" x="500" y="400" >Size 10. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="9" text-anchor="end" x="500" y="430" >Size 09. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="8" text-anchor="end" x="500" y="460" >Size 08. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="7" text-anchor="end" x="500" y="490" >Size 07. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="6" text-anchor="end" x="500" y="520" >Size 06. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="5" text-anchor="end" x="500" y="550" >Size 05. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <text font-size="4" text-anchor="end" x="500" y="580" >Size 04. The quick brown FOX JUMPS OVER THE LAZY DOG</text> <line x1="500" y1="0" x2="500" y2="600" stroke="red" /> </svg> ------------------------------- ----- 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/

