https://issues.apache.org/ooo/show_bug.cgi?id=125332
--- Comment #5 from Regina Henschel <[email protected]> --- (In reply to Armin Le Grand from comment #2) > Question: I see nothing in the example that would make the bottom right > circle orange too - what am I missing (the text in the svg says it should > be). It is not orange in Firefox, nor in Safari. The css has the rule @import url("../images/case-insensitivity.css"); which calls an external style sheet. But the address is relative to the file. So if you call the image separate from its environment, the style sheet is not found. You need to test the image inside the test suite to cover all the intended cases. The URL above links to the test suite; so that you can download and unzip it. For AOO it is not important, because it does not resolve the @import rule yet. -- You are receiving this mail because: You are watching all issue changes.
