I need a little help debugging this markup, why is the clipping path so large ? And I wasn't aware there is a SVG tag ?
<svg height="500" width="500" viewBox="0 0 500 500">
<image id="vine" xlink:href="http://www.thecreativesheep.ca/wdp/wip/patha.svg"; x="0" y="0" width="500" height="500"/> <rect id="rect1" x="0" y="0" stroke="#000000" fill="none" stroke-miterlimit="10" width="500" height="500"/>
<defs>
<clipPath id="svgPath">
<rect id="rect2" x="0" y="0" stroke="#000000" stroke-miterlimit="10" width="400" height="400"/>
</clipPath>
</defs>
</svg>


Christopher

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to