SVG - Coordinate System
About
The SVG coordinates system is pixel-based :
0,0 is the top-left corner of the drawing space
x values move to the right,
y values move down
See also: Unit
Articles Related
User
A user coordinate system can established with the viewBox attribute on the ‘svg’ element.
Documentation / Reference