Commit 85088ff
committed
[gaxis] do not paint first and last tick twice
If position of first or last tick does not match exactly visible axis range, extra first and extra last tick was painted.
While such matching can suffer from float arithmetic uncertanty,
on some platforms extra ticks was painted and on others not.
This was actually main reason for light variation of PS file size on different platforms.
Now simply do not paint first and last tick again in no case.1 parent e011074 commit 85088ff
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1732 | 1732 | | |
1733 | 1733 | | |
1734 | 1734 | | |
1735 | | - | |
| 1735 | + | |
| 1736 | + | |
1736 | 1737 | | |
1737 | 1738 | | |
1738 | 1739 | | |
| |||
1776 | 1777 | | |
1777 | 1778 | | |
1778 | 1779 | | |
1779 | | - | |
| 1780 | + | |
| 1781 | + | |
1780 | 1782 | | |
1781 | 1783 | | |
1782 | 1784 | | |
| |||
0 commit comments