Intaglio

2 replies to this thread. Most Recent

Jim Witte

15 Mar 2010, 8:46 pm

Converting 'Plain' Lines to 'Dimention tool" Lines

Is there a way to convert a line created with the ‘Line Tool’ to one which shows it’s dimensions? It would seem logically to be a checkbox in the Geometry sub-palette, but.. it isn’t..

quote

Frank

15 Mar 2010, 9:57 pm

Hi Jim. That would be a nice one to have. I have to use Inkscape for that.

Cheers Frank

quote

Back to Top

Nick

1 Apr 2010, 11:27 pm

Here’s a script to do that:

tell application “Intaglio” to set dimension of every path in the selection to true

quote