The sketches were flipped vertically when displayed as svg. It was due to the defaults in the drawSvg library that was using bottom-left corner as the origin by default. Fixed it by specifying the top-right as the origin.
The sketches were flipped vertically when displayed as svg. It was due to the defaults in the drawSvg library that was using bottom-left corner as the origin by default. Fixed it by specifying the top-right as the origin.