- From: Sarah Gebauer via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Oct 2024 20:10:18 +0000
- To: public-svg-issues@w3.org
xgebi has just created a new issue for https://github.com/w3c/svgwg: == Cirlces and markers == [Spec](https://svgwg.org/svg2-draft/painting.html#VertexMarkerProperties) Hi, I've been messing with markers and circles and want to ask if there's an example how they should work together? When I tried to add any marker attribute to a `circle`, nothing happened. When I tried it with `path` it did. ```HTML <circle r="50" cy="75" cx="200" class="stroke-behind" marker-start="url(#triangle)" marker-end="url(#triangle)" marker-mid="url(#triangle)"/> ``` I iterated through all three attributes but nothing happened. When I looked at the spec, it says that it applies to all shapes but all the examples that I was able to find are with paths. Is there a place where I could see how it should work with `circle`? Please view or discuss this issue at https://github.com/w3c/svgwg/issues/956 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 31 October 2024 20:10:19 UTC