check.same.svgs {AnalysisPageServer}R Documentation

check.same.svgs

Description

Test that 2 SVG files have the same content

Usage

check.same.svgs(got.lines, exp.lines, ...)

Arguments

got.lines

Charvec of the lines of the SVG to test

exp.lines

Charvec of the lines of the reference SVG

...

Passed through to checkEquals (such as test name).

Details

Test that 2 SVG files have the same content. Most differences in whitespace are ignored, as are all "id", "class" and "type" tags.

Value

As checkEquals

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.20.0 Index]