tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-tspan-02-b-isvalid.html (3609B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>text-tspan-02-b-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: text-tspan-02-b-manual.svg</h1>
      9 <svg id="svg-root" width="100%" height="100%" 
     10  viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" 
     11  xmlns:xlink="http://www.w3.org/1999/xlink">
     12  <!--======================================================================-->
     13  <!--=  Copyright 2008 World Wide Web Consortium, (Massachusetts          =-->
     14  <!--=  Institute of Technology, European Research Consortium for         =-->
     15  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
     16  <!--=  All Rights Reserved.                                              =-->
     17  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
     18  <!--======================================================================-->
     19  
     20  <title id="test-title">$RCSfile: text-tspan-02-b.svg,v $</title>
     21  <defs>
     22    <font-face
     23      font-family="SVGFreeSansASCII"
     24      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    <text font-size="35" fill="red" x="20" y="120" rotate="5,15,25,35,-10,-20,-30,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,70,60,50,40,30,20,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,55,-10,-10,-10,-10,-10,-10,-10,-10,-10,55,55,55,55,55,55,55,55,55">
     33      Not all characters in the
     34      <tspan x="20" y="180">text have a specified rotation</tspan>
     35    </text>
     36 
     37 
     38    <text font-size="35" fill="green" x="20" y="120" rotate="5,15,25,35,45,55" stroke="green" stroke-width="0.5">
     39      Not
     40 
     41      <tspan id="child1" rotate="-10,-20,-30,-40">
     42        all characters
     43 
     44        <tspan id="child2" rotate="70,60,50,40,30,20,10">
     45          in
     46 
     47          <tspan id="child3">
     48            the
     49          </tspan>
     50        </tspan>
     51 
     52        <tspan x="20" y="180" id="child4">
     53          text
     54        </tspan>
     55 
     56        have a
     57      </tspan>
     58 
     59      <tspan id="child5" rotate="-10">
     60        specified
     61      </tspan>
     62 
     63      rotation
     64    </text>
     65 
     66    <text id="rotation_values" font-size="8" xml:space="preserve">
     67      <tspan x="30" y="135">
     68 5      15   25
     69      </tspan>
     70      <tspan x="80" y="130">
     71 -10  -20 -30
     72      </tspan>
     73      <tspan x="125" y="130">
     74 -40  -40  -40  -40  -40   -40 -40 -40  -40  -40
     75      </tspan>
     76      <tspan x="295" y="145">
     77 70   60
     78      </tspan>
     79      <tspan x="340" y="140">
     80 40   30    20
     81      </tspan>
     82      <tspan x="15" y="190">
     83 -40 -40  -40  -40    -40  -40   -40   -40       -40
     84      </tspan>
     85      <tspan x="190" y="200">
     86   -10   -10    -10   -10 -10   -10 -10    -10
     87      </tspan>
     88      <tspan x="275" y="190">
     89 -10
     90      </tspan>
     91      <tspan x="340" y="210">
     92  55    55  55  55   55 55  55   55
     93      </tspan>
     94    </text>
     95    
     96  </g>
     97  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     98  <text id="revision" x="10" y="340" stroke="none" 
     99    fill="black">$Revision: 1.11 $</text>
    100  </g>
    101  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
    102  <!-- comment out this watermark once the test is approved --><!--
    103  <g id="draft-watermark">
    104    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    105    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240" 
    106      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    107  </g>-->
    108 </svg>
    109 </body>
    110 </html>