OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (OFFICE-4049) text opacity property


     [ https://issues.oasis-open.org/browse/OFFICE-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andras Timar updated OFFICE-4049:
---------------------------------
    Proposal: 
h1. Summary

Proposal owner: Miklos Vajna

Proposal short name: Opacity text property
h1. Rationale
h2. Use cases:

Users sometimes want to make a whole shape partially transparent. Currently ODF provides a way to make the shape area / background and the line / border semi-transparent, but the text can only have an RGB color.
h2. Alternatives considered:

It is possible to manually convert text to a bitmap, and then bitmaps can be transparent.
h1. Requested changes to the ODF Standard
h2. Text changes/additions (compared to ODF 1.2):

16.27.28 <style:text-properties> (changed section)

The <style:text-properties> element has the following attributes: ... existing list ..., 16.40.7 <draw:opacity>.
h2. Schema changes/additions:

{{<rng:define name="style-text-properties-attlist">}}
{{Â <rng:interleave>}}
{{Â Â <rng:optional>}}
{{Â Â Â <rng:attribute name="draw:opacity">}}
{{Â Â Â Â <rng:ref name="zeroToHundredPercent"/>}}
{{Â Â Â </rng:attribute>}}
{{Â Â </rng:optional>}}
{{Â </rng:interleave>}}
{{ </rng:define>}}

In other words, allow the existing draw:opacity as a new style:text-properties attribute.
h1. Impacts
h2. Conformance:

This proposal will not add any mandatory features or behaviors.
h2. Backwards compatibility:

This change will not impact existing ODF processors, the usage of the new attribute value is optional.
h2. Accessibility impact:

This change will not impact accessibility.
h2. Interoperability:

OOXML's drawingML has a

{{<a:r>}}
{{Â <a:rPr>}}
{{Â Â <a:solidFill>}}
{{Â Â Â <a:srgbClr val="FF0000">}}
{{Â Â Â Â <a:alpha val="25000"/>}}
{{Â Â Â </a:srgbClr>}}
{{Â Â </a:solidFill>}}
{{Â </a:rPr>}}
{{Â <a:t>Hello!</a:t>}}
{{ </a:r>}}

markup to describe the same, this proposal allows roundtripping that feature in ODF.

LibreOffice 6.5 implements this rendering feature in its ODF extension namespace. It is enabled for ODG and ODP files at the moment.

  was:
h1. Summary

Proposal owner: Miklos Vajna

Proposal short name: Opacity text property

h1. Rationale

h2. Use cases:

Users sometimes want to make a whole shape partially transparent. Currently ODF provides a way to make the shape area / background and the line / border semi-transparent, but the text can only have an RGB color.

h2. Alternatives considered:

It is possible to manually convert text to a bitmap, and then bitmaps can be transparent.

h1. Requested changes to the ODF Standard

h2. Text changes/additions (compared to ODF 1.2):

16.27.28 <style:text-properties> (changed section)

The <style:text-properties> element has the following attributes: ... existing list ..., 16.40.7 <draw:opacity>.

h2. Schema changes/additions:

{{    <rng:define name="style-text-properties-attlist">
      <rng:interleave>
        <rng:optional>
          <rng:attribute name="draw:opacity">
            <rng:ref name="zeroToHundredPercent"/>
          </rng:attribute>
        </rng:optional>
      </rng:interleave>
    </rng:define>
}}

In other words, allow the existing draw:opacity as a new style:text-properties attribute.

h1. Impacts

h2. Conformance:

This proposal will not add any mandatory features or behaviors.

h2. Backwards compatibility:

This change will not impact existing ODF processors, the usage of the new attribute value is optional.

h2. Accessibility impact:

This change will not impact accessibility.

h2. Interoperability:

OOXML's drawingML has a

{{            <a:r>
              <a:rPr>
                <a:solidFill>
                  <a:srgbClr val="FF0000">
                    <a:alpha val="25000"/>
                  </a:srgbClr>
                </a:solidFill>
              </a:rPr>
              <a:t>Hello!</a:t>
            </a:r>
}}

markup to describe the same, this proposal allows roundtripping that feature in ODF.

LibreOffice 6.5 implements this rendering feature in its ODF extension namespace. It is enabled for ODG and ODP files at the moment.



> text opacity property
> ---------------------
>
>                 Key: OFFICE-4049
>                 URL: https://issues.oasis-open.org/browse/OFFICE-4049
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: New Feature
>            Reporter: Andras Timar
>            Priority: Major
>




--
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]