From 6ed047a7023732eee21b8ebc5595bc3dc29a9d4a Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 17 Jun 2021 16:16:29 -0500 Subject: [PATCH] f --- src/pixie/fileformats/svg.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/fileformats/svg.nim b/src/pixie/fileformats/svg.nim index 3295158..b83783c 100644 --- a/src/pixie/fileformats/svg.nim +++ b/src/pixie/fileformats/svg.nim @@ -60,7 +60,7 @@ proc decodeCtx(inherited: Ctx, node: XmlNode): Ctx = when defined(pixieDebugSvg): proc maybeLogPair(k, v: string) = - if k notin [ # Handled, never need to log + if k notin [ "fill-rule", "fill", "stroke", "stroke-width", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-dasharray", "transform", "style", "version", "viewBox", "width", "height",