Closed
Bug 591
Opened 27 years ago
Closed 26 years ago
top border is one pixel too short horizontally
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
People
(Reporter: angus, Assigned: michaelp)
References
()
Details
See URL for test case and sample code. The problem looks like this (with a thick
top border):
------
-------
| foo |
-------
the border code is in the cssrendering pathway and troy was the last one
in there optimizing the code...troy: if you want you can reassign it to
me or michael.
The real problem is that GDI on Windows doesn't draw the last pixel when
rendering a line. I can't do much about this, because the CSS rendering
code is in twips. Therefore, the solution needs to be addressed in the
graphics code
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•