devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

svg picture not shown in c++ document

Open luozikuan opened this issue 2 years ago • 1 comments

In "std::reverse_iterator" page.

Documentation style bug

Summary

I compared the page on the cppreference.com website, which show the svg picturn properly. You can visit and compare the two pages below.

Actual style

https://devdocs.io/cpp/iterator/reverse_iterator

Expected style

https://en.cppreference.com/w/cpp/iterator/reverse_iterator

luozikuan avatar Aug 22 '22 10:08 luozikuan

Can you please elaborate on the issue more clearly?

SaadOps avatar Sep 01 '22 13:09 SaadOps

Seconding this issue. This seems to occur with all the embedded SVGs for documentation pages taken from cppreference.com. e.g. https://devdocs.io/cpp/io https://en.cppreference.com/w/cpp/io

rtwoo avatar Sep 25 '22 00:09 rtwoo

I used "Inspect Element" to check the html source code, I found the svg picture has no value set to "src".

<p><img alt="range-rbegin-rend.svg" src="" width="589" height="250"></p>

luozikuan avatar Sep 27 '22 05:09 luozikuan