Share Posted May 14, 2015 Hi, I have a suite of icons that I was considering doing the gradually drawn line thing to using DrawSVG. Thing is, they are all outlined SVGs, no stroke. Am I right in thinking that this won't be possible. Is there any way to convert if this is the case? See Codepen for example. Thanks! See the Pen ZGWaJN by anon (@anon) on CodePen Link to comment Share on other sites More sharing options...
Share Posted May 14, 2015 I think you're right - there's no auto-conversion of a filled path to an equivalent stroked one. If you bring that artwork into a program like Illustrator, you could probably manipulate things pretty easily, like select the inner piece and have Illustrator offset the path by a certain number of pixels so that it is perfectly centered inside the fill area, and then stroke that and export it. Just an idea. 2 Link to comment Share on other sites More sharing options...
Author Share Posted May 22, 2015 I thought as much, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now