• Svg icons html code of address widget is written wrong.
    <svg xmlns="https://www.w3.org/2000/svg" class="address-icons" width="px" height="px" viewBox="0 0 496 512">
    which results in multiple unnecessary errors in console:

    Error: <svg> attribute width: Expected length, "px".
    Error: <svg> attribute height: Expected length, "px".
    ...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘svg error’ is closed to new replies.