MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Add missing resources to the W3C embedded test-suite files #603

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open an SVG Web instance demo page (for example, Brad's [1]) using a browser 
without native SVG support (Internet Explorer 8- without any SVG plug-in);
2. Select one of the "linking-x-xx-x.svg" tests;
3. Click on the embedded links.

What is the expected output? What do you see instead?
I'd expect other linked SVG resources to be loaded. Instead, 404 error pages 
are displayed for most SVG links (at least one absolute link, to W3C site, 
loads as expected).

What version of the product are you using? On what operating system,
browser, and version of Flash?
SVG Web: Lurker-Above (r1332);
Operating System: Windows Vista SP2;
Browser: Internet Explorer 8 (all SVG plug-ins disabled ~= none installed);
Flash: 10,1,102,64.

Please provide any additional information below.
This issue is probably obfuscating issue 347 quite a bit, as this is only 
noticeable once "real" linked SVG content is used.
Adding the missing resources to the demos is probably the easiest way to solve 
this issue - will only slightly clutter the "tests/svg*" directories, although 
some additional file blacklisting may be required in existing scripts (?).

[1] http://codinginparadise.org/projects/svgweb/samples/demo.html

Original issue reported on code.google.com by helder.magalhaes on 10 Feb 2011 at 4:21