mirror of
https://github.com/google/blockly.git
synced 2026-05-01 09:30:11 +02:00
fix: Fix bug that caused focus rings to be inverted in RTL Zelos (#9767)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user