Re: 3rd Call: HowTo make a 100% sheet with a hole in it that reveals a link

cameron,

my apologies, yet again I've failed to define this problem well enough
thanks once again for your response, in my original file the  
intention is the blue sheet fills the window completely.

with your file the blue sheet only fills the narrowest dimension of  
the window.
I haven't come across h and v in path, so am unsure whether this is  
an edit or more complex issue ~:"

well that's in mozilla and opera, it's appears broken in safari
I had originally posted to dev, without result...

kind regards

Jonathan Chetwynd
Accessibility Consultant on Media Literacy and the Internet



On 7 Sep 2007, at 14:18, Cameron McCormack wrote:

   <svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        width="100%" height="100%" viewBox="0 0 400 400">

     <defs>
       <symbol id="link" viewBox="0 0 150 150">
         <circle cx="75" cy="75" r="75" />
       </symbol>
     </defs>

     <a xlink:href="http://www.peepo.co.uk">
       <use xlink:href="#link" x="30%" y="50%" width="30%" height="30%"
            fill="purple"/>
     </a>

     <svg viewBox="0 0 100 100">
       <path d="M0,0 h100 v100 h-100 z M25,50 A25,25,0,0,0,75,50
                25,25,0,0,0,25,50" fill="blue"/>
     </svg>
   </svg>

Received on Friday, 7 September 2007 13:44:43 UTC