You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In Shapes.set_vertices_and_codes, handle `self.filled` just once at
the beginning, and collect the vertices and codes parts in a list and
concatenate them all at the end, rather than keeping track of a
position in the buffers.
- Make SmallFilledCirecles inherit from Circles rather that
SmallCircles, with which it shares no attribute.
0 commit comments