What happens if in the xhtml you replace that svg code with just an img tag with href pointing to your drawing.svg?
Also by default, Inkscape saves svg in its own format. Try re-saving the drawing in inkscape as standard svg 1.1 eliminating the width and height in the resulting svg file so it will scale to its parent tag properly.
|