Open tooxoot opened 7 years ago
To get any svg input file ready for further processing it is necessary to:(https://github.com/tooxoot/plotR/tree/master/src/app/shared/svg-processor/svg.element.splitter.ts))~~
GraphicsValues
path
M
d="M 0 0 1 1 2 2 M 3 3 4 4 5 5"
To get any svg input file ready for further processing it is necessary to:(https://github.com/tooxoot/plotR/tree/master/src/app/shared/svg-processor/svg.element.splitter.ts))~~
TODOS:
GraphicsValues
to the model components (useful for filtering etc.)path
elements (see #2)Questions
Restrictions
M
commands (eg:d="M 0 0 1 1 2 2 M 3 3 4 4 5 5"
)