Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Complete Full SVG Path Support for SVGPathElement #97

Open VarunS1997 opened 3 weeks ago

VarunS1997 commented 3 weeks ago

In 2024.06.01, we moved PDF generation to the backend. Because we store our shapes as path data, that means we implemented SVGPathElement, an element to consume an SVG Path Segment and apply it into the PDF canvas.

In the haste to get 2024.06.01 out, we only put in support for the kinds of shapes that our front-end actually generates. But we should complete the support for the remaining SVG component types.