Skip to content

Commit

Permalink
FontSize default to Output 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyrosenbluth committed Mar 25, 2014
1 parent 751f93b commit c76bec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Text.hs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ instance AttributeClass FontSize
type instance V FontSize = R2

instance Default FontSize where
def = FontSize (Last (Local 1))
def = FontSize (Last (Output 12))

instance Transformable FontSize where
transform t (FontSize (Last s)) =
Expand Down

0 comments on commit c76bec9

Please sign in to comment.