foreignObject ignored in PDF export?

Discuss SVG code, accessible via the XML Editor.
drdream
Posts: 1
Joined: Tue Nov 20, 2012 1:21 pm

foreignObject ignored in PDF export?

Postby drdream » Tue Nov 20, 2012 1:27 pm

Hello, im new to the inkscape world trying to convert SVG to PDF. The SVG contains a foreignObject tag with some simple.html"codebox">

Code: Select all


<foreignObject x='10' y='30' width='1872.52' height='150'> 
        <body xmlns='http://www.w3.org/1999/xhtml'>           
            <table width='100%' style='border-bottom:1px solid #000000;width:100%;margin-bottom:10px'>
                   <tr>
                      <td>LOGO</td>
                      <td style='font-family:verdana,arial;font-size:2.5em;text-align:right' >This is the caption of the HTML page</td> 
                    </tr>         
            </table>   
           </body>
 </foreignObject>