Tagged Questions

5
votes
4answers
4k views

Library for using SVG in Windows Forms / WPF?

Are there any libraries which Allow to draw svg direct to a Windows Forms application to a WPF application I draw graphics and design everything with Inkscape, because I love that program. Then I ...
3
votes
3answers
28 views

How to set a stroke-width:1 on only certain sides of SVG shapes?

Setting a stroke-width: 1 on a <rect> element in SVG places a stroke on every side of the rectangle. How does one place a stroke width on only three sides of an SVG rectangle?
3
votes
1answer
346 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 ...
2
votes
1answer
55 views

Using the inscape shell from perl

Inkscape has a shell mode invoked like this inkscape --shell where you can execute commands like this: some_svg_file.svg -e some_png_output.png -y 1.0 -b #ffffff -D -d 150 which will generate a ...
2
votes
1answer
49 views

Combine <use>-tags or make <path> out of <use>-tags

Using SVG via Inkscape: I have several <use>-tags, which are reusing the same <line> (from the defs), while transforming it. Now I want to create a shape (<path>) by combining some ...
2
votes
1answer
103 views

Inserting metadata “markers” in an SVG image - is this possible?

I've created an SVG image parser class for Android, which is working nicely and is pretty much complete for the purposes I want. The application I am currently writing makes use of building floor ...
2
votes
3answers
516 views

HTMl+SVG+JavaScript: change text at runtime?

I am about to migrate a few Flash-based applications to HTML+JavaScript+SVG (the single target rendering engine is Webkit). I'm completely new to SVG and I'd like to know if I can use a SVG as a ...
2
votes
3answers
305 views

Inkscape export to Core graphics?

is there anyway that i can export inkscape SVG files to iPhone core graphics? Or maybe a plugin/export tool?
2
votes
3answers
2k 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 ...
2
votes
2answers
250 views

Programmatic graphics toolchain

I have drawn an icon in Inkscape, but would now like to programmatically alter it (change the colours slightly for different icon states) and convert it to a tiled PNG format file containing multiple ...
1
vote
1answer
95 views

Converting text into path (svg) on server?

How can I create text from a TTF font and convert it into a static SVG path? So that anyone could open it in illustrator and see the word (as an .SVG). Our server is Debain, and we primarily use PHP ...
1
vote
1answer
33 views

Shape inheritance in SVG

Is there a concept of shape inheritance in SVG? Problem: I'm creating a map with various icon types that represent different entities on the map. Is there a way to link these icon types, so that I ...
1
vote
0answers
85 views

Inkscape: animated SVG to video?

