From cb2f4c1a61b6d92c12c5049665aadba59e62b63f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Oct 2023 12:28:09 -0600 Subject: [PATCH] [Snippets/statShape] Pass glyphset to StatisticPen Such that components can be resolved. --- Snippets/statShape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snippets/statShape.py b/Snippets/statShape.py index 87e58bf6e..e0b0d69ed 100644 --- a/Snippets/statShape.py +++ b/Snippets/statShape.py @@ -35,7 +35,7 @@ with cairo.SVGSurface( glyph.draw(pen) context.fill() - stats = StatisticsPen() + stats = StatisticsPen(glyphset) glyph.draw(stats) # https://cookierobotics.com/007/