Menu

Target value of "_top" in SVG files

2021-10-25
2022-11-06
  • Martin Petermann

    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?

     
  • Selah Russell

    Selah Russell - 2022-09-10

    Get free svg file from here

     
  • Quinton

    Quinton - 2022-11-06

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.