From b251ee2b0cc4dabc80439713abecc3e51980542e Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 27 Jun 2018 17:38:47 +0200 Subject: [PATCH] svg_tetraflexagon_editor: fix comment The comment was copied from the Hexaflexagon example, but here the tiles are rectangles, not polygons, amend the comment to reflect that. --- src/svg_tetraflexagon_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg_tetraflexagon_editor.py b/src/svg_tetraflexagon_editor.py index 90668e3..6b57160 100755 --- a/src/svg_tetraflexagon_editor.py +++ b/src/svg_tetraflexagon_editor.py @@ -97,7 +97,7 @@ class SvgwriteTetraflexagonDiagram(TetraflexagonDiagram): super(SvgwriteTetraflexagonDiagram, self).draw_tile_template(tile, cx, cy, theta) - # The tile outline in the active group's element is the only polygon + # The tile outline in the active group's element is the only rectangle # element, so get it and set its id so that it can be reused as # a clip-path for element in self.backend.active_group.elements: -- 2.1.4