ZVON > References > Zvon Example Repository
Example repository: index | categories | search

All > SVG > Paint > paint-stroke-BE-02


File: paint-stroke-BE-02
Author: Kevin McCluskey
Origin: W3C SVG conformance suite

Rendered imageSVG source
ElementsAttributes
axlink:href |
descid |
gid | style |
pathd | id | style |
rectheight | id | style | width | x | y |
svgheight | id | width |
textstyle | x | y |
titleid |

Source

<svg id="svg-root" width="450" height="450" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" >
     <title id="test-title">paint-stroke-BE-02</title>
     <desc id="test-desc">Test that viewer has the basic capability to handle the <stroke,stroke-opacity properites></desc>
     <g id="test-body-content">
          <text style="font-family:Helvetica;font-size:12;" x="140" y="14">Basic paint: stroke properties.</text>
          <rect id="stroke-01" style="fill:blue;stroke:none;" x="30" y="56" width="50" height="100"/>
          <rect id="stroke-02" style="fill:blue;stroke:red;" x="130" y="56" width="50" height="100"/>
          <text style="font-family:Helvetica;font-size:12;" x="22" y="182">stroke:none</text>
          <text style="font-family:Helvetica;font-size:12;" x="128"