Skip to content

Commit

Permalink
add example of drawing a cylindrical loop
Browse files Browse the repository at this point in the history
(mostly so I think of this when I work on alignment in the future)
  • Loading branch information
robx committed May 2, 2019
1 parent 4c84e9b commit 1d8bacf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added tests/examples/cylinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions tests/examples/cylinder.pzg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: grid
style: dashed
grid: |2
...
...
...
- type: edges
grid: |
. . . . . .
o-o-o o-o
| |
o o-o o o
| |
o o-o-o o
. . . . . .
substitute:
'-': sol-edge-horiz
'|': sol-edge-vert
'o': .

0 comments on commit 1d8bacf

Please sign in to comment.