-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Enh improve agg chunks error #19343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enh improve agg chunks error #19343
Changes from all commits
285a01a
2116856
c4b1ddd
0f0ea22
09fa321
23f5da4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ RendererAgg::RendererAgg(unsigned int width, unsigned int height, double dpi) | |
rendererBase(), | ||
rendererAA(), | ||
rendererBin(), | ||
theRasterizer(8192), | ||
theRasterizer(32768), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the meaning of this change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And does it need documenting in an API change note? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That is:
|
||
lastclippath(NULL), | ||
_fill_color(agg::rgba(1, 1, 1, 0)) | ||
{ | ||
|
Uh oh!
There was an error while loading. Please reload this page.