Description Usage Arguments Value See Also
This function takes SVG file name as argument, and returns a list of matrices, each representing a polygon. The list of matrices represent the geometry of the shape.
1 | extract_paths_from_svg(file_name, close_paths = TRUE)
|
file_name |
path to a SVG file with "path" items in it. |
close_paths |
Should the path be closed automatically, i.e. last point = first point ? Default to TRUE. |
A list of matrices, each representing a polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.