Tagged Questions

0
votes
2answers
13 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 …
1
vote
4answers
94 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
78 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 …
0
votes
3answers
68 views

Are there any mature vector drawing libraries for Python? (that work on Windows)

I've tried endlessly to get pycairo to work on Windows, but version 1.8.8 won't install. Is there something comparable out there that actually works on Windows?
0
votes
1answer
14 views

Metadata in SVG

Hi, Is there a way to attach metadata directly to a grouping element () in an svg file? I couldn't find anything about that in the specification or elsewhere on the web, so I assu …
0
votes
1answer
27 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 …
0
votes
0answers
39 views

SVG Absolute coordinates?

Hello, I have some SVG files which have many text nodes in them. I would like to get the absolute position of each of the text nodes, within the SVG document (the SVG documents h …
0
votes
3answers
35 views

Problem with dynamic SVG image generation

Hi Guys, I am trying to write a server side script (PHP) for generating an SVG image based on user input. I am using the following code: <?php echo '<?xml version="1.0" st …
3
votes
2answers
35 views

Creating SVG graphics using a server side script (PHP)

Hi Guys, Is there a way to generate an HTML file using a PHP script which has an SVG embedded where the SVG itself is dynamically generated by the PHP script? Basically, I want t …
1
vote
1answer
35 views

Where does come the offset in Raphael javascript

I really like the Raphael Javascript library which is very useful for handling SVG with javascript. However there is an offset value which is added to the generated svg code that …
0
votes
1answer
28 views

Embedding the output of a server script inside another HTML page

Hi Guys, I have a php script (generator.php) which generates certain HTML/XML/SVG depending on various conditions. I want to embed the output of this script in my homepage (home.p …
4
votes
5answers
72 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
vote
1answer
17 views

SVG onmouseover for group with overlapping elements occurs twice

When attaching a function to the onmouseover event for an SVG group <g>...</g>, the event occurs once, each time the pointer enters to an element in the group. This oc …
0
votes
3answers
54 views

SVG not working when access on localhost. Why?

Does anybody know why the same code from this page http://emacsformacosx.com/ would not render when hosted on a local tomcat server? I am trying to play with some SVG but can't se …
1
vote
2answers
71 views

JQuery, SVG and Visio metadata

Hi, I'm trying to access some custom data emitted into an SVG document by Visio 2007. I've used jquery.svg.js by Keith Wood. Unfortunately, even with the svgdom extension, I am no …

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