CSS Masking: Content of clipPath with visibility: hidden
svg
From the spec: "If a child element is made invisible
by display or visibility it does not contribute to the clipping path."
clipPath without content hides the clipped element. Nothing should be
visible.