diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-12-03 13:21:35 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-12-04 10:33:34 +0100 |
commit | bfbbf06bcea4d58117c14fd3f3b8743a3714f97e (patch) | |
tree | a2f14a18ead422a6ea4ae0afb283c1ea38c42861 /oox/source/token/namespaces-strict.txt | |
parent | 09200875ce643e66f293d39bb27630a3fdbb984d (diff) |
tdf#126084 support writing SVG images into OOXML using the MS OOXML extension
SVG files aren't supported in OOXML, but we can write it using the
MS OOXML extension, which is supported in the latest MSO versions.
For now this only implements the support in the exporter.
Change-Id: I688180fb5772f3999c2ee3020bc234f90d57cc2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157237
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox/source/token/namespaces-strict.txt')
-rw-r--r-- | oox/source/token/namespaces-strict.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/namespaces-strict.txt b/oox/source/token/namespaces-strict.txt index beed3238ae2d..2b6c53807377 100644 --- a/oox/source/token/namespaces-strict.txt +++ b/oox/source/token/namespaces-strict.txt @@ -94,6 +94,7 @@ xr2 http://schemas.microsoft.com/office/spreadsheetml/2015/r # extlst namespaces adec http://schemas.microsoft.com/office/drawing/2017/decorative +asvg http://schemas.microsoft.com/office/drawing/2016/SVG/main # xls14Lst for features introduced by excel 2010 xls14Lst http://schemas.microsoft.com/office/spreadsheetml/2009/9/main |