no padding
This commit is contained in:
parent
2a05db0fd2
commit
92b8404d99
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func run(t *testing.T, tc testCase) {
|
||||||
pathGotSVG := filepath.Join(dataPath, "sketch.got.svg")
|
pathGotSVG := filepath.Join(dataPath, "sketch.got.svg")
|
||||||
|
|
||||||
svgBytes, err := d2svg.Render(diagram, &d2svg.RenderOpts{
|
svgBytes, err := d2svg.Render(diagram, &d2svg.RenderOpts{
|
||||||
Pad: d2svg.DEFAULT_PADDING,
|
Pad: 0,
|
||||||
ThemeID: 0,
|
ThemeID: 0,
|
||||||
})
|
})
|
||||||
assert.Success(t, err)
|
assert.Success(t, err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue