diff --git a/test/groups.svg b/test/groups.svg new file mode 100644 index 0000000..6b3cc8e --- /dev/null +++ b/test/groups.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/test_groups.py b/test/test_groups.py new file mode 100644 index 0000000..7c89ed3 --- /dev/null +++ b/test/test_groups.py @@ -0,0 +1,8 @@ +from __future__ import division, absolute_import, print_function +import unittest +from svgpathtools import * + +class TestGroups(unittest.TestCase): + + def test_group_transform(self): + pass \ No newline at end of file