Bug 8849

Summary: Vertical position of strikethrough line is incorrect
Product: DejaVu Reporter: webaccount
Component: GeneralAssignee: 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:

Description webaccount 2006-11-01 01:02:40 UTC
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>
Comment 1 Ben Laenen 2006-11-11 13:21:10 UTC
fixing bug #8848 for Sans Condensed has fixed this as well.

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.