💾 Archived View for midnight.pub › replies › 3962 captured on 2023-04-26 at 15:59:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
Raster graphics. AFAIK, canvas itself doesn't support native vector export. You have to rely on whatever graphics library you use to give you a vector printout of your entire scene, which might have inexact information about all objects in the scene if you use code external to the library.
I know this was the case with KineticJS/ConcreteJS