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 22c47dc commit 7507477Copy full SHA for 7507477
1 file changed
src/_backend_agg.cpp
@@ -209,7 +209,7 @@ GCAgg::_set_joinstyle(const Py::Object& gc) {
209
std::string joinstyle = Py::String( gc.getAttr("_joinstyle") );
210
211
if (joinstyle=="miter")
212
- join = agg::miter_join;
+ join = agg::miter_join_revert;
213
else if (joinstyle=="round")
214
join = agg::round_join;
215
else if(joinstyle=="bevel")
0 commit comments