auto-start-reverse value not supported for orient attribute of <marker>
External Issue #12463745
Steps to reproduce
Per the SVG 2 spec, this allows us to use the same marker for the start and end.
Otherwise, we need to create two almost identical markers, one for the start and the other for the end of our path. This bloats the SVG and makes it less maintainable.
Simple test using orient='auto-start-reverse'
(works in Chrome and Firefox): https://codepen.io/AmeliaBR/pen/qjXoQd
Actual result in Edge: doesn’t even degrade nicely, falls back to what it would look like without the orient
attribute.
You need to sign in to your Microsoft account to add a comment.
Sign in