mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fixed issue 1101
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1068 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
4decc0f405
commit
600d9451cb
@ -96,13 +96,13 @@ void render_blob(void *window, TBLOB *blob, C_COL color) {
|
||||
* that was supplied as input.
|
||||
**********************************************************************/
|
||||
void render_edgepts(void *window, EDGEPT *edgept, C_COL color) {
|
||||
if (!edgept)
|
||||
return;
|
||||
|
||||
float x = edgept->pos.x;
|
||||
float y = edgept->pos.y;
|
||||
EDGEPT *this_edge = edgept;
|
||||
|
||||
if (!edgept)
|
||||
return;
|
||||
|
||||
c_line_color_index(window, color);
|
||||
c_move(window, x, y);
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user