Is is possible in svg to define coordinates relative to the boundary that dont get scaled? In this example, I have a square with an additional path inside. The coordinates of the point should be (w-1, h-1), regardless of the scaling. So, if the box if (0,0),(10,10) it should b at (9,9) and if the coordinates would be (2,2),(20,20) it should be at(19,19).
Is this anyhow possible in svg?