diff options
Diffstat (limited to 'libmat2')
| -rw-r--r-- | libmat2/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/images.py b/libmat2/images.py index 2098569..86e6b17 100644 --- a/libmat2/images.py +++ b/libmat2/images.py | |||
| @@ -41,7 +41,7 @@ class SVGParser(exiftool.ExiftoolParser): | |||
| 41 | 41 | ||
| 42 | # The namespace is mandatory, but only the …/2000/svg is valid. | 42 | # The namespace is mandatory, but only the …/2000/svg is valid. |
| 43 | ns = 'http://www.w3.org/2000/svg' | 43 | ns = 'http://www.w3.org/2000/svg' |
| 44 | if meta.get('Xmlns', ns) == ns: | 44 | if meta.get('Xmlns') == ns: |
| 45 | meta.pop('Xmlns') | 45 | meta.pop('Xmlns') |
| 46 | return meta | 46 | return meta |
| 47 | 47 | ||
