I want to render parts of a svg file by name but for the life of me I cannot figure out how to do so (using python + gtk).
Here\'s the svg file in question: http://d
You can do it by editing the tag. Edit width and height, set the viewBox attribute on the main svg element to the rectangle you want, render, repeat.
See How to show a subsection or "slice" of an SVG graphic? and http://dingoskidneys.com/~dholth/svg/