Hmm
This commit is contained in:
parent
1cde0822c9
commit
6ae0770f81
1 changed files with 10 additions and 10 deletions
|
@ -81,8 +81,8 @@ class Path():
|
||||||
|
|
||||||
class HexagonPattern(Path):
|
class HexagonPattern(Path):
|
||||||
COMMANDS = [
|
COMMANDS = [
|
||||||
['M', [[23.246093, 0],
|
['M', [[23.246093, 0],
|
||||||
[0, 13.382812]]],
|
[0, 13.382812]]],
|
||||||
['V', [44.689453]],
|
['V', [44.689453]],
|
||||||
['L', [[0.0839844, 44.640625],
|
['L', [[0.0839844, 44.640625],
|
||||||
[24.033203, 58.505859],
|
[24.033203, 58.505859],
|
||||||
|
@ -98,23 +98,23 @@ class HexagonPattern(Path):
|
||||||
['h', [4.478516]],
|
['h', [4.478516]],
|
||||||
['L', [[ 76.068359, 86.275391],
|
['L', [[ 76.068359, 86.275391],
|
||||||
[ 76.099609, 58.449219],
|
[ 76.099609, 58.449219],
|
||||||
[100, 44.689453]]],
|
[100, 44.689453]]],
|
||||||
['V', [13.365234]],
|
['V', [13.365234]],
|
||||||
['L', [[76.919921, 0]]],
|
['L', [[76.919921, 0]]],
|
||||||
['H', [73.246093]],
|
['H', [73.246093]],
|
||||||
['L', [[50.015625, 13.373047],
|
['L', [[50.015625, 13.373047],
|
||||||
[26.919921, 0]]],
|
[26.919921, 0]]],
|
||||||
['Z', []],
|
['Z', []],
|
||||||
['M', [[25.083984, 1.25],
|
['M', [[25.083984, 1.25],
|
||||||
[49.033203, 15.115234],
|
[49.033203, 15.115234],
|
||||||
[49.001953, 42.941406],
|
[49.001953, 42.941406],
|
||||||
[25.017578, 56.75],
|
[25.017578, 56.75],
|
||||||
[1.0019531, 42.845703]]],
|
[ 1.0019531, 42.845703]]],
|
||||||
['l', [[0.033203, -27.75]]],
|
['l', [[ 0.033203, -27.75]]],
|
||||||
['z', []],
|
['z', []],
|
||||||
['m', [[50, 0],
|
['m', [[50, 0],
|
||||||
[24.017576, 13.904297],
|
[24.017576, 13.904297],
|
||||||
[-0.0352, 27.75]]],
|
[-0.0352, 27.75]]],
|
||||||
['L', [[75.017578, 56.75],
|
['L', [[75.017578, 56.75],
|
||||||
[51.068359, 42.884766],
|
[51.068359, 42.884766],
|
||||||
[51.099609, 15.058594]]],
|
[51.099609, 15.058594]]],
|
||||||
|
|
Loading…
Add table
Reference in a new issue