How to save svg canvas to local filesystem

前端 未结 16 1454
南旧
南旧 2020-11-27 10:10

Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas using a browser, to download this file to their local filesystem?

SVG

16条回答
  •  再見小時候
    2020-11-27 10:23

    Most compatible way would be a round-trip to the server. You could also use a data: URI in some browsers.

提交回复
热议问题