Skip to main content

All Questions

Tagged with
0 votes
1 answer
51 views

Using a CSV to set "fill" for SVG circles

I have SVG code that I would like to modify (with JavaScript?). I could use some help figuring out how to change the circles, as shown in the picture below, in accordance with values from a ...
Logan W.'s user avatar
0 votes
0 answers
15 views

How Can I Achieve SVG Design with Canvas Performance in a React Application?

I'm developing a React application that needs to render a large number of elements. I've implemented the rendering using both and . Canvas: Provides excellent performance and smooth rendering. SVG: ...
user26132048's user avatar
0 votes
1 answer
69 views

SVG Component Rendering Inconsistently Across Browsers

I'm working on an SVG gauge component that works perfectly in Chrome but has rendering issues in Safari and Firefox. The gauge displays progress using a gradient fill and a rotating pointer. In Chrome,...
user26411203's user avatar
0 votes
0 answers
19 views

Problem adding SVG elements dynamically and rendering them using React Signals

I am trying to dynamically add SVG elements to my screen using React Signals. I now have a situation in which I do not get any errors anymore, but the dynamically added SVG elements do not render. I ...
Franzl's user avatar
  • 5
-2 votes
0 answers
24 views

How to change the color of the svg icon using tailwindcss only while hovering through it? [duplicate]

I already read the questions about the SVG and this question my question is about how to do this with Tailwindcss only. The project tools are React and Tailwindcss. I want to change the color of the ...
Amin Alizadeh's user avatar
-3 votes
0 answers
42 views

How to make the parent element have the same width and height as the child svg element? [closed]

Hi so I am currently making a project with Vite.js with React + TSX, Tailwind and Daisy UI. I am currently trying to make a model button that overlaps a svg. The issue is that the button's width and ...
Daniel's user avatar
  • 25
0 votes
0 answers
23 views

Build failed in Storybook webpack config caused by svg

this error occurs when launching storybook, all svg that i use in the application cause an error in ./src/shared/assets/icons/about-20-20.svg ...etc Module build failed (from ./node_modules/@svgr/...
frik's user avatar
  • 1
-1 votes
0 answers
30 views

How to customize animation of svg in react? [closed]

I am pretty curious how brilliant creates a page like this: The animation of svg is compeletely interactive to the programming block in the toolbox. I want to make a page similar to this in react. Is ...
Libra's user avatar
  • 17
-1 votes
0 answers
10 views

how change attributes using svg-react library

convert svg to react component using svg-react library in cli use command: npx @svgr/cli --out-dir src/assets/icons/components --typescript --icon --memo --ref --jsx-runtime automatic --replace-attr-...
Lelik's user avatar
  • 27
0 votes
0 answers
16 views

I'm using the SvgUri package to render images. But not able to see while the app taken but connected via usb is working

This how I have imported import Detail_R_Arrow from '../assets/images/detailRarrow.svg'; export { Back_Arrow,} This is my import statement import SvgUri from 'react-native-svg-uri'; This how I ...
Nikash K's user avatar
0 votes
0 answers
27 views

react-svg library and styles are not applied

I have used the "react-svg" library to display SVG icons because I wanted to enter the address of the icon directly, but the problem is that I cannot implement my styles on the icon, like I ...
Iman Jalali's user avatar
0 votes
2 answers
39 views

Apply tailwind css class in linear-gradient stop-color

I need to use tailwind semantic css classes of tailwind.config file in SVG image inside lineargradient stop-color properties. My react app has designer css file where hex color codes are used as var ...
Vicky's user avatar
  • 358
0 votes
1 answer
27 views

I'm trying to style my icons that are dynamicaly imported from another file.js on my react app im using react-icons

my icons are imported and stored on a separate file.js i imported the file.js on my .jsx file & i can see the svgs being rendered on my website i also can change the size but the color remains ...
AmineDev's user avatar
0 votes
1 answer
56 views

Next.js SVG Image Mask (Reusable component)

I've been trying all day to create a reusable Next.js SVG Image mask component, using only tailwind / inline styles for locally stored images. I want to be able to pass an svg into it and an image and ...
Michael Martell's user avatar
0 votes
0 answers
44 views

import SVG with CDATA inside in React Application

I'm currently building a simple weather application using react-library. The problem i'm facing is that the svgs that i'm using have <[!CDATA[]]> tag inside. So that when i do import svgExample ...
Ixtix's user avatar
  • 26

15 30 50 per page
1
2 3 4 5
134