-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The SVG format allows the height and width of an SVG to be specified in units other than pixels, such as milimeters. This seems like a very useful feature to support for converting image data to for simulation. Currently MeshmerizeMe requires the height and width to be given in pixels, and does not contain any code to handle coordinate transforms within the SVG. We should add a feature that allows for SVGs with height/width specified in units other than pixels.