Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

New Post: Clipping of text

$
0
0
Just updated to the latest 1.4.0.0 to be able to to control text selection (disable it). Thanks for that. Then I noticed that certain texts within table got the first pixel clipped off. I've constructed a simple example, HTML and CSS:
<body>
<table>
<tr><td>A brown dog jumped over a lazy fox</td></tr>
</table>
</body>

body {  font: 8pt Tahoma; color: #eee; margin: 0px; padding: 0px; }
table { border: none; border-collapse: collapse; }
tr,td { border: none; padding: 0px; spacing: 0px; }
Using this (some of the CSS may be irrelevant) it fails displaying correctly:
Image

It looks like only some letter get clipped (for instance A, V and W) and others still display fine (like I and P).

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>