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
Splitting of continent names breaks shaping. Refer the screenshots below for an example with hindi.
I think the issue is with name.split('').join(' ');, but I am not sure what solution can be applied here to make sure split happens at the apt location. The solution should aptly handle different text rendering strategies on JS and ES.
On Aug 30, 2017, at 19:32, Varun ***@***.***> wrote:
Splitting of continent names breaks shaping. Refer the screenshots below for an example with hindi.
I think the issue is with name.split('').join(' ');, but I am not sure what solution can be applied here to make sure split happens at the apt location. The solution should aptly handle different text rendering strategies on JS and ES.
cc. @nvkelso
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Splitting of continent names breaks shaping. Refer the screenshots below for an example with hindi.
I think the issue is with
name.split('').join(' ');
, but I am not sure what solution can be applied here to make sure split happens at the apt location. The solution should aptly handle different text rendering strategies on JS and ES.cc. @nvkelso
The text was updated successfully, but these errors were encountered: