plotboilerplate
Version:
A simple javascript plotting boilerplate for 2d stuff.
16 lines • 506 B
JavaScript
/**
* Defining some basic SVG command types.
*
* As these types do not define all very possible path data strings they should cover the most daily use-cases.
*
* For more insight see
* https://www.w3.org/TR/SVG/paths.html
*
*
* @author Ikaros Kappler
* @date 2022-12-21 (winter solstice night – yes the days & nights are dark and I have nothing else to do)
* @modified 2023-01-17 Added multiple parameter sets.
* @version 0.0.2-alpha
*/
export {};
//# sourceMappingURL=types.js.map