Tagged Questions

0
votes
2answers
35 views

Mono / Lighttpd - Garbage text added to SVG file returned via Response.Write()

I am developing a web application that manages a population of plants. One feature of the application is the ability to view relationships between plants as a graph. This visualisa …
0
votes
3answers
15 views

How to get handle to entries within SVG <g> group?

Within a document, I can use document.getElementById() to get a handle to a particular unique element. How can I do the same for a group, given as a parameter. <g id="right_h …
2
votes
6answers
148 views

Which would you prefer? SVG, HTML5 or regen’d-PNG for graphs & charts?

I'm developing a new site that graphs some operational metrics. As such about a dozen charts/graphs will be displayed on the site. I want to be able to have them dynamically scal …
0
votes
2answers
38 views

Any differences between the way Bézier curves are interpreted by Cocoa and SVG?

I'm definetely new to any kind of graphics (maybe except taking photos :)) so please forgive if my explanation of problem I faced last night is not very precise and understable. I …
2
votes
1answer
15 views

Sending data to a script in a container page from a script running in an embedded page

Hi Guys, I have run into an interesting problem and am not sure if it can be resolved. I have a JS script (say script1) running in an SVG document with lots of rectangles which h …
0
votes
1answer
24 views

SVG, text , font with fixed width/height

Hi all, I'm trying to get a SVG 'text' element fitting inside of a svg 'rect' element. e.g. In the example below, I used a monospace text of 5 chars with a font-size of 100px and I …
0
votes
2answers
34 views

Mangling IDs and References to IDs in XML

I'm trying to compose xml elements into each other, and the problem I am having is when there's the same IDs. Basically what I need to do is mangle all the IDs in an xml file, as …
0
votes
3answers
35 views

Javascript Event Handlers supported on SVG by Firefox 3.5

Hi Guys, I have been wracking my brains for the whole day on this one. It appears that the SVG DOM manipulations supported by Firefox 3.5 are very limited. A few properties like t …
1
vote
2answers
34 views

PDF Generation with High Resultion SVG Images (suggestions needed!)

Hi Folks Can anyone suggest/recommend a product that can be used to dynamically produce PDFs that can contain high-res images? We're currently using a product called Highwire fro …
0
votes
2answers
15 views

Using SVG, is it possible to add text to the centre of path and align horizontally?

Hi, as the question states, I want to add text to the centre of a path and align it horizontally, NOT align along the path. I have the following text running along the path at the …
1
vote
4answers
142 views

html5 canvas element and svg.

Why do we need the html5 canvas element, when the same can be achieved through embedded svg?
0
votes
3answers
95 views

How to determine the length (in pixels) of a string being renderred on a web page?

Hi Guys, If I know the font size (12) and the font family (calibri), is there a way to determine the length (in pixels) a given string will take after it will be rendered? I am ab …
1
vote
1answer
17 views

How to transform a path in svg so that it is parallel to its original location?

Hi, I have a path defined in SVG. I would like to make two copies of the path and translate them so that one sits parallel to the original on one side, and the other sits parallel …
0
votes
2answers
25 views

svg: center of path

Hi I'm trying to draw a label on a polygon of an svg file. The problem I'm facing is to find out roughly the center of this polygon to place the label, as the path's coordinates a …
0
votes
1answer
45 views

svg text element width

I'm working on some ecmascript/javascript for an svg file and need to get the width and height of a text element so I can resize a rectangle that surrounds it. In html I would be a …

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