f
This commit is contained in:
parent
f64ae08744
commit
6ed047a702
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ proc decodeCtx(inherited: Ctx, node: XmlNode): Ctx =
|
||||||
|
|
||||||
when defined(pixieDebugSvg):
|
when defined(pixieDebugSvg):
|
||||||
proc maybeLogPair(k, v: string) =
|
proc maybeLogPair(k, v: string) =
|
||||||
if k notin [ # Handled, never need to log
|
if k notin [
|
||||||
"fill-rule", "fill", "stroke", "stroke-width", "stroke-linecap",
|
"fill-rule", "fill", "stroke", "stroke-width", "stroke-linecap",
|
||||||
"stroke-linejoin", "stroke-miterlimit", "stroke-dasharray",
|
"stroke-linejoin", "stroke-miterlimit", "stroke-dasharray",
|
||||||
"transform", "style", "version", "viewBox", "width", "height",
|
"transform", "style", "version", "viewBox", "width", "height",
|
||||||
|
|
Loading…
Reference in a new issue