Skip to content

Commit

Permalink
add default case of PNG in renderCairo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Jan 18, 2013
1 parent b7203e9 commit 3e66918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Diagrams/Backend/Cairo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ renderCairo outFile sizeSpec d
"png" -> PNG
"ps" -> PS
"pdf" -> PDF
"svg" -> SVG
"svg" -> SVG
_ -> PNG

0 comments on commit 3e66918

Please sign in to comment.