Post History
How about inline SVG? No - "Unsupported HTML detected" and no rendering in editor preview or saved post.
      #1: Initial revision
      
      
  
  
    
    
  
  
  
    
    
  
    
        How about inline SVG? No - "Unsupported HTML detected" and no rendering in editor preview or saved post.
<svg
  version="1.1"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <clipPath id="cut-off-bottom">
      <rect x="0" y="0" width="200" height="100" />
    </clipPath>
  </defs>
  <circle cx="100" cy="100" r="100" clip-path="url(#cut-off-bottom)" />
</svg>
        