Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove SVG attribute

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235822
    Ani minadze
    Participant

    Hii,

    Can i remove SVG unreadable attributes??

    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="300" xmlns:xlink="http://www.w3.org/1999/xlink">
    
                    </svg>
    

    So can i use SVG tag without xmlns, version and xlink attributes?? like this:

    <svg  height="300" ">
                    </svg>
    

    10x <3

    #235825
    Shikkediel
    Participant

    Indeed you can do that, in HTML at least.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.