Re: Embedded SVGs

2012-11-11 Thread Chris Young
On Sun, 11 Nov 2012 19:44:26 + (GMT), Michael Drake wrote: > So now this (lion) should now work: > > data:text/html,%3Ch1%3ESVG%20Lion%20IMG%20Tag%3C/h1%3E%3Cimg%20src=%22http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg%22%3E It does! Except the top of his head is chopped off.

Re: Embedded SVGs

2012-11-11 Thread Michael Drake
In article , Chris Young wrote: > "SVG Tiger IMG Tag" at the top > Rest of the page blank. OK. There seems to have been a couple of problems. The problem in NetSurf was we weren't calling content_reformat on the SVG. So now this (lion) should now work: data:text/html,%3Ch1%3ESVG%20Lion%20

Re: Embedded SVGs

2012-11-11 Thread cj
In article , Chris Young wrote: > "SVG Tiger IMG Tag" at the top > Rest of the page blank. > If I go straight to the tiger URL it displays fine unembedded. Ditto on RISC OS #643 -- Chris Johnson

Re: Embedded SVGs

2012-11-11 Thread Chris Young
On Sun, 11 Nov 2012 14:41:11 + (GMT), Michael Drake wrote: > In article > , >Chris Young wrote: > > > Looking at the plotters log, apart from one bitmap tile (which I think > > is irrelevant) and loads of text, I get quite a few rectangle calls. > > Is the alpha channel of the colour us

Re: Embedded SVGs

2012-11-11 Thread Michael Drake
In article , Chris Young wrote: > Looking at the plotters log, apart from one bitmap tile (which I think > is irrelevant) and loads of text, I get quite a few rectangle calls. > Is the alpha channel of the colour used in the rectangle call > relevant? At the moment I think it is getting igno