Skip to content

Commit

Permalink
(giza-points) revert marker 1 to point plotting, not resized with cha…
Browse files Browse the repository at this point in the history
…racter height, for compatibility with splash
  • Loading branch information
danieljprice committed Dec 2, 2024
1 parent 35e204b commit 35824ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/giza-points.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ _giza_draw_symbol (double xd, double yd, int symbol)
_giza_plus_size (xd, yd, Dev[id].ch);
break;
case 1: /* single small point that scales w/ character height */
_giza_circle_size (xd, yd, 0.5, 1);
/*_giza_circle_size (xd, yd, 0.5, 1);*/
_giza_point (xd, yd);
break;
case 19: /* slightly larger open rect (just shy of 3x size of #6 */
case 16: /* filled square */
Expand Down

0 comments on commit 35824ff

Please sign in to comment.