Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML>
<HTML>
  <HEAD>
    <TITLE>SVG Test</TITLE>
  </HEAD>
  <BODY>
    <DIV CLASS="striped">Striped</DIV>
    <DIV STYLE="background:blue;">
      <SVG XMLNS="http://www.w3.org/2000/svg" XMLNS:XLINK="http://www.w3.org/1999/xlink" HEIGHT=16 WIDTH=16 VIEWBOX="0 0 24 16">
        <TITLE>Translucent White Stripes</TITLE>
        <DESC>Translucent bottom-left-to-top-right diagonal white stripes</DESC>
      
        <POLYGON POINTS="00,16 16,00 08,00 00,08" STYLE="fill:#000000;fill-opacity:0.5"/>
        <POLYGON POINTS="08,16 16,08 16,16"       STYLE="fill:#000000;fill-opacity:0.5"/>
      </SVG>
    </DIV>
    <DIV STYLE="background:green;">
      <IMG SRC="http://BHStudios.org/_images/backgrounds/translucentWhiteStripes.svg"/>
    </DIV>
  </BODY>
</HTML>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Supuhstarpro
0viewers