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-1909) Add svg:rx and svg:ry to draw:caption and draw:text-box


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

Francis Cave updated OFFICE-1909:
---------------------------------
    Resolution: 
{noformat}
+      <!-- https://issues.oasis-open.org/browse/OFFICE-1909 -->
+      <rng:choice>
          <rng:optional>
            <rng:attribute name="draw:corner-radius">
              <rng:ref name="nonNegativeLength"/>
            </rng:attribute>
           </rng:optional>
+        <rng:group>
+          <rng:optional>
+            <rng:attribute name="svg:rx">
+              <rng:ref name="nonNegativeLength"/>
+            </rng:attribute>
+          </rng:optional>
+          <rng:optional>
+            <rng:attribute name="svg:ry">
+              <rng:ref name="nonNegativeLength"/>
+            </rng:attribute>
+          </rng:optional>
+        </rng:group>
+      </rng:choice>
{noformat}

*_Editorial note:* The above change is applied to the definitions of both 'draw-caption-attlist' and 'draw-text-box-attlist'._

> Add svg:rx and svg:ry to draw:caption and draw:text-box
> -------------------------------------------------------
>
>                 Key: OFFICE-1909
>                 URL: https://issues.oasis-open.org/browse/OFFICE-1909
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Graphics, Part 1 (Schema)
>    Affects Versions: ODF 1.2
>            Reporter: Patrick Durusau
>            Assignee: Patrick Durusau
>            Priority: Major
>             Fix For: ODF 1.4
>
>
> Currently svg:rx and svg:ry are used to round corners on draw:rect, in addition to draw:corner-radius. The elements draw:caption and draw:text-box have the draw:corner-radius attribute but not svg:rx and svg:ry. Similar elements should have similar attributes, particularly for formatting. 



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