coords-trans-03-t-isvalid.html (4510B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>coords-trans-03-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: coords-trans-03-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: coords-trans-03-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 <g transform="translate(0, 30)" font-size="12"> 32 <!-- ====================================================================== --> 33 <!-- Now, test elementary transforms. For each transform, 3 markers are --> 34 <!-- placed where the user space is expected after transformations for the --> 35 <!-- origin (black) and the points in (20, 0) (blue) and (0, 20) (red). --> 36 <!-- Then, a blue line going from (0, 0) to (20, 0) is drawn and a red line --> 37 <!-- going from (0, 0) to (0, 20), after applying the elementary --> 38 <!-- transformation. If the test succeeds, the red line should join the --> 39 <!-- black marker to the red marker and the blue line the black marker to --> 40 <!-- the blue marker. --> 41 <!-- ====================================================================== --> 42 <g id="elementary-transforms-test" transform="translate(0, 10)"> 43 <g id="elementary-transforms" transform="translate(-560, 0) scale(2.5, 2.5)"> 44 <!-- Skew X --> 45 <g transform="translate(250, 50) skewX(45)"> 46 <rect x="0" y="0" width="20" height="2" fill="blue"/> 47 <rect x="0" y="0" width="2" height="20" fill="red"/> 48 </g> 49 <!-- Skew Y --> 50 <g transform="translate(350, 50) skewY(45)"> 51 <rect x="0" y="0" width="20" height="2" fill="blue"/> 52 <rect x="0" y="0" width="2" height="20" fill="red"/> 53 </g> 54 </g> 55 <!-- elementary-transforms --> 56 <!-- Draw all the markers --> 57 <g id="elementary-transforms-test-markers" transform="translate(-560, 0) scale(2.5, 2.5)"> 58 <!-- Skew X --> 59 <text x="240" y="40">skew x (45)</text> 60 <rect x="248" y="48" width="5" height="5" fill="black"/> 61 <rect x="268" y="48" width="5" height="5" fill="blue"/> 62 <rect x="268" y="68" width="5" height="5" fill="red"/> 63 <!-- Skew Y --> 64 <text x="340" y="40">skew y (45)</text> 65 <rect x="348" y="48" width="5" height="5" fill="black"/> 66 <rect x="368" y="68" width="5" height="5" fill="blue"/> 67 <rect x="348" y="68" width="5" height="5" fill="red"/> 68 </g> 69 <!-- elementary-transforms-test-markers --> 70 </g> 71 <!-- nested-transforms test --> 72 </g> 73 </g> 74 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 75 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text> 76 </g> 77 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 78 <!-- comment out this watermark once the test is approved --> 79 <!--<g id="draft-watermark"> 80 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 81 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 82 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 83 </g>--> 84 </svg> 85 </body> 86 </html>