paths-data-01-t-isvalid.html (9964B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>paths-data-01-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: paths-data-01-t-manual.svg</h1> 9 <svg version="1.1" baseProfile="tiny" 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: paths-data-01-t.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 <!-- ====================================================================== --> 32 <!-- First Curve "X" that has subpath utilizing M, C, S, m, c, & s ======== --> 33 <!-- ====================================================================== --> 34 <text font-size="12" x="100" y="14">Cubic bezier curves drawn with commands:</text> 35 <path id="X_curve_MCSmcs" fill="#00FF00" stroke="#00C000" d=" M 210 130 C 145 130 110 80 110 80 S 75 25 10 25 m 0 105 c 65 0 100 -50 100 -50 s 35 -55 100 -55 "/> 36 <!-- ====================================================================== --> 37 <!-- Markers for path control points ===================================== --> 38 <!-- ====================================================================== --> 39 <rect x="208" y="128" width="4" height="4" fill="#4A83FF" stroke="none"/> 40 <rect x="108" y="78" width="4" height="4" fill="#4A83FF" stroke="none"/> 41 <rect x="8" y="23" width="4" height="4" fill="#4A83FF" stroke="none"/> 42 <rect x="8" y="128" width="4" height="4" fill="#4A83FF" stroke="none"/> 43 <rect x="108" y="78" width="4" height="4" fill="#4A83FF" stroke="none"/> 44 <rect x="208" y="23" width="4" height="4" fill="#4A83FF" stroke="none"/> 45 <text font-size="12" x="5" y="82">M, C, S, m, c, s</text> 46 <!-- ====================================================================== --> 47 <!-- Infinity using M, c, c, c, C & z ===================================== --> 48 <!-- ====================================================================== --> 49 <path id="Infinity_McccCz" fill="none" stroke="#000000" d=" M 240 90 c 0 30 7 50 50 0 c 43 -50 50 -30 50 0 c 0 83 -68 -34 -90 -30 C 240 60 240 90 240 90 z "/> 50 <!-- ====================================================================== --> 51 <!-- Markers for path control points ====================================== --> 52 <!-- ====================================================================== --> 53 <rect x="238" y="88" width="4" height="4" fill="#4A83FF" stroke="none"/> 54 <rect x="288" y="88" width="4" height="4" fill="#4A83FF" stroke="none"/> 55 <rect x="338" y="88" width="4" height="4" fill="#4A83FF" stroke="none"/> 56 <rect x="248" y="58" width="4" height="4" fill="#4A83FF" stroke="none"/> 57 <text font-size="12" x="253" y="50">M, c, c, c, C, z</text> 58 <!-- ====================================================================== --> 59 <!-- Horizontal line utilizing M, C & Z =================================== --> 60 <!-- ====================================================================== --> 61 <path id="Line_MCZ" fill="none" stroke="#000000" d="M80 170 C100 170 160 170 180 170Z"/> 62 <!-- ====================================================================== --> 63 <!-- Markers for path control points ====================================== --> 64 <!-- ====================================================================== --> 65 <rect x="78" y="168" width="4" height="4" fill="#4A83FF" stroke="none"/> 66 <rect x="178" y="168" width="4" height="4" fill="#4A83FF" stroke="none"/> 67 <text font-size="12" x="110" y="190">M, C, Z</text> 68 <!-- ====================================================================== --> 69 <!-- Inverted V using M, C, c & Z ========================================= --> 70 <!-- ====================================================================== --> 71 <path id="Inv_V_MCcZ" fill="#00C000" stroke="none" d="M5 260 C40 260 60 175 55 160 c -5 15 15 100 50 100Z"/> 72 <!-- ====================================================================== --> 73 <!-- Markers for path control points ====================================== --> 74 <!-- ====================================================================== --> 75 <rect x="3" y="258" width="4" height="4" fill="#4A83FF" stroke="none"/> 76 <rect x="53" y="158" width="4" height="4" fill="#4A83FF" stroke="none"/> 77 <rect x="103" y="258" width="4" height="4" fill="#4A83FF" stroke="none"/> 78 <text font-size="12" x="85" y="220">M, C, c, Z</text> 79 <!-- ====================================================================== --> 80 <!-- Remembrance Ribbon using m, c & s ==================================== --> 81 <!-- ====================================================================== --> 82 <path id="Rem_Rib_mcs" fill="none" stroke="#000000" d="m 200 260 c 50 -40 50 -100 25 -100 s -25 60 25 100 "/> 83 <!-- ====================================================================== --> 84 <!-- Markers for path control points ====================================== --> 85 <!-- ====================================================================== --> 86 <rect x="198" y="258" width="4" height="4" fill="#4A83FF" stroke="none"/> 87 <rect x="223" y="158" width="4" height="4" fill="#4A83FF" stroke="none"/> 88 <rect x="248" y="258" width="4" height="4" fill="#4A83FF" stroke="none"/> 89 <text font-size="12" x="165" y="210">m, c, s</text> 90 <!-- ====================================================================== --> 91 <!-- 90 degree arc using M & C ============================================ --> 92 <!-- ====================================================================== --> 93 <path id="Arc_MC" fill="#0000FF" stroke="#000000" d=" M 360 100 C 420 90 460 140 450 190"/> 94 <!-- ====================================================================== --> 95 <!-- Markers for path control points ====================================== --> 96 <!-- ====================================================================== --> 97 <rect x="358" y="98" width="4" height="4" fill="#4A83FF" stroke="none"/> 98 <rect x="448" y="188" width="4" height="4" fill="#4A83FF" stroke="none"/> 99 <text font-size="12" x="360" y="150">M, C</text> 100 <!-- ====================================================================== --> 101 <!-- Circle using M, c, s, s, s & z ======================================= --> 102 <!-- ====================================================================== --> 103 <path id="Circle_Mcssz" fill="#FFFF00" stroke="#000000" d="M360 210 c 0 20 -16 36 -36 36 s -36 -16 -36 -36 s 16 -36 36 -36 s 36 16 36 36 z "/> 104 <!-- ====================================================================== --> 105 <!-- Markers for path control points ====================================== --> 106 <!-- ====================================================================== --> 107 <rect x="358" y="208" width="4" height="4" fill="#4A83FF" stroke="none"/> 108 <rect x="322" y="244" width="4" height="4" fill="#4A83FF" stroke="none"/> 109 <rect x="286" y="208" width="4" height="4" fill="#4A83FF" stroke="none"/> 110 <rect x="322" y="172" width="4" height="4" fill="#4A83FF" stroke="none"/> 111 <text font-size="12" x="290" y="265">M, c, s, s, s, z</text> 112 <!-- ====================================================================== --> 113 <!-- Inverted horseshoe using m, c & z ==================================== --> 114 <!-- ====================================================================== --> 115 <path id="Horseshoe_Mcs" fill="#F0F0F0" stroke="#00AA00" d="m 360 325 c -40 -60 95 -100 80 0 z "/> 116 <!-- ====================================================================== --> 117 <!-- Markers for path control points ====================================== --> 118 <!-- ====================================================================== --> 119 <rect x="358" y="323" width="4" height="4" fill="#4A83FF" stroke="none"/> 120 <rect x="438" y="323" width="4" height="4" fill="#4A83FF" stroke="none"/> 121 <text font-size="12" x="380" y="340">m, c, z</text> 122 </g> 123 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 124 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.7 $</text> 125 </g> 126 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 127 <!-- comment out this watermark once the test is approved --> 128 <!--<g id="draft-watermark"> 129 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 130 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 131 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 132 </g>--> 133 </svg> 134 </body> 135 </html>