Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 93144ab

Browse files
committed
Fixed LC.renderSnapshotToSVG
1 parent f902c0d commit 93144ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/renderSnapshotToSVG.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ module.exports = (snapshot, opts={}) ->
2929
opts.margin
3030
)
3131

32-
return LC.renderShapesToSVG(
32+
return util.renderShapesToSVG(
3333
backgroundShapes.concat(shapes), opts.rect, colors.background)

0 commit comments

Comments
 (0)