This commit is contained in:
Ryan Oldenburg 2021-06-17 16:16:29 -05:00
parent f64ae08744
commit 6ed047a702

View file

@ -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",