Hi, On Thu, 2006-07-27 at 22:26 -0700, Sudhakar S wrote: > Hi All, > > My SVGDocument contains images and other SVG elements. when i export the > document to SVG file, it saves like following code. it is referrring the > external image using href. So is it possible to embed the whole image within > the same SVG file? > > <image x="453" y="221" width="26" > xmlns:xlink="http://www.w3.org/1999/xlink" > xlink:href="file:/C:/test/data.svg" > xlink:type="simple" xlink:actuate="onLoad" id="image" > height="24" > preserveAspectRatio="xMidYMid meet" xlink:show="embed"/> > > Please clarify me, is there is any solution for this?
You can convert the svg (vector> by using <svg> tag. For raster graphics (jpeg,png) you can use base64 for the byte array. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
