We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57050f1 commit 6735c35Copy full SHA for 6735c35
src/_backend_agg.cpp
@@ -46,7 +46,7 @@ RendererAgg::RendererAgg(unsigned int width, unsigned int height, double dpi)
46
rendererBase(),
47
rendererAA(),
48
rendererBin(),
49
- theRasterizer(4096),
+ theRasterizer(8192),
50
lastclippath(NULL),
51
_fill_color(agg::rgba(1, 1, 1, 0))
52
{
0 commit comments