Skip to content

Commit aaea44b

Browse files
r3ksteImpaler343
authored andcommitted
revert a small change
1 parent 341e929 commit aaea44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_backend_agg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ inline void RendererAgg::_draw_path_collection_generic(GCAgg &gc,
976976

977977
if (Nfacecolors) {
978978
int ic = i % Nfacecolors;
979-
face.second = agg::rgba(0, 0, 0, 0);
979+
face.second = agg::rgba(facecolors(ic, 0), facecolors(ic, 1), facecolors(ic, 2), facecolors(ic, 3));
980980
}
981981

982982
if (Nedgecolors) {

0 commit comments

Comments
 (0)