Skip to content

Commit

Permalink
Merge pull request #122 from PiotrJustyna/mismatched-attribute-types
Browse files Browse the repository at this point in the history
Resolving the mismatched attributes problem.
  • Loading branch information
byorgey authored Aug 24, 2024
2 parents c05bcc6 + 643f2dc commit 9161623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/opts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ svgOpt = SVGOptions {
_size = mkSizeSpec $ V2 (Just 400) (Just 400),
_idPrefix = T.empty,
_svgDefinitions = Nothing,
_svgAttributes = [LST.preserveAspectRatio_ $ T.pack "xMinYMin"],
_svgAttributes = [],
_generateDoctype = True
}

Expand Down

0 comments on commit 9161623

Please sign in to comment.