GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pcb-rnd-svg(1) pcb-rnd manual pcb-rnd-svg(1)

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

pcb-rnd-svg command [args]

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.

Note: stored reference files are of format boardname.ref or boardname.ref.gz if they are compressed.

reads a pcb-rnd generated svg on stdin, prints sorted svg: objects within each group sorted alphabetically
sort pcb-rnd generated svgs s1 and s2 and print diff s1 s2; result written to stdout in diff -u format
run pcb-rnd to generate svgs of b1 and b2 and print their diff; result written to stdout in diff -u format. Boards can be of any format pcb-rnd can load.
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.
generate a svg visual comparison of board files b1 and b2, diffs highlighted: - lines of the diff with blue, + lines with red in a new group, over the faded svg render of b1. Boards can be of any format pcb-rnd can load.
run pcb-rnd on brd and compare the resulting svg to a saved sorted svg reference file called brd.ref
run test on all boards with a ref available under all directories listed, recursively.
generate the initial svg reference file for all board files named
2020-06-16

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.