You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be at 4th line when translate(-11.0390625,-10.5) is applied to the <g> element. If I manually change (-11, -10) to (11, -10) it ends up placing the text in the correct place.
Also removing bootstrap-rtl from the page fixes the issue but obviously missing the advantages of amazing bootstrap-rtl component.
The text was updated successfully, but these errors were encountered:
I'm using [email protected] and experiencing an issue when putting text within svg components. As you can see in the snapshot below:
The following code snippet shows how the styles are applied to the svg component:
The issue seems to be at 4th line when
translate(-11.0390625,-10.5)
is applied to the<g>
element. If I manually change(-11, -10)
to(11, -10)
it ends up placing the text in the correct place.Also removing
bootstrap-rtl
from the page fixes the issue but obviously missing the advantages of amazingbootstrap-rtl
component.The text was updated successfully, but these errors were encountered: