如何在布料画布上保存图像到SVG?

时间:2016-08-02 11:16:03

标签: image canvas svg fabricjs

我正在尝试在SVG中保存结构画布。但是如果我在画布上有一个图像,它将被存储为Web服务器上的图像路径。如果我想下载画布,因为svg文件图像将丢失。 此外,我试图将图像存储为base64,但它会失去质量。

下载的SVG中的结果图像标记

<image xlink:href="https://localhost:44303/Files/instagram-256.png" x="-100" y="-100" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" width="200" height="200" preserveAspectRatio="none"></image>

有没有办法在SVG中保存带有图像的convas并以高质量下载?

0 个答案:

没有答案