Travis CI: More SVG test adjustments.

This commit is contained in:
Jürg Lehni 2016-03-17 11:59:41 +01:00
parent beabd6bea1
commit bb19fade56

View file

@ -159,7 +159,7 @@ if (!isNode) {
// JSDom does not have SVG rendering, so we can't test there. // JSDom does not have SVG rendering, so we can't test there.
var svgFiles = { var svgFiles = {
'butterfly': { tolerance: 1e-2 }, 'butterfly': { tolerance: 1e-2 },
'viewbox': {}, 'viewbox': { tolerance: 1e-2 },
'clipping': {}, 'clipping': {},
'arcs': {}, 'arcs': {},
'symbol': {}, 'symbol': {},