SVG format in Illustrator

So I was told to create a story book illustration (as seen on my first post) and convert it to an svg format. My boss, upon checking the file told me that the svg file I made was just an embedded picture and that's not what he wants. I don't really get the svg format so can someone help me? My boss goes to the files codes and says that it's just an embedded png pic or something. I find it weird because I "save as" the work on the Illustrator itself and is not embedding anything else. Can anyone please explain to me how this whole svg file works? How will I know if it's not an embedded pic like what my boss says?
Thanks in advance.

You can redraw the entire scene and use flat shapes where your fuzzy edges are small and "stroke-like" (like in her hair, dress, and boots, the house roof and fence- anything highly-detailed), you can also use several shapes to get the non-round rocks in a purposefully-banded type of posterized effect, so they won't be smooth but with consistency they can give the eye a good illusion.  And for items which are needing to be fuzzy and round, you may be able to use shapes with gradients inside them.  For the trees, you may want to change them to have a radial gradient with dark-green outside and shift it so they look more lit from one side, and add some leave shapes for symbolic texture. This may be a complicated process of setting up the gradients just right, but it's going to let you scale the image.  When you're done and save as SVG, open that Svg in a browser and zoom in to see what items got added well.  If you open up one of your svgs which use a mesh, you will most likely see pixels when zooming in, that's because browsers don't read AI's gradient meshes and can't display them as such, so AI converts the meshes to images and the svg has a bunch of embedded pictures which do not scale like vectors.  Even though you may be able to zoom in quite far and not see a big quality difference in your meshes which have very smooth gradation, each embedded image takes up a lot of space within the file as base64 encoded image date (if you saved with images embedded).  Otherwise, if you saved with images linked, those created images will be put into a parent folder of your svg file, and the shapes inside the svg will link to those images.  If you save your red riding hood in this manner, you may see a whole lot of those, and take note of the file size of each.

