Skip to main content

All Questions

Tagged with
0 votes
0 answers
51 views

SVG Path: Have a non-scaling cruve with scaling lines

As usual, the question indicated as a duplicate has outdated or incoherent answers This question is about SVGs I'm not interested by "hacks" with box shadows or pseudo elements, they ...
Treycos's user avatar
  • 7,449
0 votes
0 answers
81 views

Generating random SVG arrow shapes

So I have a task, which intends to generate random SVG images of curved entangled arrows. Here are few examples of the expected output: Example 1 Example 2 Example 3 There are few main requirements: ...
WhoAmI's user avatar
  • 1
0 votes
0 answers
81 views

Difficulties with understanding the SVG spec's description of the "vector-effect" attribute

I'm having some trouble understanding the information that's being conveyed in the SVG specification's description of vector effects. Specifically, the text describing the "viewport" and &...
sgfw's user avatar
  • 312
0 votes
2 answers
88 views

Is there an equivalent to the vector-effect property that can be applied to the SVG itself rather than each individual path?

I am showing maps of US state counties via SVG. The issue is that I want each state to be displayed at relatively the same size and what ends up happening is that the stroke-width ends up looking much ...
user19103974's user avatar
0 votes
5 answers
298 views

Simplify any SVG path to create a solid black shape (UPDATED)

Is it possible to transform any SVG into a solid black shape in an automated way (in javascript or otherwise) by simplifying the path? Is there a library to do this, or is there another way? Let's ...
Dady's user avatar
  • 99
1 vote
1 answer
74 views

SVG Clip Path Behavior under Translate Transforms

I am seeking the wisdom of the StackOverflow community to clarify my understanding of the clip-path feature in the SVG 1.1 specifications, particularly under multiple translate transformations. I have ...
Ganesh-AT's user avatar
0 votes
0 answers
31 views

What are the advantages of embedding SVG as an <img> element instead of as an <image> embedded in SVG? [duplicate]

Let's assume I have an SVG file here that is to be embedded in the HTML of a website (not inline!). Obviously there are two common ways to do this: Directly as <img> tag: <img alt="&...
quellenform's user avatar
1 vote
0 answers
154 views

Merging layers of multiple SVG files into one using Python

I currently have some code that combines SVG files into one combined svg file. My problem is that these SVG files have layers/groups and nested sublayers/subgroups in them. At the moment it just ...
muckyu's user avatar
  • 11
-1 votes
1 answer
130 views

Android Studio Vector Asset: Error while parsing ****.svg- Not a proper SVG file

When I try to import my SVG through Android Studio, I get this error: Error while parsing image.svg - Not a proper SVG file Where can I find more information about what actually went wrong? I've tried ...
VIN's user avatar
  • 6,786
0 votes
0 answers
416 views

Animated svg in Flutter

I have tried to render an animated SVG image in my Flutter application, but unfortunately, I couldn't achieve it. Since mostly static SVG images can be rendered using packages like flutter_svg, etc ...
Dharanidharan's user avatar
0 votes
1 answer
69 views

Unity Generate waypoints list from a svg stroke?

I have some simple stroke drawings (e.g. circle, loop shape…) exported as svg file. I'm able to import the svg into Unity as Vector Sprite. Now I want to generate a list of waypoints based on that ...
Thien Nguyen's user avatar
0 votes
0 answers
265 views

convert a svg to a "d=" </path

<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --> <svg width=...
makuru's user avatar
  • 1
0 votes
1 answer
69 views

EasySVG library php addText function problems with locating the text

i have misunderstanding about locating the text in svg file via EasySVG. I have an image in svg format 1200x1400px. I need to put the text to place by setting coordinates. require '../../lib/easysvg/...
Vadim Gerich's user avatar
0 votes
1 answer
103 views

Semi circle with rounded lines with CSS or SVG

I need semicircle merged with two lines with rounded corners, something like image. My attempt: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"> <path style="fill: rgb(...
NeDark's user avatar
  • 1,304
0 votes
1 answer
274 views

How to make this simple figure to an SVG xml path?

In the last two days I'm trying to recreate this icon into an svg which I got only as an image. I'm really new to SVG coding. I tried to code it, but this is all what I got: <svg width="100&...
Rafael's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
19