From 643f2dc6cb0a67f081a948064b1b5599c46d7c55 Mon Sep 17 00:00:00 2001 From: Piotr Justyna Date: Fri, 23 Aug 2024 21:39:25 +0100 Subject: [PATCH] Resolving the mismatched attributes problem. --- examples/opts.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opts.hs b/examples/opts.hs index 5acb7d1..d2fb12b 100644 --- a/examples/opts.hs +++ b/examples/opts.hs @@ -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 }