Reducing memory consumption in librsvg, part 2: SpecifiedValues

from blog Federico's Blog, | ↗ original
To continue with last time's topic, let's see how to make librsvg's DOM nodes smaller in memory. Since that time, there have been some changes to the code; that is why in this post some of the type names are different from last time's. Every SVG element is represented with …