Tagged Questions

3
votes
2answers
35 views

Drawing SVG images in wxWidgets

I need to be able to draw SVG images (with the ability to scale, and rotate the images by 90,180 and 270 degrees). I also want the ability of instead of rendering the images to a bitmap (e.g. for …
0
votes
2answers
51 views

Framework for building visually rich desktop applications?

Hi, I've started building an app with Flex/Air but am getting sick of it's clunkyness. The app that I'm building has similar behaviour to Prezi (www.prezi.com) but in a completely different field. …
0
votes
1answer
27 views

How would you implement an interactive floorplan / building map?

I need to build an "interactive floorplan" for a shopping centre (or two). Many shopping centre websites already have this (eg Bluewater in the UK) Traditionally, the way to build such a floorplan / …
0
votes
2answers
51 views

Parsing SVG path in objective-c

Hi, i need to parse some paths of an SVG file, they are simple lines. When retrieving the data i end up with this string: m 0,666.6479 254.28571,0 According to SVG specifications m denotes a new …
1
vote
2answers
67 views

Good reasons NOT to design websites with a vector graphics application?

All the (web)designers I've known or worked with, used photoshop almost exclusively, and yet, now that I wanna try my hand at web-design for a personal project, I feel compelled to use a vector …
2
votes
5answers
115 views

Convert PNG to SVG

How could I convert a PNG image to a SVG?
1
vote
2answers
48 views

Is there any scripting SVG editor?

I would like to edit SVG files using some scripting language (preferably Python). In particular, I would like to merge two SVG files, add some annotations, and arrange them in a larger image. Is there …
2
votes
1answer
53 views

How can I programatically convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?

I would like to programatically convert SVG files to PDF files. However, the SVG files contain text that must be searchable in the generated PDF files. Also, it has to work on Red Hat Enterprise Linux …
1
vote
2answers
62 views

Are there any pure Python, BSD-ish open source SVG libraries?

I'm looking for a pure Python library to help put together SVG images. It doesn't need to be fast. I know pySVG exists, but I'm not interested in a GPL library (and I can't use GPL libraries for …
0
votes
1answer
28 views

How to link from SVG?

What I tried is this <a xlink:target="http://ponyoverflow.com"> <text class="text" x="20" y="718" text-anchor="start">Mail Order Ponies</text> </a> and variations with …
0
votes
1answer
49 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 explanation …
1
vote
5answers
234 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
2answers
24 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 GeneralPath(); …
0
votes
2answers
29 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 URI or an InputStream …
1
vote
3answers
49 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, and perhaps name …

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