I have a set of bezier curves declared in a .svg file. It would be really usefull to pass that file to the library so it can create the corresponding curves. Is that possible somehow in an automated way?
(For example, there is a javascript library called paper.js that does that (class Path, method importSVG.)
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Alex,
and sorry for long delay to answer...
There is no support for SVG for the moment. There are some facilities for creating and drawing Bezier curves using javaGeom, but this mainly relies on java awt facilities. I agree it would be nice, but I do not have time to implement it in a near future...
regards,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, is there any SVG support?
I have a set of bezier curves declared in a .svg file. It would be really usefull to pass that file to the library so it can create the corresponding curves. Is that possible somehow in an automated way?
(For example, there is a javascript library called paper.js that does that (class Path, method importSVG.)
Thanks!
Hi Alex,
and sorry for long delay to answer...
There is no support for SVG for the moment. There are some facilities for creating and drawing Bezier curves using javaGeom, but this mainly relies on java awt facilities. I agree it would be nice, but I do not have time to implement it in a near future...
regards,
David