iOS 17 css background image display abnormally

Now we have an html page like this <div class="download_two_btn"><a id="downloadLink" href="">Download</a></div> .download_two_btn a { text-decoration: none; font-size: 1.3em; letter-spacing: 4px; color: #fff; background: url(../images/download_two_btn.png) right no-repeat; background-size: 20px; padding-right: 24px; }

on iOS 16, the page display normal

but on iOS 17, the page display abnormal, the background image display abnormal

There is the background image

is a bug on iOS 17? please help.

Similar issues here and I want to know if it's an issue with iOS 17.

Please use the Feedback Assistant app that comes with iOS 17 Beta releases to file a feedback request about this issue, and post the "FB ID" here.

Tried to reproduce here: https://jsfiddle.net/o0k7h4em/

poc image file

iOS 17 css background image display abnormally
 
 
Q