aboutsummaryrefslogtreecommitdiff
path: root/scripts/Old/manifests.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-07-06 22:09:24 +0000
committerRob Austein <sra@hactrn.net>2012-07-06 22:09:24 +0000
commitac27ee1ea98249fee08d78dbf51b917fc6a31555 (patch)
tree9e9d01e481fa4e5032a720d20d4f93bcf0409a6c /scripts/Old/manifests.py
parent1182d3e5a181f5d54d792a0552e17af62808291e (diff)
Clever hack of inserting SVG inline doesn't work with xml.etree due to
xml.etree's lack of support for XML namespaces. lxml.etree gets this right, but we don't want to require relying parties to install lxml. Since every browser we care about supports SVG with plain old <img/> elements, just do this the simple way and move on. Fixes #264. svn path=/trunk/; revision=4591
Diffstat (limited to 'scripts/Old/manifests.py')
0 files changed, 0 insertions, 0 deletions
09' href='#n109'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168