H
H
HamSter2018-12-26 18:26:13
css
HamSter, 2018-12-26 18:26:13

How to convert text to stroke in illustrator?

There is adobe illustrator. There is text in it:
5c239c7093a0e339564184.jpeg
And there is this animation for svg:

svg path {
  fill:none; 
  stroke:#000;
  animation: dash 5s linear forwards; 
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

Task: animate the stroke-dashoffset from 1000 to 0. But to make the text itself a stroke, not a stroke around it. (Sorry for the wording).
5c239d4645c17748673587.jpeg
Those. should be like this: codepen example1 , codepen example2 .
Question: How can I convert text to a stroke in illustrator like the examples? The font thickness should be adjusted accordingly by stroke-width.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Neron, 2018-12-26
@HamSter007

Select the text, press CTRL + SHIFT + O or Type -> Create outlines
Next, remove the fill and apply Stroke, set to Inside, and increase its value until the text looks completely filled
5c23a18509af6183689871.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question