Skip to content

Commit

Permalink
Merge pull request #103 from diagrams/expand
Browse files Browse the repository at this point in the history
Add offsetTrail and expandTrail.
  • Loading branch information
byorgey committed Sep 5, 2013
2 parents f3d0a6b + 6df3309 commit 01075fd
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 8 deletions.
4 changes: 4 additions & 0 deletions diagrams/src_Diagrams_TwoD_Offset_expandLoopExample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions diagrams/src_Diagrams_TwoD_Offset_expandTrailExample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions diagrams/src_Diagrams_TwoD_Offset_offsetTrailExample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions diagrams/src_Diagrams_TwoD_Offset_offsetTrailLeftExample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions diagrams/src_Diagrams_TwoD_Offset_offsetTrailOuterExample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/Diagrams/Attributes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ import Data.Colour
import Data.Colour.RGBSpace
import Data.Colour.SRGB (sRGBSpace)

import Data.Default.Class

import Data.Typeable

import Data.Monoid.Recommend
Expand Down
Loading

0 comments on commit 01075fd

Please sign in to comment.