fix: Fix bug that caused focus rings to be inverted in RTL Zelos (#9767)

This commit is contained in:
Aaron Dodson
2026-04-29 09:16:27 -07:00
committed by GitHub
parent e3672f1581
commit 4aea3dd639
@@ -97,6 +97,7 @@ export class PathObject extends BasePathObject {
'stroke': this.svgPath.getAttribute('stroke') || '',
'fill': this.svgPath.getAttribute('fill') || '',
'd': this.svgPath.getAttribute('d') || '',
'transform': this.svgPath.getAttribute('transform') || '',
'role': Role.PRESENTATION,
},
this.svgRoot,