add some comment

This commit is contained in:
Mario Voigt 2021-11-08 13:50:39 +01:00
parent 84ba33f2de
commit 4e17d1cb8a
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ from inkex import Circle, Vector2d
from inkex.paths import Path
from inkex.bezier import csplength
'''
ToDos
- draw numbers for each travel lines next to the line
'''
class DrawDirectionsTravelMoves(inkex.EffectExtension):
def drawCircle(self, transform, group, color, point):