User`s guide

Publishing on Kindle: Guidelines for Publishers
<text x="20" y="20" font-size=20 fill="red">svg text sample</text>
</svg>
</body>
</html>
3.6.11 Image Guideline #11: Use Supported SVG Tags and Elements
A publisher can reference the SVG files from within an HTML file using inline <svg>, <img>, <embed>,
or <object> tags. Please refer to the SVG specification http://www.w3.org/TR/SVG/
for details about
SVG.
Example
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg"><!—Inline SVG--></svg>
<img src="svgfile1.svg"/>
<embed src="svgfile2.svg"/>
<object src="svgfile3.svg"/>
</body>
</html>
Supported SVG Elements
<circle>
<clipPath>
<defs>
<ellipse>
<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feDistantLight>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feMerge>
Kindle Publishing Guidelines Amazon.com 27