I have the following SVG code.
Code: Select all
<?xml version="1.0" standalone="yes"?>
<svg width="810" height="120" viewBox="0 0 810 120" xmlns="http://www.w3.org/2000/svg" version="1.1" baseProfile="full">
<text x="0" y="120" font-family="arial" font-size="120px" fill="blue" >Hello</text>
</svg>
I tried to view this file using
1. IE8+Adobe SVG Viewer
2. Mozilla Firefox 5.0.1
3. Inkskape in Ubuntu 9.04
4. GIMP in Ubuntu 9.04
In all places I found that actual text size is not 120 pixel !
How is this?
How to make its height 120 pixel?
Sincerely,
Srinivas Nayak