28 Dec
2006
28 Dec
'06
10:48 a.m.
one word of warning about letter-spacing though, inkscape doesn't handle the em unit properly as this test shows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="492.76611" height="28.516602"> <text x="-0.34423828" y="11.396484" style="font-size:15px;letter-spacing:6pt">font-size 12pt, letter-spacing 6pt</text> <text x="-0.34423828" y="25.396484" style="font-size:15px;letter-spacing:0.5em">font-size 12pt, letter-spacing 0.5em</text> </svg>