victorporof / Tilt

Tilt: a WebGL-based 3D visualization of a Webpage
http://blog.mozilla.com/tilt/
Other
490 stars 56 forks source link

Do not draw text/images on background layers #14

Closed Drugoy closed 12 years ago

Drugoy commented 12 years ago

As you see on the screenshot above - all the text is visually duplicated as it gets drawn on every background layers. I'm not sure if it's possible, but could you make it not get drawn there? By HTML structure it takes place in some SINGLE element and not in any of it's ancestors.

p.s.: the same happens not only with text, but with images too.

victorporof commented 12 years ago

This is merely a default alpha setting. You can modify it if you click the layer colors button (second block button under the navigation controls on the left) and slide the alpha to maximum for no transparency. I could make the default setting more opaque.

Drugoy commented 12 years ago

Well, yes, I'm talking about the default settings, as otherwise I'd need to change the alpha value manually every time.

victorporof commented 12 years ago

Agreed. Added fix + new version on AMO (awaiting review).

Drugoy commented 12 years ago

Tested it. Now it looks better. Thanks for the fast fix.