text-anchor itself does not specifically place the text, it only moves the point on which coordinates are based within the text string relative to the starting point of the text . The coordinates you specify act relative to the anchor point.
in other words, text-anchor moves the anchor point within the text and the x,y moves the anchor point within the svg container
Last edited by At_Libitum; 11-04-2013 at 04:27 PM.
|