Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Jan 30, 2014
1 parent 88b2995 commit 9ea71bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Diagrams/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ examples =
triangle 1 # fc green # rotateBy (1/5)
<>
square 1.2 # fc white # lw 0

, Test "triangle-bez-miter" $
triangle 1 # onSegments

This comment has been minimized.

Copy link
@bergey

bergey Feb 4, 2014

Member

Where is onSegments defined? I don't seem to have it in scope.

This comment has been minimized.

Copy link
@byorgey

byorgey Feb 4, 2014

Member

I have no idea. Also, that test is obviously incomplete. I have no idea what happened here. Let's just revert this commit.

]

poly_example = (poly1 ||| strutX 1 ||| poly2) # lw 0.05
Expand Down

0 comments on commit 9ea71bb

Please sign in to comment.