I just downloaded Firefox 1.0.5 from here.
http://www.mozilla.org/products/firefox/

What should I know about how to view SVG, for instance, say this:

http://www.wpsenergy.com/JayNick/OfficeBuilding/OfficeBuilding.svg

Do I need some other build than 1.0.5 to see that, or some other magic
incantation?

On 6/29/05, Nick, Jay <[EMAIL PROTECTED]> wrote:
> Now that the xlink:href bug (#3 below) is fixed, I have converted some
> of the SVG demos at: http://www.wpsenergy/JayNick/
> <http://www.wpsenergy/JayNick/y>  to work with the nightly builds of
> Firefox (Deer Park).  Available here:
> http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
>   
> 
> I put an icon next to the ones that work with Firefox (and IE + ASV).
> 
> I am very impressed and pleased with the SVG support in Firefox.
> 
> Jay Nick
> 
> 
>   _____  
> 
> From: Nick, Jay 
> Sent: Wednesday, May 04, 2005 12:30 PM
> To: 'svg-developers@yahoogroups.com'
> Subject: Dynamic SVG Example in Firefox and ASV
> 
> 
> I spent some time with the Firefox nightly build with SVG included (on
> windows 2000 and XP).  It is available here:
> http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
>  I
> just used the zip file and extracted it to a separate location so I
> didn't have to reinstall each time.  After starting it up, type
> about:config in the address bar, scroll down to find svg-enabled and
> change it to true.
> 
> The Firefox developers are doing a great job!  I am impressed with how
> well this demo worked.
> http://www.wpsenergy.com/JayNick/OfficeBuilding/OfficeBuilding.svg
> 
> Here are some things I found converting this svg from ASV to Firefox.
> 1.  default namespace is required (ASV did not require it):
> xmlns="http://www.w3.org/2000/svg";
> 2.  CSS definition for font-size must include units (ASV must default to
> px):   font-size:10px;
> 3.  xlink:href is somewhat broken.  It only works by opening a new
> window.  If popup blocker is enabled (default), links are blocked.  (ref
> bug report:
> https://bugzilla.mozilla.org/show_bug.cgi?id=267657 )
> 4.  <script> should not include type attribute as there is no value
> compatible with both ASV and Firefox. (ref
> http://www.mozilla.org/projects/svg/faq.html#script
> <http://www.mozilla.org/projects/svg/faq.html#script>  )
> 5.  There are Doctype issues as well.  Firefox expects:
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
> "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
> ASV gives an unrecognized warning.  Taking it completely out seems to
> work for both.
> 6.  Animation is not yet implemented in Firefox/Mozilla:
> http://www.mozilla.org/projects/svg/status.html
> 
> I used getURL() for ASV and xmlHttpRequest() for Firefox to dynamically
> update the SVG so it works in both IE (with ASV) and Firefox.
> 
> Thanks to all the developers contributing to Firefox/Mozilla SVG
> project.  Keep up the good work!
> 
> Jay Nick
> 
> 
> 
> [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 
> 
>  Visit your group "svg-developers" on the web.
>  
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>  
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>


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


Reply via email to