painting-render-01-b-isvalid.html (7515B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>painting-render-01-b-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: painting-render-01-b-manual.svg</h1> 9 <svg version="1.1" baseProfile="basic" id="svg-root" 10 width="100%" height="100%" viewBox="0 0 480 360" 11 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 12 <!--======================================================================--> 13 <!--= SVG 1.1 2nd Edition Test Case =--> 14 <!--======================================================================--> 15 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--> 16 <!--= Institute of Technology, European Research Consortium for =--> 17 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 18 <!--= All Rights Reserved. =--> 19 <!--= See http://www.w3.org/Consortium/Legal/. =--> 20 <!--======================================================================--> 21 22 <title id="test-title">$RCSfile: painting-render-01-b.svg,v $</title> 23 <defs> 24 <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F"> 25 <font-face-src> 26 <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/> 27 </font-face-src> 28 </font-face> 29 </defs> 30 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18"> 31 <defs> 32 <linearGradient id="gradientDefault" gradientUnits="objectBoundingBox"> 33 <stop offset="0" stop-color="white"/> 34 <stop offset=".33" stop-color="blue"/> 35 <stop offset=".66" stop-color="red"/> 36 <stop offset="1" stop-color="yellow"/> 37 </linearGradient> 38 <linearGradient id="gradientSRGB" gradientUnits="objectBoundingBox" color-interpolation="sRGB"> 39 <stop offset="0" stop-color="white"/> 40 <stop offset=".33" stop-color="blue"/> 41 <stop offset=".66" stop-color="red"/> 42 <stop offset="1" stop-color="yellow"/> 43 </linearGradient> 44 <linearGradient id="gradientLinearRGB" gradientUnits="objectBoundingBox" color-interpolation="linearRGB"> 45 <stop offset="0" stop-color="white"/> 46 <stop offset=".33" stop-color="blue"/> 47 <stop offset=".66" stop-color="red"/> 48 <stop offset="1" stop-color="yellow"/> 49 </linearGradient> 50 </defs> 51 <text font-size="22" text-anchor="middle" x="225" y="30">Basic test of color-interpolation property.</text> 52 <!-- ====================================== --> 53 <!-- Default color-interpolation (sRGB) --> 54 <!-- ====================================== --> 55 <g transform="translate(40, 80)"> 56 <rect x="0" y="0" width="300" height="40" fill="url(#gradientDefault)" stroke="black"/> 57 <circle cx="0" cy="-10" r="3" fill="white" stroke="black"/> 58 <line x1="0" y1="-7" x2="0" y2="40" stroke="black"/> 59 <rect x="48" y="18" width="4" height="4" fill="rgb(128, 128, 255)" stroke="black"/> 60 <line x1="50" y1="15" x2="50" y2="25" stroke="rgb(128, 128, 255)"/> 61 <circle cx="100" cy="-10" r="3" fill="blue" stroke="black"/> 62 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(100, 0)"/> 63 <rect x="148" y="18" width="4" height="4" fill="rgb(128, 0, 128)" stroke="black"/> 64 <line x1="150" y1="15" x2="150" y2="25" stroke="rgb(128, 0, 128)"/> 65 <circle cx="200" cy="-10" r="3" fill="red" stroke="black"/> 66 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(200, 0)"/> 67 <rect x="248" y="18" width="4" height="4" fill="rgb(255, 128, 0)" stroke="black"/> 68 <line x1="250" y1="15" x2="250" y2="25" stroke="rgb(255, 128, 0)"/> 69 <circle cx="300" cy="-10" r="3" fill="yellow" stroke="black"/> 70 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(300, 0)"/> 71 <text x="310" y="20" font-size="16">default (sRGB)</text> 72 </g> 73 <!-- ====================================== --> 74 <!-- sRGB color-interpolation --> 75 <!-- ====================================== --> 76 <g transform="translate(40, 160)"> 77 <rect x="0" y="0" width="300" height="40" fill="url(#gradientSRGB)" stroke="black"/> 78 <circle cx="0" cy="-10" r="3" fill="white" stroke="black"/> 79 <line x1="0" y1="-7" x2="0" y2="40" stroke="black"/> 80 <rect x="48" y="18" width="4" height="4" fill="rgb(128, 128, 255)" stroke="black"/> 81 <line x1="50" y1="15" x2="50" y2="25" stroke="rgb(128, 128, 255)"/> 82 <circle cx="100" cy="-10" r="3" fill="blue" stroke="black"/> 83 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(100, 0)"/> 84 <rect x="148" y="18" width="4" height="4" fill="rgb(128, 0, 128)" stroke="black"/> 85 <line x1="150" y1="15" x2="150" y2="25" stroke="rgb(128, 0, 128)"/> 86 <circle cx="200" cy="-10" r="3" fill="red" stroke="black"/> 87 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(200, 0)"/> 88 <rect x="248" y="18" width="4" height="4" fill="rgb(255, 128, 0)" stroke="black"/> 89 <line x1="250" y1="15" x2="250" y2="25" stroke="rgb(255, 128, 0)"/> 90 <circle cx="300" cy="-10" r="3" fill="yellow" stroke="black"/> 91 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(300, 0)"/> 92 <text x="310" y="20" font-size="16">sRGB</text> 93 </g> 94 <!-- ====================================== --> 95 <!-- linearRGB color-interpolation --> 96 <!-- ====================================== --> 97 <g transform="translate(40, 240)"> 98 <rect x="0" y="0" width="300" height="40" fill="url(#gradientLinearRGB)" stroke="black"/> 99 <circle cx="0" cy="-10" r="3" fill="white" stroke="black"/> 100 <line x1="0" y1="-7" x2="0" y2="40" stroke="black"/> 101 <rect x="48" y="18" width="4" height="4" fill="rgb(128, 128, 255)" stroke="black"/> 102 <line x1="50" y1="15" x2="50" y2="25" stroke="rgb(128, 128, 255)"/> 103 <circle cx="100" cy="-10" r="3" fill="blue" stroke="black"/> 104 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(100, 0)"/> 105 <rect x="148" y="18" width="4" height="4" fill="rgb(128, 0, 128)" stroke="black"/> 106 <line x1="150" y1="15" x2="150" y2="25" stroke="rgb(128, 0, 128)"/> 107 <circle cx="200" cy="-10" r="3" fill="red" stroke="black"/> 108 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(200, 0)"/> 109 <rect x="248" y="18" width="4" height="4" fill="rgb(255, 128, 0)" stroke="black"/> 110 <line x1="250" y1="15" x2="250" y2="25" stroke="rgb(255, 128, 0)"/> 111 <circle cx="300" cy="-10" r="3" fill="yellow" stroke="black"/> 112 <line x1="0" y1="-7" x2="0" y2="40" stroke="black" transform="translate(300, 0)"/> 113 <text x="310" y="20" font-size="16">linearRGB</text> 114 </g> 115 </g> 116 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 117 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text> 118 </g> 119 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 120 <!-- comment out this watermark once the test is approved --> 121 <!--<g id="draft-watermark"> 122 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 123 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 124 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 125 </g>--> 126 </svg> 127 </body> 128 </html>