tor-browser

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

text-text-03-b-isvalid.html (4112B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>text-text-03-b-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: text-text-03-b-manual.svg</h1>
      9 <svg version="1.1" baseProfile="basic" 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-03-b.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    <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="400">
     30      <font-face-src>
     31        <font-face-uri xlink:href="../resources/FreeSerif.svg#FreeSerif"/>
     32      </font-face-src>
     33    </font-face>
     34    <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="700">
     35      <font-face-src>
     36        <font-face-uri xlink:href="../resources/FreeSerifBold.svg#FreeSerifBold"/>
     37      </font-face-src>
     38    </font-face>
     39    <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="400" font-style="italic">
     40      <font-face-src>
     41        <font-face-uri xlink:href="../resources/FreeSerifItalic.svg#FreeSerifItalic"/>
     42      </font-face-src>
     43    </font-face>
     44    <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="700"  font-style="italic">
     45      <font-face-src>
     46        <font-face-uri xlink:href="../resources/FreeSerifBoldItalic.svg#FreeSerifBoldItalic"/>
     47      </font-face-src>
     48    </font-face>
     49  </defs>
     50  <g id="test-body-content" font-family="FreeSerif, serif" font-size="18">
     51    <text x="19" y="61" font-size="32" fill="blue">Plain</text>
     52    <text x="142" y="61" font-size="32" font-style="italic" fill="blue">Italic</text>
     53    <text x="257" y="60" font-size="32" font-weight="bold" fill="blue">Bold</text>
     54    <text x="224" y="110" font-size="32" fill="blue" text-decoration="underline">Underline</text>
     55    <text x="39" y="147" font-size="32" fill="fuchsia" text-decoration="line-through">Line through</text>
     56    <text x="1" y="200" font-size="32" font-style="italic" font-weight="bold" fill="black" text-decoration="underline">Bold, italic and underlined</text>
     57    <g>
     58      <rect x="50" y="225" width="380" height="64" fill="none" stroke="black" stroke-width="2"/>
     59      <g font-family="SVGFreeSansASCII,sans-serif">
     60        <text x="55" y="245" font-size="24" fill="black">Each line of text which flows in a </text>
     61        <text x="55" y="265" font-size="24" fill="black">rectangular box has to be broken</text>
     62        <text x="55" y="285" font-size="24" fill="black">into separated lines.</text>
     63      </g>
     64    </g>
     65  </g>
     66  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     67    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.9 $</text>
     68  </g>
     69  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     70  <!-- comment out this watermark once the test is approved -->
     71  <!--<g id="draft-watermark">
     72    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     73    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     74      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     75  </g>-->
     76 </svg>
     77 </body>
     78 </html>