tor-browser

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

text-tspan-01-b-isvalid.html (5393B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <title>text-tspan-01-b-manual.svg</title>
      5 <meta charset='utf-8'>
      6 </head>
      7 <body>
      8 <h1>Source SVG: text-tspan-01-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-tspan-01-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  </defs>
     30  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
     31  	<defs>
     32   	<font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="400">
     33       <font-face-src>
     34         <font-face-uri xlink:href="../resources/FreeSerif.svg#FreeSerif"/>
     35       </font-face-src>
     36     </font-face>
     37     <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="700">
     38       <font-face-src>
     39         <font-face-uri xlink:href="../resources/FreeSerifBold.svg#FreeSerifBold"/>
     40       </font-face-src>
     41     </font-face>
     42     <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="400" font-style="italic">
     43       <font-face-src>
     44         <font-face-uri xlink:href="../resources/FreeSerifItalic.svg#FreeSerifItalic"/>
     45       </font-face-src>
     46     </font-face>
     47     <font-face font-family="FreeSerif" unicode-range="U+0-7F" font-weight="700"  font-style="italic">
     48       <font-face-src>
     49         <font-face-uri xlink:href="../resources/FreeSerifBoldItalic.svg#FreeSerifBoldItalic"/>
     50       </font-face-src>
     51     </font-face>
     52  	</defs>
     53    <text x="25" y="20" font-size="16">Basics of tspan: changing visual properties and positioning.</text>
     54    <!-- From example tspan01 - using tspan to change visual attributes -->
     55    <g id="tspan01" font-size="16" font-family="FreeSerif, serif">
     56      <text x="74" y="63.75" fill="blue">
     57        You are<tspan font-weight="bold" fill="green"> not </tspan>a banana.
     58      </text>
     59      <rect x="47.5" y="74.25" width="310.5" height="53.5" fill="none" stroke="#000000"/>
     60      <text x="65.25" y="90.75" font-size="16">Text: "You are not a banana."</text>
     61      <text x="65.25" y="108" font-size="16">'tspan' changes visual attributes of "not",</text>
     62      <text x="65.25" y="125.25" font-size="16">to green, bold.</text>
     63    </g>
     64    <!-- From example tspan02 - using tspan's dx and dy attributes 
     65                 for incremental positioning adjustments -->
     66    <g id="tspan02" font-size="16" font-family="FreeSerif, serif">
     67      <text x="257.5" y="153.75" fill="blue">
     68        But you<tspan dx="2em" dy="-10.75" font-weight="bold" fill="green">are</tspan><tspan dy="25.5" xml:space="preserve"> a peach!</tspan>
     69      </text>
     70      <rect x="225" y="179" width="245.5" height="53.5" fill="none" stroke="#000000"/>
     71      <text x="238" y="195" font-size="16">Text: "But you are a peach!"</text>
     72      <text x="238" y="212.25" font-size="16">Using dx,dy, 'tspan' raises "are",</text>
     73      <text x="238" y="229.5" font-size="16">'tspan' lowers "a peach!"</text>
     74    </g>
     75    <!-- Example tspan03 - using tspan's x and y attributes 
     76                     for multiline text and precise glyph positioning -->
     77    <g id="tspan03" fill="#000000" font-size="16" font-family="FreeSerif, serif">
     78      <text fill="rgb(255,164,0)">
     79        <tspan x="35 53.75 72.5 91.25 110.5 128.75 147.5 166.25" y="200">Cute and </tspan>
     80        <tspan x="63.13 81.88 100.63 119.38 138.13" y="230.5">fuzzy.</tspan>
     81      </text>
     82      <rect x="17.5" y="244.75" width="335.5" height="53.5" fill="none" stroke="#000000"/>
     83      <text x="25.25" y="258" font-size="16">Text: "Cute and fuzzy."</text>
     84      <text x="25.25" y="275.25" font-size="16">'tspan' char-by-char placement of "Cute and",</text>
     85      <text x="25.25" y="292.5" font-size="16">'tspan' char-by-char "fuzzy", below it.</text>
     86    </g>
     87  </g>
     88  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
     89    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.10 $</text>
     90  </g>
     91  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
     92  <!-- comment out this watermark once the test is approved -->
     93  <!--<g id="draft-watermark">
     94    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
     95    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
     96      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
     97  </g>-->
     98 </svg>
     99 </body>
    100 </html>