i created an animated presentation with the Sozi plugin for Inkscape. It looks great, however, not all browsers support SVG animations (Chrome for instance does not like the Inkscape/Sozi SVGs at ...
1
vote
1answer
55 views

How can I (semi-automatically) convert PNG to SVG?

I have a PNG image (or any other bitmap format, for that matter) I would like to convert into SVG. Is there a way to help me do that? For example, some InkScape plug-in that automatically identify ...
1
vote
3answers
313 views

Convert PNG image to SVG / Vector

We are desperate to convert an image so that it can be used as an image map. Everything I have tried, really doesnt cut the mustard. I havent the experience to work at very high resolutions.. plus I ...
1
vote
1answer
183 views

Write an equivalent <svg> for a <image xlink:href=“something.svg” />

Feel free to ask for more context if you're wondering why this is necessary, or want to suggest a better way to solve the bigger problem. (It involves laying out a bunch of building floor plans onto ...
1
vote
1answer
255 views

Calculate path center after transformation matrices have been applied

I made a logo in Inkscape. For learning I wanted to make a wheel shape in the logo rotate by the animation support in SVG. It was easy to implement the rotation, but it was difficult for me to be ...
1
vote
1answer
163 views

Loading SVG files with python and pygame [closed]

Possible Duplicate: SVG rendering in a PyGame application Can I load .svg files created by inkscape to python via pygame? And if so, how I can do it?
1
vote
1answer
252 views

How can I make text automatically scale down in an SVG?

I've got an SVG element that I've created with Inkscape. I then take that SVG and put in as part of an XSL-FO stylesheet that is used to transform XML data and then passed through the IBEX renderer to ...
1
vote
1answer
668 views

Converting SVG Path from inkscape to Raphaëljs

In inkscape the coordinate system is bottom/top corner (meaning, 0,0 is left bottom corner). This is the same case with Adobe Illustrator. But, when I try to use this path string in raphael it use ...
1
vote
1answer
1k views

create text inside a rectangle using inkscape

I've put some text inside a rectangle using inkscape so the tree is like <svg:rect><svg:text><svg:tspan>text.... The problem is, I can't see the text. I've tried fiddling with ...
1
vote
1answer
589 views

Inkscape moveTo coords way off in Raphael

I am trying to copy paths from inkscape into Raphael (individual countries), the problem is the moveTo is way off, how do I make it display on the relatively correct position on the canvas?
0
votes
0answers
69 views

Illustrator SVG Web Position Translate

I am trying to create an SVG graphic with Adobe Illustrator that I can manipulate later on using jquery svg library.The problem is that I want the output elements positions to be relative to the ...
0
votes
1answer
169 views

SVG to HTML map and area

I have been trying to convert map in SVG to HTML area map for three days. I`am trying to do that with this SVG. I've tried to convert this SVG with several methods and programs, but all of them ...
0
votes
0answers
41 views

PHP library to apply bend effects/outline to an SVG?

I'm developing a web designer tool which creates SVG canvases, and I'd like to support two text effects that I haven't been able to figure out how to do cleanly: Bending the text. I'd like to allow ...
0
votes
1answer
81 views

SVG to VML in Inkscape

I have an Inkscape SVG file, and I want export it to VML for web (Internet Explorer 8 and less don't work with svg). I need to do that automaticly and fast, because I work with lots of files.
0
votes
1answer
112 views

Automatizing 'simplify path' for a svg-file (using inkscape)

I would like to automatize the inkscape command "simplify path". Concretely, I would like a command line tool which takes a svg-file as input, applies "simplify path" to all paths in the figure and ...
0
votes
1answer
342 views

SVG “Move” command: Absolute path to Relative Path

I have a SVG path, created in Inkscape, that is a single Move ("M ... z") command. The uppercase 'M', as per the SVG spec, indicates an absolute path, however for my application I require relative ...
0
votes
1answer
219 views

SVG: simplify path to remove curves?

I have a svg file which contains complex paths with bezier curves in it. I need to convert this path-data to use it for html map-area's, so I in fact I need just the coordinates (but for large ...
0
votes
1answer
90 views

Simple SVG drawing for HTML-JavaScript animation

I'm trying to draw a simple battery symbol in SVG which will be animated using HTML/JavaScript: http://pastebin.com/utM4BTRS I'd like to dynamically manipulate the mask over the "battery level" ...
0
votes
1answer
66 views

Inkscape not handling SVG properly from command line

This is a follow up to my related question posted previously. My .NET application can now successfully convert a VML file to SVG, using the XSLT provided by VectorConverter and the .NET XslTransform ...
0
votes
1answer
355 views

Problems converting VML to SVG in .NET

I have a very similar problem as this post; I'm using RaphaelJS to generate a chart, but more specifically in my case I need to print the result. I have used Inkscape's command line utility (it's ...
0
votes
2answers
616 views

Export as Bitmap from inkScape has poor quality

I have drawn something in inkscape and it looks great. I resize the image to the size I want and then export it as a Bitmap. The result has very poor quality, looking like no anti-alias has been ...
0
votes
1answer
76 views

SVG paths in Inkscape aren't modified when I stretch

We are using Inkscape basically as a means to create SVGs. Once done, we open the SVG as an XML file and extract the paths (the d-attributes). However I notice that if we resize/stretch the entire ...
0
votes
1answer
195 views

inkscape shell mode

I tried to run inkscape shell mode by writing these lines in a .bat file: inkscape --shell >2.svg -e 2.png But it doesn't work at all (no png files), more over I tried to open the current svg ...
-1
votes
0answers
15 views

Fast SVG viewer [migrated]

I am generating some quite large SVG files (a couple of MBs) with a lot of elements. I would like a really fast viewer to view them. I have tried Inkscape and Inkview, but Inkview takes 5-10 seconds ...