In dotfilepatcher.cpp (Release_1_8_20) the html target attribute value "_top" is set for SVG files. I'd like to show the doxygen information in an iframe. Using the INTERACTIVE_SVG setting frames will be discarded when selecting a link within an image. Code to add the attribute seems to exist for a long time. I was not able to figure out why that is necessary. Currently I replace the value of this attribute with "_parent" which does not show any issues:
find html -name "*.svg" -exec sed -i s/_top/_parent/g {}\;
Is there a reason to set the value "_top" for the target attribute in the SVG files?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks selah Rusell for sharing the ready svg file. As I was also looking for the svg file for fira follower apk and accidently found your response here. From where I downloaded the svg file and luckly it properly working for us.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In dotfilepatcher.cpp (Release_1_8_20) the html target attribute value "_top" is set for SVG files. I'd like to show the doxygen information in an iframe. Using the INTERACTIVE_SVG setting frames will be discarded when selecting a link within an image. Code to add the attribute seems to exist for a long time. I was not able to figure out why that is necessary. Currently I replace the value of this attribute with "_parent" which does not show any issues:
Is there a reason to set the value "_top" for the target attribute in the SVG files?
Get free svg file from here
Thanks selah Rusell for sharing the ready svg file. As I was also looking for the svg file for fira follower apk and accidently found your response here. From where I downloaded the svg file and luckly it properly working for us.