[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-4130) "use-slide-background" fill for shapes in legacy presentation formats
[ https://issues.oasis-open.org/browse/OFFICE-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-4130:
----------------------------------
Proposal:
20.121 draw:fill
Add the following item:
* use-slide-background (deprecated): the drawing object is filled with the slide background. Note: This is not the same as transparency.
{noformat}
diff --git a/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng b/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
index dc77c4f..1d37542 100644
--- a/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
+++ b/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
@@ -11749,7 +11749,14 @@
</rng:define>
<rng:define name="style-graphic-properties-content-strict">
<rng:ref name="style-graphic-properties-attlist"/>
- <rng:ref name="style-graphic-fill-properties-attlist"/>
+ <rng:choice>
+ <rng:ref name="style-graphic-fill-properties-attlist"/>
+ <rng:optional>
+ <rng:attribute name="draw:fill">
+ <rng:value>use-slide-background</rng:value>
+ </rng:attribute>
+ </rng:optional>
+ </rng:choice>
<rng:ref name="style-graphic-properties-elements"/>
</rng:define>
<rng:define name="style-graphic-properties-elements">
{noformat}
was:
20.121 draw:fill
Add the following item:
* use-slide-background (deprecated): the drawing object is filled with the slide background. Note: This is not the same as transparency.
diff --git a/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng b/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
index dc77c4f..1d37542 100644
--- a/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
+++ b/src/main/resources/odf1.4/OpenDocument-v1.4-schema.rng
@@ -11749,7 +11749,14 @@
</rng:define>
<rng:define name="style-graphic-properties-content-strict">
<rng:ref name="style-graphic-properties-attlist"/>
- <rng:ref name="style-graphic-fill-properties-attlist"/>
+ <rng:choice>
+ <rng:ref name="style-graphic-fill-properties-attlist"/>
+ <rng:optional>
+ <rng:attribute name="draw:fill">
+ <rng:value>use-slide-background</rng:value>
+ </rng:attribute>
+ </rng:optional>
+ </rng:choice>
<rng:ref name="style-graphic-properties-elements"/>
</rng:define>
<rng:define name="style-graphic-properties-elements">
> "use-slide-background" fill for shapes in legacy presentation formats
> ---------------------------------------------------------------------
>
> Key: OFFICE-4130
> URL: https://issues.oasis-open.org/browse/OFFICE-4130
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: New Feature
> Components: Part (Schema), Presentation
> Affects Versions: ODF 1.3
> Reporter: Michael Stahl
> Priority: Minor
>
> This feature is specified as "useBgFill" in OOXML "19.3.1.43 sp (Shape)".
--
This message was sent by Atlassian Jira
(v8.3.3#803004)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]