Questions tagged as 'svg'

2
answers

Change the color of an SVG by a button

I have an inline and inline SVG on a page. and need to change the color of this svg, as the user clicks on a particular button. In this case I have several buttons, each one responsible for changing to a color. However I am not able to make this...
asked by 26.03.2018 / 20:32
0
answers

How to use a Figma layout in Android Studio?

I have a project in Figma with some screens, for example that of the image below: FigmageneratestheXMLorSVGcodeofeachcomponent,suchasthe"screen": <!-- layout/*.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/...
asked by 24.03.2018 / 16:34
0
answers

How to color SVG without the path fill?

Well, I rasterized an image and I need to color it. The point is that the same is not any geometric shape (shirt collar) and need to give the user the option to color it. However when exporting svg the Fill attribute does not appear, which would...
asked by 17.03.2018 / 06:53
0
answers

Color an SVG with JS

I inserted several buttons in a form, each one has the function to change the color of the same SVG files, however I tried to make this exchange via css and it did not work, I think I'll need a js to change the fill of svg . <!DOCTYPE html&...
asked by 20.03.2018 / 20:10
1
answer

Animation Bug in Firefox

I created a svg and did a little upload animation in the style of a simple loader ... This animation works perfectly in Chrome, but in Firefox and Edge it contains some problems in the animation. In Edge the animation gets frozen, and in Firefox...
asked by 06.02.2018 / 14:40
0
answers

PHP - Generating custom dynamic QRCode with PHP

I'm trying to generate QRCode with dynamic information with the PHPQRCode library, QRCode was already able to generate in SVG, but I'm not able to style the even so that it has rounded edges and the company logo in the middle, more or less lik...
asked by 05.07.2017 / 15:21
0
answers

Generate a PDF of a Morris Chart

I'm developing an application that generates a report using the Morris graphics ( link ) The charts are working correctly, now I need to generate a PDF of this chart. However, I came across that to do this, when the SVG chart is different....
asked by 20.03.2017 / 20:46
1
answer

Variable value does not seem to change according to the loop

I have an array and am looping. Inside this loop I take the total size of items from each array and I am summing a onmouseover event displaying a tooltip with those numbers. But when I hover over the element, it only displays a number for...
asked by 17.03.2017 / 20:57
1
answer

How to skip line in tooltip?

Hello, I'm trying to put balloons with information on my SVG map (when I mouse over the map the information appears), but when I try to put information like city and phone the information line gets huge. How do I skip the line and better organize...
asked by 20.07.2016 / 14:29
0
answers

.SVG + PHP Automatic Animation

Good morning, I would like to get help in a situation that I came across today. I have an animation in .svg that wanted to do something that I can not find a way to accomplish. I have several elements and they are all made as polygons, the...
asked by 05.08.2016 / 13:07