Skip to content

Commit 6fed4d8

Browse files
authored
Change name of graphic device to differentiate it from svglite (#136)
1 parent 580ef68 commit 6fed4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devSVG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ void makeDevice(SvgStreamPtr stream, std::string bg_, double width, double heigh
904904
cpp11::stop("Failed to start SVG device");
905905

906906
pGEDevDesc dd = GEcreateDevDesc(dev);
907-
GEaddDevice2(dd, "devSVG");
907+
GEaddDevice2(dd, "devSVG_vdiffr");
908908
GEinitDisplayList(dd);
909909

910910
} END_SUSPEND_INTERRUPTS;

0 commit comments

Comments
 (0)