The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
25 views

Should I use SVG graphics when I can or is support for them too varied or uncertain?

I want to use only SVG graphics on my site wherever I can but it seems like support has been inconsistent in the past. Is SVG support finally stabilizing across browsers, or am I still going to have ...
0
votes
1answer
193 views

SVG images grow and create scrollbars when on the server

Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine. I upload the same file to the server and look at the page online and the SVG images have grown by ...
3
votes
1answer
109 views

Do search engines index text contained in SVG elements?

Example: <svg><text>Hello World</text></svg>?
0
votes
1answer
169 views

Free vector graphics package for Windows OR Linux

What is the most popular and/or feature complete vector graphics package for Windows and/or Ubuntu Linux? I keep finding 'Vector Art' sites but nothing about the software used to create it. Adobe must ...
0
votes
2answers
76 views

What's the best way to serve simple flowcharts

The websites in the government sector often provide Word files containing flowcharts. They are simple flowcharts with at most ten nodes in size, showing common workflows to people. There are several ...
5
votes
1answer
588 views

SVG in CSS backgrounds

Edit: How can I detect in php if the client browser is capable of displaying SVG as CSS background ? I renamed my stylesheet from .css to .css.php. So I can include at the beginning: <?php ...