check.same.svgs {AnalysisPageServer} | R Documentation |
Test that 2 SVG files have the same content
check.same.svgs(got.lines, exp.lines, ...)
got.lines |
Charvec of the lines of the SVG to test |
exp.lines |
Charvec of the lines of the reference SVG |
... |
Passed through to |
Test that 2 SVG files have the same content. Most differences in whitespace are ignored, as are all "id", "class" and "type" tags.
As checkEquals
Brad Friedman