Drawing: Added SVG pattern generation module

This commit is contained in:
Yorik van Havre 2015-03-15 19:13:36 -03:00
parent 103ee9943d
commit 5057f28a49
2 changed files with 143 additions and 0 deletions

View File

@ -11,6 +11,7 @@ INSTALL(
DrawingAlgos.py
DrawingExample.py
DrawingTests.py
DrawingPatterns.py
DESTINATION
Mod/Drawing
)

File diff suppressed because one or more lines are too long