Skip to content

Commit

Permalink
hide {fill,stroke}Opacity from Prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Aug 24, 2016
1 parent 4007abd commit 4aac465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/SVG/Attributes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import Data.Typeable
import Data.Word (Word8)
import Diagrams.Attributes
import Diagrams.Path
import Diagrams.Prelude
import Diagrams.Prelude hiding (fillOpacity, strokeOpacity)
import Diagrams.Segment
import Diagrams.SVG.Path
import Diagrams.SVG.Tree
Expand Down

0 comments on commit 4aac465

Please sign in to comment.