Page 1 of 1

SVG files directly inline in HTML

Posted: Wed Aug 21, 2019 7:56 pm
by tommy888
Are SVG files (publish as SVG) directly inlined in HTML so to avoid http requests?

And another questions regarding SVG? W
Why when I insert SVG as an image in WB it makes an impression of being blurred. In the browser it is scalable and looks fine.

I've noticed SVG image keeps proportion and cannot be easy st to whatever size? Is it true? Or is it WB behaviour?

Thank you for the response. :)

Re: SVG files directly inline in HTML

Posted: Wed Aug 21, 2019 8:22 pm
by Pablo
Are SVG files (publish as SVG) directly inlined in HTML so to avoid http requests?
Yes
Why when I insert SVG as an image in WB it makes an impression of being blurred.
This is done for performance reasons. The SVG is converted to pixels in the workspace preview to reduce the number of render calls.

Re: SVG files directly inline in HTML

Posted: Wed Aug 21, 2019 8:25 pm
by tommy888
Good to know. Thank you :)