The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
590 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 ...
3
votes
1answer
110 views

Do search engines index text contained in SVG elements?

Example: <svg><text>Hello World</text></svg>?
2
votes
1answer
26 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
2answers
77 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 ...
0
votes
1answer
171 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
1answer
22 views

Protect SVG from client access

I want to make a presentation that consists from some number of slides. The actual content of the slides is going to consist of vector elements in SVG format. The transition between slides should be ...
0
votes
1answer
194 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 ...