layout/reftests/svg/text-layout-06-ref.svg

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/publicdomain/zero/1.0/
     4 -->
     5 <svg xmlns="http://www.w3.org/2000/svg">
     6   <title>Reference to check fill and stroke handling</title>
     8   <linearGradient id="transparent">
     9     <stop stop-opacity="0"/>
    10   </linearGradient>
    11   <text x="50" y="80" font-size="80" fill="blue" stroke="url(#transparent)">A B</text>
    12   <text x="50" y="80" font-size="80" fill="none" stroke="yellow" stroke-width="2">A B</text>
    13 </svg>

mercurial