lojjic / aframe-troika-text

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

Some Properties are Not Working #40

Closed lijualivenow closed 3 years ago

lijualivenow commented 3 years ago

Some properties are not working like fontSize, outlineColor, outlineWidth

please check the sample code

https://glitch.com/~aframe-troika-text

lojjic commented 3 years ago

Attributes on the primitive must be dashed: outline-width not outlineWidth.

Properties in the CSS-like component string are case sensitive, so outlineWidth not outlinewidth.

This seems to fix both your issues; reopen if you still see a problem.