Tagged Questions

13
votes
10answers
1k views

Displaying vector graphics in a browser

I need to display some interactive (attaching with DOM listeners etc. and event handling) vector graphics in web site I am working on. There is a W3C recommendation for SVG though …
12
votes
4answers
2k views

How to draw a line between draggable and droppable?

Hi guys, I'm using the exelent JQuery UI to do a "mapping" so the user can "map" persons from one program to persons from other program. using this simple JQuery: $(document).re …
11
votes
4answers
2k views

Converting SVG to PNG using C#

I've been trying to convert SVG images to PNG using C#, without having to write too much code. Can anyone recommend a library or example code for doing this?
9
votes
9answers
3k views

jQuery SVG vs. Raphael

I'm working on an interactive interface using SVG and Javascript/jQuery, and I'm trying to decide between Raphael and jQuery SVG. I'd like to know (1) what the trade-offs are betwe …
8
votes
6answers
988 views

svg diagrams using python

I am looking for a library to generate svg diagrams in python (I fetch data from a sql database). I have found python-gd, but it has not much documentation and last update was in 2 …
8
votes
7answers
1k views

SVG vs CANVAS, where is the Web World going towards?

I need to pick one of those two technologies for an ongoing project of mine. I would prefer to pick the technology that is more maintained and in active development rather then cho …
6
votes
4answers
226 views

ASP.NET MVC: How do I send “text/xml” to all browsers but IE?

I need to be able to send the content type "text/xml" to Firefox and Safari, to allow them to render inline SVG in one of my pages. This works, as long as the content type is "tex …
6
votes
4answers
523 views

Displaying SVG in OpenGL without intermediate raster

I have some simple SVG artwork (icon and glyph kind of things) which I want to display in an OpenGL app (developing in C++ on Debian, using Qt). The obvious solution is to use the …
6
votes
4answers
373 views

What is the state of native SVG support in the most popular browsers?

What is the state of native SVG support in the most popular browsers in their latest releases? Internet explorer Firefox Opera Safari Chrome Konqueror Camino
6
votes
4answers
236 views

Techniques for dynamic (algorithmic) graphics

I'm programming an application for a 32 bit processor with limited memory (512k flash, 32k RAM). The display on this device is 128x160 with 16 bit color, which would normally cons …
5
votes
3answers
686 views

Overlay SVG diagrams on google maps

Hello I would like to add an overlay image on a google map. This image is a SVG file I have generated (python with svgfig). I am using the following code if (GBrowserIsCompatibl …
5
votes
6answers
481 views

Creating SVG graphics using javascript?

How can I create SVG graphics using Javascript? Do all browsers support SVG?
5
votes
4answers
3k views

How to calculate center of an ellipse by two points and radius sizes

While working on SVG implementation for Internet Explorer to be based on its own VML format I came to a problem of translation of an SVG elliptical arc to an VML elliptical arc. I …
5
votes
6answers
1k views

SVG rendering in a PyGame application

In a pyGame application, I would like to render resolution-free GUI widgets described in SVG. What tool and/or library can I use to reach this goal ? (I like the OCEMP GUI toolki …
4
votes
5answers
88 views

Does anybody know of a good beginner’s tutorial on SVG?

Hi Guys, I was looking for 1) a tutorial and 2) a comprehensive reference on SVG. Does anybody know of / has used a tutorial or reference for SVG? EDIT: Thanks guys! This was ver …

1 2 3 4 5 14 next
15 30 50 per page