Scalable Vector Graphics (SVG) is a family of specifications of an XML-based file format for describing two-dimensional vector graphics, both static and dynamic (i.e. interactive or animated).

learn more… | top users | synonyms

3
votes
2answers
33 views

Can I make each group in this SVG file its own SVG file?

I have a huge SVG file that I filled with all the characters for a font. There are a lottt of characters and it'd take forever to manually copy each of them into its own file. Each character has all ...
2
votes
2answers
2k views

Photoshop layers into SVG paths

I have a set of Photoshop files which consist of a base image with a series of layers with colored overlays. The overlays are labeled using the layer names. My task is to get these overlays as SVG ...
0
votes
2answers
57 views

Svg transparencies don't work as CSS background

I made a translucent svg. It was a 50% opacity round metal texture. When I put it above any other color it makes it look like real metal. It was made using Illustrator and had 2 of its effects: ...
2
votes
0answers
162 views

Illustrator CS6 Data Variables XML Parser Error

So I have to generate flyers for 10 different laptops (and more in the future). I decided to set up variables. I've created an XML Map for MS-Excel which allows me to save the 'XML Data' type file. I ...
1
vote
0answers
76 views

Measurements and units in svg-edit

I am doing a modified version of SVG-edit 2.6 alpha, an online tool that allows the creation of graphics. I intend to use the application to allow my university students to send files for cutting ...
0
votes
0answers
57 views

Does CorelDraw have a native read resolution for reading SVG's?

Does Coreldraw has a default read resolution for SVG's? The only DPI settings that will show me the number of pixels exactly as they were created is 96. Is that Corel's native DPI resolution for ...
0
votes
0answers
124 views

SVG Filter: Fisheye

Is it possible to make an SVG filter that will apply a fisheye effect to an image? Or is this beyond the scope of this technology. I don't have a great understanding of vector graphics, etc. and if ...