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: RE: re[4]: [cgmo-webcgm] review of aci files


Rob,

Thanks for the analysis, following up on Ulrich's questions/comments.  I 
just had a minute to take a quick look.  Couple questions...

I was curious:  what's the metacheck gripe about "ColourClass"?  Is it a 
case-sensitivity about "Colour" versus "colour"?  (Is that a metacheck 
error or an actual profile requirement, that it must be exactly "colour"?)

Also ... what about ProfileEd 2.0?  (If the metafile said 2.1, MetaCheck 
would complain but the file would be correct.)

Regards,
-Lofton.

At 05:02 PM 3/19/2009 -0600, Robert Orosz wrote:
>Don,
>
>The binary CGMs that you've submitted are invalid. I've attached a ZIP file
>containing the MetaCheck trace output for each.
>
>Lofton,
>
>Please reset the status of these tests to reworking.
>
>   aciDefaultFont
>   aciEdgeAttr
>   aciFontNormalization
>   aciGenericFonts
>   aciHatchStyleDef
>   aciLineAttr
>   aciLineEdgeTypeDef
>   aciMapListOrder
>   aciMitreLimit
>   aciRestrictedTextType
>   aciSimpleFontSubsitution
>
>The CGM conformance violation is the same in each; namely, the VDC Extent
>exceeds the specified Maximum VDC Extent.  Each CGM has (1,1) (-1,-1) for
>the Maximum VDC Extent and that is well exceeded by the VDC Extent in each
>case.
>
>These CGMs also highlight an inconsistency in the WebCGM profile.  T.16.8
>allows for 16-bit color index precision.  However, T.16.9 caps the maximum
>color index at 255, i.e. effectively limiting you to only 8-bit color index
>precision.  We should make these two table rows in the PPF consistent with
>each other.
>
>More later,
>
>Rob
>
>-----Original Message-----
>From: 'Don Larson (E-mail)' [mailto:dlarson@cgmlarson.com]
>Sent: Thursday, March 19, 2009 7:37 AM
>To: Lofton Henderson
>Cc: 'CGM Open WebCGM TC'
>Subject: re[4]: [cgmo-webcgm] review of aci files
>
>
>Lofton,
>
>I have corrected and updated the following ACI files:
>
>   aciFontNormalization.aci
>   aciLineAttr.aci
>   aciHatchStyleDef.aci
>   aciMitreLimit.aci
>
>
>Also all the ACI related CGMs have been converted to binary:
>
>   aciDefaultFont.cgm
>   aciEdgeAttr.cgm
>   aciFontNormalization.cgm
>   aciGenericFonts.cgm
>   aciHatchStyleDef.cgm
>   aciLineAttr.cgm
>   aciLineEdgeTypeDef.cgm
>   aciMapListOrder.cgm
>   aciMitreLimit.cgm
>   aciRestrictedTextType.cgm
>   aciSimpleFontSubsitution.cgm
>
>
>Regards,
>Don
>
>  >  At 10:22 AM 3/17/2009 -0500, Forrest Carpenter wrote:
>  >  >Don,
>  >  >
>  >  >aciMitreLimit aci file <mitreLimit limitVal=5 />
>  >  >         should be <mitreLimit limitVal="5" />
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciRestrictedTextType aci file OK
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciLineEdgeType  aci file OK
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciHatchStyleDef  aci file </hatchStyleDef>
>  >  >         should be />
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciLineAtt  aci file    <lineCap lineCapInd=2 lineDashInd=3 />
>  >  >     <lineJoin lineJoinInd=4 />
>  >  >     <lineTypeCont lineContMode=3 />
>  >  >         Should be     <lineCap lineCapInd="2" lineDashInd="3" />
>  >  >     <lineJoin lineJoinInd="4" />
>  >  >     <lineTypeCont lineContMode="3" />
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciEdgeAtt  aci file OK
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >aciFontNormalization aci file <fontmap> and </fontmap>
>  >  >         should be <fontMap> and </fontMap>
>  >  >CGM file is clear text, should be binary
>  >  >
>  >  >Regards,
>  >  >Forrest
>  >  >
>  >  >
>  >  >-----Original Message-----
>  >  >From: Don Larson (E-mail) [mailto:dlarson@cgmlarson.com]
>  >  >Sent: Tuesday, March 17, 2009 9:02 AM
>  >  >To: Lofton Henderson
>  >  >Cc: CGM Open WebCGM TC
>  >  >Subject: re[2]: [cgmo-webcgm] review of aci files
>  >  >
>  >  >Lofton,
>  >  >
>  >  >All of the following ACI files have been updated by adding-
>  >  >   <?xml version = "1.0" ?>
>  >  >   <!DOCTYPE webcgmConfig SYSTEM "webConfig.dtd">
>  >  >
>  >  >
>  >  >aciFontNormalization
>  >  >aciGenericFonts
>  >  >aciMapListOrder
>  >  >aciLineAttr
>  >  >aciEdgeAttr
>  >  >aciLineEdgeTypeDef
>  >  >aciHatchStyleDef
>  >  >aciEdgeAttr.aci
>  >  >aciHatchStyleDef.aci
>  >  >aciLineAttr.aci
>  >  >aciLineEdgeTypeDef.aci
>  >  >aciMitreLimit.aci
>  >  >aciRestrictedTextType.aci
>  >  >
>  >  >Regards,
>  >  >Don L.
>  >  >Larson Software Technology
>  >  >www.cgmlarson.com
>  >  >
>  >  >
>  >  >  >  Don,
>  >  >
>  >  >  >  When you have corrected this, on every ACI file, could you please
>  >  inform
>  >  >  >  the TC via the TC list?
>  >  >
>  >  >  >  Then I'll update the matrix and we'll be ready for final steps
>toward
>  >  TC
>  >  >  >  "Approved".
>  >  >
>  >  >  >  Thanks,
>  >  >  >  -Lofton.
>  >  >
>  >  >  >  At 02:57 PM 3/16/2009 -0500, Forrest Carpenter wrote:
>  >  >
>  >  >  >  Lofton,
>  >  >  >
>  >  >  >  None of the aci files in the test suite are valid xml files. Don
>has
>  >  >  >  corrected one error I pointed out in his latest update but all aci
>  >  files
>  >  >  >  in the test suite are missing the two lines below, the first line
>is
>  >  >  >  required and the second line should be included
>  >  >  >
>  >  >  >  <?xml version = "1.0" ?>
>  >  >  >  <!DOCTYPE webcgmConfig SYSTEM "webConfig.dtd">
>  >  >  >
>  >  >  >  Regards,
>  >  >  >  Forrest
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  From: Lofton Henderson [mailto:lofton@rockynet.com]
>  >  >  >  Sent: Monday, March 16, 2009 1:33 PM
>  >  >  >  To: Forrest Carpenter; 'WebCGM'
>  >  >  >  Subject: Re: [cgmo-webcgm] review of aci files
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  Forrest,
>  >  >
>  >  >  >  At 09:41 AM 3/10/2009 -0500, Forrest Carpenter wrote:
>  >  >
>  >  >  >
>  >  >  >  I don t believe the aci files provided in the tests are valid. I
>have
>  >  >  >  attached an example of what I believe the files should look like.
>I
>  >  have
>  >  >  >  also found one error in the DTD, dashlength should be changed to
>  >  >  >  dashLength.
>  >  >  >
>  >  >  >
>  >  >  >  Can you be specific, what files you are referring to?  I.e., list
>  >  them?
>  >  >  >  You had the Action to review these 7:
>  >  >
>  >  >  >  aciFontNormalization
>  >  >  >  aciGenericFonts
>  >  >  >  aciMapListOrder
>  >  >  >  aciLineAttr
>  >  >  >  aciEdgeAttr
>  >  >  >  aciLineEdgeTypeDef
>  >  >  >  aciHatchStyleDef
>  >  >
>  >  >  >  Does your comment apply to all 7 of these?
>  >  >
>  >  >  >  Then Don sent an update message saying he had updated this
>different
>  >  set
>  >  >  >  of files:
>  >  >
>  >  >  >  aciEdgeAttr.aci
>  >  >  >  aciHatchStyleDef.aci
>  >  >  >  aciLineAttr.aci
>  >  >  >  aciLineEdgeTypeDef.aci
>  >  >  >  aciMitreLimit.aci
>  >  >  >  aciRestrictedTextType.aci
>  >  >
>  >  >  >  I'm getting a little lost, trying to track the status of "Review"
>or
>  >  >  >  "Reworking", and who has the action item, in the matrix.
>  >  >
>  >  >  >  -Lofton.
>  >  >
>  >  >---------------------------------------------------------------------
>  >  >To unsubscribe from this mail list, you must leave the OASIS TC that
>  >  >generates this mail.  Follow this link to all your TCs in OASIS at:
>  >  >https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >---------------------------------------------------------------------
>  >  >To unsubscribe from this mail list, you must leave the OASIS TC that
>  >  >generates this mail.  Follow this link to all your TCs in OASIS at:
>  >  >https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>
>---------------------------------------------------------------------
>To unsubscribe from this mail list, you must leave the OASIS TC that
>generates this mail.  Follow this link to all your TCs in OASIS at:
>https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>
>
>---------------------------------------------------------------------
>To unsubscribe from this mail list, you must leave the OASIS TC that
>generates this mail.  Follow this link to all your TCs in OASIS at:
>https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php



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