| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |
| <!--======================================================================--> |
| <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> |
| <!--= Institute of Technology, Institut National de Recherche en =--> |
| <!--= Informatique et en Automatique, Keio University). All Rights =--> |
| <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> |
| <!--======================================================================--> |
| <!-- ===================================================================== --> |
| <!-- --> |
| <!-- color-colorProf-BE-03 --> |
| <!-- renamed for 1.1 suite to color-prof-01-f.svg --> |
| <!-- --> |
| <!-- --> |
| <!-- Author : Tim Thompson 8/04/00 --> |
| <!-- 1.1 revision by Rick Graham --> |
| <!-- --> |
| <!-- History: --> |
| <!-- 08-aug-2000, Test color profile --> |
| <!-- 15-aug-2000, Names shortened for Mac --> |
| <!-- 19-Aug-2000, LH: fix DOCTYPE, legend, title. --> |
| <!-- 30-oct-2000, LH; change "Image1" to "image1"; ser#2. --> |
| <!-- 14-Nov-2000, LH: add missing test-body-content 'g'. --> |
| <!-- 14-Nov-2000, LH: move defs into test-body-content. --> |
| <!-- --> |
| <!-- ===================================================================== --> |
| <!--======================================================================--> |
| <!--= Note. After October 2000, revision history is kept as CVS 'commit' =--> |
| <!--= log messages, and therefore is no longer in the preceding preamble.=--> |
| <!--======================================================================--> |
| <svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%"> |
| <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"> |
| <OperatorScript version="$Revision: 1.8 $" testname="color-prof-01-f.svg"> |
| <Paragraph> |
| The purpose of this test is to determine if an application can utilize ICC |
| color profiles. The same raster image is displayed twice; a color profile |
| is applied to one so that the colors change. |
| </Paragraph> |
| <Paragraph> |
| The rendered picture should match the reference image, except for possible |
| variations in the labelling text (per CSS2 rules). |
| </Paragraph> |
| </OperatorScript> |
| </SVGTestCase> |
| <title id="test-title">color-prof-01-f.svg</title> |
| <desc id="test-desc">Basic test of ICC profile with an image.</desc> |
| <!--======================================================================--> |
| <!--Content of Test Case follows... =====================--> |
| <!--======================================================================--> |
| <g id="test-body-content"> |
| <defs> |
| <color-profile id="changeColor" name="changeColor" xlink:href="resources/changeColor.ICM"/> |
| </defs> |
| <g> |
| <image id="image1PNG" x="30" y="0" width="190" height="190" xlink:href="resources/colorprof.png"/> |
| </g> |
| <g> |
| <image color-profile="changeColor" id="image2" x="260" y="90" width="190" height="190" xlink:href="resources/colorprof.png"/> |
| </g> |
| <text font-family="Arial" font-size="12" x="250" y="20"> |
| Basic test of ICC profile with an image. |
| </text> |
| </g> |
| <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</text> |
| <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> |
| </svg> |