Orlando: HTML in SVG einbinden (foreignObject - Screenshot 422 kB)

Beitrag lesen

foreignObject

Ja, leck mich doch am Astralhintern, ist das vielleicht geil … man müsste halt nur intensiver nachdenken. Mit einem iframe geht’s dann natürlich.

<?xml version="1.0" standalone="yes"?>  
<svg xmlns = "http://www.w3.org/2000/svg">  
  <g transform="translate(300, 0) rotate(20)">  
    <foreignObject x="10" y="10" width="800" height="800">  
      <body xmlns="http://www.w3.org/1999/xhtml">  
        <iframe src="http://starkravingfinkle.org/blog" style="width:700px;height:700px"></iframe>  
      </body>  
    </foreignObject>  
  </g>  
</svg>

http://starkravingfinkle.org/blog/wp-content/uploads/2007/07/foreignobject-transform.svg ergibt

foreignObject - Screenshot

Siehe Firefox 3 - SVG foreignObject.

Roland

--
Aquahu akbar!