Description
composer require innmind/vendors-graphs
Todo
When this app is deployed on a server and exposed with the built-in http server, the pages are cut in the middle of SVGs. Even though the server sends the complete html content, the browser doesn't display it.
For some reason when the svg is accessed via a img
tag (so as a dedicated http call), then the whole content is rendered correctly.
The problem with this approach is that now the links in SVGs no longer work.