python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Multiple SVG Components not working or render as expected
I'm having a strange problem; and haven't been able to get a solution for it.
Context:
NextJS App. I have 5 different svgs, and created some Icon components with them:
import React from 'react';
impor...
Klaha
Votes: 0
Answers: 1
How to remove NaN from a string in an array
I have this array that is used by Svg to create a map. It contains one big string. The problem is that there are NaNs in the array and it is not able to read the array properly. How can I remove these...
dmulay360
Votes: 0
Answers: 2
creating drop shadow on a rectangle and a circle on top of it
I have a rectangle and a circle on its left side.
Both are white.
I'm trying to create a drop shadow on the rectangle and a drop shadow on the circle which is on top of the rectangle left part.
Here's...
Ace
Votes: 0
Answers: 1