Skip to content

Commit

Permalink
Change name of graphic device to differentiate it from svglite
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Aug 16, 2023
1 parent e35acd7 commit e28f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devSVG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ void makeDevice(SvgStreamPtr stream, std::string bg_, double width, double heigh
cpp11::stop("Failed to start SVG device");

pGEDevDesc dd = GEcreateDevDesc(dev);
GEaddDevice2(dd, "devSVG");
GEaddDevice2(dd, "devSVG_vdiffr");
GEinitDisplayList(dd);

} END_SUSPEND_INTERRUPTS;
Expand Down

0 comments on commit e28f553

Please sign in to comment.