Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57050f1 commit 6735c35Copy full SHA for 6735c35
1 file changed
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