| Summary: | Vertical position of strikethrough line is incorrect | ||
|---|---|---|---|
| Product: | DejaVu | Reporter: | webaccount |
| Component: | General | Assignee: | Deja Vu bugs <dejavu-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | high | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Sans Condensed: the vertical position of the strikethrough line (as achieved using the text-decoration:line-through CSS rule) is too low - it is almost an underline. The line position for the other DejaVu fonts is correct. The HTML to reproduce the above problem (on both Windows XP and Fedora Core 3 using Firefox 1.0.7) is as follows: <html> <style type="text/css"> p{border-width:1px;border-style:dotted;text-decoration:line-through;} </style> <body> <p style="font-family:DejaVu Sans"> DejaVu Sans ABCDEFGHIJKL </p> <p style="font-family:DejaVu Serif"> DejaVu Serif ABCDEFGHIJKL </p> <p style="font-family:DejaVu Sans Mono"> DejaVu Sans Mono ABCDEFGHIJKL </p> <p style="font-family:DejaVu Sans Condensed"> DejaVu Sans Condensed ABCDEFGHIJKL </p> <p style="font-family:DejaVu Serif Condensed"> DejaVu Serif Condensed ABCDEFGHIJKL </p> </body> </html>