View Single Post
Old 03-09-2010, 10:19 AM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,082
Karma: 29579912
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Code:
<html xmlns="http://www.w3.org/1999/xhtml" >
    <body>
        <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
          width="100%" height="100%" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid meet">
          <text text-anchor="middle" x="300" y="400">centered text</text>
        </svg>
    </body>
</html>
kovidgoyal is offline   Reply With Quote