Skip to content

Commit

Permalink
Update dvi_f.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mandovinnie authored Sep 23, 2022
1 parent 9f551c8 commit 36b19ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dvi_f.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,8 @@ struct list *l) /* data */
}
}
else { // not ON LINE
if (baroque) p->movev(0.017);
/* if (baroque) p->movev(0.017); */ /* wbc sept 2022 - try to center the dot in the line */
if (baroque) p->movev(0.008);
}
p->put_a_char(cc); /* draw dot */
p->pop();
Expand Down

0 comments on commit 36b19ec

Please sign in to comment.