Questions tagged as 'svg'

1
answer

How to make the clip-path move with the image?

I have a problem when using clip-path: the clip does not accompany the figure, it does not move with it, but it stays stuck in a corner. So when I try to do the responsive everything is complicated. Here I add an example of the code I am using....
asked by 19.04.2018 / 00:29
1
answer

as I change the symbol tag for an image in svg

I am studying web design and I have a question with svg, in my case I want to replace an icon that uses the path tag, for one that uses the image library to be able to insert an image. This is an example of a fragment of my code: I want to repla...
asked by 28.03.2018 / 03:38
1
answer

Error with vector images

I have arrangements of vector images but when I run the app, it is truncated, what the phone displays is "Unfortunately, app has stopped" and what the logcat shows is:    03-29 01: 28: 37.177 3176-3176 / matgic.com.matgic E / VdcInflateDelega...
asked by 29.03.2018 / 07:51
0
answers

Send SVG image in Email

I tried to send an image in SVG code so that a mail client interprets it as HTML and is visualized. The problem that only I see the image in a mail client, for the most part can not be seen. The way I send the code from sql server is as fo...
asked by 27.09.2017 / 01:24
0
answers

Pass data / variable PHP to modal Bootstrap 3 from SVG path

I have this that launches a modal Bootstrap 3 with an input that collects the value of data-id but it does not work when I ask it from the SVG path, it launches the modal correctly , but without the value data-id. However from a current...
asked by 03.08.2016 / 02:54
2
answers

How to draw a chart with svg?

I need to draw the next chart through SVG, could someone help me get to the goal? since I tried without success since I did not draw in svg I was also supported with bookstores but I also did not get what I expected. The increase bar would be...
asked by 16.10.2018 / 21:47
1
answer

SVG animation

So far I have achieved this with the keyframes, is what I want, but now I only have the problem that it accelerates a lot or slows down in the end, the idea is to be constant so that it works as a web loader and a app, I do not know if it's some...
asked by 14.09.2018 / 18:42
1
answer

Change different color elements of a svg image

I want to work with the elements of a .svg file such as the one in < circle > that is observed in the code; but in what way can I do with javascript any idea or guidance?, Greetings to all:) <?xml version="1.0" encoding="utf-8"?> &...
asked by 12.12.2017 / 03:31
1
answer

d3 v4 apply zoom to center

I'm trying to find an equivalent to the d3.behavior.zoom() of the v3 version of d3.js. But until now I could not find anything. What I'm looking for is to be able to do .center([width / 2, height / 2]) , meaning that the zoom is...
asked by 20.03.2017 / 16:14
1
answer

asp.net how to change the SVG image in html page from the codebehind

I need to change the image (SVG) that is on the page in a object container by selecting another item within dropdownlist. It has to be in the CodeBehind, using the OnSelectedIndexChanged event. By default it loads the image.svg, but when selec...
asked by 12.02.2017 / 19:54