1 |
2009/6/15 Florian Philipp <lists@f_philipp.fastmail.net>: |
2 |
> Mick schrieb: |
3 |
>> Hi All, |
4 |
>> |
5 |
>> Trying to view a web page I produced some yonks ago, which at that the |
6 |
>> time would utilise the Adobe SVG plugin to render a gantt chart. The |
7 |
>> header of the file went like this: |
8 |
>> ============================================= |
9 |
>> <?xml version="1.0" encoding="iso-8859-1"?> |
10 |
>> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" |
11 |
>> "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> |
12 |
>> <svg xml:space="preserve" width="10in" height="8in" |
13 |
>> style="font-family:'Arial';font-size:8"> |
14 |
>> ============================================= |
15 |
>> |
16 |
>> Adobe seem to have abandoned further development. Any idea what I can |
17 |
>> use to render such a graphic (image/svg+xml) in a browser? |
18 |
> |
19 |
> Firefox supports svg out of the box, now. Maybe you need the svg |
20 |
> USE-flag for x11-libs/cairo. |
21 |
|
22 |
Hmm, mozilla-firefox does not have an svg flag. Anyway, I have svg in |
23 |
my /etc/make.conf and also have cairo installed: |
24 |
|
25 |
[I] x11-libs/cairo |
26 |
|
27 |
Installed versions: 1.8.6-r1!t(18:54:43 03/17/09)(X glitz opengl |
28 |
svg -cleartype -debug -directfb -doc -xcb) |
29 |
|
30 |
It's not just FF, but also Opera and Konqueror cannot render it either |
31 |
and ask to download a plugin. |
32 |
-- |
33 |
Regards, |
34 |
Mick |