tor-browser

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

text-text-05-t-isvalid.html (7292B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>text-text-05-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: text-text-05-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: text-text-05-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    <style>
     32  @font-face {
     33    font-family: embeded;
     34    src: url(woffs/embeded-text-text-05.woff) format("woff");
     35    }
     36  </style>
     37    <g font-size="16">
     38      <defs>
     39        <font id="embeded" horiz-adv-x="224">
     40          <font-face font-family="embeded" units-per-em="1000" panose-1="0 0 0 0 0 0 0 0 0 0" ascent="917" descent="-250" alphabetic="0"/>
     41          <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
     42          <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
     43          <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
     44          <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="1500" d="M 0 0 L 750 0 L 750 750 L 0 750 Z"/>
     45          <glyph unicode="4" glyph-name="gl_4" horiz-adv-x="1500" d="M 0 0 L 1000 0 L 1000 1000 L 0 1000 Z"/>
     46        </font>
     47 
     48      </defs>
     49 
     50      <defs>
     51        <g id="marker">
     52          <line y2="-15" stroke="fuchsia"/>
     53          <rect x="-4" y="-4" width="8" height="8"/>
     54        </g>
     55      </defs>
     56 
     57      <g id="legend" transform="translate(10, 40)">
     58        <text y="30">1.x 1.y</text>
     59        <text y="60">4.x 1.y</text>
     60        <text y="90">2.x 1.y</text>
     61        <text y="120">1.x 4.y</text>
     62        <text y="150">4.x 4.y</text>
     63        <text y="180">2.x 4.y</text>
     64        <text y="210">1.x 2.y</text>
     65        <text y="240">4.x 2.y</text>
     66        <text y="270">2.x 2.y</text>
     67      </g>
     68 
     69      <g id="anchorStart" text-anchor="start" transform="translate(150, 40)">
     70        <text y="-17" text-anchor="middle">text-anchor</text>
     71        <text y="-3" text-anchor="middle">start</text>
     72        <line x1="0" y1="10" x2="0" y2="290" stroke="fuchsia"/>
     73 
     74        <g id="textContent">
     75          <!-- 1.x 1.y -->
     76          <use y="30" xlink:href="#marker" fill="#8888ff"/>
     77          <text x="0" y="30" font-family="embeded" font-size="10">1234</text>
     78 
     79          <!-- 4.x 1.y : four text chunks -->
     80          <use x="10" y="60" xlink:href="#marker" fill="#8888ff"/>
     81          <use x="20" y="60" xlink:href="#marker" fill="#8888ff"/>
     82          <use x="30" y="60" xlink:href="#marker" fill="#8888ff"/>
     83          <use x="40" y="60" xlink:href="#marker" fill="#8888ff"/>
     84          <text x="10 20 30 40" y="60" font-family="embeded" font-size="10">1234</text>
     85 
     86          <!-- 2.x 1.y : two text chunks -->
     87          <use x="10" y="90" xlink:href="#marker" fill="#8888ff"/>
     88          <use x="60" y="90" xlink:href="#marker" fill="#8888ff"/>
     89          <text x="10 60" y="90" font-family="embeded" font-size="10">1234</text>
     90 
     91          <!-- 1.x 4.y : four text chunks -->
     92          <g transform="translate(0, 120)">
     93            <use x="0" y="-10" xlink:href="#marker" fill="#8888ff"/>
     94            <use x="15" y="-5" xlink:href="#marker" fill="#8888ff"/>
     95            <use x="30" y="5" xlink:href="#marker" fill="#8888ff"/>
     96            <use x="45" y="10" xlink:href="#marker" fill="#8888ff"/>
     97            <text x="0" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text>
     98          </g>
     99 
    100          <!-- 4.x 4.y : four text chunks -->
    101          <g transform="translate(0, 150)">
    102            <use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/>
    103            <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
    104            <use x="30" y="5" xlink:href="#marker" fill="#8888ff"/>
    105            <use x="40" y="10" xlink:href="#marker" fill="#8888ff"/>
    106            <text x="10 20 30 40" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text>
    107          </g>
    108 
    109          <!-- 2.x 4.y : four text chunks -->
    110          <g transform="translate(0, 180)">
    111            <use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/>
    112            <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
    113            <use x="35" y="5" xlink:href="#marker" fill="#8888ff"/>
    114            <use x="50" y="10" xlink:href="#marker" fill="#8888ff"/>
    115            <text x="10 20" y="-10 -5 5 10" font-family="embeded" font-size="10">1234</text>
    116          </g>
    117 
    118          <!-- 1.x 2.y : two text chunks -->
    119          <g transform="translate(0, 210)">
    120            <use x="0" y="-10" xlink:href="#marker" fill="#8888ff"/>
    121            <use x="15" y="5" xlink:href="#marker" fill="#8888ff"/>
    122            <text x="0" y="-10 5" font-family="embeded" font-size="10">1234</text>
    123          </g>
    124 
    125          <!-- 4.x 2.y : four text chunks -->
    126          <g transform="translate(0, 240)">
    127            <use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/>
    128            <use x="20" y="-5" xlink:href="#marker" fill="#8888ff"/>
    129            <use x="30" y="-5" xlink:href="#marker" fill="#8888ff"/>
    130            <use x="40" y="-5" xlink:href="#marker" fill="#8888ff"/>
    131            <text x="10 20 30 40" y="-10 -5" font-family="embeded" font-size="10">1234</text>
    132          </g>
    133 
    134          <!-- 2.x 2.y : two text chunks -->
    135          <g transform="translate(0, 270)">
    136            <use x="10" y="-10" xlink:href="#marker" fill="#8888ff"/>
    137            <use x="60" y="-5" xlink:href="#marker" fill="#8888ff"/>
    138            <text x="10 60" y="-10 -5" font-family="embeded" font-size="10">1234</text>
    139          </g>
    140 
    141        </g>
    142      </g>
    143    </g>
    144  </g>
    145  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    146    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.9 $</text>
    147  </g>
    148  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
    149  <!-- comment out this watermark once the test is approved -->
    150  <!--<g id="draft-watermark">
    151    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    152    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
    153      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
    154  </g>-->
    155 </svg>
    156 </body>
    157 </html>