[Fwd: [Moderator Action] Patterns broken in Adobe SVG Viewer 3.0 Beta 4?]

 

Forwarded message 1

  • From: Petilon <petilon@yahoo.com>
  • Date: Sat, 24 Feb 2001 18:17:12 -0500 (EST)
  • Subject: [Moderator Action] Patterns broken in Adobe SVG Viewer 3.0 Beta 4?
  • To: www-svg@w3.org
  • Message-ID: <20010224231700.49964.qmail@web12102.mail.yahoo.com>
The following SVG file displays fine in IBM SVGView v0.4a.
Adobe displays the rectangle but not the pattern.

Is the SVG pattern below incorrect, or is Adobe's viewer broken?

<?xml version="1.0" standalone="no"?>
<svg width="150" height="100" viewBox="0 0 150 100">
<defs>
  <pattern id="pat1" x="0" y="0" width="15" height="15">
    <rect width="15" height="15" style="fill:white"/>
    <path style="fill:none;stroke:black" d="M 0,7.5 L 15,7.5"/>
  </pattern>
</defs>
<rect style="stroke:red;fill:url(#pat1)"
   x="5" y="5" width="140" height="90"/>
</svg>


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Received on Tuesday, 27 February 2001 11:12:48 UTC