tor-browser

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

fonts-elem-06-t-isvalid.html (4478B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>fonts-elem-06-t-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: fonts-elem-06-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: fonts-elem-06-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    <text x="240" y="50" text-anchor="middle" font-size="30">&lt;font&gt; horiz-adv-x</text>
     32    <defs>
     33      <font id="advance1000" horiz-adv-x="1000">
     34        <font-face font-family="advance1000" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
     35        <missing-glyph d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
     36        <glyph unicode="1" glyph-name="gl_1" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
     37        <glyph unicode="2" glyph-name="gl_2" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
     38      </font>
     39 
     40      <font id="advance2000" horiz-adv-x="2000">
     41        <font-face font-family="advance2000" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
     42        <missing-glyph d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
     43        <glyph unicode="1" glyph-name="gl_1" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
     44        <glyph unicode="2" glyph-name="gl_2" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
     45      </font>
     46 
     47      <font id="advanceIgnored" horiz-adv-x="0">
     48        <font-face font-family="advanceIgnored" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
     49        <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
     50        <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="3000" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
     51        <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="3000" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
     52      </font>
     53 
     54      <g id="marker">
     55        <line y2="-20" stroke="blue"/>
     56        <rect x="-4" y="-4" width="8" height="8" fill="#8888ff"/>
     57      </g>
     58    </defs>
     59 
     60    <g transform="translate(20, 120)" font-size="14">
     61 
     62      <g>
     63        <text>horiz-adv-x=1000</text>
     64        <use xlink:href="#marker" x="240"/>
     65        <use xlink:href="#marker" x="270"/>
     66        <text x="240" font-family="advance1000" font-size="30">12</text>
     67      </g>
     68 
     69      <g transform="translate(0, 40)">
     70        <text>horiz-adv-x=2000</text>
     71        <use xlink:href="#marker" x="240"/>
     72        <use xlink:href="#marker" x="300"/>
     73        <text x="240" font-family="advance2000" font-size="30">12</text>
     74      </g>
     75 
     76 
     77      <g transform="translate(0, 80)">
     78        <text>horiz-adv-x=1000 but ignored</text>
     79        <use xlink:href="#marker" x="240"/>
     80        <use xlink:href="#marker" x="330"/>
     81        <text x="240" font-family="advanceIgnored" font-size="30">12</text>
     82      </g>
     83 
     84    </g>
     85  </g>
     86  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     87    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
     88  </g>
     89  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     90  <!-- comment out this watermark once the test is approved -->
     91  <!--<g id="draft-watermark">
     92    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     93    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     94      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     95  </g>-->
     96 </svg>
     97 </body>
     98 </html>