You can use the scale(x,y) transform command to scale an element. Scale 1 is the normal size, 0.5 is half the normal size, and 2 is the double normal size.
For example, add transform="scale(1, 2)" to your tag to scale it horizontally and twice vertically.
source share