SVG Export, text alignment problem

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

  1. #1

    Default SVG Export, text alignment problem

    We use Illustrator 10 to edit the graphical part of our dynamic SVG.
    These graphics are then animated using javascript within the Adobe SVG viewer. For instance, a script can change a counter value.

    Unfortunately, a centered or right-aligned text in AI becomes left-aligned in the exported SVG. The anchor point of the text is moved so the text appears visually good.

    Here is the counter sample to illustrated the problem.

    initial graphic with right aligned text in AI:

    ..---------.
    |.......0.|
    '---------'


    animated SVG result, badly left-aligned:

    ..---------.
    |.......1234
    '---------'


    expected animated SVG result:

    ..---------.
    |....1234.|
    '---------'


    Does anybody know about a work around or a AI SVG export patch that fixes the point ?

    Thanks in advance.
    Eloi_Chabaud@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. addWatermarkFromText- Text Alignment
      I got the VB.Net sample code from the SDK zip and I'm programming against Acrobat 8. I had no problems modifying the code for my own use except for...
    2. Pub 2002 Horizontal Text Alignment Problem
      I'm using Publisher 2002 SP3 and am having a problem with the text alignment. In the page layout there are text boxes aligned on the left margin...
    3. Text box vertical alignment... is it possible?
      Well the title said it all... except this: if it is, how?!?
    4. Flash & Text alignment
      I'd like to have a webpage with a Flash movie at the top and plain text (not part of the flash movie) just to the right of it. I can NOT use any...
    5. alignment of text through code
      Hi all, What is the easiest way of changing the alignment of one line of a multi lined text box through code. I tried many variations of...
  3. #2

    Default Re: SVG Export, text alignment problem

    You might also wish to post in the SVG forum,
    [url]http://www.adobeforums.com/cgi-bin/webx?14@@.ee6f227[/url]


    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