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
I am currently linking to a d3.geoPath from my textPath element (using xlink:href("#my-geo-path"), which works perfectly fine. However, I am animating the d3.geoPath, and in some situations I end up with the text up side down, and I want to flip the text in these situations so that it is easier to read. The side attribute for a textPath only works in FireFox as it seems. So, would there be another way to flip text in these situations?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am currently linking to a
d3.geoPath
from mytextPath
element (usingxlink:href("#my-geo-path")
, which works perfectly fine. However, I am animating thed3.geoPath
, and in some situations I end up with the text up side down, and I want to flip the text in these situations so that it is easier to read. Theside
attribute for atextPath
only works in FireFox as it seems. So, would there be another way to flip text in these situations?Thanks!
The text was updated successfully, but these errors were encountered: