check.same.svgs: check.same.svgs

Description Usage Arguments Details Value Author(s)

View source: R/test.R

Description

Test that 2 SVG files have the same content

Usage

1
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


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.