AI Export - Any line thikness control ?

 From:  Michael Gibson
3547.2 In reply to 3547.1 
Hi PaQ, no there isn't currently any way to set line thickness for the AI export.

Surely there must be an option somewhere in Photoshop to adjust it in there though.


If you want to set a certain width for everything in the file, you could try editing the file directly in a text editor, to do that add an extra line to the text file just before the curves start in the file, which should be on line 39 of the text file.

The command in the AI file for setting the line width is: number w

for example: 5.0 w

That will set the line width for everything that comes after it. You can also set it to 0 for a "hairline" type width.


So for instance, add the line indicated here: (without the <<<----- part):


%%EndSetup
0 A
0 R
0 0 0 1 K
0 i 0 J 0 j 1 w 4 M []0 d
20.0 w <<<<----- add this line width command in here.
143.8645 482.0503 m
272.0805 493.1307 312.4448 527.9548 345.2903 555.1282 c
378.1358 582.3015 403.4624 601.8241 434.5930 606.5729 c
465.7237 611.3216 502.6583 601.2965 527.1935 569.1106 c
551.7287 536.9247 563.8643 482.5780 539.4611 431.6609 c


- Michael