Commit ace1cc2
committed
Agg: Increase maximum size to 2**23
With 32-bit scan lines, we are able to take advantage of the full 32-bit
range of coordinates. However, as noted in
`extern/agg24-svn/include/agg_rasterizer_scanline_aa.h`, Agg uses
24.8-bit fixed point coordinates. With one bit taken for the sign, the
maximum coordinate is now 2**23.1 parent 474bb4f commit ace1cc2
File tree
2 files changed
+11
-2
lines changed- doc/users/next_whats_new
- src
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments