Bug 8849 - Vertical position of strikethrough line is incorrect
Summary: Vertical position of strikethrough line is incorrect
Status: RESOLVED FIXED
Alias: None
Product: DejaVu
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Deja Vu bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 01:02 UTC by webaccount
Modified: 2006-11-11 13:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.