Help for this page

Select Code to Download


  1. or download this
    $ cat svg.html
    <html>
    ...
    SPARTA
    <svg some=property>:{P</svg>
    </html>
    
  2. or download this
    $ perl -0 -pi.bak -e 's{<svg[^>]*>.*?</svg>}{}sgi' svg.html ; cat svg.
    +html
    <html>
    ...
    SPARTA
    
    </html>