SVG - Illustrator CS and unwanted styles

Ask a Question related to Adobe Illustrator Windows, Design and Development.

  1. #1

    Default SVG - Illustrator CS and unwanted styles

    I'm wondering if anyone could help me. I'm working on a document in Illustrator CS that will have text boxes populated with information via AGS. I have not encountered this problem in Illustrator 10 so I'm finding myself frustrated with it in Illustrator CS.

    Here's an example of what I'm not happy with:

    <flow xmlns="&ns_flows;" font-family="'Univers-Bold'" font-size="12">



    MODEL TRIM

    </flow>

    Basically I can't find a way to remove this information on justification and word spacing. It's causing populated information from AGS to appear with no spaces. Soeverythinglookslikethis.

    What am I doing wrong in Illustrator? Could I be exporting my .svg incorrectly? I have gone through each text box and checked that the kerning is set to 0.

    ANY suggestions would be welcome.

    Thanks,

    Justin

    (BTW the text within the boxes is just Lorem Ipsum taken from a .txt document in Notepad)
    Justin_Godard@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. #24095 [Com]: phpinfo styles override page styles and damage appearance
      ID: 24095 Comment by: joe at monkeydepartment dot com Reported By: generic at thetahat dot com Status: Open...
    2. Unwanted margin-top and margin-bottom styles
      Editing a template-based page in Contribute CS3, there is no List Properties option (Help file says "Note: This option is not available for...
    3. changing type size in paragraph styles and how it effects nested styles
      In a book I'm developing, I decided to up the point size for my "first paragraph" and "body text" in my paragraph styles. I have nested styles in...
    4. Unwanted Vertical Lines when printing from Illustrator 7
      I have searched the manual, forums and troubleshooting and cannot find this topic. I have an illustration which incorporates a photo I created in...
    5. Duplicating Photoshop Layer Styles in Illustrator
      Is there any easy way to apply embossing in Illustrator? I don't mind it being a raster effect. I don't want to use the 3D filter. I just want it to...
  3. #2

    Default Re: SVG - Illustrator CS and unwanted styles

    Sorry, I didn't think this would be recognized but the info that I don't want didn't appear.

    Here you go:

    a:adobe-justification-word-spacing-min="0.01" a:adobe-justification-word-spacing-desired="0.01" a:adobe-justification-word-spacing-max="0.01" a:adobe-justification-letter-spacing-max="0.01"

    This info is located inside the
    Justin_Godard@adobeforums.com Guest

  4. #3

    Default Re: SVG - Illustrator CS and unwanted styles

    Justin,

    I've fixed your code for you. If you want to post code, you need to but a space after each opening '<' tag or replace the opening '<' tag with &lt; to prevent the forum software from attempting to interpret the html
    LenHewitt@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139