You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/05/09 17:01:23 UTC

DO NOT REPLY [Bug 19797] New: - PS Renderer: image elements in SVG may produce blank output

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19797>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19797

PS Renderer: image elements in SVG may produce blank output

           Summary: PS Renderer: image elements in SVG may produce blank
                    output
           Product: Fop
           Version: 0.20.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: svg
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: jeremias@apache.org


Doing something like the following may result in the image ending up blank 
even though the image can be found in the resulting PostScript file:
      <fo:block>
        <fo:instream-foreign-object>
          <svg width="10cm" height="10cm" viewBox="0 0 10 10" 
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
            <image x="0" y="0" width="8" height="8" 
xlink:href="someimage.png"/>
          </svg>
        </fo:instream-foreign-object>
      </fo:block>


Related thread:
http://marc.theaimsgroup.com/?t=105248070400007&r=1&w=2

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org