Jason Johnston

Results 208 comments of Jason Johnston

How are you attempting to access the bounding box?

Ah, I see. Text is processed asynchronously, so it's expected that the bounds are initially unknown. See "Handling Asynchronous Updates" here for more info on how to react to the...

OK, I'll look into how AFrame does events and see if there's an appropriate common event type I can fire. `"loaded"` seems perhaps not quite the right event name since...

>... `font="#my-font"` I can see how that would be nice. I'll keep that in mind if/when I ever get to this feature. > In the meantime it sounds like you...

The old code has been totally removed, because it didn't render accurately even in the square corners case, and used the blur filter which is horrible for performance. This needs...

Of course I hope to be able to implement this. Unfortunately I've made several attempts and have not yet found a method that works in any but the simplest cases....

@matthewdl I'm open to anything that works! Extrusion is an interesting idea, I'm not sure if you can do the sort of fading you describe but let me know if...

@MinionMan That's a good thought, and I've tried something along those lines. The difficulty comes when the gradient itself has to follow the contours of rounded corners, and is offset...

Yeah radial gradients (actually "gradienttitle" gradients work better) are fine for when the shadow has no offset, but as soon as you have an offset (like most real-world inset shadows)...