TSB
Computers and Software => Raster and Vector Manipulation Programs, and How to Do Stuff in Them. => Topic started by: royster13 on January 13, 2015, 08:59:30 AM
-
I have received an SVG file from a client....Can these be opened in Illustrator?
-
Yes!
-
There must be a trick to it....been truing fro a couple hours and all I get is a mess....
I did finally manage to get the bitmap of the logo but the rest of the layout was messed up....Was expecting the logo to be vector but it was not...but it is large to work with....
-
Try "Placing" it, then use Flatten Transparency, be sure to check the box to convert the text to outlines; it seems to me that's how I've done it before...
Steve
-
A lot of SVG files I get are locked images and the unlock and ungroup commands will make them usable.
If the file is funky and not appearing as it should, you can try converting it to a PDF or EPS using one of the many free online file converters.
-
SVG is native InkScape. Open in InkScape and export to EPS for Illustrator.
-
I've also had problems opening "compressed" SVG files in illustrator.
-
A little general info about the SVG format from the Floss Inkscape manual (http://en.flossmanuals.net/inkscape/), (which some may also find useful if they want to play with Inkscape)
About SVG
Those who work with graphics for internet use know the problems inherent to publishing images on the web. Traditionally, the only options for use in internet documents were bitmap images (such as JPG or GIF), with the disadvantage that these images are either too large for quick transfer or of poor quality due to high compression.
As a solution to this problem, Macromedia created the Flash image format. While Flash satisfactorily solved the main problems inherent to bitmap images, some users found it unacceptable that they depended solely on Macromedia to develop the file format and software for the internet-standard vector format. In order to address this discontent and provide an open option for vector graphics, the W3C created the SVG file format, making a freely usable vector format available to everyone.
For most image files, only the specific software that renders the actual image can read them. SVG, however, is described in XML and CSS, and its files can be opened and edited in any ASCII text editor. Though one could create SVG images in this manner, it is highly unproductive and unintuitive. SVG editors and renderers have the ability to easily open and manipulate SVG files without a special interpreter.
Objectives of the SVG Format
The advantages of SVG are the same as for any vector image. They offer smooth, crisp, high-quality images with the ability to resize to any dimensions without diminishing quality, all impossible with bitmap images. The SVG standard also defines animation, and with a little use of Javascript, one can make SVG interactive. Finally, since SVG is written in XML, a designer can create graphics based on data stored in other XML-based formats, such as graphs, charts and maps. Despite its benefits, SVG lacks a large choice in usable software that takes full advantage of its capabilities. For this reason, SVG is not as usable, at the moment, as Flash.
The Current State of SVG Software
Today, a number of software applications, both free and proprietary, can create SVG files: Inkscape, Sketch/Skencil, sK1, Karbon14, xfig, Adobe Illustrator, Corel Draw, Xara, and any ASCII text editor.
Although not well supported by most web browsers, Mozilla (Firefox, Netscape) and other browsers such as Safari and Konqueror currently support a basic subset of SVG, and Internet Explorer uses plugins (i.e. Renesis) which support most of the SVG standard. Amaya has good support for SVG display, including animations, and can also perform basic editing tasks.
The Batik toolkit is a very useful tool for SVG display, and is often used as a reference for checking SVG implementations.
-
Post the file so we can give it a shot if necessary...
Steve
-
I got the file opened fine......But the logo part was an embedded bitmap.....So I just re-created it.....
Thanks for the help.....