artyom-beilis / cppcms

CppCMS Framework
Other
450 stars 111 forks source link

Using object in html to get SVG file #84

Open poteryaevks opened 3 years ago

poteryaevks commented 3 years ago

I am trying to render geo map by using next command:

<object type="image/svg+xml" data="/media/svg/map.svg" width="500" height="500" ></object>

But map is not rendered... At the same time, if I use this command in HTML file locally, is works fine.