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
Unfortunatley I'm experiencing an Issue regarding whitespaces at the end or beginning of a text I'm using CircleType on.
It seems that the whitespaces are being ignored, resulting in an uneven result when using some seperators like this:
I also tried using protected whitespaces like ' ' or ' ' but without success.
Would it be possible to take ending or beginning whitespaces into account when using CircleType?
Thanks and Greetings from Germany!
The text was updated successfully, but these errors were encountered:
I think you can use a custom splitter like this. var demo7 = new CircleType( document.getElementById('demo7'), (string) => (string + ' ').split('') );
Here is the demo. https://codepen.io/tomoyakuroda/pen/rNJBxJo
Firstly thank you for your work!
Unfortunatley I'm experiencing an Issue regarding whitespaces at the end or beginning of a text I'm using CircleType on.
It seems that the whitespaces are being ignored, resulting in an uneven result when using some seperators like this:
I also tried using protected whitespaces like ' ' or ' ' but without success.
Would it be possible to take ending or beginning whitespaces into account when using CircleType?
Thanks and Greetings from Germany!
The text was updated successfully, but these errors were encountered: