diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-09-02 15:40:29 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-09-03 22:52:53 +0200 |
commit | 5bb5a7ea60c4496d7ad21ad81a0f37f6f5fd2288 (patch) | |
tree | 96427827c64f5dcf44977bfac9d181e5ff367e29 /schema/libreoffice | |
parent | 5e70ede56af526fce71672a120e5e9cea6e3365b (diff) |
Related: tdf#161826 - Add uniform Glow effect for texts in shapes
Using text-properties for the glow-text attributes in odf import/export
instead of graphic-properties.
Change-Id: I94f5a76f33a03891fa0bfed988e7e3cd0e842cc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172741
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'schema/libreoffice')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 9ec0e09f5a6d..0af6bb20301e 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -954,22 +954,6 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="length"/> </rng:attribute> </rng:optional> - <!-- TODO: no proposal for loext:glow-text* --> - <rng:optional> - <rng:attribute name="loext:glow-text-radius"> - <rng:ref name="length"/> - </rng:attribute> - </rng:optional> - <rng:optional> - <rng:attribute name="loext:glow-text-color"> - <rng:ref name="color"/> - </rng:attribute> - </rng:optional> - <rng:optional> - <rng:attribute name="loext:glow-text-transparency"> - <rng:ref name="zeroToHundredPercent"/> - </rng:attribute> - </rng:optional> </rng:interleave> </rng:define> @@ -2551,6 +2535,22 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="zeroToHundredPercent"/> </rng:attribute> </rng:optional> + <!-- TODO: no proposal for loext:glow-text* --> + <rng:optional> + <rng:attribute name="loext:glow-text-radius"> + <rng:ref name="length"/> + </rng:attribute> + </rng:optional> + <rng:optional> + <rng:attribute name="loext:glow-text-color"> + <rng:ref name="color"/> + </rng:attribute> + </rng:optional> + <rng:optional> + <rng:attribute name="loext:glow-text-transparency"> + <rng:ref name="zeroToHundredPercent"/> + </rng:attribute> + </rng:optional> </rng:define> <rng:define name="style-text-properties-attlist" combine="interleave"> |