Index: pcb-rnd-svg.1.html =================================================================== --- pcb-rnd-svg.1.html (nonexistent) +++ pcb-rnd-svg.1.html (revision 31941) @@ -0,0 +1,91 @@ + + + +pcb-rnd-svg - pcb-rnd manual + + + + +
pcb-rnd-svg 1 + 2020-06-16 + pcb-rnd manual +
+ + + +

NAME

+
+pcb-rnd-svg - compare pcb-rnd svg renders +
+ +

SYNPOSIS

+
+

+pcb-rnd-svg command [args] + + + +

+ +

DESCRIPTION

+
+pcb-rnd-svg compares svg renders generated by pcb-rnd in a way that order of objects within the svg does not matter, only layering and geometry do. This is done by sorting group objects, assuming each object is a single line. +
+ + +

OPTIONS

+
+ + + + + + + + + + + + + +
svg-sort + reads a pcb-rnd generated svg on stdin, prints sorted svg: objects within each group sorted alphabetically +
svg-diff s1 s2 + sort pcb-rnd generated svgs s1 and s2 and print diff s1 s2; result written to stdout in diff -u format +
svg-vis-comp s1 s2 + generate a visual comparison of s1 and s2, diffs highlighted: - lines of the diff with blue, + lines with red in a new group, over the faded version of s1. +
test brd + run pcb-rnd on brd and compare the resulting svg to a saved sorted svg reference file called brd.ref +
test-all dir1 [dir2 dirN...] + run test on all boards with a ref available under all directories listed, recursively. +
+
+

+ + +
pcb-rnd-svg 1 + 2020-06-16 + pcb-rnd manual +
+ + +