lojjic / aframe-troika-text

An A-Frame component for rendering 3D text using troika-three-text
MIT License
71 stars 12 forks source link

`fill-opacity` causing broken up text #68

Open dzg opened 1 year ago

dzg commented 1 year ago

I recently tried using fill-opacity within an 8thwall / aframe project, and it caused the text to appear fragmented, like this:

This is on Android Chrome. (It is well in front of the blue element.)

This is on iPhone.

If I remove the fill-opacity attribute, it looks great.

Is this a known thing?