Tagged Questions

0
votes
0answers
6 views

Text alignment in SVG

How to make text with proportional font but an equal number of characters per line fully justified in SVG text box? Preferably with an svg-code example if it's possible.
0
votes
1answer
16 views

SVG Elliptical Arcs with Java

I recently wrote a java program transforming a SVG document to HTML/Canvas: It was easy to translate a path such as d="M 0 0 L 100 100 z" to something like GeneralPath L= new …
0
votes
2answers
13 views

Render SVG stored in memory using JSR-226 (Blackberry)

I have code that generates a data-driven SVG graph and I'd like to display the graph directly. The method: javax.microedition.m2g.ScalableImage.createImage can take either a UR …
1
vote
2answers
22 views

Default SVG style

What is the default SVG style ? for example, what is the default font of a new SVG document ? Is it described in the SVG spec ? <svg><text x="10" y="10">Hello</text …
1
vote
2answers
13 views

How to load an external JavaScript script to (pure) SVG document?

I have fairly large script within an .svg file and I'd like to get it out of the CDATA section into an external file. How to achieve this? The HTML regular does not work: <scr …
1
vote
3answers
25 views

How do you convert an SVG image “paths” into separate PNG images?

Hi there, I've got an SVG image with 67 separate paths. Are there any libraries/tutorials out there that will create a separate raster image such as a PNG for each of those paths …
0
votes
0answers
9 views

Extracting path data from an SVG map to use in RaphaelJs

I'm trying to build an an interactive map using RaphaelJS (e.g. http://raphaeljs.com/australia.html). Please check the source. It requires map path data to input. There is no clear …
0
votes
1answer
25 views

Ruby Support for SVG

Is there some library or helper to produce SVG graphics with Ruby? I googled a bit and found many, but all seem to be dusty and very incomplete… Does anyone know about some nice, r …
0
votes
2answers
48 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
19 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
1answer
17 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
2answers
45 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 …
0
votes
1answer
31 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
35 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 …
1
vote
2answers
43 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 …

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