attached is an svg that serializes nicely as a jpeg but very badly as a
png, at least for me. It assumes the Microsoft Arial font is available to
the JVM. can y'all verify that this is a bug?

- donald
<?xml version="1.0"?>
<svg width="400" height="20">
  <defs>
    <filter id="dropshadow">
      <feGaussianBlur in="SourceAlpha" stdDeviation="1" result="blur"/>
      <feOffset in="blur" dx="1" dy="1" result="offsetBlur"/>
    </filter>
  </defs>
  <g style="filter:url(#dropshadow); opacity:0.5">
    <text x="1" y="16" style="fill:green; font-size:18px; font-family:Arial; 
font-weight:normal; text-rendering:optimizeLegibility">Cocoon 2</text>
  </g>
  <text x="1" y="16" style="fill:green; font-size:18px; font-family:Arial; 
font-weight:normal; text-rendering:optimizeLegibility">Cocoon 2</text>
</svg>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to