- From: Karl Dubost via GitHub <noreply@w3.org>
- Date: Tue, 03 Mar 2026 03:34:18 +0000
- To: public-svg-issues@w3.org
karlcow has just created a new issue for https://github.com/w3c/svgwg:
== Remove shape-inside and shape-substract from SVG2 ==
I was checking the results of
https://wpt.fyi/results/svg/text/inheritance.svg?label=master&label=experimental&aligned&q=safari%3Afail%20firefox%3Afail%20chrome%3Afail
This is not implemented anywhere.
https://w3c.github.io/svgwg/svg2-draft/text.html#TextShapeInside
https://w3c.github.io/svgwg/svg2-draft/text.html#TextShapeSubtract
To verify what is the CSS status for shapes.
Example.
```
<svg width="300" height="300" viewBox="0 0 300 300">
<text
style="text-align: center;
shape-inside: circle(120px at 150px 150px);">
Lorem ipsum dolor sit amet, consec-tetuer adipiscing elit...</text>
</svg>
```
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1067 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 March 2026 03:34:19 UTC