Unless captureGraphics
is turned off, plot output to devices other than the canvas gets swallowed
#482
Labels
feature
New feature or request
I've made an example at https://webr-issue-482-capturegraphics.think.somethingorotherwhatever.com/.
With the automatic canvas graphics capturing left turned on, graphics plotted to other devices such as SVG are lost if the initialisation of the device, the plot call, and
dev.off()
are in separate calls. The SVG file is created, but never filled.Is it the case that with
captureGraphics: true
, a new canvas device is created for each call toShelter.captureR
?The text was updated successfully, but these errors were encountered: