Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

My Flutter web app can't display svg files in Firefox.

  • 3 답장
  • 1 이 문제를 만남
  • 73 보기
  • 최종 답변자: cor-el

more options

The logo in my Flutter web app can't be displayed in the svg format. It works everywhere but Firefox.

The logo in my Flutter web app can't be displayed in the svg format. It works everywhere but Firefox.

선택된 해결법

The Inspector shows that these SVG images have a height=0 attribute (hovering the src attribute shows 0 x 0). Setting a height via the Inspector makes the image appear, so it looks that something is wrong with the script that retrieves and displays the image.

There is also a logo.png requested, but that image is retrieved vian the wrong "assets/assets/images/" path. Web Console: Error while trying to load an asset: Failed to load asset at "assets/assets/images/logo.png" (404)

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

Do you want to provide a link to a page that illustrates the problem? If your web app isn't launched yet, you could set something up on CodePen or jsFiddle.

more options

jscher2000 said

Do you want to provide a link to a page that illustrates the problem? If your web app isn't launched yet, you could set something up on CodePen or jsFiddle.

kirnis.com The logo should be at the top of the screen. There should be 2 now, because I was doing some testing, but on Mozilla nothing appears.

more options

선택된 해결법

The Inspector shows that these SVG images have a height=0 attribute (hovering the src attribute shows 0 x 0). Setting a height via the Inspector makes the image appear, so it looks that something is wrong with the script that retrieves and displays the image.

There is also a logo.png requested, but that image is retrieved vian the wrong "assets/assets/images/" path. Web Console: Error while trying to load an asset: Failed to load asset at "assets/assets/images/logo.png" (404)