[svg-developers] Re: improved SVG text support in Firefox Nightly

2013-07-04 Thread Robert Longson
> The problem is that the animated filters, which also reference backgrounds 
> are supposed to receive events. This worked in previous version of Firefox 
> (and all other browsers at least do this much) but stopped working in 
> version 20.

Create a bug in bugzilla and attach a small testcase so that we can 
investigate. Here's a link 
https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=SVG

Robert





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

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



Re: [svg-developers] Re: improved SVG text support in Firefox Nightly

2013-07-03 Thread Richard Pearman
Hi,

- Original Message - 
From: Robert Longson
To: svg-developers@yahoogroups.com
Sent: Tuesday, July 02, 2013 9:38 AM
Subject: [svg-developers] Re: improved SVG text support in Firefox Nightly

>> Have they started allowing objects with filters they can't render to 
>> receive events?

>No, but we do render all filters. We're just missing two of the six input 
>keywords: BackgroundImage and BackgroundAlpha.

OK, I think the problem is that the filter also uses BackgroundImage (this 
filter causes whatever's in it's background to change color).

>>Have they started displaying these unfiltered?

>No.

>>Better still have they started supporting animated filters?

>We support animation of all filter attributes.

The problem is that the animated filters, which also reference backgrounds 
are supposed to receive events. This worked in previous version of Firefox 
(and all other browsers at least do this much) but stopped working in 
version 20.

Richard Pearman   http://www.pixelpalaces.com/
The next stage in the evolution of web comics: 
http://www.pixelpalaces.com/dk/
My Helium articles: http://www.helium.com/users/212199
South Alberta Cactus and succulent society: 
http://www.facebook.com/group.php?gid=20360241008
Make money from discussing things: http://www.myLot.com?ref=Graptopetalum 





-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

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



[svg-developers] Re: improved SVG text support in Firefox Nightly

2013-07-02 Thread Robert Longson
> Have they started allowing objects with filters they can't render to receive 
> events? 

No, but we do render all filters. We're just missing two of the six input 
keywords: BackgroundImage and BackgroundAlpha.

Have they started displaying these unfiltered? 

No.

Better still have they started supporting animated filters?

We support animation of all filter attributes.

This (particularly the first one) is what renders this search engine pretty 
much useless for displaying my web comic. All the other major browsers do 
better and Opera gets it right!
> 
> Richard Pearman   http://www.pixelpalaces.com/
> The next stage in the evolution of web comics: http://www.pixelpalaces.com/dk/
> My Helium articles: http://www.helium.com/users/212199
> South Alberta Cactus and succulent society: 
> http://www.facebook.com/group.php?gid=20360241008
> Make money from discussing things: http://www.myLot.com?ref=Graptopetalum
> 
>   - Original Message - 
>   From: Cameron McCormack 
>   To: svg-developers@yahoogroups.com 
>   Sent: Monday, July 01, 2013 6:52 AM
>   Subject: [svg-developers] improved SVG text support in Firefox Nightly
> 
> 
> 
>   Hi svg-developers,
> 
>   Firefox Nightly has just gained an improved SVG text engine:
> 
>   http://mcc.id.au/blog/2013/07/firefox-svg-text-improvements
> 
>   These features are on track to be in Firefox 25.
> 
>   I encourage people to try out today's Nightly and to file bugs if you 
>   notice any problems.
> 
>   Happy underlining! :)
> 
>   Thanks,
> 
>   Cameron
>   
> 
> 
> [Non-text portions of this message have been removed]
>






-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

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



[svg-developers] Re: improved SVG text support in Firefox Nightly

2013-07-01 Thread Robert Longson
Feel free to get some of your students to help us out then ;-)

Robert.

--- In svg-developers@yahoogroups.com, "David Dailey"  wrote:
>
> Hi Cameron,
> 
>  
> 
> Thanks for the work and thanks for the notice.
> 
>  
> 
> It looks as though you’ve not yet implemented textLength=n and 
> lengthAdjust="spacingAndGlyphs"
> 
>  
> 
> Those two would be high on my request list for next projects to undertake. 
> Opera, Chrome, Safari and IE have all done them and it enables effects such 
> as at
> 
> http://srufaculty.sru.edu/david.dailey/svg/text/
> 
> to have text resize relative to the browser window.
> 
>  
> 
> Cheers
> 
> David
> 
>  
> 
> From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] 
> On Behalf Of Cameron McCormack
> Sent: Monday, July 01, 2013 8:52 AM
> To: svg-developers@yahoogroups.com
> Subject: [svg-developers] improved SVG text support in Firefox Nightly
> 
>  
> 
>   
> 
> Hi svg-developers,
> 
> Firefox Nightly has just gained an improved SVG text engine:
> 
> http://mcc.id.au/blog/2013/07/firefox-svg-text-improvements
> 
> These features are on track to be in Firefox 25.
> 
> I encourage people to try out today's Nightly and to file bugs if you 
> notice any problems.
> 
> Happy underlining! :)
> 
> Thanks,
> 
> Cameron
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
>






-
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

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



[svg-developers] Re: improved

2005-06-10 Thread mimasa
Please read the document.


product.scr: No virus found
Powered by the new Norton OnlineScan
Get protected: www.symantec.com



[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/

<*> 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/
 




[svg-developers] Re: improved

2005-02-15 Thread chris

See the file.


text_svg-developers.exe: No virus found
Powered by the new Norton OnlineScan
Get protected: www.symantec.com



[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/

<*> 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/