Questions tagged as 'svg'

1
answer

What is an SVG?

Nowadays it is spoken in quality of image and always connected to this type of affirmation occasionally appears this mysterious abbreviation. It seems to be SVG something really amazing, say your image does not get distorted when magnified. H...
asked by 07.10.2015 / 02:04
2
answers

How could you make a pacman by moving your mouth with pure CSS?

In order to delve deeper into CSS, I would like to know different ways to make animations. My goal is to know some new properties and features that CSS has been implementing. In the specific case, I would like to know what would be the simple...
asked by 02.08.2018 / 21:23
1
answer

How to calculate the dimensions of an SVG element

How to calculate the dimensions of a svg element consistently between browsers? In fact the only one not responding consistently is Firefox. It would be interesting to see the reason for getBoundingClientRect disparities in diff...
asked by 19.05.2014 / 09:52
2
answers

Does Google index images in SVG (inline) or Base64?

I was thinking of turning a website logo into SVG, but I was thinking of using it in direct inline as a code inside the <svg> tags.
asked by 20.09.2018 / 18:28
2
answers

Circle with curved edge

I was tasked to make a website, and I'm having a hard time doing a detail in CSS I need to make a round border that has a curved end, for you to understand better, I will show photo and post my code What I need (Photoshop) WhatIhave Iwoul...
asked by 18.05.2018 / 04:02
1
answer

Divide SVG circle into 12 parts

I'm using an SVG circle and I want to split it with a line created dynamically in 12 parts. I can only divide into 4 parts, through its radius. I know it is possible through sin and cos . Example jsfiddle: link Source code...
asked by 16.04.2015 / 11:31
1
answer

Snake animation in text with SVG

I'm trying to reproduce the same effect someone did here - > link , this frame is animated by scrolling, so you need to scroll down a bit until a text with a snake animation will appear. I'm trying to play this animation, but I'm having a...
asked by 21.05.2015 / 04:45
3
answers

How to make a background of a SVG element in a decent way?

I develop sites that have the company logo on SVG , but wanted to know how to easily test or force it to replace SVG when the browser does not support it. So I could have the PNG logo to replace.    Generally I put the SGV as the backgro...
asked by 27.02.2014 / 14:34
2
answers

How to leave responsive .svg image inserted directly into html

I have an image of the map of Brazil in svg all mapped and when resizing my page it does not follow this resizing, I have read some articles and tried some solutions and in none of them I succeeded The page with the map and the code is...
asked by 26.11.2015 / 20:23
1
answer

How to export an HTML / C # (Razor) page containing SVG elements for PDF?

I'm currently working with Highcharts, a javascript library that generates graphics. It has an export component, but only exports the graphic itself, I still need to assemble the PDF layout. For export it goes to the highcharts.com server whi...
asked by 24.01.2014 / 12:53