I have drawn border around my svg element and then inside that svg element is g element. I am not sure why g element is NOT starting from the extreme left corner of the svg ? IMHO, the g must be starting from 0,0 of the svg element but don't know why it is displaced.
Similarly if i forcefully set g to width/2 and height/2, its starting point does not go to center of the svg but somewhere a head of it.
Looking forward thanks.
Similarly see the next figure, g is at (350, 250) after translation but this does not look at the center of the svg. Note 350 and 250 are the half of the svg which is(700 and 500).