Skip to content

Commit

Permalink
Resolving the mismatched attributes problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Aug 23, 2024
1 parent c05bcc6 commit 643f2dc
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 643f2dc

Please sign in to comment.