add some comment
This commit is contained in:
parent
84ba33f2de
commit
4e17d1cb8a
@ -7,6 +7,11 @@ from inkex import Circle, Vector2d
|
|||||||
from inkex.paths import Path
|
from inkex.paths import Path
|
||||||
from inkex.bezier import csplength
|
from inkex.bezier import csplength
|
||||||
|
|
||||||
|
'''
|
||||||
|
ToDos
|
||||||
|
- draw numbers for each travel lines next to the line
|
||||||
|
'''
|
||||||
|
|
||||||
class DrawDirectionsTravelMoves(inkex.EffectExtension):
|
class DrawDirectionsTravelMoves(inkex.EffectExtension):
|
||||||
|
|
||||||
def drawCircle(self, transform, group, color, point):
|
def drawCircle(self, transform, group, color, point):
|
||||||
|
Reference in New Issue
Block a user