summaryrefslogtreecommitdiff
path: root/figures
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2013-03-26 09:31:50 +0100
committerJakub Steiner <jimmac@gmail.com>2013-03-26 09:32:50 +0100
commitf6b18c4d0cc03ca9314b952867dec04105b1e5f0 (patch)
tree26f5570339681901440f00f95c3579698753da84 /figures
parent97be3b78bbf0ce835a5b077501e2fe83aa215d92 (diff)
downloadgnome-getting-started-docs-f6b18c4d0cc03ca9314b952867dec04105b1e5f0.tar.gz
revert to plain svgs for figures.
- python was renaming namespaces anyway. Gotta figure out a solution that actually works :/
Diffstat (limited to 'figures')
-rwxr-xr-xfigures/render-figures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/figures/render-figures.py b/figures/render-figures.py
index 351ac99..9181b1b 100755
--- a/figures/render-figures.py
+++ b/figures/render-figures.py
@@ -28,10 +28,10 @@ for fname in glob.glob('*svg'):
global svg
print("processing %s" % (fname))
- #os.system("inkscape --vacuum-defs -l %s %s" % (TEMP, fname))
+ os.system("inkscape --vacuum-defs -l %s %s" % (TEMP, fname))
#plain SVG would strip the itst namespace
#needed to give context to translators
- shutil.copyfile(fname,TEMP)
+ #shutil.copyfile(fname,TEMP)
svg = ElementTree.parse(TEMP)
#FIXME: thumbs jsou GNOME, zbytek BLANK
if (fname[:8]=="gs-thumb"):