Duplicated block

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

Version: SonarQube Community Edition 8.2
What: Trying to resolve duplicate block
Why: There is no duplicate data. The report of the duplicate is completely wrong.

When the report of duplicated data in a new checkin flagged the quality gate, we investigated and found zero lines of duplicate code.

The javascript graphics code it says is duplicate (small snippet since there are thousands of lines) is here:

<g id='Path_725'>
<path
className='st0'
d='M9.7,33c-0.2,0-0.5,0-0.7-0.1c-0.9-0.4-1.4-1.4-1-2.4l2.4-5.9c0.4-0.9,1.4-1.4,2.3-1c0.9,0.4,1.4,1.4,1,2.4
l-2.4,5.9C11.1,32.6,10.4,33,9.7,33z'
/>
</g>
<g id='Path_726'>
<path
className='st0'
d='M1.6,25.6c-0.7,0-1.3-0.4-1.6-1c-0.5-0.9-0.1-2,0.8-2.4l5.6-2.9c0.9-0.5,2-0.1,2.4,0.8c0.5,0.9,0.1,2-0.8,2.4
l-5.6,2.9C2.2,25.5,1.9,25.6,1.6,25.6z'
/>
</g>

As zero of the lines are duplicated and are unique throughout the entire code repository, I would like to understand why this was marked as duplicate.

Thanks for any help you can provide.