• Resolved bwasiluk

    (@bwasiluk)


    AMP plugin causes valid SVG in HTML to break.

    It changes:

    <svg>
      <g id="ok">
        <path/>
      </g>
    </svg>

    to

    <svg>
      <g id="ok"/>
        <path/>
    </svg>

    Every svg group with at least 1 attribute is closed automatically.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SVG group tag is broken’ is closed to new replies.