Commit cd356374 authored by Glenn Adams's avatar Glenn Adams
Browse files

Populate level 4 gif, jpeg, opentype, png, and woff configurations; other minor fixes/updates.

parent b1158d36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@
TOOLS_L1        = fetch extract parse index generate
TOOLS_L2        = fetch generate
TOOLS_L3        = fetch
TOOLS_L4        = fetch
TOOLS_L4        = fetch generate

NOTICE

0 → 100644
+10 −0
Original line number Diff line number Diff line
CVP2TS - CVP-2 Feature Presence Test Suite
Copyright 2014 Skynav, Inc. and Cable Laboratories, Inc.

This product includes the following open source software:

(1) specs/opentype/resources/test.ttf is a copy of NotoSans-Regular.ttf developed by
Google, Inc. under The Apache License, Version 2.0 (see https://www.google.com/get/noto/#/family/noto-sans);

(2) specs/woff/resources/test.woff is a format converted copy of NotoSans-Regular.ttf developed by
Google, Inc. under The Apache License, Version 2.0 (see https://www.google.com/get/noto/#/family/noto-sans);
+1 −2
Original line number Diff line number Diff line
@@ -4,6 +4,5 @@
    "local": "ac3.txt",
    "dontFetch": true,
    "dontFetchReason": "specification is final",
    "dontExtract": true,
    "dontExtractReason": "requires manual property extraction"
    "helpers": []
}
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@
   <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>

    <h1>HTML Canvas 2D Context</h1>
   <p class="no-num no-toc subline">Editor's Draft 17 October 2014</p>
   <p class="no-num no-toc subline">Editor's Draft 19 October 2014</p>
   </header>
<dl>
    <dt>Latest Published Version:</dt>
+1 −1
Original line number Diff line number Diff line
Fri, 17 Oct 2014 06:10:08 GMT
 No newline at end of file
Sun, 19 Oct 2014 04:00:08 GMT
 No newline at end of file
Loading