Questions related to drawing or setting shadows on an object. It refers to graphical shadow in user interfaces and 3D rendering and not to be confused with conceptual shadows (copies) of an object, library, database etc.
Questions tagged [shadow]
2031 questions
0
votes
1 answer
What is the CSS code to put shadows in the letters?
The title says everything. What is the CSS code to put shadows in the letters?

langel
- 99
- 9
0
votes
1 answer
How to center text in raw react-shadow-text without losing binding to text shadow
I'm learning how to style React components and use npm to import libraries that i can use to do different things. I have imported react-shadow-text and tried to implement a simple h1 with text shadow. When attempting to style it, all of my styles…

LarryYoung
- 25
- 7
0
votes
0 answers
Remove default shadow on iOS view components
I notice that iOS is setting a default shadow in its views in my app that i'm building using react native.
While on the android version it is rendering correctly without any shadows, on iOS, even if I set all the shadow styles with value of 0 and…

Kaleb Portilho
- 1,181
- 16
- 20
0
votes
1 answer
QML - DropShadow blurring text & img
I'm trying to apply a DropShadow effect into my Rectangle. After I did it, text and icon inside are getting blurred. Any idea how to fix it?
import VPlayApps 1.0
import QtQuick 2.9
import QtGraphicalEffects 1.0
import QtQuick.Controls 2.2
App { …

Kacper Sitarz
- 45
- 2
- 10
0
votes
1 answer
Unwanted self shadowing
I have an ARKit App using SceneKit to render.
I am using a directional light that casts shadows onto an invisible floor plane. In order to do this I have to (?) use shadowMode = .deferred on the light. But this results in the ugly self shadowing in…

Hans Terje Bakke
- 1,412
- 12
- 14
0
votes
2 answers
How to add shadow to UIView that has round corners
I know this questions has already been asked but I tried must of the answers and it doesn't seem to work for me.
So I want a UIView that has shadow around the sides and button of the view, not the top. How would I do this as I have rounded corners.…

BlueBear
- 23
- 6
0
votes
2 answers
Applying shadow color using feColorMatrix tag looks dull in all the browsers, Why?
I created a drop shadow in SVG using feColorMatrix for the shadow, so its kind of blue(rgba(62, 77, 184, 0)).
The outcome…

TMJ
- 1
- 1
0
votes
1 answer
OpenSceneGraph just cast shadow for one of the lights in the scene
I am trying to put different lights in a scene and have them cast shadows simultaneously. The problem is that every time I create a new osgShadow::ShadowMap for a light, the previous light stops casting shadow. I suspect that this has something to…

Scott
- 79
- 1
- 1
- 9
0
votes
1 answer
Javascript to change text shadow direction at a certain time
I am trying to use javascript to change the direction of a text shadow between 9 and 10pm.
Have tried a number of alterations and not sure where I am going wrong, here are the basics of my code..