Mobile app version of vmapp.org
Login or Join
Cody3331749

: Ronchi Rules or graduated and varied strokes in illustrator or Inkscape I am searching for an easy way to create (in vector) something like this: essentially I would like to create lines

@Cody3331749

Posted in: #AdobeIllustrator #Inkscape #Vector

I am searching for an easy way to create (in vector) something like this:



essentially I would like to create lines starting for example: black 5pt, white 5pt, black 4pt, white 4pt, etc... all the way down to .001pt WITHOUT having to create each line individually.

any ideas or easy ways to do this would be greatly appreciated.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody3331749

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas979

As SVGs are XML-based, it’s relatively simple to write yourself a program that generates the lines as desired. Just generate yourself a file with two lines and take a look at the source to learn the relevant parts of the syntax.

If you lack the programming skills and if you want the line thicknesses to decay exponentially, you can do the following (described for Inkscape):


Create two 5 pt lines, (shown in long/black and short/red, below).
Open the Align and Distribute tab and set Relative to to First selected.
Select the longer line and then the shorter one.
Use Align left edges of objects to the right edge of the anchor.


Group the lines.
Open the Create Tiled Clones dialogue and Reset if you have used it before.
Go to the Scale Tab and use settings like these (0.8 is the factor by which each line is smaller than the one to its left):


Create your Clones.


Remove the Clone positioned on your initial object.
Select all your Clones (beware that some of them may be nearly invisible).
Use Align Right Side (alignment tab)
Use Remove Overlaps with the H and V set to 0 (also alignment tab)


Select the short line in your original (holding Ctrl).
Remove it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme