H
H
hckn2019-04-06 23:07:16
JavaScript
hckn, 2019-04-06 23:07:16

Is it possible to rasterize SVG in the browser?

I noticed a huge difference in performance if the picture is in SVG compared to a raster. Is it possible to somehow rasterize it before showing it on the page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2019-04-06
@Moskus

Actually, the browser slows you down due to the fact that it rasterizes it. If you want to save on this - you need to rasterize on the server or in general, even before uploading to the server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question