cppcms icon indicating copy to clipboard operation
cppcms copied to clipboard

Using object in html to get SVG file

Open poteryaevks opened this issue 4 years ago • 0 comments

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.

poteryaevks avatar Apr 24 '21 14:04 poteryaevks