SVG invisible with white background! (Blends into background.)
SVG should be visible even with white background due to 'isolation' property being set to 'isolate' on wrapping <g> element.
Should be isolated per spec (external images are always isolated).
Should be isolated via 'isolation' property being set to 'isolate' on wrapping group.