ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
SVG
>
Structure
> Including bitmap images
Use the
image
. The target is specified using the attribute
xlink:href
.
Output
SVG version
Source
<
svg
width
="100"
height
="50" xmlns="
http://www.w3.org/2000/svg
" xmlns:xlink="
http://www.w3.org/1999/xlink
" >
<
image
x
="0"
y
="0"
width
="85"
height
="25"
xlink:href
="zvon.gif"/>
</
svg
>