From Linda Walsh Tue Feb 9 05:52:04 2010 From: Linda Walsh To: inkscape-user@lists.inkscape.org Subject: [Inkscape-user] SVG support now embeddable in Firefox 3.6 Date: Mon, 08 Feb 2010 21:51:37 -0800 Message-ID: <4B70F7E9.2040008@...2679...> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8624852481396518178==" --===============8624852481396518178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I don't know about anyone else, but I just found out you can embed SVG instructions right alongside HTML in a web=20 document in FF3.6. But to get it to work, you have to flip on the 'html5.enabled=3Dtrue' in about:config. You can embed SVG images right inside your html now. Also, the Firebug extension, apparently added support=20 for SVG's namespace to allow tinkering /debugging / seeing=20 how SVG works directly in the browser. An example of intermixed svg is at: http://burningbird.net/svg/example4.html. If you have it enabled, you see a turquoise shaded panel on either side of the text, otherwise, its white. You don't have to restart the browser to toggle it. I have the about:config open in a separate window and searched on 'html5'. Brought up brought up 1 result. =20 Double clicking on it toggles the value. the code has=20
...