HTML5 SVG Demo (embed with img src)
A fixed coconut SVG that was embeded using the img element:
The original coconut SVG made by Newt was also embeded using the img element:
Tips:
- If you would like the SVG graphic to be somewhere else, you can use CSS to position it. E.g. style="float:left; padding:5px 30px 5px 5px;"
- SVG included as picture can't be scripted. Therefore only use this method for illustrations.
- Read Using SVG with HTML5 tutorial
Created by DKS. This is free code. Look at the source !
Last modified: Jan 2014