Questions tagged as 'svg'

1
answer

How to use SVG icon in Google Maps API Android addMarker (MarkerOptions)

I am using the following code from the Google Maps API v2 documentation for Android : mMap.addMarker(new MarkerOptions() .icon(BitmapDescriptorFactory.fromResource(R.drawable.ic_bike)) .anchor(0.0f, 1.0f) // An...
asked by 28.01.2018 / 19:36
2
answers

How to capture status rendering (pending) to svg not loaded on the screen?

I have an avatar that mounts with SVG files, the problem is that it gets disassembled before status 200. How could I capture the status (pending) only after it loads displaying the avatar? Example where the avatar hair is rendered in the HTM...
asked by 22.01.2018 / 20:26
0
answers

SVG to PDF in android Studio

How do I export an SVG file to PDF in android Studio? I have the file that is in svg and I would like the app I am developing to take this file (which is in svg) and generate the file in PDF. Can anyone help me?     
asked by 26.01.2018 / 16:47
1
answer

Problem with animation timing with SVG

I'm trying to make an SVG animation using very simple CSS, where stars appear within themselves infinitely. The only problem is that after the first loop one of the paths starts to go over the others, which is not the goal. I tried to look and I...
asked by 23.04.2017 / 23:23
0
answers

Submenu in the "area" tag

I have to develop this element that is in the middle (yield): I'veneverdevelopedaformlikethisinHTML/CSS,soIwentforthetag<map>andmadethefollowingcode:<divalign="center"> <img src="diskbanner.png" usemap="#Map" border="0"> <m...
asked by 18.11.2015 / 15:22
1
answer

Table in SVG file

I create an SVG file in PHP. I wanted to write a table in the file so I could show it later. I used this, but it does not show the table when I open it with an editing program. fwrite($hndl, "<?xml version='1.0' encoding='UTF-8' standalone=...
asked by 26.12.2014 / 13:08
1
answer

Pass dynamic SVG elements to file

I create SVG elements (circles) with JavaScript code dynamically. The problem is that I want to pass these circles to a file with .svg extension. If you create the elements in html, it would just copy to the file, past variable position of each....
asked by 06.12.2014 / 13:17
2
answers

Move image png

I can move an SVG object with the mouse in JavaScript, I would now like to move an image of type png or svg. <svg> <image xlink:href=image.png x=0 y=0 height=20 width=20 /> </svg> Functional code when moving objects svg:...
asked by 18.03.2015 / 17:33