Hi Jonathan,

am not quite sure if I know what you mean, but feComposite filters give 
considerable flexibility that may just give you what you want:

take a look at 

http://srufaculty.sru.edu/david.dailey/svg/newstuff/filterComposite1.svg
and
http://srufaculty.sru.edu/david.dailey/svg/newstuff/filterComposite2.svg

(neither Firefox nor Safari supports filters yet though, and the second example 
is not quite there yet in Opera 9.5 alpha I think, though the first is)

David
  ----- Original Message ----- 
  From: ~:'' ありがとうございました。 
  To: svg-developers@yahoogroups.com 
  Sent: Saturday, September 22, 2007 8:17 AM
  Subject: [svg-developers] howto represent tints in light rays?


  howto represent tints in light rays?

  opacity works well enough, as in the shade example.

  the tint example is but a kludge.
  is there a better method?

  regards

  Jonathan Chetwynd
  Accessibility Consultant on Media Literacy and the Internet

  <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
  <svg xmlns="http://www.w3.org/2000/svg";
  width="100%"
  height="100%"
  >

  <g id="tint">
  <rect x="0" y="0" width="100%" height="100%" fill="#cca"/>
  <path fill="#ff3" stroke="none" d="M 165,100 165,50 0,50 z" />
  <line x1="100" y1="75" x2="50" y2="75" stroke="#333" stroke-width="4" />
  <path fill="#ff3" stroke="none" d="M 165,100 165,50 0,50 z" 
  opacity="0.5"/>
  </g>

  <g id="shade">
  <line x1="100" y1="175" x2="50" y2="175" stroke="#333" stroke- 
  width="4" />
  <path fill="#ff3" stroke="none" d="M 165,200 165,150 0,150 z" 
  opacity="0.5"/>
  </g>

  </svg>



   

[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to