coords-trans-04-t-isvalid.html (3946B)
1 <!DOCTYPE html> 2 <html lang='en'> 3 <head> 4 <title>coords-trans-04-t-manual.svg</title> 5 <meta charset='utf-8'> 6 </head> 7 <body> 8 <h1>Source SVG: coords-trans-04-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-04-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"> 43 <g id="elementary-transforms" transform="translate(60, 45) scale(2.5, 2.5)"> 44 <!-- Scale 2 --> 45 <g transform="translate(40, 10) scale(2)"> 46 <rect x="0" y="0" width="20" height="1" fill="blue"/> 47 <rect x="0" y="0" width="1" height="20" fill="red"/> 48 </g> 49 </g> 50 <!-- elementary-transforms --> 51 <!-- Draw all the markers --> 52 <g id="elementary-transforms-test-markers" transform="translate(-364, -230) scale(2.5, 2.5)"> 53 <!-- Scale 2 --> 54 <text x="200" y="110">scale (2)</text> 55 <rect x="208" y="118" width="5" height="5" fill="black"/> 56 <rect x="248" y="118" width="5" height="5" fill="blue"/> 57 <rect x="208" y="158" width="5" height="5" fill="red"/> 58 </g> 59 <!-- elementary-transforms-test-markers --> 60 </g> 61 </g> 62 </g> 63 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> 64 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text> 65 </g> 66 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> 67 <!-- comment out this watermark once the test is approved --> 68 <!--<g id="draft-watermark"> 69 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/> 70 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 71 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text> 72 </g>--> 73 </svg> 74 </body> 75 </html>