Similar Messages

  • Scaling of text outlines in svg format

    I'm in need of a solution for scaling text outlines in an svg format. I'm working on developing a Flash app that allows users to type in Flash text with an outline that is then exported out in an svg format. When user then scales the resulting svg formatted file the outline scales in proportion to the text size.Similar to what Illustrator does in it's app preferences, "Scaling Strokes & Effects".Thanks for any ideas anyone has! 

    Hi:
    No, I get no erros.
    Here is the call that I make on Element Attribute:
    onkeyup="this.value=formatCurrency(this.value);"
    And here is my javascript that is in the page header:
    <SCRIPT LANGUAGE="JavaScript">
    ript.internet.com -->
    <!-- Begin
    function formatCurrency(num) {
    num = num.toString().replace(/\R|\,/g,'');
    if(isNaN(num))
    num = "0";
    sign = (num == (num = Math.abs(num)));
    num = Math.floor(num*100+0.50000000001);
    cents = num%100;
    num = Math.floor(num/100).toString();
    if(cents<10)
    cents = "0" + cents;
    for (var i = 0; i < Math.floor((num.length-(1+i))/3); i++)
    num = num.substring(0,num.length-(4*i+3))+','+
    num.substring(num.length-(4*i+3));
    return (((sign)?'':'-') + num + '.' + cents);
    // End -->
    </script>
    Regards,
    Bruce

  • SVG format and Jdeveloper

    Hi,
    Is it possible to display SVG format map generated by MapViewer through Jdeveloper / embedded oc4j?
    Thanks,
    Shoutong

    Maybe this sample can help:
    http://andrejusb-samples.blogspot.com/2007/01/jdevadf-sample-spatially-enabled-adf.html

  • Report rendering in Flash and SVG format

    Hi everybody,
    two questions: it's possible report rendering
    1) in Adobe Flash (SWF) format?
    2) and in SVG format?
    Thank you.

    The only viewer available is an html viewer.  Your other options are to export it to one of the available formats (word, excel, pdf, etc)

  • Changing the color of an image in EPS format using Illustrator

    How do I change the color of an image in EPS format using Illustrator? Once I do this how do I change the format of the image from EPS to something I can select onto a website like JPG, JPEG or PNG? I plan to print the image onto a T-shirt.

    start here:
    http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-6519a .html

  • SVG format

    Hi All,
    Does XMLP support SVG format? Can i use XML Publisher APIs to transform an XSL-FO document to SVG format?
    Pls. suggest.
    Thanks,
    Suresh.

    I don't think BIP is there yet, but this can be done easily with Apache FOP.
    http://xmlgraphics.apache.org/fop/

  • Where is the default file for SVG filters in Illustrator CC?

    Where is the default file for SVG filters in Illustrator CC?

    User \ Library \ Application Support \ Adobe \ en_EN \ Adobe SVG Filter.svg
    it's:
    User \ Library \ Application Support \ Adobe \ Adobe Illustrator 17 \ en_EN \ Adobe SVG Filter.svg
    Note that youneed to unhide the Library folder on Mac OS X Tiger and up

  • SVG saved in Illustrator won't show up on Chrome and is blowing up on Safari

    Hello. First time here, so bear with me in case I'm doing something wrong.
    So, I have to create almost 500 maps for this wine store website. They want the maps to be SVG files, because their website is responsive, so SVG would be the format that goes along with every platform without losing quality.
    I was saving all the directly from Illustrator, but when I opened up those SVGs, the objects were completely out of the artboard. So I exported all the artboards in EPS format and used a batch action script to open each one and save as SVG.
    That seemed to work. But when I took the files for them to upload in their website using Magento, the images weren't showing in Chrome and were blown up in Safari, completely oversized in relation to the original artboard size. This all happened in iOS, if it's of any importance.
    Now, I don't understand nothing about coding or anything, so I was wondering if there's something I could do in Illustrator to prevent this from happening.
    Here's the entire code for one of the files as an example, in case anyone wanna take a look:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
    <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
    <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
    <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
    <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
    <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
    <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
    <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
    <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
    ]>
    <svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
    xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-6910.8 -7404 215 165"
    enable-background="new -6910.8 -7404 215 165" xml:space="preserve">
    <metadata>
    <sfw xmlns="&ns_sfw;">
    <slices></slices>
    <sliceSourceBounds height="149.6" width="197.6" bottomLeftOrigin="true" x="-6904.6" y="8324.7"></sliceSourceBounds>
    </sfw>
    </metadata>
    <circle fill="#A5E32A" fill-opacity="0.2" cx="-6866.1" cy="-7283.2" r="38"/>
    <polygon fill="#FFFFFF" stroke="#A5E32A" stroke-width="0.5" points="-6891.1,-7281.1 -6889.5,-7281.1 -6887.2,-7282.8
    -6885,-7283.4 -6883.1,-7283.4 -6879.6,-7283.4 -6878.8,-7283.2 -6878,-7282.7 -6877.3,-7282.1 -6874.2,-7281.7 -6870.5,-7280.9
    -6870.2,-7280.4 -6869.6,-7279 -6869.6,-7278.1 -6869,-7277.8 -6867.3,-7276.1 -6866.6,-7275 -6866,-7272.1 -6865,-7270.7
    -6863.6,-7269.8 -6862.9,-7269.6 -6862.7,-7270.2 -6861.7,-7271.4 -6859.9,-7274 -6858.4,-7275.5 -6857.7,-7275.8 -6857.6,-7275
    -6857.7,-7274.5 -6857.9,-7273.5 -6858.2,-7272.2 -6858.3,-7271.5 -6859.1,-7271 -6859.8,-7270.9 -6860,-7270.2 -6860.6,-7269.4
    -6860.6,-7268.6 -6861.4,-7266.5 -6861.1,-7266 -6860.3,-7265.9 -6859.1,-7265.7 -6857.4,-7265.7 -6856.7,-7266.3 -6856.8,-7267.1
    -6857.7,-7268.1 -6858.3,-7268.3 -6858.6,-7268.8 -6859.2,-7269.1 -6858.4,-7269.2 -6857.4,-7269.4 -6856.5,-7269.9
    -6855.7,-7270.6 -6855.3,-7271.2 -6854.6,-7270.4 -6855,-7269.9 -6855.4,-7269.2 -6855.8,-7268.6 -6856,-7266.6 -6855.7,-7266.5
    -6854.6,-7266.7 -6853.9,-7267.1 -6853,-7265.7 -6852.4,-7265.1 -6851.6,-7264 -6851.3,-7263.3 -6851.6,-7261.9 -6851.4,-7261.4
    -6850.7,-7260.4 -6850.6,-7259.5 -6850.2,-7258.4 -6849.3,-7257.1 -6848.7,-7256.2 -6847.5,-7255.9 -6846.8,-7255.8
    -6846.8,-7306.3 -6891.2,-7306.5 "/>
    <g>
    <path fill="#A5E32A" d="M-6814.9-7277.7c-0.1-1-0.6-1.3-1.1-1.3c-0.7,0-1,0.4-1,1.2c0,2,4.2,3,4.2,6.2c0,2-1.3,3-3.2,3
    c-1.9,0-3-1.5-3.1-3.3l1.9-0.3c0.1,1.2,0.6,1.8,1.2,1.8c0.7,0,1.2-0.4,1.2-1.1c0-2.4-4.2-3-4.2-6.4c0-1.9,1.2-3,3.2-3
    c1.7,0,2.7,1.2,2.8,2.9L-6814.9-7277.7z"/>
    <path fill="#A5E32A" d="M-6811.3-7277.8c0-1.7,1-3,3.1-3s3.1,1.4,3.1,3v6.1c0,1.7-1,3-3.1,3s-3.1-1.4-3.1-3V-7277.8z
    M-6809.2-7271.7c0,0.9,0.3,1.3,1.1,1.3s1.1-0.4,1.1-1.3v-6c0-0.9-0.3-1.3-1.1-1.3s-1.1,0.4-1.1,1.3V-7271.7z"/>
    <path fill="#A5E32A" d="M-6803-7280.7h2v9c0,0.9,0.3,1.3,1.1,1.3c0.7,0,1.1-0.4,1.1-1.3v-9h2v8.9c0,2-1.2,3.2-3.1,3.2
    s-3.1-1.1-3.1-3.2V-7280.7z"/>
    <path fill="#A5E32A" d="M-6793.6-7278.9h-2v-1.8h6v1.8h-2v10.1h-2V-7278.9z"/>
    <path fill="#A5E32A" d="M-6788.4-7268.8v-11.9h2v4.8h2.2v-4.8h2v11.9h-2v-5.3h-2.2v5.3H-6788.4z"/>
    </g>
    <g>
    <path fill="#A5E32A" d="M-6818.5-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6818.5-7253z M-6817.9-7257.4h1.6l-0.8-5.1h0
    L-6817.9-7257.4z"/>
    <path fill="#A5E32A" d="M-6812.4-7264.9h2v9c0,0.9,0.3,1.3,1.1,1.3c0.7,0,1.1-0.4,1.1-1.3v-9h2v8.9c0,2-1.2,3.2-3.1,3.2
    s-3.1-1.1-3.1-3.2V-7264.9z"/>
    <path fill="#A5E32A" d="M-6800.4-7262c-0.1-1-0.6-1.3-1.1-1.3c-0.7,0-1,0.4-1,1.2c0,2,4.2,3,4.2,6.2c0,2-1.3,3-3.2,3
    c-1.9,0-3-1.5-3.1-3.3l1.9-0.3c0.1,1.2,0.6,1.8,1.2,1.8c0.7,0,1.2-0.4,1.2-1.1c0-2.4-4.2-3-4.2-6.4c0-1.9,1.2-3,3.2-3
    c1.7,0,2.7,1.2,2.8,2.9L-6800.4-7262z"/>
    <path fill="#A5E32A" d="M-6795.6-7263.1h-2v-1.8h6v1.8h-2v10.1h-2V-7263.1z"/>
    <path fill="#A5E32A" d="M-6788.4-7253h-2v-11.9h2.9c2.3,0,3.5,1,3.5,3.5c0,1.9-0.7,2.7-1.4,3l1.7,5.4h-2.1l-1.5-4.9
    c-0.3,0-0.7,0-1.1,0V-7253z M-6788.4-7259.6h0.7c1.1,0,1.5-0.4,1.5-1.8c0-1.4-0.4-1.8-1.5-1.8h-0.7V-7259.6z"/>
    <path fill="#A5E32A" d="M-6781-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6781-7253z M-6780.3-7257.4h1.6l-0.8-5.1h0
    L-6780.3-7257.4z"/>
    <path fill="#A5E32A" d="M-6774.9-7253v-11.9h2v10.1h3.2v1.8H-6774.9z"/>
    <path fill="#A5E32A" d="M-6768.2-7253v-11.9h2v11.9H-6768.2z"/>
    <path fill="#A5E32A" d="M-6762.7-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6762.7-7253z M-6762-7257.4h1.6l-0.8-5.1h0
    L-6762-7257.4z"/>
    </g>
    <path fill="#A5E32A" d="M-6812.6-7361.3l2.4-0.2l0.8-1l1.3-1.5l0.9-2.4l0.8-1.6l-0.4-1.1l0.5-2.3l2.4-2.1l1.6,2.3l0.5-0.5l-0.1-0.8
    l-0.6-1.4l0.5-0.6l0.6-0.4l1.1,0.4h0.8l0.7-0.9v-0.9l0.4-1.4l1.1-2l2.6-2.4l0.8-0.5h1h0.5l0.5-0.1l0.5-0.9l0.6-0.1l0.9,0.4l0.9,0.6
    l0.5,0.6l0.6,0.5l0.5,0.8l0.5,0.4l0.9,0.6h0.9l0.9-0.3l1.1-0.6l0.3-1.6l1-1.6l1.3-2l0.1-1.4l1.1-1.1l1.4-0.3l1.6-0.4l1.5-0.5
    l1.9-0.8l-0.4-0.6l-1-0.1l-0.6-0.6l-0.4-0.6l0.3-0.5l0.7-0.3h0.8l0.6,0.4l2.3,1l1.8,0.4l1.7,0.5l1.1,1.1l0.6-0.4l0.9,0.1l1.4,1
    l0.4-1.5l0.5-0.6l1-0.5l1.3-0.4l1-0.6l0.7-1l0.8,0.8l-0.4,0.8l-0.8,0.5l-0.4,0.5v0.8l0.7,0.3l0.9,0.6l0.4,0.5v0.9l-1.3,1.9l-0.9,1
    h-1.8l0.8,1.1l-0.3,1.1l-1.5,2.4l7.5,4.5l3.4,1.8l1.9,2.1l2.4,1.3l1.5-1.3l1.5-1.5l0.2-1.3l0.6-1.1l0.2-2l0.1-2.9l-0.4-2.5l0.6-1.8
    l-0.3-0.6l1-1.4l-0.1-1.4l1.6-2.4l0.1-2.1l1.5-1.2l3.4,9.1l-0.4,1.5l0.4,1.2l1.1,0.8l1,0.4l1,0.2l0.6,0.5l0.9,0.4l0.5,0.3l0.9,1.4
    l-0.4,1.9l0.2,2.5l1.6,2.4l1,1l-0.5,1.6l-0.6,1.3l0.9,1.4l1,1.6l3.4,2.8l1.1,0.9l0.4,0.5l1.1,0.1l0.7,1.1l-0.4,1.1l0.9,2l0.5,1
    l0.3,3l0.5,0.3l1.3-1l0.5,0.9h1.5l-0.3,2.6l0.8,1l1.3,1.4l1.6,1.6l0.6,1.4l0.6,1.6l0.6,0.7l1.4-2.3l0.6,1.6l-0.6,1.8l-0.4,1.4
    l0.1,1.4v1.9l0.1,1.4l-0.3,1.1l0.3,1.9l0.1,1.9l-0.9,1.4l-0.7,0.5l0.1,2l-0.4,0.9l-1.4,3l-1.9,3.4l-0.3,1.4l-0.9,0.5l-2.1,1.6
    l-1.6,2l-1,1.8l-1.4,2.4l-1.6,3l-0.8,0.8l-0.6,0.4l-0.4,3.1l-0.8,1l-0.5,0.6l-1.1,0.3l-3.1-0.1l-1.8,0.5l-0.5,0.5l-1.2,0.4l-0.6,0.4
    l-0.6,1.2l-0.5,1.1l-1.8-1.5l-1.3-1.1l-0.9-0.4h-1l-1.5,0.5l-3.1-0.8l-1.9-0.4l-0.8-0.5l-1.1-0.1l-2-0.3l-0.4-0.6l-0.8-1.9l-0.4-1.2
    l-0.6-0.8l0.2-1l-0.1-0.9l-0.8-1.1l-1-1.4l-0.6-0.5l-1.4,0.5l0.6-2l0.3-0.8c0,0,0.5-0.6,0.1-0.8c-0.4-0.1-1-0.4-1-0.4l-1.1,0.9
    l-0.5,0.7l-0.5,0.3l1,0.8l0.5,1.4l-0.4,0.5h-1h-1.6l-0.9-0.6l0.5-0.9l0.6-0.5l-0.5-0.5v-0.5l0.1-0.6l1.1,0.1l0.8-1l0.1-2l0.6-1.5
    l-0.6-0.6l-1.3,1l-0.9,1.1l-1,1.3l-1.4,2.1l-1-0.8l-0.8-0.8l-0.9-2.6l-0.8-1.6l-2.1-1.4l-0.4-1.5l-1.7-0.9l-1.9-0.4l-1.3-0.1l-1-0.8
    l-1.5-1l-2.1,0.1h-2.4l-1.5,0.2l-1.3,0.5l-0.9,0.6l-0.6,0.9h-2.4l-1.1,0.1l-2.5,0.6l-1.3,0.6l-1.6,0.6l-1.6,1l-0.9,1.1l-1.5,1.6
    l-1,1.8l-6.1,0.9l-2.5,0.1l-1.6,0.1l-1.3,0.9l-2.1,2.3l-1.1,0.9l-2.1,0.3l-1.6,1l-1.1-0.2l-0.4-0.5l-0.6,0.6l-0.6-1.1l-1-0.6
    l-1.4-0.8l-0.8-1.3v-0.9l0.8-0.5l0.8-1.9l0.2-2.4l-0.6-2l-0.3-0.9l-1.6-1.5l-0.6-2l-1.3-2.6l-0.5-1.8l-0.5-1.9l-1.1-1.5l-1.1-0.5
    l-0.5-1.7l-1.4-1.9l-2-2.1l-0.8-1l0.5-0.6l0.6,1l0.6-1l1.3,0.6l0.5-0.4l-1.8-2.5l-0.5-1.1l-0.5-0.9v-1l0.4-1.5v-1.3l-0.3-2.3
    l0.3-1.5l0.5-1.3l0.7,1l0.9-0.7l2.1-1.6l1.4-1.5l1.3-1.3l1.4-1.3l1.1-0.5l0.8,0.4l1.1,0.2l3.3-2.1l2.5-1.9L-6812.6-7361.3z"/>
    <polygon fill="#A5E32A" points="-6780.8,-7393.4 -6778.3,-7391.5 -6777.7,-7392 -6777,-7392.7 -6777.2,-7393.5 -6779,-7393.9 "/>
    <polygon fill="#A5E32A" points="-6781.3,-7392.6 -6781.8,-7391.7 -6781.1,-7391.6 -6780.3,-7390.6 -6780.1,-7391.9 "/>
    <polygon fill="#A6CE39" stroke="#A6CE39" stroke-width="0.1973" points="-6738.7,-7291.9 -6735.5,-7290.1 -6733.9,-7290.1
    -6730.8,-7290.4 -6729.8,-7290.9 -6729,-7288.1 -6729.8,-7287 -6730.8,-7285.5 -6731,-7284.4 -6731.7,-7282 -6732.4,-7282.6
    -6733.2,-7282.4 -6734.5,-7281.5 -6735.4,-7281.2 -6736.8,-7282.7 -6738.4,-7285.6 -6738.9,-7288 "/>
    <path fill="#A5E32A" d="M-6812.6-7361.3l2.4-0.2l0.8-1l1.3-1.5l0.9-2.4l0.8-1.6l-0.4-1.1l0.5-2.3l2.4-2.1l1.6,2.3l0.5-0.5l-0.1-0.8
    l-0.6-1.4l0.5-0.6l0.6-0.4l1.1,0.4h0.8l0.7-0.9v-0.9l0.4-1.4l1.1-2l2.6-2.4l0.8-0.5h1h0.5l0.5-0.1l0.5-0.9l0.6-0.1l0.9,0.4l0.9,0.6
    l0.5,0.6l0.6,0.5l0.5,0.8l0.5,0.4l0.9,0.6h0.9l0.9-0.3l1.1-0.6l0.3-1.6l1-1.6l1.3-2l0.1-1.4l1.1-1.1l1.4-0.3l1.6-0.4l1.5-0.5
    l1.9-0.8l-0.4-0.6l-1-0.1l-0.6-0.6l-0.4-0.6l0.3-0.5l0.7-0.3h0.8l0.6,0.4l2.3,1l1.8,0.4l1.7,0.5l1.1,1.1l0.6-0.4l0.9,0.1l1.4,1
    l0.4-1.5l0.5-0.6l1-0.5l1.3-0.4l1-0.6l0.7-1l0.8,0.8l-0.4,0.8l-0.8,0.5l-0.4,0.5v0.8l0.7,0.3l0.9,0.6l0.4,0.5v0.9l-1.3,1.9l-0.9,1
    h-1.8l0.8,1.1l-0.3,1.1l-1.5,2.4l7.5,4.5l3.4,1.8l1.9,2.1l2.4,1.3l1.5-1.3l1.5-1.5l0.2-1.3l0.6-1.1l0.2-2l0.1-2.9l-0.4-2.5l0.6-1.8
    l-0.3-0.6l1-1.4l-0.1-1.4l1.6-2.4l0.1-2.1l1.5-1.2l3.4,9.1l-0.4,1.5l0.4,1.2l1.1,0.8l1,0.4l1,0.2l0.6,0.5l0.9,0.4l0.5,0.3l0.9,1.4
    l-0.4,1.9l0.2,2.5l1.6,2.4l1,1l-0.5,1.6l-0.6,1.3l0.9,1.4l1,1.6l3.4,2.8l1.1,0.9l0.4,0.5l1.1,0.1l0.7,1.1l-0.4,1.1l0.9,2l0.5,1
    l0.3,3l0.5,0.3l1.3-1l0.5,0.9h1.5l-0.3,2.6l0.8,1l1.3,1.4l1.6,1.6l0.6,1.4l0.6,1.6l0.6,0.7l1.4-2.3l0.6,1.6l-0.6,1.8l-0.4,1.4
    l0.1,1.4v1.9l0.1,1.4l-0.3,1.1l0.3,1.9l0.1,1.9l-0.9,1.4l-0.7,0.5l0.1,2l-0.4,0.9l-1.4,3l-1.9,3.4l-0.3,1.4l-0.9,0.5l-2.1,1.6
    l-1.6,2l-1,1.8l-1.4,2.4l-1.6,3l-0.8,0.8l-0.6,0.4l-0.4,3.1l-0.8,1l-0.5,0.6l-1.1,0.3l-3.1-0.1l-1.8,0.5l-0.5,0.5l-1.2,0.4l-0.6,0.4
    l-0.6,1.2l-0.5,1.1l-1.8-1.5l-1.3-1.1l-0.9-0.4h-1l-1.5,0.5l-3.1-0.8l-1.9-0.4l-0.8-0.5l-1.1-0.1l-2-0.3l-0.4-0.6l-0.8-1.9l-0.4-1.2
    l-0.6-0.8l0.2-1l-0.1-0.9l-0.8-1.1l-1-1.4l-0.6-0.5l-1.4,0.5l0.6-2l0.3-0.8c0,0,0.5-0.6,0.1-0.8c-0.4-0.1-1-0.4-1-0.4l-1.1,0.9
    l-0.5,0.7l-0.5,0.3l1,0.8l0.5,1.4l-0.4,0.5h-1h-1.6l-0.9-0.6l0.5-0.9l0.6-0.5l-0.5-0.5v-0.5l0.1-0.6l1.1,0.1l0.8-1l0.1-2l0.6-1.5
    l-0.6-0.6l-1.3,1l-0.9,1.1l-1,1.3l-1.4,2.1l-1-0.8l-0.8-0.8l-0.9-2.6l-0.8-1.6l-2.1-1.4l-0.4-1.5l-1.7-0.9l-1.9-0.4l-1.3-0.1l-1-0.8
    l-1.5-1l-2.1,0.1h-2.4l-1.5,0.2l-1.3,0.5l-0.9,0.6l-0.6,0.9h-2.4l-1.1,0.1l-2.5,0.6l-1.3,0.6l-1.6,0.6l-1.6,1l-0.9,1.1l-1.5,1.6
    l-1,1.8l-6.1,0.9l-2.5,0.1l-1.6,0.1l-1.3,0.9l-2.1,2.3l-1.1,0.9l-2.1,0.3l-1.6,1l-1.1-0.2l-0.4-0.5l-0.6,0.6l-0.6-1.1l-1-0.6
    l-1.4-0.8l-0.8-1.3v-0.9l0.8-0.5l0.8-1.9l0.2-2.4l-0.6-2l-0.3-0.9l-1.6-1.5l-0.6-2l-1.3-2.6l-0.5-1.8l-0.5-1.9l-1.1-1.5l-1.1-0.5
    l-0.5-1.7l-1.4-1.9l-2-2.1l-0.8-1l0.5-0.6l0.6,1l0.6-1l1.3,0.6l0.5-0.4l-1.8-2.5l-0.5-1.1l-0.5-0.9v-1l0.4-1.5v-1.3l-0.3-2.3
    l0.3-1.5l0.5-1.3l0.7,1l0.9-0.7l2.1-1.6l1.4-1.5l1.3-1.3l1.4-1.3l1.1-0.5l0.8,0.4l1.1,0.2l3.3-2.1l2.5-1.9L-6812.6-7361.3z"/>
    <polygon fill="#A5E32A" points="-6780.8,-7393.4 -6778.3,-7391.5 -6777.7,-7392 -6777,-7392.7 -6777.2,-7393.5 -6779,-7393.9 "/>
    <polygon fill="#A5E32A" points="-6781.3,-7392.6 -6781.8,-7391.7 -6781.1,-7391.6 -6780.3,-7390.6 -6780.1,-7391.9 "/>
    <polygon fill="#A5E32A" points="-6738.7,-7291.9 -6735.5,-7290.1 -6733.9,-7290.1 -6730.8,-7290.4 -6729.8,-7290.9 -6729,-7288.1
    -6729.8,-7287 -6730.8,-7285.5 -6731,-7284.4 -6731.7,-7282 -6732.4,-7282.6 -6733.2,-7282.4 -6734.5,-7281.5 -6735.4,-7281.2
    -6736.8,-7282.7 -6738.4,-7285.6 -6738.9,-7288 "/>
    <path fill="#A5E32A" fill-opacity="0.2" d="M-6734.8-7323.3c0,16.6-13.5,30.1-30.1,30.1c-16.6,0-30.1-13.5-30.1-30.1
    c0-16.6,13.5-30.1,30.1-30.1C-6748.3-7353.4-6734.8-7339.9-6734.8-7323.3z"/>
    <g>
    <path fill="#FFFFFF" d="M-6798.2-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6798.2-7355.1z M-6797.5-7359.8h1.8
    l-0.9-5.5h0L-6797.5-7359.8z"/>
    <path fill="#FFFFFF" d="M-6791.6-7367.9h2.2v9.7c0,0.9,0.4,1.4,1.2,1.4c0.8,0,1.2-0.5,1.2-1.4v-9.7h2.2v9.6c0,2.2-1.3,3.4-3.4,3.4
    s-3.4-1.2-3.4-3.4V-7367.9z"/>
    <path fill="#FFFFFF" d="M-6778.7-7364.7c-0.1-1.1-0.7-1.4-1.2-1.4c-0.7,0-1.1,0.5-1.1,1.3c0,2.2,4.5,3.2,4.5,6.7
    c0,2.1-1.4,3.3-3.5,3.3c-2,0-3.2-1.6-3.3-3.6l2.1-0.3c0.1,1.3,0.6,1.9,1.3,1.9c0.8,0,1.3-0.4,1.3-1.2c0-2.5-4.5-3.2-4.5-6.9
    c0-2,1.2-3.2,3.4-3.2c1.8,0,2.9,1.3,3.1,3.1L-6778.7-7364.7z"/>
    <path fill="#FFFFFF" d="M-6773.6-7366h-2.1v-1.9h6.5v1.9h-2.1v10.9h-2.2V-7366z"/>
    <path fill="#FFFFFF" d="M-6765.8-7355.1h-2.2v-12.8h3.1c2.5,0,3.7,1,3.7,3.8c0,2.1-0.8,2.9-1.5,3.2l1.9,5.8h-2.2l-1.6-5.3
    c-0.3,0-0.7,0.1-1.1,0.1V-7355.1z M-6765.8-7362.1h0.8c1.2,0,1.6-0.4,1.6-2c0-1.5-0.4-2-1.6-2h-0.8V-7362.1z"/>
    <path fill="#FFFFFF" d="M-6757.8-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6757.8-7355.1z M-6757.1-7359.8h1.8
    l-0.9-5.5h0L-6757.1-7359.8z"/>
    <path fill="#FFFFFF" d="M-6751.3-7355.1v-12.8h2.2v10.9h3.5v1.9H-6751.3z"/>
    <path fill="#FFFFFF" d="M-6744-7355.1v-12.8h2.2v12.8H-6744z"/>
    <path fill="#FFFFFF" d="M-6738.1-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6738.1-7355.1z M-6737.4-7359.8h1.8
    l-0.9-5.5h0L-6737.4-7359.8z"/>
    </g>
    <line fill="none" stroke="#C0F90D" x1="-6831.7" y1="-7299.6" x2="-6793.4" y2="-7312.4"/>
    <polygon fill="#FFFFFF" stroke="#A5E32A" stroke-width="0.5" points="-6784.8,-7321.5 -6783.4,-7321.5 -6781.4,-7323
    -6779.6,-7323.4 -6778,-7323.4 -6775.1,-7323.5 -6774.4,-7323.3 -6773.7,-7322.8 -6773.1,-7322.3 -6770.5,-7322 -6767.4,-7321.3
    -6767.1,-7320.9 -6766.7,-7319.7 -6766.7,-7319 -6766.1,-7318.7 -6764.7,-7317.3 -6764.1,-7316.3 -6763.6,-7313.9 -6762.7,-7312.8
    -6761.6,-7312 -6761,-7311.8 -6760.8,-7312.3 -6760,-7313.3 -6758.5,-7315.5 -6757.2,-7316.8 -6756.6,-7317 -6756.5,-7316.4
    -6756.6,-7316 -6756.8,-7315.1 -6757,-7314 -6757.2,-7313.4 -6757.8,-7313 -6758.4,-7312.9 -6758.5,-7312.3 -6759.1,-7311.6
    -6759,-7310.9 -6759.7,-7309.2 -6759.5,-7308.8 -6758.8,-7308.7 -6757.8,-7308.6 -6756.4,-7308.6 -6755.8,-7309.1 -6755.9,-7309.7
    -6756.6,-7310.6 -6757.1,-7310.8 -6757.4,-7311.1 -6757.9,-7311.5 -6757.2,-7311.5 -6756.4,-7311.7 -6755.7,-7312.1 -6755,-7312.6
    -6754.6,-7313.2 -6754,-7312.5 -6754.4,-7312.1 -6754.7,-7311.5 -6755,-7310.9 -6755.2,-7309.3 -6754.9,-7309.3 -6754,-7309.4
    -6753.4,-7309.8 -6752.7,-7308.5 -6752.2,-7308 -6751.5,-7307.1 -6751.2,-7306.6 -6751.5,-7305.4 -6751.4,-7304.9 -6750.8,-7304.1
    -6750.7,-7303.3 -6750.3,-7302.4 -6749.5,-7301.3 -6749.1,-7300.6 -6748.1,-7300.3 -6747.5,-7300.2 -6747.5,-7342.7
    -6784.8,-7342.9 "/>
    <circle fill="none" stroke="#C0F90D" cx="-6866.1" cy="-7283.2" r="38"/>
    <path fill="none" stroke="#C0F90D" d="M-6734.8-7323.3c0,16.6-13.5,30.1-30.1,30.1c-16.6,0-30.1-13.5-30.1-30.1
    c0-16.6,13.5-30.1,30.1-30.1C-6748.3-7353.4-6734.8-7339.9-6734.8-7323.3z"/>
    </svg>
    Thanks in advance.

    Homer...this very same thing has happened to me today. Have you found a solution yet?

  • SVG export to Illustrator?!?!

    Okay okay... is it just me or is it stupid not to have SVG export to open into Illustrator but not KEEP the new Weight tool's weights when exporting to Illustrator which by Adobe's OWN admission is the same EAXACT tool!?!?! Is it just me? REALLY!?!?!
    Am I just doing it wrong? Is this possible or not? So much for a 'suite'.

    Semi-ignore my previous answer - figured out another work around that involves converting your slices to artboards.
    After you have made all of your slices, use the Slice Selection Tool to select your first slice. Go to Object > Artboards > Convert to Artboards. This should create a new artboard out of that slice. Do this for all of your slices.
    After creating new artboards from your slices, go to File > Export... and select Flash (swf) from the dropdown menu. Make sure you check the "Use Artboards" option underneath the format menu.
    This process should result in individual swf files of each of your slices, along with your original image. Hope this helps!

  • Place an SVG into an illustrator document through Javascript(Extendscript)

    Hi,
    I'm trying to place an svg in illustrator using extendscript. Here's basically what I'm doing
    var doc = app.documents.add(); var p = doc.placedItems.add(); p.file = new File(svgfilepath);
    This fails with the error
    File is in a format that cannot be placed
    I am able to place the same file manually using File > Place. Am I missing some thing? Need help!
    [SO Link]

    Hi, try the following:
    // Reference: https://forums.adobe.com/thread/1722322
    // Assumes you have an open Illustrator document
    // and an SVG file on your desktop named: testSVG.svg
    // Basic Example:
    // Tested and worked in Illustrator CS5 / OS X
    var doc = app.activeDocument;
    var svgFile = File(Folder.desktop + '/testSVG.svg');
    doc.groupItems.createFromFile(svgFile);
    Tell Jongware at "SO" hello, and that he is right about the Illustrator JS Team. ;-) Also for future reference, we have an Illustrator Scripting forum here.

  • Edge Animate CC 2014 pasting SVG's from Illustrator CC 2014 issues

    I am working on an html5 interactive map in which only certain US States which have an active service area for this particular product will be a different color, with an interactive text box that will pop up on hover.
    My background is a plain, gray, US map with all the state borders outlined in white copied from my Illustrator file. My plan was to add just the states with an active service area as a new layer on the Stage, after I make it red and copy it from Illustrator separately. However, after I do this successfully for the first 2 or 3 states, the next state I try to add, regardless of the actual state I choose next, or the name I give the incoming .svg image, fails to display within my .an file.
    Please fix or help! This project should have already been completed, but I have wasted 3 or 4 versions in attempt to get these svg's to display as they should. If I have to go the route of saving each layer as a .png first, the project is going to take me 10 times longer than it should if this feature was working properly.
    Thanks,
    Troy

    Hey Troy, apologies for the delay.
    I just tried this and did not experience the issue you describe. I went through nine copy (Illustrator) and paste (Edge) process. Each came through successfully.
    I don't suppose you are hitting a memory issue! I have 16gigs of Ram so I may be getting more use out of my upper memory allocation. I am also using the latest versions of both - is this your case as well.
    If need be and you want to get all of the states separated as svg, individually, you may want to have to a look at this Illustrator script - Export Illustrator Layers to SVG files | Thomas Byrne
    Darrell

  • Loading EMF and Conversion Problem from EMF to SVG in Adobe illustrator CC

    Hello,
    I have downloaded trial version of adobe illustrator CC.
    I am importing .emf file into adobe illustrator CC. it loads an emf file properly with its content but my emf file contains some lines(--------) also..imported emf file doesn't show any line.
    My main motive is convert this emf file into svg file. but as because my emf file is not imported properly, so as with SVG.
    Ask one more important thing, why converted svg file from emf appears to be having different fonts and margins.
    Kindly help

    The problem is once I finished with the art, I deleted the template, and there's a big art board there and it's in the way, I don't want it to affect the size and dimensions of the channel art. I just need it to be 2560px by 1440px wide, is there any way I can save it exactly like that?
    Not sure what you mean by "it's in the way."
    The size of the artboard doesn't necessarily affect the "size of the art." (There are some workflow scenarios where the artboard size is recognized and utilized, but for the most part it is simply a 'passive' boundary.)
    If your art is 2560px X 1440px, and you want the artboard to match, double-click the artboard tool and choose "Fit to Artwork Bounds" at the top of the preset menu.

  • Kuler .ase file "unknown format" in Illustrator CS6

    Please help, this is so frustrating.  I;m trying to use adobe kuler, but I have not found a way to make it useful other than to Facebook the darn swatches!!
    It does not open as an .ase file in Adobe Illustrator.  I even opened the Illustrator extension and tried to look for my swatches (which are public) to no avail. 
    Will someone please help???   I really am terribly frustrated.  Kuler also will not match Pantone. 
    Maybe I just need to be pointed to a tutorial that explains what the dickens this program is actually for????!!!!!!
    - Laura

    Thank you for your reply, Dave. 
    Working in Adobe Illustrator cs6.  I was just trying to import a theme into illustrator.   It took me about an hour to figure out that the name I gave the kuler theme was impeding me from searching for it in illustrator.  For some reason, my version finally opened the theme through the kuler extension.  Downloading the ".ase" file, Illustrator did not recognize the format.  Not sure why that is....
    Thank you in advance for your assistance,
    Laura

  • Unable to open AutoCAD dwg in 2010 file format with Illustrator 15/CS 5

    Hello,
    We are trying to open some dwg's with illustrator that are saved in the 2010 file format. We get an error "The file "XXXXX.dwg" is an unknown format and cannot be opened.", if we save the same file down to the 2007 format it opens as expected. Try to understand if that format just does not work with Illustrator 15 or if there is a template setting we did or what as it is all dwg's in that file format and as I said same file saved a format down works fine. The issue with tis solution is most of our illustrator users dont' have AutoCAD so this is creating a bottle neck.
    Thanks,
    Tyler

    This is a workaround, but the Dassault Systems ( the company that sells SolidWorks and Catia ) has a free CAD program called DraftSight that will open a
    2010 DWG file. You could then do a SaveAs to an earilier DWG format that AI can work with. They have free versions for both Windows and Mac.
    http://www.3ds.com/products/draftsight/download-draftsight/
    I use the Windows version, and it works pretty good - but my background is more CAD than AI.
    Good Luck

  • How can I rectify horrible thick lines after SVG import into Illustrator

    I have an SVG file that displays fine in InkScape but erroneously displays lines as huge thick blocks  in Illustrator. The SVG file was created originally by Sibelius 7 music notation app. The only reason I would consider buying Illustrator would be to import Sibelius generated SVG files for graphic manipulation. So I would dearly love to sort this out, or it's a big no-no to Illustrator. Any help really welcome! Thanks in advance!
    Peter
    Mac OS 10.8.2
    CS6 try-out

    Thanks for the reply Scott, I'll try to upload at least some iamges. Is there a awy to upload the files here?
    This is the output in Illustrator, followed by the same file in InkScape
    And the same in Inkscape:

Maybe you are looking for