gridSVGMappings(newmappings = NULL)
grid.export
.
newmappings
is NULL
, then we get back a named list
representing name mapping information.If we pass the named list representing mapping information into the
function, we get no output.
Mapping information is stored as a list with 4 components, viewport mapping information, grob mapping information, reference mapping information and the ID separator used at the time of exporting.
Viewport, grob, and reference mapping information is stored as the
name of the object, paired with a vector of suffixes associated with
these names. When combined with the ID separator, we can construct the
SVG IDs that have been applied, given each name. Use
getSVGMappings
to do this.