Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
39 views

I have recently migrated a large Flutter project from flutter_svg to vector_graphics to improve rendering performance. My project contains hundreds (if not thousands) of .svg files. I am using the ...
Sebb's user avatar
  • 242
3 votes
2 answers
153 views

When drawing an SVG element onto a canvas, is there a way to replicate the appearance of the SVG as rendered directly in the document? The SVG has a bunch of smaller triangles, with shape-rendering ...
roeland's user avatar
  • 5,861
2 votes
3 answers
233 views

I have an SVG as a file <svg viewBox="0 0 200 200" xmlns='http://www.w3.org/2000/svg'> <filter id='noiseFilter'> <feTurbulence type='fractalNoise' ...
Panthera's user avatar
4 votes
2 answers
166 views

I have an SVG with a blinking circle used as a loading animation. The circle is positioned at a fixed coordinate using cx and cy: <circle cx="316" cy="59.5" r="7" fill=...
Mumpitz's user avatar
  • 31
1 vote
0 answers
148 views

I have a simple SVG file that draws a polygon over a rectangle. The size of the rectangle is given as 100%. This looks good in emacs' viewer, inkscape, firefox. <svg xmlns="http://www.w3.org/...
Spacedman's user avatar
  • 94.7k
Advice
0 votes
3 replies
105 views

Since html canvas text can be sometimes be a little weak, for example when displaying vertical text. Is it possible to use, something like SVG text overlayed on an html canvas to improve the ...
David Wilkinson's user avatar
1 vote
1 answer
143 views

I've implemented a wiki that uses Markdown files with MathJax for the formulas. I want to add my own SVG symbols for integrals, summations, etc. I want to be able to have variables around the new ...
Dual's user avatar
  • 29
1 vote
1 answer
136 views

I have an array of data showing years and percents and I'm trying to draw a bar graph using d3. I can get a single bar drawn if I feed in numbers that I know will work, but when I'm using the x and y ...
LauraNMS's user avatar
  • 2,946
2 votes
0 answers
76 views

It's common practice in my workspace to draw diagrams in Visio and insert equations into them using MathType. I encountered a problem when exporting them to SVG. In Visio these equations seems to ...
Dzx's user avatar
  • 71
1 vote
1 answer
83 views

Different behaviour of qt-materials inside virtual environment (venv) I am currently developing a PySide6 application and using the qt-materials library to set the stylesheet of the application. ...
Dennis's user avatar
  • 21
3 votes
1 answer
107 views

I have a very simple 3D figure constructed with Plotly as lines and disks. No surfaces. No lighting. No complexity. Just lines and disks. Here's a minimal example of this: import numpy as np import ...
b3m2a1's user avatar
  • 188
1 vote
1 answer
120 views

I am building a Hero Section in React app and creating a search bar with a dropdown, input field and a vertical divider between them. The search box is a flex container. I want the vertical divider(...
bibashmanjusubedi's user avatar
Advice
0 votes
3 replies
136 views

I recently created a GitHub repository for my profile. In it, I used an SVG file to display some information about myself, and then I replicated the same information using a Markdown (MD) file. What ...
Abhinav Puri's user avatar
2 votes
1 answer
77 views

The SVG spec states that I should be able to "truncate" overflowing text using an ellipsis, and gives a nice example (with an image of it working). See here:- https://www.w3.org/TR/SVG2/text....
MPFJ's user avatar
  • 33
Tooling
0 votes
1 replies
104 views

I'm migrating from Webpack to Rspack and previously used svg-sprite-loader to generate SVG sprites. It doesn't work with Rspack because it relies on internal Webpack APIs (NormalModule....
Yichen Zhu's user avatar

15 30 50 per page
1
2 3 4 5
2955