Re: is text-decoration blinking supported

Cameron McCormack <[email protected]> Wed, 27 Oct 2010 23:16:28 +1300
Newsgroups gmane.comp.mozilla.devel.svg
Organization Mozilla Corporation
Message-ID <[email protected]>
rvj:
> .... does text-decoration:blink work with SVG text ?

No.  (And implementations are required to.)

> and if not what is the best javascript alternative (eg interval timer)
> ? 

Declarative animation would probably be easier:

  <text>Check out our <tspan id="a">low, low</tspan> prices!</text>
  <animate xlink:href="#a" attributeName='visibility'
    values='visible;hidden' dur='2s' repeatCount='indefinite'/>

-- 
Cameron McCormack ≝ http://mcc.id.au/
_______________________________________________
dev-tech-svg mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-svg