How to align an object in SVG document?
I was looking for a way to float a < g> element to the right of a svg file with width=100%. So one could scale the image and my < g> element would stick to the right without beeing scaled. Here is what I found out: <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE svg PUBLIC “-//W3C//DTD SVG 1.1//EN” … Read more