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

 


Help: OASIS Mailing Lists Help | MarkMail Help

cgmo-webcgm message

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


Subject: lineEdgeTypeDef xml coding


All

The spec is not clear to me that an ACI file can contain multiple 
lineEdgeTypeDef elements and attribute sets.  

For example is this valid?

<webcgmConfig
  <defaultAttributes>
    <lineEdgeTypeDef lineIndex="1" repeatLength="100" dashLength="10 2 5 2" />
    <lineEdgeTypeDef lineIndex="2" repeatLength="100" dashLength="10 2 10,2" />
    <lineEdgeTypeDef lineIndex="3" repeatLength="100" dashLength="10 2 5 2 5 2" />
  </defaultAttributes>
</webcgmConfig>


Since a Metafile has only 1 lineCap attribute by definition, an ACI can
have only 1 lineCap element but since there can be multiple lineEdgeType
definitions in a Metafile, I would think that specifying multiples is needed.


Another question related to lineEdgeTypeDef, is a negative lineIndex valid
in ACI lineEdgeTypeDef?  I re-call that we debated wheter or not we wanted 
to do this is our last f2f, but just wanted to make sure. As the spec is now,
negative lineIndex is NOT valid.


Don.


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