File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -1160,13 +1160,6 @@ inline void RendererAgg::draw_quad_mesh(GCAgg &gc,
1160
1160
array::scalar<double , 1 > linewidths (gc.linewidth );
1161
1161
array::scalar<uint8_t , 1 > antialiaseds (antialiased);
1162
1162
DashesVector linestyles;
1163
- ColorArray *edgecolors_ptr = &edgecolors;
1164
-
1165
- if (edgecolors.size () == 0 ) {
1166
- if (antialiased) {
1167
- edgecolors_ptr = &facecolors;
1168
- }
1169
- }
1170
1163
1171
1164
_draw_path_collection_generic (gc,
1172
1165
master_transform,
@@ -1178,12 +1171,12 @@ inline void RendererAgg::draw_quad_mesh(GCAgg &gc,
1178
1171
offsets,
1179
1172
offset_trans,
1180
1173
facecolors,
1181
- *edgecolors_ptr ,
1174
+ edgecolors ,
1182
1175
linewidths,
1183
1176
linestyles,
1184
1177
antialiaseds,
1185
1178
OFFSET_POSITION_FIGURE,
1186
- false ,
1179
+ true , // snap
1187
1180
false );
1188
1181
}
1189
1182
You can’t perform that action at this time.
0 commit comments