Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Svg path d doesn't work

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა A.Repnin

<svg><g><path fill="red" d="M-17169009 -11080329L16366781 -11080329L16366781 22493289L-17169009 22493289z"></path></g></svg>

It works in Chrome 83.0.4103.116, but doesn't work in Firefox 78.0.1. Could you fix it in Firefox?

<svg><g><path fill="red" d="M-17169009 -11080329L16366781 -11080329L16366781 22493289L-17169009 22493289z"></path></g></svg> It works in Chrome 83.0.4103.116, but doesn't work in Firefox 78.0.1. Could you fix it in Firefox?

ყველა პასუხი (4)

Additional information: each number has 8 digits. If you remove last digit from each number then red box will be shown on the page.

ჩასწორების თარიღი: , ავტორი: A.Repnin

I'm pretty sure, that we're not going to be that out of scope.

What about:

<svg><g transform="translate(410000, -5700000)"><path fill="red" d="M-17169009 -11080329L16366781 -11080329L16366781 22493289L-17169009 22493289z"></path></g></svg>

TyDraniu said

I'm pretty sure, that we're not going to be that out of scope. What about: <svg><g transform="translate(410000, -5700000)"><path fill="red" d="M-17169009 -11080329L16366781 -11080329L16366781 22493289L-17169009 22493289z"></path></g></svg>

Thank you for the answer. 1) Could you describe root of problem? Why my code didn't work without transform="translate(410000, -5700000)" ? 2) Why did you use 410000 and -5700000 values. How did you calculate them?

Thank you for the answer. 1) Could you describe root of problem? Why my code didn't work without transform="translate(410000, -5700000)" ? 2) Why did you use 410000 and -5700000 values. How did you calculate them?

ჩასწორების თარიღი: , ავტორი: A.Repnin